/**
*
*
1. Grid-CSS - Home
*
*
*/

/* Cookie Popup */

.termsfeed-com---palette-dark .cc-cp-foot-save {
  background: #a855f7 !important;
  color: #fff !important;
}

.termsfeed-com---palette-dark .cc-nb-okagree {
  color: #fff !important;
  background-color: #a855f7 !important;
}

.termsfeed-com---palette-dark .cc-nb-reject {
  color: #fff !important;
  background-color: #a855f7 !important;
}

.termsfeed-com---palette-dark .cc-pc-head-lang select:focus {
  box-shadow: 0 0 0 2px #a855f7 !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
}

html {
  overflow-x: hidden; /* fallback */
  overflow-x: clip;
}

body {
  overflow-x: hidden; /* fallback */
  overflow-x: clip;   /* no scroll container — keeps position:fixed viewport-relative */
  font-family: "Roboto", sans-serif;
}

.strong {
  font-weight: bold;
}

.wrapper {
  display: grid;
  grid-template-columns: 320px minmax(320px, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(400px, 1fr));
  grid-template-areas: "sidebar menu" "sidebar main" "sidebar main" "sidebar main" "sidebar main" "sidebar main" "sidebar footer";
}

.sidebar {
  position: fixed;
  height: 100vh;
  width: 320px;
  color: black;
  background: white;
  padding: 20px 35px;
  box-sizing: border-box;
  z-index: 1;
}

.wrapper header {
  display: block;
  z-index: 1;
  grid-area: menu-start / sidebar-end / menu-end / menu-end;
  height: 250px;
  z-index: 11;
  position: relative;
  width: 100%;
}

#header-home {
  position: relative;
  background: #a855f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-home #mobile-header {
  display: flex;
  align-items: center;
  flex-direction: row;
}

#header-home #home-profile-picture {
  height: 150px;
  width: 150px;
  background: url(/dist/images/logo_noizybutpurple.png) no-repeat center;
  background-size: cover;
  border-radius: 75px;
  margin: 25px;
  flex-shrink: 0;
}

#header-home #quote {
  align-items: flex-start;
}

/* Button styling */

#menu-toggle {
  position: relative;
  width: 32px;
  height: 24px;
  cursor: pointer;
  background: transparent;
  border: none;
  margin: 30px;
  z-index: 9999;
  order: 1;
}

#nav-div {
  display: flex;
  align-items: end;
  justify-content: right;
}

#nav-list {
  position: relative;
  height: 24px;
  cursor: pointer;
  background: transparent;
  border: none;
  float: right;
  margin: 30px;
  z-index: 1;
  display: flex;
  width: auto;
}


#menu {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  transition: left 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
  padding: 0;
}

#menu.open {
  display: block !important;
}

#menu ul {
  list-style: none;
  margin: 0;
  background: #fae03c;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#menu a {
  display: block;
  padding: 0.55em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.line {
  display: block;
  background: #fff;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  transition: all 0.4s;
}

.line.line-1 {
  top: 0;
}

.line.line-2 {
  top: 50%;
}

.line.line-3 {
  top: 100%;
  width: 24px;
}

#menu-toggle:hover+.line1,
#menu-toggle:focus+.line1 {
  transform: translateY(-4px);
}

#menu-toggle:hover+.line-3,
#menu-toggle:focus+.line-3 {
  transform: translateY(4px);
}

.line-1-active {
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #000;
}

.line-2-active {
  opacity: 0;
}

.line-3-active {
  transform: translateY(-13px) translateX(0) rotate(-45deg);
  background: #000;
  width: 32px !important;
}

.sidebar nav {
  height: 50px;
  padding: 10px;
  z-index: 999;
}

ul.nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 70%;
  margin: 0 auto;
  height: 100%;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-family: "FuturaPTMedium";
  font-weight: 500;
  font-style: normal;
}

.sidebar li {
  padding: 0 20px;
  color: #fff;
  font-size: 1.2rem;
}

li#expo-nav {
  position: relative;
}

li#expo-nav:after {
  display: none;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #000;
  background-color: #fae03c;
  padding-right: 8px;
  padding-left: 8px;
  margin-left: 8px;
  border-radius: 5px;
  content: "live";
  border: none;
  position: absolute;
  top: -22px;
  right: -16px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 700;
}

.section,
.wrapper footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: main;
  height: 80vh;
  background-color: #fff;
  color: rgb(125, 125, 125);
  font-size: 12px;
}

.didYouFindMySticker {
  display: block;
}

.DigitalArtMeetup {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/1583x710_meetup_bg.jpg) no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    image-set(url('/dist/images/1583x710_meetup_bg.webp') type('image/webp'), url('/dist/images/1583x710_meetup_bg.jpg') type('image/jpeg'));
  background-size: cover;
  background-position: right;
}

#meetup-logos {
  margin-top: 390px;
  display: flex;
  align-items: center;
}

#meetup-logo-m-swarm {
  background: url(/dist/images/meetup-logo-m-swarm_small.png) no-repeat;
  background-image: image-set(url('/dist/images/meetup-logo-m-swarm_small.webp') type('image/webp'), url('/dist/images/meetup-logo-m-swarm_small.png') type('image/png'));
  width: 180px;
  height: 170px;
}

#meetup-logo-script {
  background: url(/dist/images/meetup-logo-script_small.png) no-repeat;
  background-image: image-set(url('/dist/images/meetup-logo-script_small.webp') type('image/webp'), url('/dist/images/meetup-logo-script_small.png') type('image/png'));
  height: 90px;
  width: 250px;
  background-size: contain;
}

.gwens {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/960x640_gwens.jpg);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    image-set(url('/dist/images/960x640_gwens.webp') type('image/webp'), url('/dist/images/960x640_gwens.jpg') type('image/jpeg'));
  background-size: cover;
}

.getyourown{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
  url(/dist/images/hero_get_your_own.png);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    image-set(url('/dist/images/hero_get_your_own.webp') type('image/webp'), url('/dist/images/hero_get_your_own.png') type('image/png'));
  background-size: cover;
}

.alienPortraits {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/992x640_interactive_portraits.png) no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    image-set(url('/dist/images/992x640_interactive_portraits.webp') type('image/webp'), url('/dist/images/992x640_interactive_portraits.png') type('image/png'));
  background-size: cover;
}

.alienCharacters {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/1583x710_alien_characters.jpg) no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    image-set(url('/dist/images/1583x710_alien_characters.webp') type('image/webp'), url('/dist/images/1583x710_alien_characters.jpg') type('image/jpeg'));
  background-size: cover;
}

.didYouFindMySticker {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/1583x710_dyfms_bg.jpg) no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    image-set(url('/dist/images/1583x710_dyfms_bg.webp') type('image/webp'), url('/dist/images/1583x710_dyfms_bg.jpg') type('image/jpeg'));
  background-size: cover;
  background-position: center;
}

.sideEffect {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/1583x710_sideeffect_comics.jpg) no-repeat;
  background-size: cover;
}

.alienTaleExp {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/1583x710_alien_tale_exp_1.jpg) no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    image-set(url('/dist/images/1583x710_alien_tale_exp_1.webp') type('image/webp'), url('/dist/images/1583x710_alien_tale_exp_1.jpg') type('image/jpeg'));
  background-size: cover;
}

.alienStories {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/1583x710_story_2.jpg) no-repeat;
  background-size: cover;
}

.vart {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/1583x710_vart.jpg) no-repeat;
  background-size: cover;
}

.alienPortraits {
  display: block;
}

.micmas {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(/dist/images/1583x710_micmas.jpg) no-repeat;
  background-size: cover;
}

h3 {
  font-size: 1.5rem;
  color: white;
}

.wrapper footer {
  flex-direction: column;
  background: #f0f0f0;
  height: 25vh;
  grid-column: footer;
  display: flex;
  align-items: center;
}

.wrapper footer p {
  color: white;
  padding: 10px;
}

.footer-logos {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-logos ul {
  display: flex;
  line-height: 1.6;
  list-style-position: outside;
  justify-content: center;
  margin: 0px auto;
  align-items: center;
}

.footer-logos ul>li {
  padding: 0px 10px;
}

.footer-div {
  padding-bottom: 20px;
}

.footer-div ul {
  line-height: 1.6;
  list-style-position: outside;
  display: flex;
  flex-flow: row wrap;
  margin: 0px auto;
}

.footer-div ul>li {
  color: rgb(102, 102, 102);
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: space-around;
  line-height: 32px;
  padding: 0;
  padding-left: 20px;
}

.footer-div ul>li a {
  color: rgb(125, 125, 125);
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

/**
*
*
2. Sidebar-CSS-Home
*
*
*/

.sidebar h1 {
  font-size: 2rem;
  color: black;
}

.sidebar h2 {
  font-size: 1.5rem;
  padding: 15px 0;
  color: black;
  text-shadow: none;
  text-align: left;
}

.sidebar h2:nth-child(3) {
  padding: 0;
}

.sidebar-img {
  margin: 20px 0;
  width: 250px;
}

.sidebar button {
  padding: 10px;
  background: transparent;
  color: black;
  border: 1px solid #000;
  font-size: 1rem;
  outline: none;
  margin: 5px 0;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  text-transform: uppercase;
  font-size: 12px;
}

.sidebar button:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.sidebar button:focus {
  background-color: #000;
  color: #fff;
}

.change-focus-color {
  background: #fff !important;
  color: #000 !important;
}

.sidebar a {
  color: blue;
}

.sidebar a:hover {
  color: purple;
}

.clear {
  clear: both;
}

/**
*
*
3. Section-CSS-Home
*
*
*/

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0.5;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1));
}

.overlayPurple {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0.5;
  background: linear-gradient(to bottom,
      rgba(153, 50, 204, 0.1),
      rgba(153, 50, 204, 0.1));
}

#didYouFindMyStickerVideo,
#portraitVideo,
#rinas_world_Video {
  position: relative;
  object-fit: cover;
}

#portraitVideo {
  height: 100%;
  width: 100%;
}

.didYouFindMySticker h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fae03c;
  z-index: 2;
  border: 4px solid #fae03c;
}

.alienCharacters h2 {
  background: #92b22c;
  border: 4px solid #92b22c;
}

.sideEffect h2 {
  background: #23456f;
  border: 4px solid #23456f;
}

.alienStories h2 {
  background: #cb3376;
  border: 4px solid #cb3376;
}

.alienTaleExp h2 {
  background: #7653bd;
  border: 4px solid #7653bd;
}

.vart h2 {
  background: #cb3376;
  border: 4px solid #cb3376;
}

.arartworks h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #cb3376;
  border: 4px solid #cb3376;
}

.alienPortraits h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #000;
  border: 4px solid #000;
}

.DigitalArtMeetup h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #ed1c40;
  border: 4px solid #ed1c40;
}

.gwens h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #0c6de2;
  border: 4px solid #0c6de2;
}

.getyourown h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #92b22c;
  border: 4px solid #92b22c;
}

.micmas h2 {
  background: #fae03c;
  border: 4px solid #fae03c;
}

.section h2 {
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.section h2:hover {
  background: transparent;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

#mobile-header {
  display: none;
}

a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease-out, color 0.2s ease-out;
}

a:hover {
  color: white;
  text-decoration: underline;
  transition: color 0.1s ease-in, color 0.1s ease-in;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

h2 {
  font-size: 4rem;
  text-align: center;
  padding: 10px;
}

.info-tag {
  background: black;
  color: white;
  padding: 10px;
  position: absolute;
  top: 20px;
  left: 0px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 500;
  z-index: 5;
}

.wrapper>button {
  height: 50px;
  width: 50px;
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 50px;
  border: none;
  background: darkcyan;
  font-weight: bold;
  color: white;
}

.wrapper>button:hover {
  background: #007272;
}

.section>a {
  text-decoration: none;
  z-index: 5;
}

/**
*
*
4. About-Page
*
*
*/

.wrapper-about-me {
  display: grid;
  grid-template-columns: minmax(320px, 1fr);
  grid-template-areas: "header" "main" "footer";
}

#about-header {
  grid-area: header;
  height: 60vh;
  background: #a855f7;
  margin-bottom: 50px;
}

#header-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}

#profile-picture {
  height: 150px;
  width: 150px;
  background: url(/dist/images/475x475_marina_purple.jpg) no-repeat;
  background-image: image-set(url('/dist/images/475x475_marina_purple.webp') type('image/webp'), url('/dist/images/475x475_marina_purple.jpg') type('image/jpeg'));
  background-size: cover;
  border-radius: 75px;
  margin: 25px;
}

#quote {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

#about-header #quote h1 {
  font-size: 4.5rem;
  color: #fff;
  text-transform: uppercase;
}

#quote h3 {
  margin-top: 10px;
  font-size: 1rem;
}

#about-header h3 {
  font-size: 4.5rem;
  color: #fff;
  margin-top: 0px;
}

.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: main;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1250px;
  margin: 0 auto;
}

.about-square {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-square h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}

.about-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.about-square p,
.about-square li {
  font-size: 1rem;
  padding: 20px;
  color: #000;
  list-style-type: square;
  line-height: 1.3;
}

.about-square p {
  padding: 50px;
  text-align: left;
}

.square-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.square-wrapper h3 {
  font-size: 2.5rem;
  color: #000;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

span {
  display: block;
}

.about-square a {
  color: #000;
  text-decoration: underline;
}

.about-square a:hover {
  text-decoration: none;
}

.square-two,
.square-six {
  border: 10px solid #a855f7;
  color: black;
  box-sizing: border-box;
  justify-content: left;
}

.square-one {
  order: 1;
}

.square-two {
  order: 2;
}

.square-three {
  order: 3;
}

.square-four {
  order: 5;
}

.square-five {
  order: 11;
}

.square-six {
  order: 7;
}

.square-seven {
  order: 8;
}

.square-eight {
  order: 6;
}

.square-nine {
  order: 12;
}

.square-ten {
  order: 4;
}

.square-eleven {
  order: 10;
  background: url(/dist/images/noizybutpurple_portrait.jpg) no-repeat;
  background-image: image-set(url('/dist/images/noizybutpurple_portrait.webp') type('image/webp'), url('/dist/images/noizybutpurple_portrait.jpg') type('image/jpeg'));
  background-size: 101%;
  background-position: center;
}

.square-twelve {
  order: 9;
}

.square-three {
  background: url(/dist/images/didyoufindmysticker_london_garden.jpg) no-repeat;
  background-image: image-set(url('/dist/images/didyoufindmysticker_london_garden.webp') type('image/webp'), url('/dist/images/didyoufindmysticker_london_garden.jpg') type('image/jpeg'));
  background-size: 101%;
  background-position: center;
}

.square-five {
  background: url(/dist/images/noizybutpurple_backpack.jpg) no-repeat;
  background-image: image-set(url('/dist/images/noizybutpurple_backpack.webp') type('image/webp'), url('/dist/images/noizybutpurple_backpack.jpg') type('image/jpeg'));
  background-size: 101%;
  background-position: center;
}

.square-eight {
  background: url(/dist/images/475x475_Exhibition_BrickLane_Gallery.jpg) no-repeat;
  background-image: image-set(url('/dist/images/475x475_Exhibition_BrickLane_Gallery.webp') type('image/webp'), url('/dist/images/475x475_Exhibition_BrickLane_Gallery.jpg') type('image/jpeg'));
  background-size: 101%;
  background-position: center;
}

.wrapper-about-me+footer {
  margin-top: 50px;
}

/**
*
*
5. Alien-Page
*
*
*/

.wrapper-alien-characters {
  display: grid;
  grid-template-columns: minmax(320px, 1fr);
  grid-template-areas: "header" "text" "main" "footer";
}

#alien-characters-header {
  grid-area: header;
  height: 60vh;
  background: #92b22c;
  margin-bottom: 50px;
}

