@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/geist-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/geist-mono-latin.woff2") format("woff2");
}

:root {
  --ink: #090a0a;
  --paper: #f1eee8;
  --muted: #9b9690;
  --line: rgba(241, 238, 232, 0.16);
  --blood: #a3293c;
  --blood-bright: #c63b50;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Geist", Arial, Helvetica, sans-serif;
}

::selection {
  background: var(--blood);
  color: #fff;
}

.site-shell {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 42%),
    var(--ink);
}

.grain {
  position: absolute;
  inset: -70%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    radial-gradient(
      circle at 31% 38%,
      rgba(255, 255, 255, 0.55) 0 0.5px,
      transparent 0.8px
    ),
    radial-gradient(
      circle at 62% 77%,
      rgba(255, 255, 255, 0.35) 0 0.55px,
      transparent 0.9px
    );
  background-size: 5px 5px, 7px 7px;
  transform: rotate(8deg);
}

.ambient {
  position: absolute;
  z-index: -2;
  width: min(48rem, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.ambient-one {
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(109, 17, 34, 0.13),
    transparent 68%
  );
}

.ambient-two {
  right: -28rem;
  bottom: -32rem;
  border: 1px solid rgba(255, 255, 255, 0.025);
  box-shadow:
    0 0 0 8rem rgba(255, 255, 255, 0.012),
    0 0 0 16rem rgba(255, 255, 255, 0.008);
}

.topbar,
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(1.5rem, 4vw, 4rem);
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.topbar {
  padding-top: clamp(1.5rem, 3.5vw, 3rem);
}

.topbar p,
.footer span {
  margin: 0;
}

.location::before {
  display: inline-block;
  width: 1.9rem;
  height: 1px;
  margin-right: 0.75rem;
  vertical-align: middle;
  background: var(--blood);
  content: "";
}

.hero {
  display: flex;
  width: min(92vw, 54rem);
  margin: auto;
  padding: clamp(4rem, 10vh, 7rem) 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 3.4vw, 2.8rem);
  opacity: 0;
  transform: translateY(10px);
  animation: reveal 1.1s cubic-bezier(0.2, 0.75, 0.25, 1) 0.1s forwards;
}

.brand-mark {
  position: relative;
  width: clamp(5.4rem, 13vw, 7.5rem);
  aspect-ratio: 1;
  flex: 0 0 auto;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(241, 238, 232, 0.24);
  border-radius: 50%;
}

.orbit-outer {
  inset: 2%;
}

.orbit-inner {
  inset: 13%;
  border-color: rgba(241, 238, 232, 0.12);
}

.spine-line {
  position: absolute;
  top: 25%;
  bottom: 27%;
  left: calc(50% - 1px);
  width: 2px;
  background: var(--blood);
  box-shadow: 0 0 20px rgba(198, 59, 80, 0.26);
}

.vertebra {
  position: absolute;
  left: 50%;
  height: 6%;
  border-radius: 999px;
  background: var(--paper);
  transform: translateX(-50%);
}

.vertebra-one {
  top: 31%;
  width: 27%;
}

.vertebra-two {
  top: 41%;
  width: 33%;
  transform: translateX(-56%);
}

.vertebra-three {
  top: 51%;
  width: 30%;
  transform: translateX(-44%);
}

.vertebra-four {
  top: 61%;
  width: 23%;
  transform: translateX(-53%);
}

.drop {
  position: absolute;
  bottom: 17%;
  left: 50%;
  width: 9%;
  aspect-ratio: 0.82;
  border-radius: 65% 35% 62% 38% / 70% 35% 65% 30%;
  background: var(--blood-bright);
  transform: translateX(-50%) rotate(45deg);
}

.wordmark {
  margin: 0;
  color: var(--paper);
  font-family: "Geist", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.84;
  text-align: left;
  text-transform: uppercase;
}

.wordmark span {
  display: block;
}

.red-rule {
  width: 1px;
  height: clamp(2.2rem, 6vh, 4rem);
  margin: clamp(2.2rem, 5vh, 3.5rem) 0 1.7rem;
  background: linear-gradient(180deg, var(--blood), transparent);
  opacity: 0;
  animation: fade-in 0.8s ease 0.75s forwards;
}

