* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: #ffffff;
  color: #111111;
  font-family: 'garamond-premr-pro', 'EB Garamond', 'Apple Garamond', Garamond, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  max-width: 640px;
  margin: 0 auto;
  padding: 96px 32px 72px;
}

.masthead h1 {
  font-family: 'garamond-premr-pro-disp', 'garamond-premr-pro', 'EB Garamond', Garamond, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.masthead .tagline {
  font-family: 'garamond-premr-pro-subh', 'garamond-premr-pro', 'EB Garamond', Garamond, serif;
  font-size: 20px;
  font-style: normal;
  color: #333;
}

hr {
  border: 0;
  border-top: 1px solid #111;
  margin: 36px 0;
}

.venture {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 28px;
  margin: 44px 0;
  align-items: start;
}

.venture .logo-cell {
  display: block;
  border: 0;
  text-decoration: none;
}

.venture .logo-cell img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  display: block;
}

.venture h2 {
  font-family: 'garamond-premr-pro-subh', 'garamond-premr-pro', 'EB Garamond', Garamond, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.venture p {
  font-size: 19px;
  margin-bottom: 8px;
  max-width: 50ch;
}

.venture .visit {
  margin-top: 6px;
}

kbd {
  font-family: 'garamond-premr-pro', 'EB Garamond', Garamond, serif;
  font-style: italic;
  border: 1px solid #000;
  padding: 0 6px;
  border-radius: 3px;
  font-size: 0.92em;
}

a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #0000ee;
}

footer {
  text-align: center;
  font-size: 17px;
}

footer .social {
  margin-bottom: 20px;
}

footer .social a {
  font-style: italic;
  margin: 0 2px;
}

footer .dot {
  color: #666;
  margin: 0 6px;
}

footer .colophon {
  font-size: 14px;
  font-style: italic;
  color: #777;
}

@media (max-width: 520px) {
  main { padding: 56px 24px; }
  .masthead h1 { font-size: 44px; }
  .venture { grid-template-columns: 72px 1fr; gap: 20px; }
  .venture .logo-cell img { width: 72px; height: 72px; }
  .venture h2 { font-size: 24px; }
}