#header-content-alien-characters {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}

#profile-alien-picture {
  height: 150px;
  width: 150px;
  background: url(/dist/images/400x300_marina_alien.jpg) no-repeat;
  background-image: image-set(url('/dist/images/400x300_marina_alien.webp') type('image/webp'), url('/dist/images/400x300_marina_alien.jpg') type('image/jpeg'));
  background-size: cover;
  border-radius: 75px;
  margin: 25px;
  background-position-y: -25px;
}

#alien-characters-header h1 {
  font-size: 4.5rem;
  color: #fff;
  text-transform: uppercase;
}

.alien-characters-section {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, minmax(300px, 450px));
  grid-auto-rows: 140px;
  grid-auto-flow: row dense;
  justify-content: center;
  grid-area: main;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 50px;
}

.alien-div:nth-of-type(2) {
  grid-row-start: 3;
}

.alien-div:nth-of-type(3) {
  grid-row-start: 1;
}

.alien-div:nth-of-type(4) {
  grid-row-start: 2;
}

.alien-div:nth-of-type(3n + 2) {
  grid-column: 1/2;
}

.alien-div:nth-of-type(3n + 3) {
  grid-column: 2/3;
}

.alien-div:nth-of-type(3n + 4) {
  grid-column: 3/4;
}

.alien-text {
  font-size: 1rem;
  line-height: 1.3;
  grid-area: text;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 50px;
}

.alien-text p {
  line-height: 1.3;
  padding: 10px 0;
}

.alien-text p a {
  color: #000;
  text-decoration: underline;
}

.alien-text p a:hover {
  color: #000;
  text-decoration: none;
}

.alien-div {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  grid-column-start: auto;
  grid-row-start: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  grid-row-end: span 3;
  flex-direction: column;
}

.alien-info {
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}

.alien-img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.alien-img img {
  width: 100%;
  height: auto;
}

/**
*
*
6. Portraits-Page
*
*
*/

.wraper-portraits {
  display: grid;
  grid-template-columns: minmax(320px, 1fr);
  grid-template-areas: "header" "main" "footer";
}

.portrait-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: main;
  flex-wrap: wrap;
  padding-bottom: 50px;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}

#portrait-header {
  grid-area: header;
  height: 60vh;
  background: #000;
  margin-bottom: 50px;
}

#portrait-header h1 {
  font-size: 4.5rem;
  color: #fff;
  text-transform: uppercase;
}

#profile-picture-portrait {
  height: 150px;
  width: 150px;
  background: url(/dist/images/portrait_profile.jpg) no-repeat;
  background-image: image-set(url('/dist/images/portrait_profile.webp') type('image/webp'), url('/dist/images/portrait_profile.jpg') type('image/jpeg'));
  background-size: cover;
  border-radius: 75px;
  margin: 25px;
}

#portrait-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}

.pvideo {
  width: 80% !important;
  height: auto !important;
  padding: 0 50px;
}

.portrait-video {
  width: 80%;
  display: flex;
  justify-content: center;
}

.video-text {
  width: 80%;
  text-align: center;
  padding: 10px 50px;
  height: 80px;
}

.video-text a {
  color: #000;
  text-decoration: underline;
}

.video-text a:hover {
  text-decoration: none;
}

.portrait-text {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.statement {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
}

.how-it-works {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
}

.how-it-works p a {
  color: #000;
  text-decoration: underline;
}

.how-it-works p a:hover {
  color: #000;
  text-decoration: none;
}

.portrait-text h3 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 2.5rem;
  padding: 0;
  padding-bottom: 50px;
}

.portrait-text h4 {
  padding: 10px 0;
  font-weight: 600;
}

.portrait-text h4:first-of-type {
  padding-top: 0px;
  color: #cb3376;
}

.portrait-text h4:nth-of-type(2) {
  color: #92b22c;
}

.portrait-text p {
  font-size: 1rem;
  line-height: 1.3;
}

/**
*
*
7. Datenschutz
*
*
*/

.wrapper-kontakt,
.wrapper-datenschutz {
  background: #0d0d0d;
  color: #fff;
  min-height: 100vh;
}

.datenschutz,
.kontakt {
  padding: 120px 48px 80px;
  max-width: 860px;
}

.datenschutz h1,
.kontakt h1 {
  font-size: 3rem;
  padding: 20px 0;
}

.datenschutz h2,
.kontakt h2 {
  font-size: 2rem;
  text-align: left;
  padding: 10px 0;
}

.datenschutz h3,
.kontakt h3 {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.85);
  padding: 15px 0;
}

.datenschutz ul {
  list-style: circle;
  padding: 10px 20px;
}

.datenschutz li {
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  line-height: 1.3;
}

.datenschutz a,
.kontakt a {
  color: #a855f7;
}

.datenschutz a:hover {
  cursor: pointer;
}

.datenschutz p,
.kontakt p {
  color: rgba(255,255,255,0.75);
  padding: 5px 0;
  line-height: 1.6;
}

/**
*
*
8. Alien Tale
*
*
*/

.audio-player {
  position: relative;
  display: flex;
  justify-content: center;
}

audio {
  width: 80%;
}

.popup-text {
  padding: 30px 50px;
}

.popup-text {
  font-size: 1.5rem;
  max-width: 700px;
  text-align: justify;
  font-weight: 300;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1.75;
}

#header-content-alien-characters #home-profile-picture {
  height: 150px;
  width: 150px;
  background: url(/dist/images/logo_noizybutpurple.png) no-repeat;
  background-size: contain !important;
  margin: 25px;
  background-position: center !important;
}

/**
*
*
9. Swiss Art Expo
*
*
*/

strong {
  font-weight: bold;
}

#sae-header {
  grid-area: header;
  height: 60vh;
  background: #a855f7;
}

#sae-header h1 {
  font-size: 4.5rem;
  color: #fff;
  text-transform: uppercase;
}

.sae-section {
  padding: 0 50px;
}

.sae-section:nth-child(2n + 1) {
  background-color: #fafafa;
}

.sae-section h2 {
  text-transform: uppercase;
  padding: 0 0 72px 0;
  font-size: 2.5rem;
  text-align: left;
}

.sae-section h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.sae-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #a855f7;
  border: 1px solid #a855f7;
  color: #fff;
  line-height: 1;
  height: 60px;
  margin-top: 72px;
}

.sae-button:hover {
  width: 100%;
  background-color: transparent;
  color: #a855f7;
  line-height: 1;
}

/* Artworks Section */

.sae-artworks-wraper {
  display: flex;
  justify-content: center;
  position: relative;
  grid-column: main;
  flex-direction: row;
  margin: 0 auto;
  padding: 72px 0;
  box-sizing: border-box;
  max-width: 1600px;
}

.sae-artworks-container-img {
  position: relative;
}

.sae-badge {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background: black;
  color: #fff;
  padding: 15px;
}

.sae-artworks-container:nth-child(2) {
  margin: 0 36px;
}

.sae-artwork-desc {
  margin-top: 72px;
  text-align: center;
  line-height: 1.5;
}

.sae-artwork-desc a {
  color: #000;
  text-decoration: underline;
}

.sae-artwork-desc a:hover {
  color: #000;
  text-decoration: none;
}

.sae-notice {
  padding-top: 10px;
  font-weight: bold;
}

/* Statement Section */

.sae-statement-wraper {
  display: flex;
  justify-content: left;
  position: relative;
  grid-column: main;
  flex-direction: row;
  margin: 0 auto;
  padding: 72px 0;
  box-sizing: border-box;
  max-width: 1600px;
}

.sae-statement-container img {
  height: auto;
  width: 100%;
}

.sae-statment-txt {
  margin-left: 36px;
}

.sae-statment-txt h2 {
  text-transform: uppercase;
  padding-bottom: 36px;
  font-size: 2.5rem;
  text-align: left;
}

.sae-statment-txt p {
  padding-bottom: 32px;
  line-height: 1.5;
}

/* Learn more Section */

.sae-learn-more-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
}

.sae-learn-more-wraper h2 span {
  display: inline-block;
}

.sae-learn-more-container {
  display: flex;
  justify-content: center;
  position: relative;
  grid-column: main;
  flex-direction: row;
  margin: 0 auto;
  box-sizing: border-box;
}

.sae-learn-more-container-content {
  display: flex;
  flex-direction: column;
  width: 500px;
  align-items: center;
  height: 432px;
  justify-content: space-between;
}

.sae-learn-more-container-content:nth-child(2) {
  margin: 0 36px;
}

.sae-learn-more-container-content li {
  color: #000;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 24px;
}

.sae-learn-more-container-content a {
  width: 500px;
}

.sae-learn-more-container-content .sae-button {
  margin-top: 0;
}

.sae-learn-more-container-content-txt {
  text-align: center;
  padding: 0 72px;
}

.sae-learn-more-container-content-txt p {
  padding-bottom: 24px;
}

.sae-learn-more-container-content-txt a {
  margin-top: 24px;
  color: #000;
  text-decoration: underline;
}

.sae-learn-more-container-content-txt a:hover {
  color: #000;
  text-decoration: none;
}

/* NFC Section */

.sae-nfc-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  justify-content: center;
  position: relative;
  grid-column: main;
  flex-direction: row;
  box-sizing: border-box;
}

.sae-nfc-container {
  margin-left: 36px;
}

.sae-nfc-img {
  position: relative;
}

.sae-nfc-container-content {
  display: flex;
  line-height: 1.5;
}

.sae-nfc-container-content-txt1 {
  margin-right: 36px;
}

.sae-nfc-container-content-txt2 {
  padding-bottom: 20px;
}

.sae-nfc-container-content a {
  color: #000;
  text-decoration: underline;
}

.sae-nfc-container-content a:hover {
  color: #000;
  text-decoration: none;
}

.sae-video,
#nfc-camden,
#ar-niel,
#app-leo {
  width: 500px;
}

/* AR Section */

.sae-ar-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  flex-direction: row;
}

.sae-ar-box1 {
  display: flex;
  flex-direction: column;
}

.sae-ar-container {
  display: flex;
  justify-content: center;
  position: relative;
  grid-column: main;
  flex-direction: row;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 72px;
}

.sae-ar-container-txt {
  width: 500px;
  line-height: 1.5;
}

.sae-ar-container-img {
  width: 500px;
  display: flex;
  justify-content: center;
  margin: 0 36px;
}

.sae-google-play {
  margin-right: 36px;
}

.sae-google-play img {
  height: 40px;
}

.sae-ar-img {
  position: relative;
}

/* App Section */

.sae-app-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  justify-content: left;
  position: relative;
  grid-column: main;
  flex-direction: row;
  box-sizing: border-box;
}

.sae-app-container {
  margin-left: 36px;
}

.sae-app-container-content {
  display: flex;
  line-height: 1.5;
  padding-top: 22px;
  flex-direction: column;
  width: 500px;
}

.sae-app-container-content .sae-button {
  margin-top: 0;
}

.sae-app-container-content a {
  margin-top: 72px;
}

.sae-app-img {
  position: relative;
}

/* Buy Section */

.sae-buy-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  flex-direction: row;
}

/* .sae-buy-wraper {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
}

#sae-shop-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  z-index: 2;
  border: 4px solid black;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  padding: 10px;
}

#sae-shop-button:hover {
  background: transparent;
  color: black;
  cursor: pointer;
} */

.sae-buy-container {
  display: flex;
  justify-content: flex-start;
  position: relative;
  grid-column: main;
  flex-direction: column;
  margin: 0 auto;
  box-sizing: border-box;
}

.sae-buy-container-txt {
  width: 500px;
  line-height: 1.5;
  margin-right: 50px;
}

.sae-buy-container-txt h4 {
  padding-bottom: 32px;
}

.sae-buy-container-txt p {
  padding-bottom: 56px;
}

.sae-buy-container-txt a {
  color: #000;
  text-decoration: underline;
}

.sae-buy-container-txt a:hover {
  color: #000;
  text-decoration: none;
}

#sae-buy>div>div.sae-buy-container>a>div {
  width: 500px;
}

/* Projects Section */

/*Wird auch bei AR und IA Seite genutzt*/

.sae-projects-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  flex-direction: column;
}

.sae-projects-container {
  display: flex;
  flex-direction: row;
}

.sae-projects-box {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
  width: 500px;
}

.sae-projects-box:nth-child(2) {
  margin: 0 50px;
}

.sae-projects-box h4 {
  text-align: center;
  padding-top: 32px;
}

/**
*
*
93. Interactive artworks
*
*
*/

.wrapper-portraits #quote h3 {
  margin-right: 10px;
}

#ia-statement a {
  color: #000;
  text-decoration: underline;
}

#ia-statement a:hover {
  text-decoration: none;
}

.ia-section {
  padding: 0 50px;
}

.ia-section:nth-child(2n + 1) {
  background-color: #fafafa;
}

.ia-section h2 {
  text-transform: uppercase;
  padding: 0 0 72px 0;
  font-size: 2.5rem;
  text-align: left;
}

.ia-section h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.ia-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #a855f7;
  border: 1px solid #a855f7;
  color: #fff;
  line-height: 1;
  height: 60px;
  margin-top: 72px;
}

.ia-button:hover {
  width: 100%;
  background-color: transparent;
  color: #a855f7;
  line-height: 1;
}

/* Upgrade (already have alien) section */
.ia-section--upgrade {
  background: #111;
}

.ia-upgrade-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.ia-upgrade-text h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.ia-upgrade-text p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.ia-upgrade-text .ia-button {
  display: inline-block;
  margin-top: 8px;
}

.ia-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.ia-step-num {
  font-size: 1.8rem;
  font-weight: bold;
  color: #a855f7;
  flex-shrink: 0;
  line-height: 1;
}

.ia-step p {
  line-height: 1.6;
  padding-top: 4px;
}

@media (max-width: 768px) {
  .ia-upgrade-wrapper {
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 40px;
  }
}

.ia-statement-wraper {
  display: flex;
  justify-content: left;
  position: relative;
  grid-column: main;
  flex-direction: row;
  margin: 0 auto;
  padding: 72px 0;
  box-sizing: border-box;
  max-width: 1600px;
}

.ia-statment-txt {
  margin-left: 36px;
}

.ia-statment-txt h2 {
  text-transform: uppercase;
  padding-bottom: 36px;
  font-size: 2.5rem;
  text-align: left;
}

