:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #fff;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  color: #1d1d1f;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid #06c;
  outline-offset: 4px;
  border-radius: 3px;
}

.site-header,
.site-footer {
  border-color: #e8e8ed;
  border-style: solid;
  border-width: 0;
}

.site-header {
  border-bottom-width: 1px;
}

.site-footer {
  border-top-width: 1px;
  color: #6e6e73;
  font-size: 13px;
}

.nav,
.footer-inner {
  width: min(100% - 40px, 880px);
  margin: 0 auto;
}

.nav {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  color: #1d1d1f;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 7px;
}

.nav-links {
  min-width: 0;
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.nav-links a {
  flex-shrink: 0;
  color: #424245;
}

main {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: 80px 0 96px;
}

h1,
h2 {
  letter-spacing: -0.03em;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(42px, 8vw, 60px);
  line-height: 1.04;
  font-weight: 650;
}

.visual-showcase {
  overflow: hidden;
  padding: 64px max(24px, calc((100vw - 1320px) / 2)) 52px;
  border-bottom: 1px solid #e8e8ed;
  background: #fff;
  color: #1d1d1f;
}

.visual-showcase-title {
  padding: 0 4px 40px;
  text-align: center;
}

.visual-showcase-title h1 {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 4.8vw, 64px);
}

.showcase-track {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(34px, 5vw, 68px);
  overflow-x: auto;
  padding: 0 4px 28px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.showcase-track::-webkit-scrollbar {
  display: none;
}

.showcase-card {
  width: min(320px, calc(100vw - 72px));
  height: 640px;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
}

.showcase-card > header {
  display: grid;
  justify-items: center;
  min-height: 84px;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-align: center;
}

.showcase-card > header span {
  font-weight: 400;
}

.showcase-card > header strong {
  font-weight: 700;
}

.device-crop {
  height: 540px;
  overflow: hidden;
  margin: 0 12px;
  border: 6px solid #121212;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  background: #000;
}

.device-crop img {
  width: 100%;
  height: auto;
  display: block;
}

.product-page {
  width: min(100% - 40px, 880px);
  padding-top: 72px;
}

.product-summary {
  display: grid;
  justify-items: start;
  gap: 28px;
  padding: 34px 0 42px;
}

.product-summary p {
  max-width: 720px;
  margin: 0;
  color: #424245;
  font-size: 19px;
  line-height: 1.55;
}

.app-store-link {
  display: inline-block;
  line-height: 0;
}

.download-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.download-icon {
  width: 54px;
  height: 54px;
  display: block;
  border: 1px solid #e8e8ed;
  border-radius: 13px;
}

.app-store-link img {
  width: 170px;
  height: auto;
  display: block;
}

.information-links {
  margin-top: 64px;
  border-top: 1px solid #d2d2d7;
}

.information-links a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #d2d2d7;
  color: #1d1d1f;
  font-size: 15px;
}

.information-links a:hover {
  color: #06c;
  text-decoration: none;
}

.document-header {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8ed;
}

.eyebrow {
  margin: 0 0 12px;
  color: #6e6e73;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.document-header h1 {
  font-size: clamp(38px, 7vw, 56px);
}

.lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: #6e6e73;
  font-size: 22px;
  line-height: 1.4;
}

.effective-date {
  margin: 18px 0 0;
  color: #6e6e73;
}

.document-section {
  padding-top: 40px;
}

.document-section h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.document-section p,
.document-section ul {
  margin: 0;
  color: #424245;
}

.document-section p + p,
.document-section p + ul,
.document-section ul + p {
  margin-top: 14px;
}

.document-section li + li {
  margin-top: 8px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 32px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: #424245;
}

@media (max-width: 600px) {
  .nav {
    gap: 16px;
  }

  .nav-links {
    gap: 13px;
    overflow-x: auto;
    font-size: 13px;
  }

  main {
    padding: 56px 0 72px;
  }

  .visual-showcase {
    padding: 44px 20px 20px;
  }

  .visual-showcase-title {
    padding-bottom: 28px;
  }

  .visual-showcase-title h1 {
    font-size: 38px;
  }

  .showcase-track {
    justify-content: flex-start;
    gap: 16px;
  }

  .showcase-card {
    width: min(280px, calc(100vw - 72px));
    height: 580px;
  }

  .showcase-card > header {
    min-height: 76px;
    font-size: 20px;
  }

  .device-crop {
    height: 490px;
    margin: 0 8px;
    border-width: 5px;
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
  }

  .product-summary {
    padding: 28px 0 36px;
  }

  .product-summary p {
    font-size: 17px;
  }

  .information-links {
    margin-top: 48px;
  }

  .footer-inner {
    flex-direction: column;
  }
}
