/* Corporate content extends the live site's canvas, type and components. */
.hero-company {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 660px;
  margin: 16px auto 0;
  padding-inline: 20px;
  color: #5f5f5b;
  font: 14px/1.5 'AntiqueLegacy', sans-serif;
}
.hero-company a { color: #111; text-underline-offset: 3px; }
.company-section {
  max-width: 1440px;
  margin-inline: auto;
  padding: clamp(88px, 9vw, 140px) clamp(20px, 3.75vw, 48px);
  font-family: 'AntiqueLegacy', sans-serif;
}
.company-section-heading { max-width: 760px; margin-bottom: 48px; }
.company-kicker {
  color: #5f5f5b;
  font: 11px/1.6 'FragmentMono', monospace;
  letter-spacing: .03em;
}
.company-section-heading h2 {
  margin: 24px 0;
  font-size: clamp(48px, 6.5vw, 90px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.045em;
}
.company-section-heading > p:last-child { max-width: 580px; font-size: 20px; line-height: 1.5; color: #5f5f5b; }
.product-feature { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #d7d7d7; border-radius: 24px; overflow: hidden; }
.product-feature-copy { padding: clamp(28px, 4.5vw, 64px); }
.product-feature h3 { margin: 36px 0 20px; font-size: clamp(38px, 4vw, 62px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.product-feature-copy > p:not(.company-kicker) { max-width: 35ch; font-size: 19px; line-height: 1.55; }
.company-muted { color: #5f5f5b; }
.company-link { display: inline-flex; align-items: center; gap: 18px; color: #111; margin-block: 18px 4px; font: 17px/1.5 'AntiqueLegacy', sans-serif; text-decoration: underline; text-underline-offset: 5px; }
.company-link:hover { opacity: .65; }
.product-art { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; min-height: 320px; padding: 40px 20px; background: #ecebe7; color: #111; }
.product-art > span:not(.record-symbol) { font-size: clamp(30px, 3vw, 44px); letter-spacing: -.035em; }
.product-art small { font: 11px/1.4 'FragmentMono', monospace; color: #5f5f5b; }
.product-art--screenshot { position: relative; min-height: 0; padding: 0; overflow: hidden; }
.product-art--screenshot img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.record-symbol { width: 80px; height: 80px; border: 1.5px solid #111; border-radius: 23px; display: grid; place-items: center; }
.record-symbol::before { content: ''; width: 30px; height: 30px; border: 7px solid #111; border-radius: 50%; }
.site-footer-body { padding-bottom: 0; }
.company-footer-note { padding-top: 32px; margin-top: 32px; border-top: 1px solid #d7d7d7; font: 13px/1.6 'AntiqueLegacy', sans-serif; color: #5f5f5b; }
.company-footer-note p { margin: 6px 0; }
.company-page .mail-intro { max-width: 820px; }
.company-page .mail-intro > p:last-child { max-width: 620px; margin-inline: auto; }
.company-page .site-footer { width: 100vw; max-width: none; margin-inline: calc(50% - 50vw); }
.company-reading { max-width: 860px; margin: 0 auto 100px; }
.company-reading section { padding-block: 38px; border-top: 1px solid #d7d7d7; }
.company-reading h2, .company-contact-copy h2 { margin: 0 0 24px; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.1; font-weight: 400; letter-spacing: -.025em; }
.company-reading p, .company-contact-copy p { font-size: 18px; line-height: 1.65; }
.company-reading p + p { margin-top: 18px; }
.company-reading a, .company-contact-copy p a { color: inherit; text-underline-offset: 4px; }
.company-facts { margin: 0; }
.company-facts > div { display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid #deded9; }
.company-facts dt { font: 11px/1.6 'FragmentMono', monospace; color: #5f5f5b; text-transform: uppercase; }
.company-facts dd { margin: 0; font-size: 19px; line-height: 1.5; overflow-wrap: anywhere; }
address { font-style: normal; line-height: 1.6; }
.company-section--page { padding: 0 0 64px; }
.company-section--page .company-section-heading { display: none; }
.company-email-button { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 24px; margin: 32px 0 20px; text-decoration: none; }
.company-contact-copy section { border-top: 1px solid #d7d7d7; margin-top: 32px; padding-top: 32px; }
.company-contact-copy h3 { margin: 0 0 16px; font-size: 28px; font-weight: 400; letter-spacing: -.025em; }
.company-contact-copy .company-muted { font-size: 15px; }
:is(.company-reading, .company-contact-copy, .company-section, .company-footer-note) a:focus-visible { outline: 2px solid #111; outline-offset: 5px; }
[id] { scroll-margin-top: 110px; }
@media (max-width: 767px) {
  .hero-company { max-width: 350px; font-size: 12px; margin-top: 14px; }
  .product-feature { grid-template-columns: 1fr; }
  .product-art { min-height: 260px; }
  .product-art--screenshot { min-height: 0; aspect-ratio: 1404 / 747; }
  .company-facts > div { grid-template-columns: 1fr; gap: 8px; }
  .company-footer-note { font-size: 12px; }
  .company-reading { margin-bottom: 64px; }
  .company-section-heading > p:last-child { font-size: 18px; }
}