.ia-statment-txt p {
  padding-bottom: 32px;
  line-height: 1.5;
}

.ia-nfc-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  justify-content: center;
  position: relative;
  grid-column: main;
  flex-direction: row;
  box-sizing: border-box;
}

.ia-nfc-container {
  margin-right: 36px;
  order: 1;
}

.ia-nfc-wraper #nfc-camden-container {
  order: 2;
}

.ia-nfc-img {
  position: relative;
}

.ia-nfc-container-content {
  display: flex;
  line-height: 1.5;
}

.ia-nfc-container-content-txt1 {
  margin-right: 36px;
}

.ia-nfc-container-content a {
  color: #000;
  text-decoration: underline;
}

.ia-nfc-container-content a:hover {
  color: #000;
  text-decoration: none;
}

.ia-video {
  width: 500px;
}

.ia-app-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  justify-content: left;
  position: relative;
  grid-column: main;
  flex-direction: row;
  box-sizing: border-box;
}

.ia-app-container {
  margin-left: 36px;
}

.ia-app-container-content {
  display: flex;
  line-height: 1.5;
  padding-top: 22px;
  flex-direction: column;
  width: 500px;
}

.ia-app-container-content .ia-button {
  margin-top: 0;
}

.ia-app-container-content a {
  margin-top: 72px;
}

.ia-app-img {
  position: relative;
}

/**
*
*
93. AR artworks
*
*
*/

.ar-header {
  background-color: #cb3376 !important;
}

#ar-statement a {
  color: #000;
  text-decoration: underline;
}

#ar-statement a:hover {
  text-decoration: none;
}

.ar-section {
  padding: 0 50px;
}

.ar-section:nth-child(2n + 1) {
  background-color: #fafafa;
}

.ar-section h2 {
  text-transform: uppercase;
  padding: 0 0 72px 0;
  font-size: 2.5rem;
  text-align: left;
}

.ar-section h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.ar-statement-wraper {
  display: flex;
  justify-content: left;
  position: relative;
  grid-column: main;
  flex-direction: row;
  margin: 0 auto;
  padding: 72px 0;
  box-sizing: border-box;
  max-width: 1600px;
}

.ar-statment-txt {
  margin-left: 36px;
}

.ar-statment-txt h2 {
  text-transform: uppercase;
  padding-bottom: 36px;
  font-size: 2.5rem;
  text-align: left;
}

.ar-statment-txt p {
  padding-bottom: 32px;
  line-height: 1.5;
}

.ar-video {
  width: 500px;
}

.ar-ar-wraper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  flex-direction: row;
}

.ar-ar-box1 {
  display: flex;
  flex-direction: column;
}

.ar-ar-container {
  display: flex;
  justify-content: center;
  position: relative;
  grid-column: main;
  flex-direction: row;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 72px;
}

.ar-ar-container-txt {
  width: 500px;
  line-height: 1.5;
}

.ar-ar-container-img {
  width: 500px;
  display: flex;
  justify-content: center;
  margin: 0 36px;
}

.ar-google-play {
  margin-right: 36px;
}

.ar-google-play img {
  height: 40px;
}

.ar-ar-img {
  position: relative;
}

/**
*
*
92. get your own alien
*
*
*/


.getyourown{

}

.wrapper-own {
  display: grid;
  grid-template-columns: minmax(320px, 1fr);
  grid-template-areas: "header" "main" "footer";
}

#own-header {
  grid-area: header;
  height: 60vh;
  background: #97b044;
  margin-bottom: 48px;
}

#own-header #quote h3 {
  margin-top: 8px;
  font-size: 1rem;
  color: #fff;
}

#quote h3 {
  margin-top: 8px;
  font-size: 1rem;
}

#own-header h1 {
  font-size: 4.5rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
}

.own-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: main;
  flex-wrap: wrap;
}

.row-boxed {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1920px;
}

.own-intro-row {
  padding: 16px 16px 64px 16px;
}

.own-intro-row picture {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.own-intro-row img {
  min-width: 0;
}

#own-intro-txt {
  color: #000;
  font-size: 1rem;
  min-width: 0;
  line-height: 1.75;
}

#own-intro-txt p:first-of-type {
  padding-bottom: 36px;
}

.button-green {
  font-family: "FuturaPTMedium";
  width: 250px;
  padding: 16px 0;
  line-height: 1.5;
  border: 4px solid;
  color: #fff;
  font-size: 1rem;
  background: #97b044;
  border-color: #97b044;
  margin-top: 48px;
}

.button-green:hover {
  color: #000;
  background: transparent !important;
  cursor: pointer;
}

#own-intro-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid #a855f7;
  height: 100%;
  padding: 48px;
  min-width: 0;
  box-sizing: border-box;
}

#own-intro-headline h2 {
  font-family: "FuturaPTMedium";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
}

.own-offer-row {
  grid-gap: 0;
}

.own-offer-col {
  padding: 96px 36px;
}

.own-offer-hl {
  height: 250px;
}

.own-offer-col h3 {
  font-family: "FuturaPTMedium";
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
}

.own-offer-col h4 {
  font-size: 4rem;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  padding-top: 16px;
}

.own-offer-col h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 96px 0 32px 0;
  color: #fff;
}

#own-chf {
  background-color: #c93778;
}

#own-reason {
  background-color: #98b145;
  /*#97B044*/
}

#own-eth {
  background-color: #2b4675;
}

.own-offer-info-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  border: 2px solid #fff;
  color: #fff;
  align-items: center;
  overflow: hidden;
}

.info-box-no {
  font-family: "FuturaPTMedium";
  background: #fff;
  font-size: 3.5rem;
  padding: 12px 24px 12px 24px;
  align-self: flex-start;
}

#own-chf .info-box-no {
  color: #c93778;
}

#own-eth .info-box-no {
  color: #2b4675;
}

.info-box-txt {
  width: 100%;
}

.info-box-txt a {
  text-decoration: underline;
}

.info-box-txt a:hover {
  text-decoration: none;
}

.info-box-txt p {
  font-size: 1rem;
  padding: 32px 24px;
  line-height: 1.25;
}

.info-box-txt p:nth-of-type(2) {
  padding: 0 24px 24px 24px;
}

#own-reason .own-offer-info-box {
  flex-direction: column;
}

.info-box-hl {
  font-family: "FuturaPTMedium";
  color: #98b145;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 24px 32px;
  background: #fff;
  width: 100%;
  margin-left: 32px;
}

#own-reason>div:nth-child(3)>div.info-box-txt>p {
  padding: 24px;
}

.info-box-note {
  font-size: 1rem;
  color: #fff;
  font-style: italic;
  padding: 0 24px 80px 24px;
  line-height: 1.25;
}

.own-nft-row {
  grid-template-areas:
    "headline headline headline"
    "content content content";
  padding: 16px;
}

.own-nft-row h3 {
  color: #000;
  padding: 48px 0;
  font-size: 2rem;
  text-transform: uppercase;
  grid-area: headline;
}

#own-nft-row-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-area: content;
  grid-gap: 48px;
}

#nft-intro-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid #a855f7;
  height: 100%;
  padding: 48px;
  min-width: 0;
  box-sizing: border-box;
  flex-direction: column;
}

#nft-intro-headline h2 {
  font-family: "FuturaPTMedium";
  font-size: 3.5rem;
  font-weight: bold;
  color: #000;
}

#own-nft-reason-one {
  min-width: 0;
}

#own-nft-reason-two {
  min-width: 0;
}

.own-nft-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-square {
  height: 184px;
  width: 184px;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.no-square-one {
  background-color: #c93778;
}

.no-square-two {
  background-color: #98b145;
  transform: rotate(-26deg);
}

.no-square-three {
  background-color: #2b4675;
  transform: rotate(6deg);
}

.no-square-four {
  background-color: #e0d2e3;
}

.own-nft-reason-txt p {
  text-align: center;
  padding: 48px;
  line-height: 1.25;
}

.own-nft-reason-txt span {
  display: inline-block;
}

/* Media Queries Get your own*/

/*Widescreen*/
@media screen and (min-width: 2000px) {}

@media screen and (max-width: 1366px) {
  #own-header h1 {
    font-size: 3.5rem;
  }

  .own-offer-row {
    width: 100vw;
  }

  .own-offer-hl {
    height: auto;
  }

  #own-intro-txt {
    grid-column-start: 2;
    grid-column-end: 4;
  }

  #own-intro-headline {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .own-intro-row img {
    object-fit: contain;
  }

  .own-intro-row picture {
    align-self: baseline;
  }

  #own-nft-reason-one,
  #own-nft-reason-two {
    margin-top: 48px;
  }

  #own-chf,
  #own-reason,
  #own-eth {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  #nft-intro-headline {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  #own-nft-row-content {
    grid-template-columns: 1fr 1fr;
  }


}

@media screen and (max-width: 992px) {
  #own-header h1 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.15;
  }
}


@media screen and (max-width: 768px) {

  #own-intro-headline h2 {

    font-size: 2.5rem;

  }

  #own-intro-txt {
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .own-intro-row picture {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .own-offer-info-box {
    flex-wrap: wrap;
    align-items: normal;
  }

  .info-box-hl {
    margin-left: 0;
  }

  .own-offer-col h3 {
    font-size: 3rem;
  }

  #nft-intro-headline h2 {
    font-size: 2.5rem;
  }

  #own-nft-row-content {
    grid-template-columns: 1fr;
  }

  #own-nft-reason-one,
  #own-nft-reason-two {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  #own-nft-reason-two {
    margin-top: 0px;
  }

  .own-offer-col h4 {
    font-size: 2.5rem;
  }

  .info-box-note {
    padding: 0;
  }

  #nft-intro-headline {
    padding: 24px;
  }

  #own-intro-headline {
    padding: 24px;
  }

}

/* =====================================================
   93. Get Your Own Alien — Dark Redesign
   ===================================================== */

.wrapper-own-new {
  background: #0a0a0a;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(320px, 1fr);
  grid-template-areas: "header" "main" "footer";
}

/* --- Hero --- */
.own-hero {
  grid-area: header;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #0a0a0a url('/dist/images/hero_get_your_own.png') right center / cover no-repeat;
}

.own-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.62);
  z-index: 1;
  pointer-events: none;
}

.own-hero #nav-div {
  position: relative;
  z-index: 3;
}

.own-hero-text {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px 80px;
  max-width: 860px;
  box-sizing: border-box;
  text-align: left;
}

.own-hero-text h1 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  line-height: 1.0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 28px;
  font-weight: bold;
}

.own-hero-text h1 .accent {
  color: #fff;
}

.own-hero-text > p {
  font-size: 1rem;
  line-height: 1.65;
  color: #fff;
  max-width: 360px;
  margin-bottom: 40px;
}

.btn-outline-white {
  font-family: "FuturaPTMedium";
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  width: fit-content;
  margin-bottom: 40px;
}

.btn-outline-white:hover {
  background: #a855f7;
  border-color: #a855f7;
}

.btn-primary {
  font-family: "FuturaPTMedium";
  display: inline-block;
  padding: 14px 28px;
  background: #fff;
  color: #0a0a0a;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  width: fit-content;
}

.btn-primary:hover {
  background: #663399;
  color: #fff;
}

.own-hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
}

.own-hero-proof-icons {
  display: flex;
}

.own-hero-proof-icons span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #a855f7;
  display: inline-flex;
  overflow: hidden;
  margin-right: -8px;
  background: #0a0a0a;
  flex-shrink: 0;
}

.own-hero-proof-icons span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.own-hero-proof p {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
}

/* .own-hero-image removed — hero uses CSS background-image instead */

/* --- Site header (logo bar) --- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  background: transparent;
  height: auto;
  padding: 20px 48px;
  padding-top: max(20px, env(safe-area-inset-top));
  padding-left: max(48px, env(safe-area-inset-left));
  padding-right: max(48px, env(safe-area-inset-right));
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.site-header.scrolled {
  background: #0d0d0d;
}

.site-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo {
  height: 18px;
  width: auto;
  display: block;
}

.hamburger {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.ham-line {
  display: block;
  background: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  transition: all 0.35s;
}

.ham-line:nth-child(1) { top: 2px; }
.ham-line:nth-child(2) { top: 11px; }
.ham-line:nth-child(3) { top: 20px; width: 16px; }

.hamburger.active .ham-line:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.hamburger.active .ham-line:nth-child(2) { opacity: 0; }
.hamburger.active .ham-line:nth-child(3) { transform: translateY(-9px) rotate(-45deg); width: 24px; }

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #0d0d0d;
  z-index: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px;
  gap: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nav-overlay.open { opacity: 1; pointer-events: all; display: flex !important; }

.nav-overlay a {
  font-family: 'FuturaPTMedium', sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: opacity 0.15s;
}

.nav-overlay a:hover { opacity: 0.5; }

@media (max-width: 1024px) {
  .site-header { padding: 16px 24px; }
}

@media (max-width: 768px) {
  .nav-overlay { padding: 60px 40px; }
}

/* --- Why section --- */
.own-why {
  background: #111;
  padding: 96px 48px;
  text-align: center;
}

.own-section-title {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.own-section-rule {
  width: 40px;
  height: 2px;
  background: #a855f7;
  margin: 20px auto 24px;
}

.own-why-subtitle {
  font-size: 0.88rem;
  color: #888;
  letter-spacing: 0.06em;
  margin-bottom: 56px;
}

.own-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.own-why-card {
  border: 1px solid #222;
  padding: 40px 24px;
  text-align: center;
  transition: border-color 0.2s;
}

.own-why-card:hover {
  border-color: #a855f7;
}

.own-why-card svg {
  color: #a855f7;
  margin-bottom: 20px;
}

.own-why-card h4 {
  font-family: "FuturaPTMedium";
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 12px;
}

.own-why-card p {
  font-size: 0.88rem;
  color: #777;
  line-height: 1.55;
}

/* --- Examples section --- */
.own-examples {
  background: #0a0a0a;
  padding: 96px 64px;
  text-align: left;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}

.own-small-label {
  font-family: "FuturaPTMedium";
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a855f7;
  display: block;
  margin-bottom: 16px;
}

.own-examples-left h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}

.own-purple-rule {
  width: 36px;
  height: 2px;
  background: #a855f7;
  margin: 20px 0;
}

.own-examples-left p {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.6;
  margin-bottom: 24px;
}

.own-link-arrow {
  font-family: "FuturaPTMedium";
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a855f7;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.own-link-arrow:hover {
  text-decoration: underline;
}

.own-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.own-example-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
  filter: grayscale(20%);
  transition: filter 0.3s;
}

.own-example-card:hover img {
  filter: grayscale(0%);
}

.own-example-num {
  font-family: "FuturaPTMedium";
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a855f7;
  margin-bottom: 6px;
}

.own-example-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
}

/* --- How it works --- */
.own-how {
  background: #111;
  padding: 96px 48px;
  text-align: center;
}

.own-how-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.own-how-step {
  flex: 1;
  padding: 0 24px;
  text-align: center;
}

.own-how-step-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  margin-bottom: 28px;
  overflow: hidden;
}

