@font-face {
  font-family: Fg Culturetrial;
  src: url('../fonts/FG_CultureTRIAL-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fg Culturetrial;
  src: url('../fonts/FG_CultureTRIAL-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Fg Culturetrial, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

/* Hero headline uses Geist — the same display face as the app
   itself — so the landing copy and the in-product UI feel like one
   typographic family. Letter-spacing nudged in slightly to suit
   Geist's wider default tracking at large display sizes. The
   max-width forces "design" onto line two so the headline reads
   as a more compact, deliberate block. Geist 700 comes from the
   Google Fonts <link> in index.html — the locally bundled .otf is
   regular-only. */
.hero h1 {
  font-family: Geist, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Force "The Mac app for / design inspiration." on desktop via the
   inline <br class="hero-break">. On narrow viewports the natural
   wrap looks better — the line break would otherwise leave a stunted
   first row — so hide the forced break below 991px and let flow take
   over. */
.hero h1 .hero-break,
.hero h1 br.hero-break {
  display: inline;
}

@media (max-width: 991px) {
  .hero h1 br.hero-break {
    display: none;
  }
}

.hero {
  min-height: 100vh;
  padding-top: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.div-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 420px;
  display: flex;
}

.body {
  color: #000;
  background-color: #f6f6f6;
}

.p {
  color: #00000080;
  font-family: Geist, Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.p.small {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 18px;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding: 15px 31px 15px 22px;
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.link-block:hover {
  background-color: #1f1f1f;
}

.image {
  flex: none;
  display: none;
}

.div-block-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature-list {
  margin-top: 40px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 32px;
  }

  .div-block {
    flex-flow: column;
  }

  /* Tablet/mobile: no row-gap on the column — .feature-list's own
     margin-top is the single source of truth for the heading→features
     gap, so the two don't stack into an 80px void. */
  .div-block-2 {
    grid-column-gap: 0;
    grid-row-gap: 0;
    flex-flow: column;
    width: 100%;
  }

  .image {
    flex: 0 auto;
    display: none;
  }

  .div-block-3 {
    max-width: 420px;
  }

  .feature-list {
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-2 {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Fg Culturetrial';
  src: url('../fonts/FG_CultureTRIAL-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fg Culturetrial';
  src: url('../fonts/FG_CultureTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
