:root {
  color-scheme: light;
  --paper: oklch(97.8% 0.007 105);
  --white: oklch(99% 0.004 105);
  --ink: oklch(43% 0.011 50);
  --ink-soft: oklch(53% 0.009 50);
  --line: oklch(85% 0.008 80);
  --lime: oklch(80% 0.162 117);
  --orange: oklch(65% 0.14 49);
  --blue: oklch(57% 0.12 232);
  --display: "Roboto Slab", Rockwell, "Rockwell Nova", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --page-pad: clamp(1.25rem, 4.2vw, 4.75rem);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  height: 100svh;
  min-height: 100svh;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.hero__brand {
  position: absolute;
  z-index: 3;
  top: clamp(1.5rem, 4vw, 3.5rem);
  left: var(--page-pad);
  display: block;
}

.hero__brand:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 7px;
}

.hero__brand img {
  display: block;
  width: clamp(8rem, 12vw, 11rem);
  height: auto;
}

.hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--paper);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(68rem, 72%);
  min-height: 100%;
  padding: clamp(8rem, 15vh, 10rem) var(--page-pad) clamp(3.5rem, 8vh, 6rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  text-align: left;
}

.hero__visual {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 40%;
  background: var(--ink-soft);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 34%);
  mask-image: linear-gradient(to right, transparent 0%, black 34%);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 57% center;
}

.eyebrow {
  margin: 0 0 clamp(2.75rem, 7vh, 5.5rem);
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 0.75rem;
  height: 0.75rem;
  background: var(--lime);
  content: "";
}

h1 {
  max-width: 13.5ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(3rem, 5.6vw, 6.75rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-wrap: balance;
}

h1 span {
  display: block;
  margin-top: 0.18em;
  color: var(--ink-soft);
  font-size: 0.48em;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.intro {
  max-width: 40ch;
  margin: clamp(2rem, 5vh, 4.25rem) 0 0;
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.5vw, 1.38rem);
  line-height: 1.62;
}

.intro strong {
  font-weight: 700;
}

.mobile-release {
  display: none;
}

.site-footer {
  min-height: 3.5rem;
  padding: 0.65rem var(--page-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  background: var(--ink);
  border-top: 0.25rem solid var(--lime);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-contact {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: none;
}

.footer-contact__separator {
  padding-inline: 0.15rem;
}

.site-footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.site-footer a:hover {
  text-decoration-thickness: 2px;
}

.site-footer a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.footer-privacy {
  flex: none;
  color: var(--lime);
  font-weight: 800;
  letter-spacing: 0.1em;
}

@media (max-width: 760px) {
  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.5rem;
    padding-block: 0.75rem;
    text-align: center;
  }

  .footer-contact {
    justify-content: center;
    column-gap: 0.8rem;
    row-gap: 0.2rem;
  }

  .footer-contact__separator {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero__brand {
    top: 1.5rem;
  }

  .hero {
    min-height: 0;
  }

  .hero__content {
    width: 100%;
    min-height: 100%;
    padding-top: clamp(7.5rem, 18vh, 9rem);
    background: var(--paper);
  }

  .hero__visual {
    display: none;
  }

  h1 {
    max-width: 15ch;
    font-size: clamp(3rem, 10.5vw, 5.8rem);
  }

  .map-placeholder {
    min-height: min(70svh, 40rem);
  }
}

@media (max-width: 560px) {
  .hero::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 32%;
    height: 0.35rem;
    background: var(--lime);
    content: "";
  }

  .hero__brand {
    top: 1.35rem;
  }

  .hero__visual {
    width: 58%;
    height: clamp(11rem, 27vh, 14rem);
    min-height: 0;
    inset: 0 0 auto auto;
    display: block;
    background: transparent;
    opacity: 0.78;
    -webkit-mask-image: radial-gradient(
      ellipse 105% 115% at 100% 0%,
      black 0%,
      black 48%,
      transparent 100%
    );
    mask-image: radial-gradient(
      ellipse 105% 115% at 100% 0%,
      black 0%,
      black 48%,
      transparent 100%
    );
  }

  .hero__visual img {
    object-position: 61% center;
  }

  .hero__content {
    min-height: 100%;
    padding-top: 8.25rem;
    padding-bottom: 1.25rem;
    justify-content: flex-start;
    background: transparent;
  }

  .eyebrow {
    margin-bottom: 1.85rem;
    padding: 0.68rem 0.78rem;
    gap: 0;
    background: var(--lime);
    font-size: 0.68rem;
    line-height: 1;
  }

  .eyebrow::before {
    display: none;
  }

  h1 {
    font-size: clamp(2.85rem, 13vw, 3.55rem);
    line-height: 0.98;
  }

  h1 span {
    font-size: 0.45em;
  }

  .intro {
    margin-top: 2rem;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .mobile-release {
    width: 100%;
    margin-top: auto;
    padding-top: 0.9rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 1rem;
    border-top: 1px solid var(--ink);
  }

  .mobile-release span {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .mobile-release time {
    justify-self: end;
    font-family: var(--display);
    font-size: clamp(1.75rem, 8vw, 2.2rem);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .release {
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
  }

  .release time {
    font-size: 2.4rem;
  }

  .map-placeholder {
    min-height: 29rem;
  }

  .placeholder-note {
    max-width: calc(100% - 2.5rem);
  }

  .site-footer {
    padding-block: 0.65rem;
    background: var(--white);
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .footer-privacy {
    color: var(--ink);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