.own-how-step-img picture,
.own-how-step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.own-step-num {
  font-family: "FuturaPTMedium";
  font-size: 3.5rem;
  color: #a855f7;
  line-height: 1;
  margin-bottom: 20px;
}

.own-how-step h3 {
  font-family: "FuturaPTMedium";
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 12px;
}

.own-how-step p {
  font-size: 0.88rem;
  color: #777;
  line-height: 1.55;
}

.own-how-step-sub {
  font-size: 0.85rem;
  color: #a855f7;
  margin-bottom: 8px;
  line-height: 1.5;
}

.own-how-quote {
  margin-top: 14px;
  padding: 12px 16px;
  border-left: 2px solid #a855f7;
  font-size: 0.82rem;
  color: #aaa;
  line-height: 1.6;
  font-style: italic;
  text-align: left;
}

.own-how-arrow {
  font-size: 1.5rem;
  color: #555;
  flex-shrink: 0;
}

/* --- CTA section --- */
.own-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0a0a0a;
  min-height: 560px;
  max-height: 100vh;
}

.own-cta-content {
  padding: 96px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: flex-start;
}

.own-cta-content h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 0;
}

.own-cta-content > p {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.6;
  max-width: 380px;
  margin-bottom: 12px;
}

.own-cta-price {
  font-family: "FuturaPTMedium";
  font-size: 2.75rem;
  color: #a855f7;
  margin-bottom: 32px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.own-cta-price-label {
  font-size: 0.9rem;
  color: #777;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.own-cta-process {
  margin-top: 24px;
  font-size: 0.78rem;
  color: #555;
  line-height: 1.7;
  max-width: 380px;
  border-top: 1px solid #1e1e1e;
  padding-top: 20px;
}

.own-cta-image {
  overflow: hidden;
}

.own-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Trust badges --- */
.own-trust {
  background: #0a0a0a;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #1e1e1e;
}

.own-trust-item {
  padding: 20px 32px;
  border-right: 1px solid #1e1e1e;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.own-trust-item:last-child {
  border-right: none;
}

.own-trust-item svg {
  color: #a855f7;
  flex-shrink: 0;
}

.own-trust-item h4 {
  font-family: "FuturaPTMedium";
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 2px;
}

.own-trust-item p {
  font-size: 0.78rem;
  color: #555;
  line-height: 1.4;
}

/* --- Brand name small caps --- */
.nbp { font-variant: small-caps; white-space: nowrap; }

/* --- Inline copy link (e.g. app links in body text) --- */
.copy-link { color: inherit; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,255,255,0.5); transition: text-decoration-color 0.2s; }
.copy-link:hover { text-decoration-color: #fff; }

/* --- Dark footer --- */
.site-footer {
  background: #0d0d0d;
  padding: 48px 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.footer-logo {
  opacity: 0.4;
  transition: opacity 0.15s;
}

.footer-logo:hover { opacity: 0.8; }

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.15s;
}

.footer-links a:hover { color: #fff; }

.footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-social a { display: flex; }

.footer-social svg {
  width: 22px;
  height: 22px;
  display: block;
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.15s;
}

.footer-social a:hover svg { opacity: 1; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: 'Roboto', sans-serif;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.08em;
}

/* Responsive */
@media screen and (max-width: 1100px) {
  .own-why-grid { grid-template-columns: repeat(2, 1fr); }
  .own-examples { grid-template-columns: 1fr; gap: 48px; padding: 64px 32px; }
  .own-hero-text { max-width: 680px; padding: 40px 48px 80px; }
  .own-hero-text h1 { font-size: 3.5rem; }
}

@media screen and (max-width: 768px) {
  .own-hero { min-height: 100svh; }
  .own-hero::after { background: rgba(10, 10, 10, 0.72); }
  .own-hero-text { padding: 20px 28px 48px; max-width: 100%; }
  .own-hero-text h1 { font-size: 2.5rem; }
  .own-cta { grid-template-columns: 1fr; }
  .own-cta-image { height: 300px; order: -1; }
  .own-cta-content { padding: 56px 28px; }
  .own-how-steps { flex-direction: column; align-items: center; gap: 0; }
  .own-how-arrow { transform: rotate(90deg); padding: 4px 0; }
  .own-trust { grid-template-columns: 1fr; }
  .own-trust-item { border-right: none; border-bottom: 1px solid #1e1e1e; }
  .own-why { padding: 64px 24px; }
  .own-how { padding: 64px 24px; }
  .own-examples-grid { grid-template-columns: 1fr; }
  .site-footer { padding: 40px 32px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* =====================================================
   94. Alien Order Modal & Form
   ===================================================== */

/* ---- Modal overlay ---- */
.alien-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 2000;
  overflow-y: auto;
  padding: 24px 16px 48px;
}

.alien-modal-overlay.open {
  display: block;
}

.alien-modal {
  background: #111;
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 48px 64px;
  position: relative;
  box-sizing: border-box;
  color: #fff;
}

.alien-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 1;
  color: rgba(255,255,255,0.7);
  padding: 4px;
}

.alien-modal-close:hover {
  color: #a855f7;
}

.alien-modal h2 {
  font-family: "FuturaPTMedium";
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}

.alien-modal > p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}

/* ---- Form sections ---- */
.alien-form-section {
  border-top: 1px solid #2a2a2a;
  padding-top: 32px;
  margin-top: 32px;
}

.alien-form-section h3 {
  font-family: "FuturaPTMedium";
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #fff;
}

.alien-form-section h4,
.alien-form-section-sub {
  font-family: "FuturaPTMedium";
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #a855f7;
  margin: 28px 0 16px;
  border-left: 3px solid #a855f7;
  padding-left: 10px;
}

/* ---- Form fields ---- */
.alien-form-group {
  margin-bottom: 20px;
}

.alien-form-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
  color: rgba(255,255,255,0.85);
}

.alien-form-group textarea,
.alien-form-group input[type="text"],
.alien-form-group input[type="email"] {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 0;
  padding: 10px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  color: #fff;
  box-sizing: border-box;
  resize: vertical;
  outline: none;
  transition: border-color 0.2s;
}

.alien-form-group textarea::placeholder,
.alien-form-group input::placeholder {
  color: rgba(255,255,255,0.25);
}

.alien-form-group textarea:focus,
.alien-form-group input:focus {
  border-color: #a855f7;
}

.alien-form-group textarea {
  min-height: 72px;
}

/* ---- Category cards ---- */
.category-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 4px;
}

.category-card {
  border: 2px solid #2a2a2a;
  background: #1a1a1a;
  padding: 20px 12px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
  user-select: none;
}

.category-card:hover {
  border-color: #a855f7;
}

.category-card.selected {
  border-color: #a855f7;
  background: rgba(168,85,247,0.12);
}

.category-card input[type="radio"] {
  display: none;
}

.category-card .cat-icon {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 8px;
}

.category-card .cat-label {
  font-family: "FuturaPTMedium";
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: block;
  color: rgba(255,255,255,0.85);
}

/* ---- Radio / checkbox groups ---- */
.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 4px;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: normal;
  font-size: 0.95rem;
  cursor: pointer;
  color: rgba(255,255,255,0.85);
}

.checkbox-inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  cursor: pointer;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}

.checkbox-inline input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #a855f7;
}

input[type="radio"] {
  accent-color: #a855f7;
}

/* ---- Add-ons block ---- */
.alien-addons-block {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 24px;
  margin-top: 8px;
}

/* ---- Price display ---- */
.alien-price-display {
  text-align: center;
  padding: 32px 0 8px;
}

.alien-price-display .price-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  display: block;
  margin-bottom: 4px;
}

.alien-price-display .price-amount {
  font-family: "FuturaPTMedium";
  font-size: 3rem;
  color: #a855f7;
  display: block;
}

.alien-price-display .price-note {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
  display: block;
}

/* ---- Messages ---- */
.alien-form-error {
  background: rgba(220,38,38,0.15);
  border: 1px solid rgba(220,38,38,0.4);
  color: #fca5a5;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  display: none;
}

.alien-form-success {
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.35);
  color: #86efac;
  padding: 24px;
  font-size: 1rem;
  line-height: 1.6;
  display: none;
  text-align: center;
}

/* ---- Submit button ---- */
.button-alien-submit {
  font-family: "FuturaPTMedium";
  width: 100%;
  padding: 18px;
  background: #a855f7;
  color: #fff;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 8px;
  transition: background 0.2s;
}

.button-alien-submit:hover {
  background: #5a2d91;
}

.button-alien-submit:disabled {
  background: #aaa;
  cursor: not-allowed;
}

/* ---- Responsive ---- */
@media screen and (max-width: 768px) {
  .alien-modal {
    padding: 32px 20px 48px;
  }

  .category-cards {
    grid-template-columns: 1fr;
  }

  .own-how-row {
    padding: 48px 24px;
  }
}


@media screen and (max-width: 1649px) {
  .wrapper-own img {
    width: 100%;
    height: auto;
  }
}

/**
*
*
93. 404
*
*
*/

#content-header-404 {
  height: 60vh;
  background: #a855f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h1-404 {
  font-size: clamp(1.6rem, 5vw, 3.5rem);
  color: #fff;
  text-transform: uppercase;
  margin-left: 50px;
}

.h2-404 {
  margin-left: 50px;
  color: #fff;
  margin-top: 20px;
  font-size: 1rem;
}

#profile-picture-404 {
  height: 100px;
  width: 100px;
  background: url(/dist/images/Rina_404.jpg) no-repeat;
  background-image: image-set(url('/dist/images/Rina_404.webp') type('image/webp'), url('/dist/images/Rina_404.jpg') type('image/jpeg'));
  border-radius: 75px;
  background-size: cover;
}

.content-404 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vh;
}

#btn-404 {
  width: 200px;
  padding: 17px;
  background: no-repeat;
  font: inherit;
  border-style: solid;
  border: 2px solid #a855f7;
  color: #a855f7;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
}

#btn-404:hover {
  background: #a855f7;
  color: #fff;
  cursor: pointer;
}

.content-404 a {
  font-size: 1rem;
  padding-bottom: 0px;
  text-decoration: none;
}

.content-404 a:hover {
  font-size: 1rem;
  padding-bottom: 0px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #content-header-404 {
    flex-direction: column;
  }

  #headlines-404 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .h1-404 {
    font-size: 2.5rem;
    margin-left: 0px;
    text-align: center;
    margin-top: 20px;
  }

  .h2-404 {
    margin-left: 0px;
    text-align: center;
    line-height: 1.3;
  }
}

/**
*
*
93. Media-Queries-Home
*
*
*/

@media screen and (max-aspect-ratio: 1920/1080) {

  #didYouFindMyStickerVideo,
  #portraitVideo {
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-aspect-ratio: 1920/1080) {

  #didYouFindMyStickerVideo,
  #portraitVideo,
  #rinas_world_Video {
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1367px) {
  /* .didYouFindMySticker {
    grid-area: menu;
  } */
}

@media screen and (max-width: 1366px) {

  #didYouFindMyStickerVideo,
  #portraitVideo,
  #rinas_world_Video {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }

  .didYouFindMySticker {
    background-image: url(/dist/images/960x640_dyfms_bg.jpg);
    background-image: image-set(url('/dist/images/960x640_dyfms_bg.webp') type('image/webp'), url('/dist/images/960x640_dyfms_bg.jpg') type('image/jpeg'));
    background-size: cover;
    /* grid-area: menu; */
  }

  .DigitalArtMeetup {
    background-image: url(/dist/images/960x640_meetup_bg.jpg);
    background-image: image-set(url('/dist/images/960x640_meetup_bg.webp') type('image/webp'), url('/dist/images/960x640_meetup_bg.jpg') type('image/jpeg'));
    background-size: cover;
    /* grid-area: menu; */
  }

  .gwens {
    background-image: url(/dist/images/960x640_gwens.jpg);
    background-image: image-set(url('/dist/images/960x640_gwens.webp') type('image/webp'), url('/dist/images/960x640_gwens.jpg') type('image/jpeg'));
    background-size: cover;
  }

  .getyourown {
    background-image: url(/dist/images/hero_get_your_own.png);
    background-image: image-set(url('/dist/images/hero_get_your_own.webp') type('image/webp'), url('/dist/images/hero_get_your_own.png') type('image/png'));
    background-size: cover;
  }


  .alienCharacters {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/992x640_alien_characters.jpg) no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/992x640_alien_characters.webp') type('image/webp'), url('/dist/images/992x640_alien_characters.jpg') type('image/jpeg'));
    background-size: cover;
  }

  .sideEffect {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/992x640_sideeffect_comics.jpg) no-repeat;
    background-size: cover;
  }

  .alienStories {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/992x640_story.jpg) no-repeat;
    background-size: cover;
  }

  .micmas {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/992x640_micmas.jpg) no-repeat;
    background-size: cover;
  }

  .alienTaleExp {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/960x640_alienTaleExp_v2.jpg) no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/960x640_alienTaleExp_v2.webp') type('image/webp'), url('/dist/images/960x640_alienTaleExp_v2.jpg') type('image/jpeg'));
    background-size: cover;
  }

  .alienPortraits {
    background-image: url(/dist/images/992x640_interactive_portraits.png);
    background-image: image-set(url('/dist/images/992x640_interactive_portraits.webp') type('image/webp'), url('/dist/images/992x640_interactive_portraits.png') type('image/png'));
    background-size: cover;
    background-position-y: center;
  }

  .arartworks {
    background-image: url(/dist/images/960x640_Rina_background.jpg);
    background-image: image-set(url('/dist/images/960x640_Rina_background.webp') type('image/webp'), url('/dist/images/960x640_Rina_background.jpg') type('image/jpeg'));
    background-size: cover;
    background-position-y: center;
  }

  .vart {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/992x640_vart.jpg) no-repeat;
    background-size: cover;
  }

  .popup-text p {
    max-width: 100%;
  }
}

/*Laptop*/