.definition {
  max-width: 43rem;
  margin: 0;
  color: #aaa6a0;
  font-family: "Geist", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.92rem, 1.65vw, 1.08rem);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.65;
  text-align: center;
  opacity: 0;
  animation: fade-in 0.9s ease 0.9s forwards;
}

.definition > strong:first-child {
  color: inherit;
  font-weight: 700;
}

.definition-conclusion {
  display: block;
  margin-top: 0.72rem;
  color: inherit;
  font-weight: 500;
}

.company-statement {
  max-width: 46rem;
  margin: 1.8rem 0 0;
  color: #d8d4cf;
  font-family: "Geist", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.18rem, 2.55vw, 1.62rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.45;
  text-align: center;
  opacity: 0;
  animation: fade-in 0.9s ease 1.05s forwards;
}

.coming-soon {
  display: inline-flex;
  margin-top: clamp(2.2rem, 5vh, 3.4rem);
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  align-items: center;
  gap: 0.8rem;
  color: var(--paper);
  font-family: "Geist Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0;
  animation: fade-in 0.9s ease 1.25s forwards;
}

.pulse {
  width: 0.36rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blood-bright);
  box-shadow: 0 0 0 0 rgba(198, 59, 80, 0.45);
  animation: pulse 2.6s ease-out infinite;
}

.contact-actions {
  display: flex;
  margin-top: clamp(4rem, 8vh, 4.5rem);
  align-items: center;
  justify-content: center;
  gap: 0.56rem;
  opacity: 0;
  animation: fade-in 0.9s ease 1.4s forwards;
}

.contact-link {
  display: inline-flex;
  min-width: 7.25rem;
  height: 2.4rem;
  padding-inline: 0.95rem;
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: rgba(241, 238, 232, 0.02);
  font-family: "Geist Mono", monospace;
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.contact-link:hover {
  border-color: rgba(241, 238, 232, 0.42);
  background: rgba(241, 238, 232, 0.055);
}

.contact-link:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 3px;
}

.instagram-link {
  width: 2.4rem;
  min-width: 2.4rem;
  padding: 0;
  border-color: rgba(198, 59, 80, 0.46);
  color: #d9a8b0;
  background: rgba(163, 41, 60, 0.07);
}

.instagram-link:hover {
  border-color: var(--blood-bright);
  color: var(--paper);
  background: rgba(163, 41, 60, 0.16);
}

.instagram-glyph {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1.4px solid currentColor;
  border-radius: 0.28rem;
}

.instagram-glyph::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.31rem;
  height: 0.31rem;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.instagram-glyph::after {
  position: absolute;
  top: 0.17rem;
  right: 0.17rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.footer {
  padding-bottom: clamp(1.5rem, 3.5vw, 3rem);
  color: #65615d;
  letter-spacing: 0.13em;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(198, 59, 80, 0.45);
  }

  60%,
  100% {
    box-shadow: 0 0 0 0.55rem rgba(198, 59, 80, 0);
  }
}

@media (max-width: 680px) {
  .topbar {
    align-items: flex-start;
  }

  .eyebrow {
    max-width: 12rem;
  }

  .brand {
    flex-direction: column;
    gap: 1.6rem;
  }

  .brand-mark {
    width: 5.8rem;
  }

  .wordmark {
    font-size: clamp(3.2rem, 15vw, 5rem);
    line-height: 0.86;
    text-align: center;
  }

  .definition {
    max-width: 32rem;
  }

  .footer {
    gap: 1.5rem;
    align-items: flex-end;
  }

  .footer > span:first-child {
    max-width: 10rem;
  }

  .footer > span:last-child {
    max-width: 10rem;
    text-align: right;
  }
}

@media (max-height: 720px) and (min-width: 681px) {
  .hero {
    padding-block: 2.5rem;
  }

  .brand-mark {
    width: 5.5rem;
  }

  .wordmark {
    font-size: 4.6rem;
  }

  .red-rule {
    height: 2.2rem;
    margin-block: 1.8rem 1.2rem;
  }

  .definition {
    font-size: 0.92rem;
  }

  .company-statement {
    margin-top: 1.25rem;
    font-size: 1.12rem;
  }

  .coming-soon {
    margin-top: 1.5rem;
  }

  .contact-actions {
    margin-top: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
