:root {
  --paper: #f3eee7;
  --paper-deep: #e9e0d5;
  --ink: #171513;
  --ink-soft: #605b55;
  --line: rgba(23, 21, 19, 0.16);
  --copper: #b4502b;
  --copper-dark: #8e3e21;
  --white: #fffdf9;
  --focus: #006db3;
  --max: 1440px;
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

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

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 0.9rem;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  min-height: min(900px, 100svh);
  max-width: 1920px;
  margin: 0 auto;
  background: var(--paper);
}

.hero__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.5rem, 3.6vw, 4.25rem);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 720;
  letter-spacing: -0.015em;
}

.brand__mark {
  display: grid;
  width: 2.15rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.brand__name {
  font-size: 0.98rem;
}

.hero__copy {
  width: min(100%, 680px);
  margin: auto 0;
  padding: clamp(4rem, 8vh, 7.5rem) 0;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--copper-dark);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 13.5ch;
  margin: 0;
  font-size: clamp(2.8rem, 4.65vw, 5.1rem);
  font-weight: 640;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.intro {
  max-width: 59ch;
  margin: 1.8rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.65;
}

.hero__principles {
  margin: 1.15rem 0 0;
  color: var(--ink);
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  font-weight: 720;
  letter-spacing: -0.01em;
}

.waitlist {
  width: min(100%, 620px);
  margin-top: 2.2rem;
}

.waitlist__embed {
  width: 100%;
  min-height: 470px;
}

.waitlist__embed iframe {
  display: block;
  width: 100%;
  min-height: 470px;
  border: 0;
  border-radius: 0.35rem;
}

.waitlist__note {
  margin: 0.75rem 0 0;
  color: #777069;
  font-size: 0.78rem;
}

.hero__signal {
  margin: 0;
  color: #777069;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__signal span {
  margin: 0 0.35rem;
  color: var(--copper);
}

.hero__media {
  position: relative;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #201e1d;
}

.hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 21, 19, 0.14), transparent 20%),
    linear-gradient(0deg, rgba(23, 21, 19, 0.2), transparent 25%);
  content: "";
  pointer-events: none;
}

.hero__media picture,
.hero__media img {
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
  object-position: 61% 50%;
}

.elsewhere {
  display: grid;
  grid-template-columns: minmax(220px, 0.56fr) minmax(0, 1.44fr);
  gap: clamp(3rem, 8vw, 8rem);
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.elsewhere__heading h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.9rem);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.ventures {
  border-top: 1px solid var(--line);
}

.ventures a {
  display: grid;
  min-height: 7.25rem;
  grid-template-columns: 7.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.4rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition:
    color 160ms ease,
    padding 160ms ease;
}

.ventures a:hover {
  padding-left: 0.35rem;
  color: var(--copper-dark);
}

.venture__logo {
  display: grid;
  width: 7.5rem;
  height: 4.25rem;
  padding: 0.85rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  overflow: hidden;
}

.venture__logo--dark {
  border-color: var(--ink);
  background: var(--ink);
}

.venture__logo--light {
  background: var(--white);
}

.venture__logo img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.venture__logo--symbol img {
  width: 2.7rem;
}

.venture__copy {
  display: block;
  min-width: 0;
}

.ventures strong {
  display: block;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
}

.ventures small {
  display: block;
  margin-top: 0.2rem;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.venture__arrow {
  font-size: 1.35rem;
  transition: transform 160ms ease;
}

.ventures a:hover .venture__arrow {
  transform: translate(0.15rem, -0.15rem);
}

.socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  border: 1px solid var(--line);
  background: var(--line);
}

.socials a {
  display: grid;
  min-width: 0;
  grid-template-columns: 1.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 1.2rem;
  background: var(--paper);
  text-decoration: none;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.socials a:hover {
  background: var(--paper-deep);
  color: var(--copper-dark);
}

.socials img {
  width: 1.5rem;
  height: 1.5rem;
}

.socials strong,
.socials small {
  display: block;
}

.socials strong {
  font-size: 0.9rem;
}

.socials small {
  margin-top: 0.08rem;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 1.5rem 0 2.25rem;
  border-top: 1px solid var(--line);
  color: #777069;
  font-size: 0.78rem;
}

.site-footer p {
  margin: 0;
}

.privacy-note {
  max-width: 64ch;
  text-align: right;
}

@media (max-width: 1100px) {
  .hero__media img {
    object-position: 59% 50%;
  }
}

@media (max-width: 800px) {
  .hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hero__content {
    padding: 1.25rem 1.25rem 2rem;
  }

  .brand {
    min-height: 2.5rem;
  }

  .hero__copy {
    width: 100%;
    padding: clamp(3.75rem, 13vw, 6.5rem) 0 2.75rem;
  }

  h1 {
    max-width: 13.5ch;
    font-size: clamp(2.9rem, 13.5vw, 5.2rem);
  }

  .intro {
    max-width: 52ch;
    margin-top: 1.5rem;
    font-size: 1.05rem;
  }

  .waitlist {
    margin-top: 1.75rem;
  }

  .hero__signal {
    display: none;
  }

  .hero__media {
    order: -1;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .hero__media::after {
    background: linear-gradient(0deg, rgba(23, 21, 19, 0.18), transparent 30%);
  }

  .hero__media img {
    object-position: center;
  }

  .elsewhere {
    grid-template-columns: 1fr;
    gap: 3rem;
    width: min(calc(100% - 2.5rem), var(--max));
    padding: 5.5rem 0;
  }

  .elsewhere__heading h2 {
    max-width: 13ch;
  }

  .site-footer {
    width: min(calc(100% - 2.5rem), var(--max));
  }
}

@media (max-width: 560px) {
  .hero__content {
    padding-inline: 1rem;
  }

  .hero__copy {
    padding-top: 3.5rem;
  }

  .eyebrow {
    margin-bottom: 1rem;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
    letter-spacing: -0.06em;
  }

  .ventures a {
    min-height: 6.75rem;
    grid-template-columns: 5.75rem minmax(0, 1fr) auto;
    gap: 1rem;
  }

  .venture__logo {
    width: 5.75rem;
    height: 3.5rem;
    padding: 0.7rem;
  }

  .venture__logo--symbol img {
    width: 2.15rem;
  }

  .socials {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
  }

  .privacy-note {
    margin-top: 0.75rem !important;
    text-align: left;
  }
}

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