@media screen and (max-width: 992px) {
  .wrapper {
    grid-template-columns: minmax(320px, 1fr);
    grid-template-areas: "header header" "main main" "main main" "main main" "main main" "main main" "main main" "footer footer";
  }

  .sidebar {
    display: none;
  }

  #meetup-logos {
    margin-top: 300px;
  }

  #meetup-logo-m-swarm {
    width: 50px;
    height: 90px;
    background-size: contain;
  }

  #meetup-logo-script {
    height: 90px;
    width: 150px;
    background-size: contain;
  }

  .didYouFindMySticker {
    /* grid-area: main; */
    background-image: url(/dist/images/960x640_dyfms_bg.jpg);
    background-image: image-set(url('/dist/images/960x640_dyfms_bg.webp') type('image/webp'), url('/dist/images/960x640_dyfms_bg.jpg') type('image/jpeg'));
    background-size: cover;
    background-position-x: 20%;
    /* grid-area: auto; */
  }

  .gwens {
    background-image: url(/dist/images/960x640_gwens.jpg);
    background-image: image-set(url('/dist/images/960x640_gwens.webp') type('image/webp'), url('/dist/images/960x640_gwens.jpg') type('image/jpeg'));
    background-size: cover;
  }

  .getyourown{
    background-image: url(/dist/images/hero_get_your_own.png);
    background-image: image-set(url('/dist/images/hero_get_your_own.webp') type('image/webp'), url('/dist/images/hero_get_your_own.png') type('image/png'));
    background-size: cover;
  }

  .alienPortraits {
    background-image: url(/dist/images/992x640_interactive_portraits.png);
    background-image: image-set(url('/dist/images/992x640_interactive_portraits.webp') type('image/webp'), url('/dist/images/992x640_interactive_portraits.png') type('image/png'));
    background-size: cover;
    background-position-y: center;
  }

  .arartworks {
    background-image: url(/dist/images/960x640_Rina_background.jpg);
    background-image: image-set(url('/dist/images/960x640_Rina_background.webp') type('image/webp'), url('/dist/images/960x640_Rina_background.jpg') type('image/jpeg'));
    background-size: cover;
    background-position-y: center;
  }

  .wrapper header {
    display: flex;
    position: relative !important;
    color: white;
    background: #a855f7;
    grid-area: header;
    flex-direction: column;
    height: 100%;
  }

  #mobile-header {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
  }

  #home-profile-picture {
    height: 150px;
    width: 150px;
    background: url(/dist/images/logo_noizybutpurple.png) no-repeat;
    background-size: cover;
    margin: 25px;
  }

  #mobile-header h2 {
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
  }

  #mobile-header h1 {
    margin-top: 10px;
    font-size: 1rem;
    color: #fff;
  }

  h2 {
    font-size: 2rem;
  }
}

/*Tablet*/

@media screen and (max-width: 768px) {
  .section {
    height: 50vh;
  }

  .didYouFindMySticker {
    background-image: url(/dist/images/768x512_dyfms_bg.jpg);
    background-image: image-set(url('/dist/images/768x512_dyfms_bg.webp') type('image/webp'), url('/dist/images/768x512_dyfms_bg.jpg') type('image/jpeg'));
    background-position: center;
    order: 7;
  }

  .DigitalArtMeetup {
    background-image: url(/dist/images/768x512_meetup_bg.jpg);
    background-image: image-set(url('/dist/images/768x512_meetup_bg.webp') type('image/webp'), url('/dist/images/768x512_meetup_bg.jpg') type('image/jpeg'));
    background-position: center;
    order: 1;
  }

  .gwens {
    background-image: url(/dist/images/768x512_gwens.jpg);
    background-image: image-set(url('/dist/images/768x512_gwens.webp') type('image/webp'), url('/dist/images/768x512_gwens.jpg') type('image/jpeg'));
    background-size: cover;
    order: 2;
  }

  .getyourown{
    background-image: url(/dist/images/hero_get_your_own.png);
    background-image: image-set(url('/dist/images/hero_get_your_own.webp') type('image/webp'), url('/dist/images/hero_get_your_own.png') type('image/png'));
    background-size: cover;
    order: 4;
  }

  #meetup-logos {
    margin-top: 300px;
  }

  #meetup-logo-m-swarm {
    width: 50px;
    height: 90px;
    background-size: contain;
  }

  #meetup-logo-script {
    height: 90px;
    width: 150px;
    background-size: contain;
  }

  .alienCharacters {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/768x512_alien_characters.jpg) no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/768x512_alien_characters.webp') type('image/webp'), url('/dist/images/768x512_alien_characters.jpg') type('image/jpeg'));
    background-size: cover;
    background-position: center;
    order: 5;
  }

  .sideEffect {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/768x512_sideeffect_comics.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 9;
  }

  .alienStories {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/768x512_story.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .alienPortraits {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/768x512_interactive_portraits.jpg) no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/768x512_interactive_portraits.webp') type('image/webp'), url('/dist/images/768x512_interactive_portraits.jpg') type('image/jpeg'));
    background-size: cover;
    background-position: center;
    order: 3;
  }

  .arartworks {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/768x512_Rina_background.jpg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/768x512_Rina_background.webp') type('image/webp'), url('/dist/images/768x512_Rina_background.jpg') type('image/jpeg'));
    background-size: cover;
    background-position-y: center;
    order: 6;
  }

  .micmas {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/768x512_micmas.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .alienTaleExp {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/768x512_alienTaleExp_v2.jpg) no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/768x512_alienTaleExp_v2.webp') type('image/webp'), url('/dist/images/768x512_alienTaleExp_v2.jpg') type('image/jpeg'));
    background-size: cover;
    order: 8;
  }

  .vart {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/768x512_vart.jpg) no-repeat;
    background-size: cover;
    order: 2;
    /* grid-area: main; */
  }

  footer {
    order: 9;
  }
}

/*Smartphone*/

@media screen and (max-width: 576px) {
  .section {
    height: 60vh;
  }

  .didYouFindMySticker {
    background-image: url(/dist/images/576x488_dyfms_bg.jpg);
    background-image: image-set(url('/dist/images/576x488_dyfms_bg.webp') type('image/webp'), url('/dist/images/576x488_dyfms_bg.jpg') type('image/jpeg'));
    background-position: center;
    order: 7;
  }

  .DigitalArtMeetup {
    background-image: url(/dist/images/576x488_meetup_bg.jpg);
    background-image: image-set(url('/dist/images/576x488_meetup_bg.webp') type('image/webp'), url('/dist/images/576x488_meetup_bg.jpg') type('image/jpeg'));
    background-position: center;
    order: 1;
  }

  .gwens {
    background-image: url(/dist/images/576x488_gwens.jpg);
    background-image: image-set(url('/dist/images/576x488_gwens.webp') type('image/webp'), url('/dist/images/576x488_gwens.jpg') type('image/jpeg'));
    background-size: cover;
    order: 2;
  }

  .getyourown{
    background-image: url(/dist/images/hero_get_your_own.png);
    background-image: image-set(url('/dist/images/hero_get_your_own.webp') type('image/webp'), url('/dist/images/hero_get_your_own.png') type('image/png'));
    background-size: cover;
    order: 4;
  }

  #meetup-logos {
    margin-top: 300px;
  }

  #meetup-logo-m-swarm {
    width: 50px;
    height: 90px;
    background-size: contain;
  }

  #meetup-logo-script {
    height: 90px;
    width: 150px;
    background-size: contain;
  }

  .alienCharacters {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/576x488_alien_characters.jpg) no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/576x488_alien_characters.webp') type('image/webp'), url('/dist/images/576x488_alien_characters.jpg') type('image/jpeg'));
    background-size: cover;
    background-position: center;
    order: 5;
  }

  .sideEffect {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/576x488_sideeffect_comics.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 9;
  }

  .alienStories {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/576x488_story.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .alienPortraits {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/576x488_interactive_portraits.jpg) no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/576x488_interactive_portraits.webp') type('image/webp'), url('/dist/images/576x488_interactive_portraits.jpg') type('image/jpeg'));
    background-size: cover;
    background-position: inherit;
    order: 3;
  }

  .arartworks {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/576x488_Rina_background.jpg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/576x488_Rina_background.webp') type('image/webp'), url('/dist/images/576x488_Rina_background.jpg') type('image/jpeg'));
    background-size: cover;
    background-position-y: center;
    order: 6;
  }

  .micmas {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/576x488_micmas.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .alienTaleExp {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/576x488_alienTaleExp_v2.jpg) no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      image-set(url('/dist/images/576x488_alienTaleExp_v2.webp') type('image/webp'), url('/dist/images/576x488_alienTaleExp_v2.jpg') type('image/jpeg'));
    background-size: cover;
    order: 8;
  }

  .vart {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)),
      url(/dist/images/576x488_vart.jpg) no-repeat;
    background-size: cover;
    order: 3;
  }

  .square-wrapper ul {
    width: 90%;
  }

  footer {
    height: 30vh;
    color: rgb(125, 125, 125);
    font-size: 12px;
    order: 9;
  }

  .footer-div ul>li {
    padding-left: 20px;
  }

  .popup-text {
    padding: 25px;
  }

  .popup-text p {
    margin-bottom: 100px;
    font-size: 1em;
  }
}

/**
*
*
94. Media-Queries-About-me
*
*
*/

/*Very Large Desktop*/

@media screen and (min-width: 2000px) {
  li {
    font-size: 1rem;
  }

  #about-header h3 {
    font-size: 4.5rem;
  }

  #profile-picture {
    height: 150px;
    width: 150px;
    border-radius: 75px;
  }

  .about-square p,
  .about-square li {
    font-size: 1rem;
  }

  .about-square h2 {
    font-size: 4rem;
  }

  .square-two,
  .square-six {
    border: 10px solid #a855f7;
  }

  footer h3 {
    font-size: 1rem;
  }

  footer p {
    font-size: 1rem;
  }
}

/*Medium Desktop*/

@media screen and (max-width: 1600px) {
  .about-section {
    width: 80%;
    box-sizing: border-box;
    padding: 25px;
  }

  .about-square {
    width: 40%;
  }

  #about-header {
    height: 70vh;
  }

  .wrapper-about-me+footer {
    margin-top: 0px;
  }

  .about-square p,
  .about-square li {
    font-size: 1rem;
  }

  .about-square h2 {
    font-size: 4rem;
  }
}

/*iPad Pro*/

@media screen and (width: 1366px) {
  .about-square h2 {
    font-size: 3.5rem !important;
  }

  .about-square {
    width: 45% !important;
  }
}

/*Laptop*/

@media screen and (max-width: 1280px) {

  .about-square p,
  .about-square li {
    font-size: 1rem;
  }

  .about-square h2 {
    font-size: 4rem;
  }

  .about-square {
    width: 50%;
  }

  .about-section {
    width: 100%;
  }
}

/*Laptop*/

@media screen and (max-width: 992px) {
  #about-header {
    margin-bottom: 0px;
  }

  #about-header h3 {
    font-size: 2.5rem;
  }

  #profile-picture {
    height: 125px;
    width: 125px;
  }

  .about-section {
    width: 80%;
  }

  .about-square {
    width: 75%;
  }

  .about-square p,
  .about-square li {
    font-size: 1rem;
  }

  .wrapper-about-me+footer {
    margin-top: 0px;
  }

  .square-two,
  .square-six {
    border: 10px solid #a855f7;
    color: white;
    box-sizing: border-box;
    background: #a855f7;
  }

  .about-square h2 {
    font-size: 3rem;
  }
}

/*iPad*/

@media screen and (width: 768px) {
  .square-wrapper h3 {
    font-size: 2.5rem !important;
  }

  .about-square p,
  .about-square li {
    font-size: 1.5rem !important;
  }

  #about-header h3 {
    font-size: 3rem !important;
  }

  .about-square h2 {
    font-size: 4rem !important;
  }
}

/*Tablets*/

@media screen and (max-width: 768px) {
  
  
  #about-header h3 {
    font-size: 2rem;
  }

  #profile-picture {
    height: 125px;
    width: 125px;
  }

  .about-section {
    margin-top: 0px;
    padding: 0px;
  }

  .about-square {
    width: 100%;
  }

  .about-section {
    width: 100%;
  }

  .about-square h2 {
    font-size: 2rem;
  }

  .square-wrapper h3 {
    font-size: 2rem;
  }

  .square-three {
    order: 4;
  }

  .square-five {
    order: 12;
  }

  .square-six {
    order: 8;
  }

  .square-seven {
    order: 7;
  }

  .square-eight {
    order: 6;
  }

  .square-nine {
    order: 11;
  }

  .square-ten {
    order: 3;
  }

  .wrapper-about-me+footer {
    margin-top: 0px;
  }

  .square-two,
  .square-six {
    border: 10px solid #a855f7;
    color: white;
    box-sizing: border-box;
    background: #a855f7;
  }

  .square-eleven {
    order: 10;
  }

  .square-twelve {
    order: 9;
  }
}

/*Smartphone*/

@media screen and (max-width: 576px) {
  #about-header {
    margin-bottom: 0px;
    height: 60vh;
  }
  
  #about-header h1{
    font-size: 2rem!important;
    text-align: center;
    line-height: 1.15;
  }
  
  #about-header h3 {
    font-size: 1rem!important;
    margin-top: 8px;
  }


  ul.nav {
    justify-content: center;
    width: 100%;
  }

  .nav li {
    padding: 0 10px;
  }

  /* #noizy-logo {
      top: 60vh;
      width: 100px;
      height: 100px;
  } */

  .wrapper-datenschutz #about-header h1 {
    font-size: 1.5rem;
  }

  .datenschutz {
    padding: 25px;
  }

  #header-content {
    flex-direction: column;
  }

  .about-section {
    flex-direction: column;
    margin-top: 50px;
    width: 100%;
  }

  .about-square {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    min-height: 400px;
  }

  .about-square:after {
    display: none;
  }

  .about-square h2 {
    font-size: 2rem;
    padding: 0px;
  }

  .square-wrapper h3 {
    font-size: 1.5rem;
  }

  .square-two,
  .square-five {
    height: 400px;
    box-sizing: border-box;
  }

  .square-three {
    order: 4;
  }

  .square-seven {
    order: 7;
  }

  .square-eight {
    order: 6;
  }

  .square-ten {
    order: 3;
  }

  .about-square p,
  .about-square li {
    font-size: 1rem;
    padding: 10px;
  }

  .wrapper-about-me+footer {
    margin-top: 0px;
  }
}

/*Small Smartphone*/

@media screen and (max-width: 320px) {
  .square-wrapper h3 {
    font-size: 2rem;
  }

  #about-header {
    height: 70vh;
  }

  #quote {
    align-items: center;
  }

  .about-square h2 {
    font-size: 2.5rem;
    padding-left: 0px;
  }
}

/**
*
*
95. Media-Queries-Alien-Page
*
*
*/

/*Very Large Desktop*/

@media screen and (min-width: 2000px) {
  li {
    font-size: 1rem;
  }

  #alien-characters-header h1 {
    font-size: 4.5rem;
  }

  #profile-alien-picture {
    height: 150px;
    width: 150px;
    border-radius: 75px;
  }
}

/*Small PC*/

@media screen and (max-width: 1450px) {
  #alien-characters-header {
    height: 70vh;
  }

  .alien-characters-section {
    grid-template-columns: repeat(2, minmax(300px, 400px));
    grid-auto-rows: 185px;
  }

  .alien-div:nth-of-type(2) {
    grid-row-start: auto;
  }

  .alien-div:nth-of-type(3) {
    grid-row-start: auto;
  }

  .alien-div:nth-of-type(4) {
    grid-row-start: auto;
  }

  .alien-div:nth-of-type(3n + 2) {
    grid-column: auto;
  }

  .alien-div:nth-of-type(3n + 3) {
    grid-column: auto;
  }

  .alien-div:nth-of-type(3n + 4) {
    grid-column: auto;
  }

  .alien-text {
    font-size: 1rem;
    padding: 0 30px;
  }

  .alien-info {
    font-size: 1rem;
  }
}

/*Small Laptop*/

@media screen and (max-width: 990px) {
  .alien-characters-section {
    grid-template-columns: repeat(1, minmax(300px, 450px));
    grid-auto-rows: 150px;
  }

  .alien-div {
    grid-row-end: span 4;
  }
}

