.press-page {
    max-width: 1260px;
    margin-top: 5%;
    margin-bottom: 5%;
    font-weight: 300;
    font-family:
        "Source Sans 3", "Source Sans Pro", "HelveticaNeue", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #222;
}

.press-page a,
.press-page a:visited {
  color: #0fa0ce;
  text-decoration: none;
}

.press-page a:hover {
  color: #0fa0ce;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.press-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 36px;
}

.press-nav {
    position: sticky;
    top: 24px;
    align-self: start;
    max-height: calc(100vh - 48px);
    overflow: auto;
    border: 0;
    border-right: 1px solid #ddd;
    background: transparent;
    padding: 16px 24px 16px 0;
}

.press-nav-title {
    font-family:
        "Source Sans 3", "Source Sans Pro", "HelveticaNeue", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 4.2rem;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.press-nav-subtitle {
  font-size: 16px;
  color: #666;
  letter-spacing: 0.06em;
  margin: -2px 0 26px 2px;
  white-space: nowrap;
}

.press-nav .press-nav-subtitle a {
  display: inline;
  color: #666;
  text-decoration: none;
  padding: 0;
  line-height: inherit;
}

.press-nav .press-nav-subtitle a:visited {
  color: #666;
  text-decoration: none;
}

.press-nav .press-nav-subtitle a:hover {
  color: #0fa0ce;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.press-nav a {
  display: block;
  font-size: 16px;
  line-height: 1.45;
  color: #222;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
  padding: 4px 0 5px;
  font-weight: 300;
}

.press-nav a:link,
.press-nav a:visited {
  color: #222;
}

.press-nav a:hover {
  color: #0fa0ce;
  text-decoration: underline;
}

.press-nav > a {
  margin-left: 4px;
}

.press-nav-lang {
  margin: 20px 0 14px 4px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
}

.press-nav-lang a,
.press-nav-lang a:visited {
  display: inline;
  margin: 0;
  color: #222;
  text-decoration: none;
  font-weight: 300;
}

.press-nav-lang a:hover {
  color: #0fa0ce;
  text-decoration: none;
}

.press-nav-lang span {
  margin: 0 2px;
  color: #999;
}

@supports not (text-underline-offset: 0.24em) {
  .press-page a:hover {
    border-bottom: 1px solid currentColor;
    padding-bottom: 6px;
  }

  .press-nav .press-nav-subtitle a {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.press-content {
    min-width: 0;
}

.press-header p {
    margin: 0;
}

.press-studio-banner {
    width: 260px;
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 0 10px;
}

.press-section {
    margin-top: 34px;
    scroll-margin-top: 18px;
}

.press-content > .press-section:first-child {
    margin-top: 0;
}

.press-section h2 {
    font-family:
        "Source Sans 3", "Source Sans Pro", "HelveticaNeue", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.3;
    letter-spacing: -0.1rem;
    color: #222;
    margin-bottom: 12px;
}

.press-content h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
}

.press-content h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
}

.press-block {
    margin-bottom: 20px;
}

.press-content strong {
    font-weight: 400;
    line-height: 1.8;
}

.press-content ul {
    list-style-type: square;
}

.press-list {
    margin-left: 18px;
}

.press-sublist {
    margin-top: 8px;
    margin-left: 18px;
}

.press-facts {
    margin-top: 4px;
}

.press-fact {
    margin-bottom: 18px;
}

.press-fact h3 {
    margin: 0;
}

.press-fact p {
    margin: 6px 0 0;
    line-height: 1.55;
}

.press-fact-lines p {
    margin: 6px 0 0;
    line-height: 1.55;
}

.press-credits .press-credit-person,
.press-credits .press-credit-person:visited {
  color: #222;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.press-credits .press-credit-person:hover {
  color: #0fa0ce;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.press-additionals .press-additional-title,
.press-additionals .press-additional-title:visited {
  color: #222;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.press-additionals .press-additional-title:hover {
  color: #0fa0ce;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.press-quotes .press-quote-source,
.press-quotes .press-quote-source:visited {
  color: #222;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.press-quotes .press-quote-source:hover {
  color: #0fa0ce;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.press-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.press-grid img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.press-trailer-list {
  margin-top: 6px;
}

.press-trailer-item {
  margin-bottom: 20px;
}

.press-trailer-item strong {
  display: block;
  margin-bottom: 8px;
}

.press-trailer-embed {
  margin-bottom: 8px;
}

.press-trailer-embed iframe,
.press-trailer-embed video {
  display: block;
  width: 100%;
  max-width: 820px;
  aspect-ratio: 16 / 9;
  border: 0;
}

.press-trailer-links a {
  margin-right: 12px;
}

.press-quote {
    margin: 0 0 16px;
    padding: 12px 16px;
    border-left: 3px solid #666;
    background: #f4f4f4;
}

.press-quote p {
    margin-bottom: 8px;
}

.press-quote cite {
    font-size: 0.95em;
    color: #555;
    font-weight: 300;
}

@media (max-width: 980px) {
    .press-page {
        margin-top: 20px;
    }

    .press-layout {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .press-nav {
        position: static;
        max-height: none;
        overflow: visible;
        white-space: normal;
        border-right: 0;
        border-bottom: 1px solid #ddd;
        padding: 0 0 18px;
        margin-bottom: 12px;
    }

    .press-nav-title {
        display: block;
        margin-bottom: 12px;
    }

    .press-nav-subtitle {
        display: block;
        margin: -2px 0 18px 4px;
    }

  .press-nav a {
    display: block;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 4px 0 5px;
    margin: 0;
    font-size: 16px;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.24em;
  }

  .press-nav > a {
    margin-left: 4px;
  }

  .press-nav-lang {
    margin-left: 4px;
  }

  .press-nav-lang a,
  .press-nav-lang a:visited,
  .press-nav-lang a:hover {
    display: inline;
    border: 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }

    .press-nav a:hover {
        color: #0fa0ce;
    }
}

@media (min-width: 550px) {
    .press-section h2 {
        font-size: 3.6rem;
    }

    .press-content h3 {
        font-size: 2.4rem;
    }
}
