:root {
  --paper: #fcf8f2;
  --paper-deep: #fcf8f2;
  --ink: #11110f;
  --muted: #575147;
  --line: #cfc4b2;
  --yellow: #eebc31;
  --coral: #e98873;
  --teal: #789f9b;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.coming-soon {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.shell {
  position: relative;
  width: min(100%, 118rem);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4.5rem) clamp(1.35rem, 5vw, 5.5rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.masthead {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", Baskerville, Georgia, serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
}

.brand::after {
  content: "";
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  margin-left: 0.62rem;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0.86rem 0 0 var(--teal);
  transform: translateY(-0.45rem);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(25rem, 0.9fr);
  gap: clamp(2rem, 5vw, 7rem);
  align-items: center;
  min-height: 0;
  padding: clamp(1.75rem, 4vh, 3.5rem) 0 clamp(1rem, 4vh, 3.5rem);
}

.copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

h1 {
  max-width: 13ch;
  margin: 0;
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", Baskerville, Georgia, serif;
  font-size: clamp(5.8rem, 7.6vw, 8.7rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
}

.artwork {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(34rem, 35vw, 66vh);
  margin: 0;
  transform: rotate(0.4deg);
}

.artwork::before {
  content: none;
}

.artwork::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  box-shadow: inset 0 0 3.6rem 3.2rem var(--paper);
}

.artwork img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

@media (prefers-reduced-motion: no-preference) {
  .artwork {
    animation: drift 8s ease-in-out infinite alternate;
  }
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) rotate(0.4deg);
  }

  to {
    transform: translate3d(0.5rem, -0.65rem, 0) rotate(-0.35deg);
  }
}

@media (max-width: 1120px) {
  .shell {
    padding: 2rem clamp(1.25rem, 4vw, 2.6rem);
  }

  .brand {
    font-size: clamp(1.35rem, 2.7vw, 1.85rem);
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: clamp(1.75rem, 4vh, 3.5rem);
    align-content: center;
    justify-items: start;
    min-height: 0;
    padding: clamp(2rem, 4vh, 4rem) 0 clamp(1rem, 3vh, 2rem);
  }

  .copy {
    grid-row: 1;
    align-self: start;
    justify-self: start;
    width: 100%;
  }

  h1 {
    font-size: clamp(4.8rem, 10vw, 6.3rem);
    line-height: 0.92;
  }

  .artwork {
    grid-row: 2;
    justify-self: center;
    align-self: center;
    width: min(28rem, 68vw, 51vh);
    margin: 0;
  }
}

@media (max-width: 1120px) and (orientation: landscape) {
  .shell {
    padding: clamp(1.6rem, 4vw, 2.6rem) clamp(2rem, 4vw, 3.4rem);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
    grid-template-rows: 1fr;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
    min-height: calc(100svh - 5.6rem);
    padding-top: clamp(0.5rem, 2vh, 1.5rem);
  }

  .copy {
    grid-row: auto;
    align-self: center;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(4.4rem, 7vw, 5.5rem);
    white-space: nowrap;
  }

  .artwork {
    grid-row: auto;
    justify-self: end;
    align-self: center;
    width: min(31rem, 42vw, 68vh);
  }
}

@media (max-width: 620px) {
  .shell {
    padding: 1.45rem 1.05rem 1.35rem;
  }

  .hero {
    grid-template-rows: minmax(0, 1fr) auto;
    gap: clamp(1.2rem, 4vh, 2rem);
    justify-items: stretch;
    padding: clamp(1.25rem, 4vh, 2.4rem) 0 0;
  }

  .copy {
    grid-row: 2;
    align-self: end;
  }

  h1 {
    max-width: 6.4ch;
    font-size: clamp(4.45rem, 19vw, 5.7rem);
    line-height: 0.9;
    white-space: normal;
  }

  .artwork {
    grid-row: 1;
    justify-self: center;
    align-self: center;
    width: min(19.5rem, 84vw, 45vh);
  }
}