/*iPad*/

@media screen and (width: 768px) {
  .alien-text {
    font-size: 1.4rem !important;
  }
}

/*Tablet*/

@media screen and (max-width: 768px) {
  .alien-characters-section {
    grid-template-columns: repeat(1, minmax(300px, 450px));
  }

  #alien-characters-header h1 {
    font-size: 2rem;
  }

  #profile-alien-picture {
    height: 125px;
    width: 125px;
  }
}

/*Smartphone*/

@media screen and (max-width: 576px) {
  #alien-characters-header {
    height: 60vh;
  }

  #alien-characters-header h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  #header-content-alien-characters {
    flex-direction: column;
  }

  .alien-characters-section {
    grid-template-columns: repeat(1, minmax(300px, 300px));
    grid-auto-rows: 100px;
  }

  .alien-text {
    font-size: 1rem;
    line-height: 1.3;
    padding: 0 30px;
  }

  .alien-info {
    font-size: 1rem;
  }
}

/*Small Smartphone*/

@media screen and (max-width: 320px) {
  #alien-characters-header {
    height: 70vh;
  }
}

/**
*
*
96. Media-Queries-Portrait-Page
*
*
*/

/*Very Large Desktop*/

@media screen and (min-width: 2000px) {
  li {
    font-size: 1rem;
  }

  #alien-characters-header h1 {
    font-size: 4.5rem;
  }

  #profile-alien-picture {
    height: 150px;
    width: 150px;
    border-radius: 75px;
  }
}

/* Laptop*/

@media screen and (max-width: 1280px) {
  .portrait-video {
    width: 90%;
  }

  .pvideo {
    width: 90% !important;
  }

  #portrait-header h1 {
    font-size: 3.5rem;
  }

  .statement,
  .how-it-works {
    padding: 50px 10px;
  }
}

/*Small Laptop*/

@media screen and (max-width: 990px) {
  .portrait-video {
    flex-direction: column;
  }

  #portrait-header {
    margin-bottom: 50px;
  }

  .pvideo {
    padding: 60px 20px 0px 20px;
  }

  .portrait-text {
    width: 90%;
    flex-direction: column;
  }

  .statement,
  .how-it-works {
    width: 100%;
    padding: 50px 0;
  }
}

/*iPad*/

@media screen and (width: 768px) {
  .portrait-text p {
    font-size: 1.5rem !important;
  }

  .portrait-text h3 {
    font-size: 2.5rem !important;
  }

  .portrait-text h4 {
    font-size: 2rem !important;
  }
}

/*Tablet*/

@media screen and (max-width: 768px) {
  #portrait-header h1 {
    font-size: 2.5rem;
  }

  #profile-picture-portrait {
    height: 125px;
    width: 125px;
  }

  .portrait-text {
    flex-direction: column;
  }

  .statement,
  .how-it-works {
    width: 95%;
  }

  .portrait-video {
    flex-direction: column;
  }
}

/*Smartphone*/

@media screen and (max-width: 576px) {

  .statement,
  .how-it-works {
    width: 100%;
    padding: 25px;
  }

  .statement,
  .how-it-works {
    padding-top: 50px;
  }

  #portrait-header {
    margin-bottom: 50px;
    height: 60vh;
  }

  #portrait-header h1 {
    font-size: 2rem;
    text-align: center;
  }

  #portrait-content {
    flex-direction: column;
  }

  .portrait-text {
    width: 100%;
  }

  .portrait-text h2 {
    font-size: 2rem;
  }

  #portrait-header h1 {
    font-size: 1.5rem;
  }

  .video-text {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    height: 70px;
    box-sizing: border-box;
  }
}

/*Small Smartphone*/

@media screen and (max-width: 320px) {
  #portrait-header {
    height: 70vh;
  }
}

/**
*
*
97. Media-Queries-Privacy Policy
*
*
*/

/*Smartphone*/

@media screen and (max-width: 576px) {
  iframe {
    width: 320px !important;
  }
}

/**
*
*
98. Media-Queries-swiss art expo
*
*
*/

/* Laptop small Displays*/

@media screen and (min-width: 1025px) and (max-width: 1649px) {

  .sae-learn-more-container-content a,
  .sae-ar-container-txt,
  .sae-ar-container-img,
  .sae-app-container-content,
  #sae-buy>div>div.sae-buy-container>a>div,
  .sae-projects-box {
    width: 100%;
    max-width: 500px;
  }

  .wrapper-sae img {
    width: 100%;
    height: auto;
  }

  #sae-header h1 {
    font-size: 3rem;
  }

  /*Statement*/

  .sae-statement-wraper picture {
    width: 33%;
  }

  .sae-statment-txt {
    width: 66%;
  }

  /*Learn more*/

  .sae-learn-more-container-content {
    width: 33%;
  }

  .sae-learn-more-container-content .sae-button {
    width: 90%;
    margin: 0 auto;
  }

  .sae-learn-more-container-content:nth-child(2) {
    margin: 0;
  }

  .sae-learn-more-container-content-txt {
    padding: 0 36px;
  }

  /*NFC*/

  .sae-nfc-container-content {
    flex-direction: column;
  }

  .sae-nfc-img {
    width: 33%;
  }

  #nfc-camden-container {
    width: 33%;
  }

  #nfc-camden {
    width: 100%;
  }

  .sae-nfc-container {
    width: 66%;
  }

  .sae-nfc-container-content-txt1 {
    margin-right: 0;
    margin-bottom: 36px;
  }

  /*AR*/
  .sae-ar-wraper {
    justify-content: space-between;
  }

  .sae-ar-container {
    flex-direction: column;
    padding-top: 0;
    margin: 0;
  }

  .sae-ar-container-txt {
    margin-bottom: 36px;
    max-width: 100%;
  }

  .sae-ar-container-img {
    justify-content: flex-start;
    margin: 0;
  }

  .sae-ar-img {
    width: 33%;
    margin-left: 36px;
  }

  .sae-ar-box1 {
    width: 66%;
  }

  #ar-niel-container {
    width: 33%;
    margin-left: 36px;
  }

  #ar-niel {
    width: 100%;
  }

  /*App*/
  .sae-app-img {
    width: 33%;
  }

  .sae-app-container {
    width: 66%;
  }

  #app-leo-container {
    width: 33%;
  }

  #app-leo {
    width: 100%;
  }

  /*Buy*/

  .sae-buy-img {
    display: flex;
    align-items: center;
  }
}

/*Tablet*/

@media screen and (max-width: 768px) {}

/*Mobile*/

@media screen and (max-width: 1024px) {
  #sae-header {
    height: 60vh;
    min-height: 300px;
  }

  #sae-header h1 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.15;
  }

  .sae-section {
    padding: 0 20px;
  }

  .sae-section h2,
  .sae-statment-txt h2 {
    font-size: 1.8rem;
    line-height: 1.15;
  }

  .sae-artworks-wraper,
  .sae-statement-wraper,
  .sae-learn-more-wraper,
  .sae-nfc-wraper,
  .sae-ar-wraper,
  .sae-app-wraper,
  .sae-buy-wraper,
  .sae-learn-more-container,
  .sae-nfc-container,
  .sae-ar-container,
  .sae-projects-container {
    flex-wrap: wrap;
  }

  .sae-statment-txt,
  .sae-learn-more-container-content,
  .sae-learn-more-container-content a,
  .sae-ar-container-txt,
  .sae-ar-container-img,
  .sae-app-container-content,
  .sae-buy-container-txt,
  .sae-projects-box {
    width: 100%;
  }

  .sae-statment-txt,
  .sae-artworks-container:nth-child(2),
  .sae-learn-more-container-content:nth-child(2),
  .sae-nfc-container,
  .sae-nfc-container-content-txt1,
  .sae-ar-container-img,
  .sae-app-container,
  .sae-buy-container-txt,
  .sae-projects-box:nth-child(2) {
    margin: 0;
  }

  .sae-artworks-wraper,
  .sae-statement-wraper,
  .sae-section h2,
  .sae-learn-more-wraper,
  .sae-nfc-wraper,
  .sae-ar-wraper,
  .sae-app-wraper,
  .sae-buy-wraper,
  .sae-projects-wraper {
    padding: 32px 0;
  }

  .sae-artwork-desc,
  .sae-button,
  .sae-app-container-content a {
    margin-top: 32px;
  }

  .sae-statement-wraper picture,
  .sae-ar-img,
  .sae-app-img {
    margin: 0 auto;
  }

  /*Artworks*/

  .sae-artworks-container:first-child,
  .sae-artworks-container:nth-child(2),
  .sae-learn-more-container-content a {
    margin-bottom: 32px;
  }

  .sae-badge {
    width: 300px;
  }

  /*Statement*/

  .sae-statment-txt h2 {
    padding: 32px 0;
  }

  .sae-statment-txt p:nth-child(2),
  .sae-statment-txt p:nth-child(3) {
    padding-bottom: 32px;
  }

  /*Learn Section*/

  .sae-learn-more-wraper {
    padding: 0;
  }

  .sae-learn-more-wraper h2 {
    margin-bottom: 32px;
  }

  .sae-learn-more-container-content a {
    margin-top: 0;
    margin-bottom: 72px;
  }

  .sae-learn-more-container-content:nth-child(3) a {
    margin-bottom: 32px;
  }

  .sae-learn-more-container-content {
    height: 450px;
  }

  .sae-learn-more-container-content-txt {
    padding: 0 32px;
  }

  /*NFC Section*/
  .sae-nfc-container-content {
    flex-wrap: wrap;
  }

  .sae-nfc-container-content-txt1 {
    padding-bottom: 32px;
  }

  .sae-video,
  #nfc-camden,
  #ar-niel,
  #app-leo {
    width: 300px;
    margin: 0 auto;
  }

  /*AR Section */

  .sae-ar-box1 h2 {
    padding: 0;
  }

  .sae-ar-container {
    padding-top: 32px;
  }

  .sae-ar-container-txt {
    padding-bottom: 32px;
  }

  .sae-ar-box1 {
    order: 2;
  }

  .sae-ar-container-img {
    padding-bottom: 20px;
  }

  .sae-ar-img {
    order: 1;
    padding-bottom: 32px;
  }

  #ar-niel-container {
    order: 2;
    padding-bottom: 32px;
  }

  /*App Section */

  .sae-app-container-content {
    padding-top: 0;
  }

  #app-leo-container {
    order: 2;
  }

  .sae-app-container {
    order: 1;
    padding-bottom: 20px;
  }

  .sae-app-wraper {
    padding-top: 0px;
  }

  /*Buy Section*/
  .sae-buy-container {
    order: 1;
    padding-bottom: 20px;
  }

  .sae-buy-img {
    order: 2;
  }

  .sae-buy-container h2 {
    padding-top: 0;
  }

  .sae-buy-container-txt p:nth-child(2) {
    padding-bottom: 32px;
  }

  .sae-buy-container-txt p:nth-child(4) {
    padding-bottom: 0;
  }

  #sae-buy>div>div.sae-buy-container>a>div {
    width: 100%;
  }

  /*Projects settings*/

  .sae-projects-wraper h2 {
    padding-top: 0;
  }

  .sae-projects-box:first-child,
  .sae-projects-box:nth-child(2) {
    margin-bottom: 32px;
  }

  .sae-projects-box {
    align-items: center;
  }

  .sae-projects-box img {
    max-width: 500px;
  }

  /*wieder löschen*/
  .wrapper-sae img {
    width: 100%;
    height: auto;
  }

  /****************/
}

/**
*
*
94. Media-Queries Interactive & AR-artworks
*
*
*/

@media screen and (min-width: 1025px) and (max-width: 1649px) {

  .ia-statement-wraper picture,
  .ar-statement-wraper picture {
    width: 33%;
  }

  .ia-statment-txt,
  .ar-statment-txt {
    width: 66%;
  }

  /*NFC*/

  .ia-nfc-container-content {
    flex-direction: column;
  }

  .ia-nfc-img {
    width: 33%;
  }

  .ia-nfc-container {
    width: 66%;
  }

  .ia-nfc-container-content-txt1 {
    margin-right: 0;
    margin-bottom: 36px;
  }

  .ia-app-container-content {
    width: 100%;
    max-width: 500px;
  }

  .ia-app-img {
    width: 33%;
  }

  .ia-app-container {
    width: 66%;
  }

  /*AR*/
  .ar-ar-wraper {
    justify-content: space-between;
  }

  .ar-ar-container {
    flex-direction: column;
    padding-top: 0;
    margin: 0;
  }

  .ar-ar-container-txt {
    margin-bottom: 36px;
    max-width: 100%;
  }

  .ar-ar-container-img {
    justify-content: flex-start;
    margin: 0;
  }

  .ar-ar-img {
    width: 33%;
    margin-left: 36px;
  }

  .ar-ar-box1 {
    width: 66%;
  }

  .ia-statment-picture,
  .ar-statment-picture {
    width: 100%;
  }

  .wrapper-portraits img,
  .wrapper-ar img {
    width: 100%;
    height: auto;
  }
}

/*Mobile*/

@media screen and (max-width: 1024px) {
  #portrait-header h1 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.15;
  }

  .ia-section h2,
  .ia-statment-txt h2,
  .ar-section h2,
  .ar-statment-txt h2 {
    font-size: 1.8rem;
    line-height: 1.15;
  }

  .wrapper-portraits img,
  .wrapper-ar img {
    width: 100%;
    height: auto;
  }

  .ia-section {
    padding: 0 20px;
  }

  .ar-section {
    padding: 0 20px;
  }

  .ia-statment-picture,
  .ar-statment-picture {
    width: 100%;
  }

  .ia-statment-txt,
  .ar-statment-txt {
    margin-left: 0px;
  }

  .ia-statement-wraper,
  .ar-statement-wraper,
  .ia-nfc-wraper,
  .ia-nfc-container,
  .ia-app-wraper,
  .ar-ar-wraper {
    flex-wrap: wrap;
  }

  .ia-statment-txt,
  .ar-statment-txt,
  .ia-app-container-content,
  .ar-ar-container-txt,
  .ar-ar-container-img {
    width: 100%;
  }

  .ia-statement-wraper,
  .ar-statement-wraper,
  .ia-section h2 {
    padding: 32px 0;
  }

  .ia-statement-wraper picture,
  .ar-statement-wraper picture,
  .ia-app-img,
  .ar-ar-img {
    margin: 0 auto;
  }

  .ia-statment-txt h2,
  .ar-statment-txt h2,
  .ia-nfc-wraper,
  .ia-app-wraper,
  .ar-ar-wraper {
    padding: 32px 0;
  }

  .ia-statment-txt p:nth-child(2),
  .ia-statment-txt p:nth-child(3),
  .ar-statment-txt p:nth-child(2),
  .arF-statment-txt p:nth-child(3) {
    padding-bottom: 32px;
  }

  .ia-nfc-container,
  .ar-artworks-container:nth-child(2),
  .ar-ar-container-img,
  .ia-nfc-container-content-txt1,
  .ia-app-container {
    margin: 0;
  }

  /*NFC Section*/
  .ia-nfc-container-content {
    flex-wrap: wrap;
  }

  .ia-nfc-container-content-txt1 {
    padding-bottom: 32px;
  }

  #nfc-camden-container {
    order: 1;
  }

  .ia-nfc-container {
    order: 2;
  }

  .ia-app-container-content a,
  .ia-button {
    margin-top: 32px;
  }

  .ia-app-container-content {
    padding-top: 0;
  }

  /*AR*/
  .ar-ar-box1 h2 {
    padding: 0;
  }

  .ar-ar-container {
    padding-top: 32px;
    flex-direction: column;
  }

  .ar-ar-container-txt {
    padding-bottom: 32px;
  }

  .ar-ar-box1 {
    order: 2;
  }

  .ar-ar-img {
    order: 1;
    padding-bottom: 32px;
  }

  .ar-video,
  .ia-video {
    width: 300px;
    margin: 0 auto;
  }
}

