:root {
  color-scheme: light;
  --black: #080808;
  --white: #ffffff;
  --page-gutter: clamp(1.25rem, 5vw, 5.5rem);
  --display-font: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  background: var(--white);
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.footer-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  width: 100%;
  height: auto;
}

.image-panel {
  position: relative;
  isolation: isolate;
  min-height: 44rem;
  overflow: hidden;
  color: var(--white);
  background: #222;
}

.panel-image,
.panel-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.panel-image {
  z-index: -2;
  object-fit: cover;
}

.panel-shade {
  z-index: -1;
  pointer-events: none;
}

.hero {
  min-height: 100vh;
}

.hero .panel-image {
  object-position: 54% 50%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 53%, rgba(0, 0, 0, 0.02) 78%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, transparent 42%);
}

.panel-content {
  position: absolute;
  left: var(--page-gutter);
  right: var(--page-gutter);
}

.hero-content {
  bottom: clamp(3rem, 8vh, 6.5rem);
}

.display-heading {
  margin: 0;
  max-width: 13ch;
  font-family: var(--display-font);
  font-size: clamp(4.8rem, 8.4vw, 9.3rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.79;
  text-transform: uppercase;
}

.display-heading span {
  display: block;
}

@media (min-width: 1000px) {
  .hero-content .display-heading span {
    white-space: nowrap;
  }
}

.hero-intro,
.coming-content p {
  max-width: 37rem;
  margin: clamp(1.75rem, 3vw, 2.6rem) 0 0;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 600;
  line-height: 1.45;
}

.guides {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 5rem);
  padding: clamp(5.5rem, 9vw, 9rem) var(--page-gutter);
}

.guide-item {
  border-top: 0.32rem solid var(--black);
  padding-top: 1rem;
}

.guide-number {
  margin: 0 0 clamp(3rem, 5vw, 5rem);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.guide-item h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.guide-item > p:last-child {
  max-width: 27rem;
  margin: 1.35rem 0 0;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

.coming-soon {
  min-height: 82vh;
}

.coming-soon .panel-image {
  object-position: center center;
}

.coming-shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.12) 47%, transparent 70%);
}

.coming-content {
  top: 50%;
  transform: translateY(-50%);
}

.coming-content .display-heading {
  font-size: clamp(5.5rem, 11vw, 12rem);
}

.site-footer {
  color: var(--white);
  background: var(--black);
}

.footer-inner {
  gap: 4rem;
  min-height: 13rem;
  padding: 3rem var(--page-gutter);
}

.footer-logo {
  width: clamp(13rem, 21vw, 19rem);
}

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

.footer-copy p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .hero {
    min-height: 44rem;
    height: 100svh;
    max-height: 76rem;
  }

  .hero .panel-image {
    object-position: 57% center;
  }

  .display-heading {
    max-width: 10ch;
    font-size: clamp(4.1rem, 12.5vw, 7.2rem);
  }

  .guides {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .guide-number {
    margin-bottom: 2.2rem;
  }

  .coming-soon {
    min-height: 44rem;
    height: 82svh;
    max-height: 70rem;
  }

  .coming-soon .panel-image {
    object-position: 60% center;
  }

  .coming-content .display-heading {
    font-size: clamp(5rem, 15vw, 8rem);
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 40rem;
    height: 100svh;
    max-height: 52rem;
  }

  .hero .panel-image {
    object-position: 58% center;
  }

  .hero-content {
    bottom: clamp(2rem, 5vh, 3.5rem);
  }

  .display-heading {
    max-width: 9.2ch;
    font-size: clamp(3.65rem, 17.1vw, 4.8rem);
    letter-spacing: -0.075em;
    line-height: 0.8;
  }

  .hero-intro,
  .coming-content p {
    max-width: 28rem;
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .guides {
    gap: 3.75rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .guide-item h3 {
    font-size: clamp(2.45rem, 12vw, 3.3rem);
  }

  .coming-soon {
    min-height: 39rem;
    height: 76svh;
    max-height: 49rem;
  }

  .coming-soon .panel-image {
    object-position: 67% center;
  }

  .coming-content .display-heading {
    font-size: clamp(4.85rem, 24vw, 6.2rem);
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5rem;
    min-height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
