@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
* {
  box-sizing: border-box;
  user-select: none; }

a {
  color: #fff;
  text-decoration: none; }

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  color: white;
  background: black;
  font-family: "Cormorant Garamond", serif; }

h2 {
  font-size: clamp(1rem, 5vw, 5rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  color: #cccccc;
  width: 90vw;
  max-width: 1200px; }

header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  width: 100%;
  z-index: 3;
  height: 7em;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  letter-spacing: 0.5em; }

.tocho {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  height: 100%;
  width: 100%;
  padding: 2em 1em;
  position: fixed;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(hold.jpg);
  background-size: cover;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s; }
  .tocho > div {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 1.2em;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 2em 1.5em;
    width: 100%;
    max-width: 500px;
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: box-shadow 0.3s; }
    .tocho > div:hover {
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
      background: rgba(255, 255, 255, 0.13); }
  .tocho h2 {
    margin-bottom: 0; }
  .tocho h3 {
    margin-top: 0;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.1em;
    color: #ffeedd; }
  .tocho ul {
    margin: 0.5em 0 0 1.2em;
    padding: 0;
    color: #eee; }
  .tocho .memberships {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .tocho .membership {
    flex-direction: column;
    border-radius: 1.2em;
    padding: 0.5em 1.5em;
    margin: 2em;
    margin-top: 0;
    background: linear-gradient(45deg, #999999, #777777); }
  .tocho .stuff {
    display: flex;
    flex-direction: column; }
  .tocho .join-join {
    opacity: 1;
    margin-bottom: 1em;
    margin-top: -0.5em; }
    .tocho .join-join form {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5em;
      font-family: "Cormorant Garamond", serif;
      width: 90%;
      max-width: 400px;
      margin: 0 auto; }
    .tocho .join-join .success {
      display: none; }
    .tocho .join-join .error {
      display: none; }
    .tocho .join-join input[type="email"] {
      width: 100%;
      padding: 0.8em 1em;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 0.5em;
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      font-size: 1rem;
      font-family: "Cormorant Garamond", serif;
      outline: none;
      transition: border-color 0.3s ease, background 0.3s ease; }
    .tocho .join-join input[type="email"]::placeholder {
      color: rgba(255, 255, 255, 0.5);
      font-style: italic; }
    .tocho .join-join input[type="email"]:focus {
      border-color: #ffeedd;
      background: rgba(255, 255, 255, 0.2); }
    .tocho .join-join button {
      padding: 0.8em 2em;
      border: none;
      border-radius: 0.5em;
      background: linear-gradient(45deg, #999999, #777777);
      color: #fff;
      font-size: 1rem;
      font-family: "Bebas Neue", sans-serif;
      letter-spacing: 0.1em;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .tocho .join-join button:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3); }

section {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden; }
  section .outer,
  section .inner {
    width: 100%;
    height: 100%;
    overflow-y: hidden; }
  section .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center; }
    section .bg h2 {
      z-index: 2; }
    section .bg .clip-text {
      overflow: hidden; }

.upstairs .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(upstairs.jpg); }

.space .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(corner.jpg); }

.be .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(river.jpg); }

.create .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(dremel.jpg); }

.interweave .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(share.jpg);
  background-position: 50% 45%; }

.join .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(hold.jpg);
  background-position: 50% 45%; }

h2 * {
  will-change: transform; }

.scroll-hint {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  font-size: 12px;
  color: white;
  user-select: none;
  z-index: 3; }

/* The two-line arrow */
.scroll-hint svg {
  width: 24px;
  height: 16px;
  overflow: visible; }

.scroll-hint line {
  stroke: gray;
  stroke-width: 2;
  stroke-linecap: round; }

.go-to-home {
  display: none; }