/* =====================================================
   95. Interactive Portraits Redesign
   ===================================================== */

.ip-wrapper {
  background: #0a0a0a;
  color: #fff;
}

/* --- Hero --- */
.ip-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #0a0a0a url('/dist/images/992x640_interactive_portraits.png') right center / cover no-repeat;
}

.ip-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.65);
  z-index: 1;
  pointer-events: none;
}

.ip-hero-text {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px 80px;
  max-width: 860px;
  box-sizing: border-box;
}

.ip-hero-text h1 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  line-height: 1.0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  font-weight: bold;
}

.ip-period {
  color: #a855f7;
}

.ip-hero-text > p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  max-width: 380px;
  margin-bottom: 40px;
}

/* --- Story section --- */
.ip-story {
  background: #111;
  padding: 96px 48px;
  text-align: center;
}

.ip-story-inner {
  max-width: 700px;
  margin: 0 auto;
}

.ip-story-inner .own-purple-rule {
  margin: 20px auto;
}

.ip-story-inner h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.25;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.ip-story-inner p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 8px;
}

.ip-story-accent {
  color: #a855f7 !important;
  font-family: "FuturaPTMedium";
  font-size: 1rem !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* --- Character section --- */
.ip-characters {
  background: #0a0a0a;
  padding: 96px 48px;
  text-align: center;
}

.ip-text-center {
  display: block;
  text-align: center;
  margin-bottom: 48px;
}

.ip-characters-heading {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  margin-bottom: 56px;
  line-height: 1.25;
}

.ip-characters-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.ip-character-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
  filter: grayscale(20%);
  transition: filter 0.3s;
}

.ip-character-card:hover img {
  filter: grayscale(0%);
}

.ip-character-card h3 {
  font-family: "FuturaPTMedium";
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fff;
  margin-bottom: 8px;
}

.ip-story-btn {
  font-family: "FuturaPTMedium";
  display: inline-block;
  margin-top: 12px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a855f7;
  text-decoration: none;
  transition: opacity 0.2s;
}

.ip-story-btn:hover {
  opacity: 0.7;
}

.ip-character-card p {
  font-size: 0.85rem;
  color: #bbb;
  line-height: 1.5;
}

/* --- How it works --- */
.ip-how {
  background: #111;
  padding: 96px 48px;
  text-align: center;
}

.ip-how-subtitle {
  font-size: 0.95rem;
  color: #777;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 48px;
}

.ip-how-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.ip-how-step {
  flex: 1;
  min-width: 140px;
  padding: 0 20px;
  text-align: center;
}

.ip-how-step-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
  filter: grayscale(20%);
  transition: filter 0.3s;
}

.ip-how-step:hover .ip-how-step-img {
  filter: grayscale(0%);
}

.ip-step-num {
  font-family: "FuturaPTMedium";
  font-size: 3rem;
  color: #a855f7;
  line-height: 1;
  margin-bottom: 20px;
}

.ip-how-step h3 {
  font-family: "FuturaPTMedium";
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
}

.ip-how-step p {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 1.55;
}

.ip-how-arrow {
  font-size: 1.5rem;
  color: #888;
  flex-shrink: 0;
  padding-top: 0;
  align-self: center;
  margin-bottom: 80px;
}

/* --- What's included table --- */
.ip-includes {
  background: #0a0a0a;
  padding: 96px 48px;
}

.ip-includes-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.ip-includes-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
  text-align: left;
}

.ip-includes-table tbody tr {
  border-top: 1px solid #1e1e1e;
  transition: background 0.2s;
}

.ip-includes-table tbody tr:last-child {
  border-bottom: 1px solid #1e1e1e;
}

.ip-includes-table tbody tr:hover {
  background: #111;
}

.ip-includes-feature {
  font-family: "FuturaPTMedium";
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 22px 24px;
  white-space: nowrap;
  width: 240px;
  vertical-align: middle;
}

.ip-includes-desc {
  font-size: 0.88rem;
  color: #bbb;
  line-height: 1.55;
  padding: 22px 24px;
  vertical-align: middle;
}

/* --- CTA --- */
.ip-cta {
  background: #111;
}

.ip-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  max-height: 100vh;
}

.ip-cta-image {
  overflow: hidden;
  display: block;
}

.ip-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(15%);
}

.ip-cta-text {
  padding: 96px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ip-cta-text h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.ip-cta-text p {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.65;
  max-width: 380px;
  margin-bottom: 40px;
}

/* ---- IP APP ---- */
.ip-app {
  background: #0d0d0d;
  padding: 96px 48px;
}

.ip-app-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.ip-app-video {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 9/16;
  max-height: 580px;
  width: 100%;
}

.ip-app-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ip-app-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.ip-app-text h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2rem, 3vw, 3rem);
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.ip-app-text p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.75;
  max-width: 420px;
}

@media screen and (max-width: 1100px) {
  .ip-how-steps { flex-wrap: wrap; gap: 32px; }
  .ip-how-arrow { display: none; }
  .ip-how-step { min-width: 200px; }
}

@media screen and (max-width: 768px) {
  .ip-hero { min-height: 100svh; }
  .ip-hero::after { background: rgba(10, 10, 10, 0.72); }
  .ip-hero-text { padding: 20px 28px 48px; max-width: 100%; }
  .ip-story { padding: 64px 24px; }
  .ip-characters { padding: 64px 24px; }
  .ip-characters-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .ip-how { padding: 64px 24px; }
  .ip-how-steps { flex-direction: column; align-items: center; gap: 32px; }
  .ip-how-step { min-width: 100%; padding: 0; }
  .ip-includes { padding: 64px 24px; }
  .ip-includes-feature { white-space: normal; width: auto; min-width: 120px; padding: 22px 12px; }
  .ip-includes-desc { padding: 22px 12px; }
  .ip-cta-inner { grid-template-columns: 1fr; }
  .ip-cta-image { height: 300px; order: -1; }
  .ip-cta-text { padding: 56px 28px; }
  .ip-app { padding: 64px 24px; }
  .ip-app-inner { grid-template-columns: 1fr; gap: 40px; }
  .ip-app-video { max-height: 400px; aspect-ratio: 9/16; }
}

/**
*
*
98. Did You Find My Sticker (dyfms-)
*
*
*/

.dyfms-wrapper { background: #0d0d0d; color: #fff; }

/* ---- HERO ---- */
.dyfms-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0a0a0a url('/dist/images/1583x710_dyfms_bg.jpg') right center / cover no-repeat;
  display: flex;
  align-items: center;
}

.dyfms-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.65);
  z-index: 1;
  pointer-events: none;
}

.dyfms-hero-text {
  position: relative;
  z-index: 2;
  padding: 80px 64px;
  max-width: 680px;
}

.dyfms-hero-text h1 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  text-transform: uppercase;
  line-height: 1.0;
  color: #fff;
  margin-bottom: 16px;
  font-weight: bold;
}

.dyfms-hero-tagline {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 20px;
}

.dyfms-hero-body {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 32px;
}

.dyfms-hero-steps {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.dyfms-hero-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "FuturaPTMedium";
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.dyfms-step-icon { color: #fff; line-height: 1; }

.dyfms-hero-step-divider {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.2);
  margin-top: 4px;
  flex-shrink: 0;
}

.dyfms-btn-purple {
  font-family: "FuturaPTMedium";
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  width: fit-content;
  touch-action: manipulation;
}

.dyfms-btn-purple:hover { background: #a855f7; border-color: #a855f7; }

/* ---- HOW IT WORKS ---- */
.dyfms-how {
  background: #0a0a0a;
  padding: 80px 64px;
}

.dyfms-how > .own-section-title {
  text-align: center;
  margin-bottom: 56px;
}

.dyfms-how-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.dyfms-how-steps { display: flex; align-items: flex-start; }

.dyfms-how-step { flex: 1; padding: 0 24px; }
.dyfms-how-step:first-child { padding-left: 0; }

.dyfms-how-step-num {
  font-family: "FuturaPTMedium";
  font-size: 3rem;
  color: #a855f7;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.dyfms-how-step h3 {
  font-family: "FuturaPTMedium";
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
}

.dyfms-how-step p { font-size: 0.8rem; color: #ccc; line-height: 1.55; }

.dyfms-how-arrow {
  font-size: 1.5rem;
  color: #888;
  padding-top: 56px;
  flex-shrink: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.dyfms-how-img {
  overflow: hidden;
  border-radius: 4px;
  align-self: stretch;
  min-height: 320px;
}

.dyfms-how-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ---- STORY ---- */
.dyfms-story {
  background: #0d0d0d;
  padding: 96px 64px;
}

.dyfms-story-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.dyfms-story-inner .own-purple-rule {
  margin: 20px auto;
}

.dyfms-story-text h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.8rem, 3vw, 3rem);
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}

.dyfms-story-text p { font-size: 0.95rem; color: #aaa; line-height: 1.75; margin-bottom: 16px; }

.dyfms-story-accent { color: #a855f7 !important; font-style: italic; font-size: 1.05rem !important; }

.dyfms-story-image {
  min-height: 500px;
  background: #111;
  border: 1px solid #1e1e1e;
}

/* ---- STATS + RECENT ---- */
.dyfms-universe { background: #111; padding: 96px 64px; }

.dyfms-universe-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.dyfms-stats h3 {
  font-family: "FuturaPTMedium";
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a855f7;
  margin-bottom: 32px;
}

.dyfms-recent h3 {
  font-family: "FuturaPTMedium";
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a855f7;
  margin-bottom: 32px;
  text-align: center;
}

.dyfms-stats-row { display: flex; gap: 40px; margin-bottom: 28px; align-items: flex-start; }

.dyfms-stat { display: flex; flex-direction: column; gap: 6px; }

.dyfms-stat-pre-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777;
  line-height: 1.5;
  display: block;
  min-height: 1em;
}

.dyfms-stat-num {
  font-family: "FuturaPTMedium";
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #fff;
  line-height: 1;
  display: block;
}

.dyfms-stat-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777;
  line-height: 1.5;
  display: block;
}

.dyfms-stats-tagline { color: #a855f7; font-style: italic; font-size: 1rem; margin-top: 8px; }

.dyfms-alien-cards { display: flex; gap: 10px; justify-content: center; }

.dyfms-alien-card { flex: 0 1 18%; text-align: center; }

.dyfms-alien-placeholder {
  aspect-ratio: 3/4;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  margin-bottom: 8px;
}

.dyfms-alien-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  margin-bottom: 8px;
}

.dyfms-alien-img--unknown { opacity: 0.35; filter: grayscale(100%); }

.dyfms-alien-placeholder--unknown {
  background: #111;
  border-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FuturaPTMedium";
  font-size: 0.7rem;
  color: #2a2a2a;
  letter-spacing: 0.1em;
}

.dyfms-alien-name {
  font-family: "FuturaPTMedium";
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
}

.dyfms-alien-num { font-size: 0.62rem; color: #777; letter-spacing: 0.08em; display: block; }

.dyfms-recent-note { font-size: 0.72rem; color: #777; text-align: center; margin-top: 16px; font-style: italic; }

/* ---- MAP ---- */
.dyfms-map { background: #080808; padding: 80px 0; }

.dyfms-map-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: center;
  padding-left: 64px;
}

.dyfms-map-text h3 {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 14px;
}

.dyfms-map-text > p { font-size: 0.9rem; color: #aaa; margin-bottom: 28px; }

.dyfms-btn-outline {
  font-family: "FuturaPTMedium";
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid #a855f7;
  background: transparent;
  color: #a855f7;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
  touch-action: manipulation;
}

.dyfms-btn-outline:hover { background: rgba(102, 51, 153, 0.12); }

.dyfms-map-visual {
  position: relative;
  min-height: 360px;
  background: #080808;
  overflow: hidden;
}

.dyfms-map-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dyfms-map-dot {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translate(-50%, -50%);
}

.dyfms-map-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a855f7;
  box-shadow: 0 0 10px 2px rgba(168, 85, 247, 0.6);
  flex-shrink: 0;
}

.dyfms-map-dot span {
  font-family: "FuturaPTMedium";
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #aaa;
  white-space: nowrap;
}

/* ---- CTA ---- */
.dyfms-cta { background: #111; overflow: hidden; }

.dyfms-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  max-height: 100vh;
}

.dyfms-cta-image {
  overflow: hidden;
  display: block;
}

.dyfms-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dyfms-cta-text {
  padding: 96px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.dyfms-cta-text h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.dyfms-cta-text p { font-size: 0.9rem; color: #ccc; line-height: 1.65; max-width: 380px; margin-bottom: 40px; }

/* ---- DYFMS RESPONSIVE ---- */
@media screen and (max-width: 1100px) {
  .dyfms-how-inner { grid-template-columns: 1fr; }
  .dyfms-how-img { min-height: 260px; }
  .dyfms-cta-inner { grid-template-columns: 1fr; }
  .dyfms-cta-image { height: 340px; order: -1; }
  .dyfms-cta-text { padding: 56px 48px; }
}

@media screen and (max-width: 768px) {
  .dyfms-hero { min-height: 100svh; }
  .dyfms-hero-text { padding: 56px 28px; }
  .dyfms-hero-steps { flex-wrap: wrap; gap: 16px; }
  .dyfms-hero-step-divider { display: none; }
  .dyfms-how { padding: 64px 24px; }
  .dyfms-how-steps { flex-direction: column; gap: 28px; }
  .dyfms-how-arrow { display: none; }
  .dyfms-how-step { padding: 0; }
  .dyfms-story { padding: 64px 24px; }
  .dyfms-universe { padding: 64px 24px; }
  .dyfms-universe-inner { grid-template-columns: 1fr; gap: 48px; }
  .dyfms-alien-cards { flex-wrap: wrap; }
  .dyfms-alien-card { flex: 0 0 calc(33% - 8px); }
  .dyfms-map { padding: 56px 0; }
  .dyfms-map-inner { grid-template-columns: 1fr; gap: 36px; padding-left: 24px; }
  .dyfms-map-visual { min-height: 280px; }
  .dyfms-cta-text { padding: 56px 28px; }
  .dyfms-cta-image { height: 300px; }
}

/**
*
*
99. Fonts
*
*
*/

/* roboto-regular - latin */

em {
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../fonts/roboto-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/roboto-v20-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../fonts/roboto-v20-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300italic - latin */

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
    url("../fonts/roboto-v20-latin-300italic.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../fonts/roboto-v20-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "FuturaPTMedium";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("FuturaPTMedium"),
    url("../fonts/FuturaPTMedium.woff2") format("woff2"),
    url("../fonts/FuturaPTMedium.otf") format("opentype");
}

/**
*
*
* 100. Alien Characters — redesign
*
*
*/

.ac-body {
  background: #0a0a0a;
}

.ac-wrapper {
  background: #0a0a0a;
  color: #fff;
  min-height: 100vh;
}

/* HERO */

.ac-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #0a0a0a url('/dist/images/992x640_alien_characters.jpg') center / cover no-repeat;
}

.ac-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.55);
  z-index: 1;
  pointer-events: none;
}

.ac-hero-text {
  position: relative;
  z-index: 2;
  padding: 80px 64px 80px;
  max-width: 780px;
}

.ac-hero-text h1 {
  font-family: "FuturaPTMedium";
  font-size: clamp(3rem, 6vw, 5.5rem);
  text-transform: uppercase;
  line-height: 1.0;
  color: #fff;
  margin-bottom: 24px;
  font-weight: bold;
}

.ac-period {
  color: #fff;
}

.ac-hero-text > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 40px;
}

/* INTRO */

.ac-intro {
  background: #0a0a0a;
}

.ac-intro-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 96px 40px 64px;
  text-align: center;
}

.ac-intro-inner h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ac-intro-inner p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.ac-intro-inner .own-purple-rule {
  margin: 20px auto;
}

.ac-intro-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}

.ac-intro-card {
  background: #111;
  display: flex;
  flex-direction: column;
}

.ac-intro-card-img {
  overflow: hidden;
  flex-shrink: 0;
}

.ac-intro-card-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ac-intro-card:hover .ac-intro-card-img img {
  transform: scale(1.04);
}

.ac-intro-card-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}

.ac-intro-card-body h3 {
  font-family: "FuturaPTMedium";
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 0;
}

.ac-intro-card-body p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.ac-intro-card-body .btn-outline-white {
  margin-bottom: 0;
}

.ac-intro-tagline {
  background: #0a0a0a;
  text-align: center;
  padding: 56px 40px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  margin: 0;
}

/* CTA */

.ac-cta {
  background: #0a0a0a;
}

.ac-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  max-height: 100vh;
}

.ac-cta-image {
  overflow: hidden;
  display: block;
}

.ac-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ac-cta-text {
  padding: 96px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #111;
}

.ac-cta-text h2 {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.8rem, 3vw, 3rem);
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}

.ac-cta-text .own-purple-rule {
  margin: 24px 0;
}

.ac-cta-text p {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.65;
  max-width: 380px;
  margin-bottom: 40px;
}

/* GRID INTRO */

.ac-grid-intro {
  background: #0a0a0a;
  text-align: center;
  padding: 80px 24px 64px;
  color: #fff;
}

.ac-grid-intro-heading {
  font-family: "FuturaPTMedium";
  font-size: clamp(2rem, 5vw, 3.5rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 16px 0 24px;
  line-height: 1.2;
}

.ac-grid-intro .own-purple-rule {
  margin: 0 auto;
}

/* ALIEN GRID */

.ac-characters-section {
  display: flex;
  gap: 10px;
  padding: 0 10px 80px;
  background: #000;
  align-items: flex-start;
}

.ac-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ac-col-spacer {
  height: 100px;
  background: #000;
}

.ac-alien-div {
  position: relative;
  overflow: hidden;
  background: #111;
}

.ac-alien-div img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.ac-alien-div:hover img {
  transform: scale(1.04);
}

.ac-alien-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  color: #fff;
  padding: 32px 14px 12px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ac-alien-div:hover .ac-alien-info {
  opacity: 1;
}

.ac-story-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #6633cc;
  color: #fff;
  font-family: 'FuturaPTMedium', sans-serif;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 4px 8px;
  pointer-events: none;
  line-height: 1;
}

.ac-cta-card {
  padding-top: 133%;
  background: #0d0818;
  border-top: 3px solid #663399;
}

.ac-cta-card-inner {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 20px;
}

.ac-cta-card-question {
  font-size: clamp(1.1rem, 1.8vw, 1.7rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.ac-cta-card-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 24px;
}

.ac-cta-card-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}

.ac-cta-card-link:hover {
  border-color: #fff;
}

/* RESPONSIVE */

@media screen and (max-width: 1100px) {
  .ac-cta-text { padding: 64px 40px; }
  .ac-characters-section { gap: 8px; padding: 0 8px 80px; }
  .ac-col-spacer { height: 70px; }
  .ac-intro-cards { grid-template-columns: 1fr; }
  .ac-intro-card-img img { height: 280px; }
}

@media screen and (max-width: 768px) {
  .ac-hero { min-height: 100svh; }
  .ac-hero-text { padding: 20px 28px 60px; max-width: 100%; }
  .ac-intro-inner { padding: 60px 24px 48px; }
  .ac-intro-cards { grid-template-columns: 1fr; }

  .ac-intro-card-img img { height: 260px; }
  .ac-intro-card-body { padding: 28px 24px; }
  .ac-intro-tagline { padding: 40px 24px; }
  .ac-cta-inner { grid-template-columns: 1fr; }
  .ac-cta-image { height: 300px; order: -1; }
  .ac-cta-text { padding: 56px 28px; }

  /* 2-column grid on tablet/mobile */
  .ac-characters-section { flex-wrap: wrap; gap: 5px; padding: 0 5px 60px; }
  .ac-column { flex: 0 0 calc(50% - 3px); }
  .ac-col-spacer { display: none; }
  .ac-cta-card-question { font-size: 0.95rem; }
  .ac-cta-card-inner { padding: 20px 14px; }
}

/* =====================================================
   99. AR Artworks v2 — Museum Exhibition Redesign (ar2-)
   ===================================================== */

.ar2-wrapper {
  background: #0a0a0a;
  color: #fff;
}

/* --- Hero --- */
.ar2-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #0a0a0a;
}

.ar2-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: 0;
}

.ar2-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.55);
  z-index: 1;
  pointer-events: none;
}

.ar2-hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px 80px;
  max-width: 860px;
  box-sizing: border-box;
}

.ar2-hero-content h1 {
  font-family: "FuturaPTMedium";
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  line-height: 1.0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  font-weight: bold;
}

.ar2-hero-tagline {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 480px;
}


/* --- Shared section heading --- */
.ar2-section-heading {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.75rem, 3vw, 3rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  margin: 0;
  letter-spacing: 0.02em;
}

/* --- How It Works --- */
.ar2-how {
  background: #111;
  padding: 120px 80px;
  border-top: 1px solid #1a1a1a;
}

.ar2-how-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ar2-how-header {
  margin-bottom: 72px;
}

.ar2-how-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.ar2-how-steps {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.ar2-how-step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.ar2-step-num {
  font-family: "FuturaPTMedium";
  font-size: 2.75rem;
  color: #a855f7;
  line-height: 1;
  flex-shrink: 0;
  width: 64px;
  letter-spacing: -0.02em;
}

.ar2-step-text h3 {
  font-family: "FuturaPTMedium";
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
}

.ar2-step-text p {
  font-size: 0.88rem;
  color: #aaa;
  line-height: 1.65;
}

.ar2-store-badges {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
}

.ar2-store-badges img {
  height: 40px;
  width: auto;
  display: block;
  filter: invert(1);
  opacity: 0.8;
  transition: opacity 0.2s;
}

.ar2-store-badges a:hover img {
  opacity: 1;
}

.ar2-how-video {
  overflow: hidden;
  aspect-ratio: 9 / 16;
  max-height: 640px;
  width: 100%;
}

.ar2-how-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Explore the Collection --- */
.ar2-collection {
  background: #0a0a0a;
  padding: 120px 80px;
  border-top: 1px solid #1a1a1a;
}

.ar2-collection-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.ar2-collection-header {
  margin-bottom: 80px;
}

/* Collection split layout: context image left, artwork grid right */
.ar2-collection-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.ar2-context-col {
  position: sticky;
  top: 80px;
}

.ar2-context-image {
  overflow: hidden;
}

.ar2-context-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(8%);
  transition: filter 0.5s;
}

.ar2-context-image:hover img {
  filter: grayscale(0%);
}

.ar2-context-caption {
  font-size: 0.78rem;
  color: #888;
  font-style: italic;
  line-height: 1.6;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #1a1a1a;
}

/* Artwork grid (2 columns) */
.ar2-artwork-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Text block inside the artwork grid */
.ar2-artwork-text-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4px;
}

.ar2-artwork-text-block h3 {
  font-family: "FuturaPTMedium";
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin: 0 0 0;
  text-align: left;
}

.ar2-artwork-text-block .own-purple-rule {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ar2-artwork-text-block p {
  font-size: 0.85rem;
  color: #aaa;
  line-height: 1.65;
}

/* AR status badge */
.ar2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "FuturaPTMedium";
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid;
  width: fit-content;
  margin-bottom: 10px;
}

.ar2-badge--active {
  color: #a855f7;
  border-color: #a855f7;
}

.ar2-badge--active::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a855f7;
  flex-shrink: 0;
}

/* Landscape items span full row */
.ar2-gallery-item--landscape {
  grid-column: span 2;
}

/* Shared gallery image container (portrait 3:4) */
.ar2-gallery-image {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  position: relative;
}

.ar2-gallery-image--landscape {
  aspect-ratio: 3 / 2;
}

.ar2-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(12%);
  transition: filter 0.5s, transform 0.5s;
}

.ar2-gallery-item:hover .ar2-gallery-image img {
  filter: grayscale(0%);
  transform: scale(1.02);
}

/* Badge pinned inside image, doesn't affect layout */
.ar2-gallery-image .ar2-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  margin-bottom: 0;
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.ar2-gallery-caption {
  padding: 16px 0 0;
  border-top: 1px solid #1a1a1a;
}

.ar2-gallery-caption h3 {
  font-family: "FuturaPTMedium";
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fff;
  margin-bottom: 6px;
}

.ar2-gallery-caption p {
  font-size: 0.78rem;
  color: #888;
  line-height: 1.5;
  font-style: italic;
}

/* --- Manifesto --- */
.ar2-manifesto {
  background: #0a0a0a;
  padding: 160px 80px;
  border-top: 1px solid #1a1a1a;
}

.ar2-manifesto-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.ar2-manifesto-heading {
  font-family: "FuturaPTMedium";
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  text-transform: uppercase;
  line-height: 1.05;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0;
}

.ar2-manifesto-text {
  display: flex;
  flex-direction: column;
}

.ar2-manifesto-text .own-purple-rule {
  margin-bottom: 32px;
}

.ar2-manifesto-text p {
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* --- Story Behind (intro bridge, matches ip-story) --- */
.ar2-story {
  background: #111;
  padding: 96px 48px;
  border-top: 1px solid #1a1a1a;
  text-align: center;
}

.ar2-story-inner {
  max-width: 800px;
  margin: 0 auto;
}

.ar2-story-heading {
  font-family: "FuturaPTMedium";
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.01em;
}

.ar2-story-rule {
  margin: 20px auto;
}

.ar2-story-body p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 8px;
}

.ar2-story-accent {
  color: #a855f7 !important;
  font-family: "FuturaPTMedium";
  font-size: 1rem !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ar2-story-btn {
  display: inline-block;
  margin-top: 40px;
}

/* --- Final CTA --- */
.ar2-cta {
  background: #0a0a0a;
  border-top: 1px solid #1a1a1a;
}

.ar2-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  max-height: 100vh;
}

.ar2-cta-media {
  overflow: hidden;
  display: block;
}

.ar2-cta-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ar2-cta-text {
  padding: 96px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ar2-cta-heading {
  font-family: "FuturaPTMedium";
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.01em;
}

.ar2-cta-text .own-purple-rule {
  margin: 24px 0 32px;
}

.ar2-cta-text p {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.65;
  max-width: 380px;
  margin-bottom: 40px;
}

/* --- Responsive --- */
@media screen and (max-width: 1100px) {
  .ar2-hero-content { padding: 80px 48px 80px; }
  .ar2-how { padding: 80px 48px; }
  .ar2-how-layout { gap: 60px; }
  .ar2-collection { padding: 80px 48px; }
  .ar2-collection-layout { gap: 48px; }
  .ar2-manifesto { padding: 100px 48px; }
  .ar2-manifesto-inner { gap: 60px; }
  .ar2-story { padding: 100px 48px; }
  .ar2-cta-text { padding: 64px 48px; }
}

@media screen and (max-width: 900px) {
  .ar2-how-layout { grid-template-columns: 1fr; gap: 48px; }
  .ar2-how-video { max-height: 480px; aspect-ratio: 16 / 9; }
  .ar2-collection-layout { grid-template-columns: 1fr; gap: 48px; }
  .ar2-context-col { position: static; }
  .ar2-context-image img { max-height: 60vh; object-fit: cover; width: 100%; }
  .ar2-manifesto-inner { grid-template-columns: 1fr; gap: 40px; }
  .ar2-cta-inner { grid-template-columns: 1fr; max-height: none; }
  .ar2-cta-media { min-height: 360px; max-height: 60vh; }
}

@media screen and (max-width: 768px) {
  .ar2-hero { min-height: 100svh; }
  .ar2-hero-content { padding: 80px 28px 60px; }
  .ar2-hero-tagline { font-size: 0.95rem; }
  .ar2-how { padding: 64px 24px; }
  .ar2-how-header { margin-bottom: 48px; }
  .ar2-how-layout { grid-template-columns: 1fr; gap: 40px; }
  .ar2-how-video { max-height: 400px; aspect-ratio: 9 / 16; }
  .ar2-collection { padding: 64px 24px; }
  .ar2-collection-header { margin-bottom: 48px; }
  .ar2-collection-layout { grid-template-columns: 1fr; gap: 40px; }
  .ar2-artwork-grid { gap: 20px; }
  .ar2-manifesto { padding: 80px 24px; }
  .ar2-manifesto-inner { grid-template-columns: 1fr; gap: 36px; }
  .ar2-manifesto-heading { font-size: clamp(2.25rem, 10vw, 3.5rem); }
  .ar2-story { padding: 80px 24px; }
  .ar2-cta { padding: 80px 24px; }
}

@media screen and (max-width: 480px) {
  /* Single column on small phones */
  .ac-characters-section { flex-direction: column; gap: 5px; }
  .ac-column { flex: 0 0 100%; width: 100%; }
  .ac-cta-card { padding-top: 55%; }
}

/* === CTA Video / Mobile Image Fallback === */
.cta-media-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.cta-media-img-fallback { display: none; }

@media screen and (max-width: 768px) {
  .cta-media-video { display: none; }
  .cta-media-img-fallback { display: block; width: 100%; height: 100%; }
  .cta-media-img-fallback img { width: 100%; height: 100%; object-fit: cover; display: block; }
}