.jr-adobe-page {
  --jr-paper: #ffffff;
  --jr-ink: rgb(17, 26, 11);
  --jr-muted: rgba(17, 26, 11, 0.66);
  --jr-link: #317b95;
  --jr-line: rgba(17, 26, 11, 0.18);
  --jr-sans: "proxima-nova", "Proxima Nova", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --jr-condensed: "proxima-nova-condensed", "Proxima Nova Condensed", "Arial Narrow", "Avenir Next Condensed", sans-serif;
  --jr-content-padding: 20%;
  --jr-section-pad: 2.5rem;
  --jr-large-pad: 5rem;
}

.jr-adobe-page,
.jr-adobe-page * {
  box-sizing: border-box;
}

html:has(.jr-adobe-page) {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body.jackrico-homepage {
  margin: 0;
  overflow-x: clip;
  background: #ffffff;
  color: rgb(17, 26, 11);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.jr-skip-link:focus {
  position: fixed;
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #111a0b;
  white-space: normal;
}

.jr-adobe-page {
  width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--jr-paper);
  color: var(--jr-ink);
  font-family: var(--jr-sans);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.jr-adobe-page :where(h1, h2, h3, p, figure, blockquote) {
  margin: 0;
}

.jr-adobe-page :where(h1, h2, h3) {
  font-family: var(--jr-sans) !important;
}

.jr-adobe-page a {
  color: var(--jr-link);
  text-underline-offset: 0.18em;
}

.jr-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.jr-adobe-page img,
.jr-adobe-page iframe {
  display: block;
  width: 100%;
}

.jr-adobe-page img {
  height: auto;
  object-position: var(--image-position, 50% 50%);
}

.section {
  position: relative;
  width: 100%;
  background: var(--jr-paper);
}

[data-motion-section] {
  --content-y: 0px;
  --grid-y: 0px;
  --proof-y: 0px;
}

.section-content-container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: var(--jr-content-padding);
  padding-left: var(--jr-content-padding);
}

.section-content-view {
  position: relative;
  width: 100%;
}

.single-column-section .section-content-view {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.jr-tv-section,
.jr-press-section {
  --jr-content-padding: 12%;
}

.jr-title-section {
  --jr-content-padding: 14%;
}

.jr-press-section {
  --jr-content-padding: 8%;
}

.jr-snapshots-section,
.jr-written-section,
.jr-guests-section {
  --jr-content-padding: 10%;
}

.jr-tv-section .section-content-view,
.jr-press-section .section-content-view {
  max-width: 1040px;
}

.jr-press-section .section-content-view {
  max-width: 1120px;
}

.jr-written-section .section-content-view,
.jr-snapshots-section .section-content-view,
.jr-guests-section .section-content-view {
  max-width: 100%;
}

.single-column-section {
  padding-top: var(--jr-section-pad);
  padding-bottom: var(--jr-section-pad);
}

.large-content-spacing-top {
  padding-top: var(--jr-large-pad);
}

.large-content-spacing-bottom {
  padding-bottom: var(--jr-large-pad);
}

.top-shadow::before,
.bottom-shadow::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  height: 22px;
  pointer-events: none;
}

.top-shadow::before {
  top: 0;
  box-shadow: inset 0 16px 18px -18px rgba(0, 0, 0, 0.55);
}

.bottom-shadow::after {
  bottom: 0;
  box-shadow: inset 0 -16px 18px -18px rgba(0, 0, 0, 0.55);
}

.jr-press-section.top-shadow::before {
  display: none;
}

.jr-image-section {
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  --motion-progress: 0;
  --scene-y: 0px;
  --scene-scale: 1.045;
  --card-y: 0px;
  --window-y: 0px;
  --content-y: 0px;
  --bg-pos: 50% 50%;
  --bg-pos-mobile: var(--bg-pos);
}

.section-background-image {
  position: absolute;
  z-index: 0;
  inset: -12svh 0;
  background-image: var(--bg);
  background-position: var(--bg-pos);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--scene-y), 0) scale(var(--scene-scale));
  transform-origin: center center;
  will-change: transform;
}

.title-section {
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
}

.title-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.01) 34%, rgba(0, 0, 0, 0.46) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.01) 58%);
}

.title-section .section-content-container {
  padding-bottom: max(2.4rem, 4.25vw);
}

.jr-title-section .section-background-image {
  inset: 0;
}

.jr-title-block {
  color: #fff;
  transform: translate3d(0, var(--content-y), 0);
  will-change: transform;
}

.jr-title-block h1 {
  font-family: var(--jr-sans);
  font-size: clamp(4.2rem, 6.4vw, 5.5rem);
  font-weight: 100;
  line-height: 1.0465;
  letter-spacing: 0;
  text-transform: none;
}

.jr-title-block p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--jr-sans);
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1.605;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jr-copy-stack {
  display: grid;
  gap: 2.5rem;
}

.jr-copy-stack p,
.jr-press-list p,
.jr-press-list blockquote {
  color: var(--jr-ink);
  font-family: var(--jr-sans);
  font-size: 1.06em;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
}

.jr-caption {
  color: var(--jr-muted);
  font-family: var(--jr-sans);
  font-size: 0.92em;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.jr-copy-stack h2,
.jr-connect-copy h2,
.jr-written-title {
  color: var(--jr-ink);
  font-family: var(--jr-sans);
  font-size: clamp(2.45rem, 4.2vw, 3.75rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
}

.jr-copy-stack h2 {
  margin-bottom: 0.55rem;
  text-align: left;
}

.card-flipbook-section {
  min-height: 118svh;
  min-height: 118dvh;
  display: grid;
  place-items: center;
}

.card-flipbook-section::after,
.fullscreen-photo-section::after,
.window-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12));
  pointer-events: none;
}

.card-flipbook-section .section-content-container {
  padding-top: 36svh;
  padding-bottom: 20svh;
}

.jr-quote-card {
  width: min(670px, 100%);
  margin: 0 auto;
  padding: 1.1rem 1.35rem 1.15rem;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  color: var(--jr-ink);
  font-family: var(--jr-condensed);
  font-size: clamp(1.85rem, 2.5vw, 2.25rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.245;
  letter-spacing: 0;
  text-align: center;
  transform: translate3d(0, var(--card-y), 0);
  will-change: transform;
}

.jr-quote-card cite {
  display: inline;
  font-style: italic;
}

.jr-section-heading {
  max-width: 920px;
  margin: 0 auto 1.65rem;
  text-align: center;
}

.jr-section-heading h2 {
  color: var(--jr-ink);
  font-family: var(--jr-sans);
  font-size: clamp(2.35rem, 4.2vw, 3.75rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jr-video-stack {
  display: grid;
  gap: 3.25rem;
}

.jr-video {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.jr-video h3 {
  max-width: 800px;
  margin: 0 auto 0.85rem;
  color: var(--jr-ink);
  font-family: var(--jr-sans);
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.jr-video h3 span {
  display: block;
}

.jr-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
}

.jr-video-frame iframe {
  height: 100%;
  aspect-ratio: auto;
  border: 0;
}

.jr-video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.jr-video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jr-video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
  transition: background 160ms ease;
}

.jr-video-placeholder:hover::after,
.jr-video-placeholder:focus-visible::after {
  background: rgba(0, 0, 0, 0);
}

.jr-video-placeholder:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -5px;
}

.jr-play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  border-radius: 12px;
  background: #ff0033;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.jr-play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #ffffff;
  transform: translate(-50%, -50%);
}

.jr-video-note {
  margin-top: 0.45rem;
  color: var(--jr-muted);
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: center;
}

.photo-grid-section {
  padding-top: var(--jr-section-pad);
  padding-bottom: var(--jr-section-pad);
  overflow: hidden;
}

.photo-grid {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  --grid-y: 0px;
}

.photo-group-container {
  padding-top: 1.6%;
  transform: translate3d(0, var(--grid-y), 0);
  will-change: transform;
}

.photo-group-container:first-child {
  padding-top: 0;
}

.photo-group {
  display: grid;
  gap: 0.34rem;
}

.photo-group img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.photo-grid-snapshots {
  max-width: 800px;
}

.snapshot-group {
  gap: 0;
  overflow: hidden;
}

.snapshot-group-primary {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  aspect-ratio: 800 / 578.398;
}

.snapshot-group-primary img:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / 3;
}

.snapshot-group-thirds {
  grid-template-columns: 33% 34% 33%;
  aspect-ratio: 800 / 188.797;
}

.snapshot-group-third-two-thirds,
.snapshot-group-two-thirds-third {
  aspect-ratio: 800 / 380.797;
}

.snapshot-group-third-two-thirds {
  grid-template-columns: 33% 67%;
}

.snapshot-group-two-thirds-third {
  grid-template-columns: 67% 33%;
}

.jr-snapshots-section {
  padding-top: clamp(5.5rem, 8vw, 8rem);
}

.jr-snapshots-section .jr-section-heading {
  margin-bottom: clamp(2.5rem, 4vw, 4.25rem);
}

.jr-caption {
  max-width: 860px;
  margin: 0.9rem auto 0;
  color: rgba(17, 26, 11, 0.56);
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
}

.jr-eyebrow {
  color: rgba(17, 26, 11, 0.7);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.fullscreen-photo-section {
  min-height: 92svh;
  min-height: 92dvh;
  display: grid;
  align-items: start;
}

.fullscreen-photo-section .section-background-image {
  inset: -8svh 0;
}

.fullscreen-photo-section .section-content-container,
.window-section .section-content-container {
  padding-top: 2.5rem;
}

.jr-press-intro-window {
  --jr-content-padding: 4%;
}

.jr-press-intro-window .section-content-container {
  padding-top: 4.25rem;
}

.section-caption-card {
  display: inline-block;
  max-width: min(340px, 100%);
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--jr-ink);
  transform: translate3d(0, var(--content-y), 0);
  will-change: transform;
}

.section-caption-card h2 {
  font-family: var(--jr-sans);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jr-press-list {
  display: grid;
  gap: clamp(3.4rem, 6.4vw, 5.8rem);
  max-width: 800px;
  margin: 0 auto;
  border-top: 0;
  transform: translate3d(0, var(--proof-y), 0);
  will-change: transform;
}

.jr-press-section .jr-section-heading {
  margin-bottom: 1.25rem;
}

.jr-press-section.large-content-spacing-top {
  padding-top: 2.6rem;
}

.jr-press-section .jr-section-heading h2 {
  color: rgba(17, 26, 11, 0.64);
  font-size: clamp(0.78rem, 1.05vw, 0.96rem);
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.jr-press-list article {
  display: block;
  padding: 0;
  border-bottom: 0;
  text-align: center;
}

.jr-press-list h3 {
  max-width: 820px;
  margin: 0 auto clamp(1.25rem, 2.2vw, 1.75rem);
  color: var(--jr-ink);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}

.jr-press-list h3 span {
  display: inline;
  color: inherit;
  margin-top: 0;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
}

.jr-press-figure {
  width: min(100%, 800px);
  margin: 0 auto clamp(1.15rem, 2.35vw, 1.75rem);
}

.jr-press-figure img {
  width: 100%;
  max-height: none;
  height: auto;
  object-fit: contain;
  object-position: 50% 0;
}

.jr-press-figure figcaption {
  margin-top: 0.52rem;
  color: rgba(17, 26, 11, 0.72);
  font-size: 0.74rem;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
}

.jr-press-list blockquote {
  max-width: 800px;
  margin: clamp(1.2rem, 2.1vw, 1.6rem) auto 0;
  border-left: 4px solid rgba(17, 26, 11, 0.9);
  padding-left: clamp(1.2rem, 2.2vw, 1.72rem);
  color: rgba(17, 26, 11, 0.86);
  font-size: clamp(1.42rem, 2.18vw, 1.92rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.36;
  text-align: left;
}

.jr-press-list p,
.jr-press-list blockquote {
  max-width: 800px;
}

.jr-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  margin-top: clamp(1.1rem, 2vw, 1.6rem);
  border: 1px solid rgba(17, 26, 11, 0.42);
  padding: 0.18rem 0.62rem;
  color: var(--jr-ink);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.jr-written-title {
  max-width: 700px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  font-size: clamp(2.15rem, 3.15vw, 2.75rem);
  text-transform: none;
  text-align: center;
}

.jr-written-section {
  padding-top: clamp(6rem, 9vw, 9rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.photo-grid-written {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.written-group {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  aspect-ratio: 800 / 578.398;
  overflow: hidden;
}

.written-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}

.written-group img:first-child {
  grid-row: 1 / 3;
}

.window-section {
  height: 50svh;
  height: 50dvh;
  min-height: 360px;
  overflow: hidden;
  background: #050505;
}

.window {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.window .section-background-image {
  inset: -22svh 0;
  transform: translate3d(0, var(--window-y), 0) scale(var(--scene-scale));
}

.jr-highly-relevant-window .section-background-image {
  background-size: cover;
}

.jr-publications-section,
.jr-highly-relevant-window {
  height: clamp(300px, 24vw, 360px);
  min-height: 0;
}

.jr-highly-relevant-window {
  overflow: visible;
  background: var(--jr-paper);
}

.jr-publications-section .section-background-image {
  inset: 0;
}

.jr-highly-relevant-window .window {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.jr-highly-relevant-window .window::before {
  content: none;
}

.jr-highly-relevant-window .window .section-background-image {
  inset: 0;
  background-position: 50% 43%;
  transform: translate3d(0, var(--window-y), 0) scale(var(--scene-scale));
}

.jr-highly-relevant-window .section-content-container {
  position: absolute;
  inset: 0;
  padding: 0;
}

.jr-highly-relevant-window .section-content-view {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.jr-highly-relevant-window .section-caption-card {
  position: absolute;
  left: 4%;
  bottom: 0;
  padding: 0.88rem 1.05rem;
}

.jr-closing-window {
  height: clamp(350px, 28.3vw, 480px);
  min-height: 0;
}

.jr-closing-window .section-background-image {
  inset: -7svh 0;
}

.jr-closing-window .section-caption-card h2 {
  font-size: clamp(1.1rem, 1.55vw, 1.38rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}

.jr-highly-relevant-copy {
  --jr-content-padding: 12%;
  padding-top: clamp(2.5rem, 3.35vw, 3.6rem);
  padding-bottom: clamp(2.25rem, 3.2vw, 3.2rem);
}

.jr-highly-relevant-copy .jr-copy-stack {
  max-width: min(1060px, 100%);
  margin: 0 auto;
  grid-template-columns: 1fr;
  row-gap: clamp(2.45rem, 3.2vw, 3.55rem);
  align-items: start;
  text-align: left;
  transform: translate3d(0, var(--content-y), 0);
  will-change: transform;
}

.jr-highly-relevant-copy h2 {
  grid-row: auto;
  max-width: min(855px, 100%);
  margin-bottom: 0;
  font-size: clamp(2rem, 3vw, 2.42rem);
  line-height: 1.14;
}

.jr-highly-relevant-copy p {
  max-width: min(800px, 100%);
  margin-right: auto;
  margin-left: auto;
  color: #2f352c;
  font-size: clamp(1.18rem, 1.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1.68;
}

.jr-highly-relevant-copy p a {
  color: var(--jr-link);
  text-decoration: underline;
}

.jr-highly-relevant-video {
  width: min(100%, 800px);
  margin: 0 auto clamp(0.1rem, 0.4vw, 0.4rem);
}

.jr-highly-relevant-video iframe {
  width: 100%;
}

.jr-highly-relevant-copy p,
.jr-highly-relevant-video,
.jr-highly-relevant-copy .jr-link-row {
  grid-column: 1;
}

.jr-highly-relevant-copy .jr-link-row {
  justify-content: center;
}

.jr-guests-heading {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  text-align: center;
}

.jr-guests-heading h2 {
  color: var(--jr-ink);
  font-family: var(--jr-sans);
  font-size: clamp(2.15rem, 3.2vw, 2.8rem);
  font-weight: 300;
  line-height: 1.12;
  text-transform: none;
}

.jr-guests-section {
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.jr-guests-section .jr-caption {
  max-width: 860px;
  font-size: 0.72rem;
}

.photo-grid-guests {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.guest-group {
  grid-template-columns: 33% 34% 33%;
  grid-template-rows: 369.594fr 380.797fr;
  column-gap: 0;
  row-gap: 1.6%;
  aspect-ratio: 800 / 763.188;
  overflow: hidden;
}

.guest-group img {
  grid-column: auto;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.guest-group img:nth-child(1) {
  object-position: 50% 18%;
}

.guest-group img:nth-child(2) {
  object-position: 50% 20%;
}

.guest-group img:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
  object-position: 50% 20%;
}

.guest-group img:nth-child(5) {
  grid-column: 2 / 4;
  grid-row: 2;
  object-position: 50% 24%;
}

.jr-closing-window .section-content-container {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  padding: 0 0 clamp(2.5rem, 5.7vw, 4.8rem) clamp(2.1rem, 3vw, 3.4rem);
}

.jr-closing-window .section-caption-card {
  padding: 0.9rem 1.25rem;
  background: rgba(255, 255, 255, 0.82);
}

.jr-closing-caption-pair {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transform: translate3d(0, var(--content-y), 0);
  will-change: transform;
}

.jr-closing-eyebrow-card,
.jr-closing-headline-card {
  display: inline-flex;
  align-items: center;
  min-height: 3.05rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--jr-ink);
  letter-spacing: 0;
}

.jr-closing-eyebrow-card {
  padding: 0.7rem 1rem;
  font-size: 0.78rem;
  font-weight: 400;
  text-transform: uppercase;
}

.jr-closing-headline-card {
  padding: 0.68rem 1.08rem;
  font-size: clamp(2rem, 2.75vw, 2.55rem);
  font-weight: 300;
  line-height: 1;
}

.jr-connect-copy h2 {
  font-size: clamp(1.45rem, 1.8vw, 1.75rem);
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
  text-transform: none;
}

.jr-link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0;
}

.jr-social {
  flex-direction: column;
  align-items: center;
}

.jr-link-row a,
.jr-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  border: 1px solid var(--jr-line);
  padding: 0.52rem 0.82rem;
  color: var(--jr-ink);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.jr-email {
  width: max-content;
  margin: 0.2rem auto 0;
  text-transform: none;
}

.jr-social-label {
  margin: 0.85rem auto 0;
  color: rgba(17, 26, 11, 0.62);
  font-size: 0.8rem;
  line-height: 1.35;
}

.jr-connect-copy {
  text-align: center;
}

.jr-connect-section {
  min-height: 0;
  padding-top: clamp(3.85rem, 5.4vw, 5.15rem);
  padding-bottom: clamp(4.6rem, 8vw, 7rem);
}

.jr-connect-copy {
  row-gap: clamp(1.85rem, 2.7vw, 2.5rem);
}

.jr-connect-copy p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: var(--jr-ink);
  font-size: clamp(1.05rem, 1.18vw, 1.18rem);
  font-weight: 400;
  line-height: 1.55;
}

.jr-connect-section .jr-email {
  display: block;
  width: max-content;
  min-height: 0;
  border: 0;
  margin: 0.1rem auto 0;
  padding: 0;
  color: var(--jr-ink);
  font-size: clamp(1rem, 1.12vw, 1.13rem);
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  text-transform: none;
}

.jr-connect-section .jr-social-label {
  margin: 0.1rem auto 0;
  color: var(--jr-ink);
  font-size: clamp(1rem, 1.12vw, 1.13rem);
  font-weight: 400;
  line-height: 1.35;
}

.jr-connect-section .jr-social {
  margin-top: 0.1rem;
}

.jr-connect-section .jr-social a {
  min-height: 0;
  border: 0;
  padding: 0.1rem 0;
  color: var(--jr-link);
  font-size: 0.95rem;
  line-height: 1.25;
  text-decoration: underline;
  text-transform: none;
}

[data-reveal] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 260ms ease,
    transform 320ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-caption-card[data-reveal],
.jr-highly-relevant-copy .jr-copy-stack[data-reveal],
.jr-closing-caption-pair[data-reveal] {
  transform: translate3d(0, var(--content-y), 0);
}

.photo-group-container[data-reveal] {
  transform: translate3d(0, var(--grid-y), 0);
}

.jr-adobe-page.is-ready [data-motion-section] {
  transition: none;
}

@media (max-width: 700px) {
  .jr-adobe-page {
    --jr-content-padding: 5%;
    --jr-section-pad: 1.25rem;
    --jr-large-pad: 2.5rem;
  }

  .jr-tv-section,
  .jr-press-section,
  .jr-snapshots-section,
  .jr-written-section,
  .jr-guests-section {
    --jr-content-padding: 7%;
  }

  .jr-title-section {
    --jr-content-padding: 5%;
  }

  .jr-adobe-page {
    font-size: 18px;
    line-height: 1.58;
  }

  .section-background-image {
    background-position: var(--bg-pos-mobile);
  }

  .title-section .section-content-container {
    padding-bottom: 2.65rem;
  }

  .jr-title-block h1 {
    font-size: clamp(2.65rem, 12vw, 3.4rem);
    line-height: 1.06;
  }

  .jr-title-block p {
    margin-top: 1.1rem;
    font-size: clamp(0.98rem, 4.65vw, 1.2rem);
    line-height: 1.35;
  }

  .card-flipbook-section {
    min-height: 94svh;
    min-height: 94dvh;
  }

  .card-flipbook-section .section-content-container {
    padding-top: 32svh;
    padding-bottom: 14svh;
  }

  .jr-quote-card {
    padding: 0.95rem 1rem;
    font-size: clamp(1.55rem, 8vw, 1.95rem);
  }

  .jr-section-heading {
    margin-bottom: 1.15rem;
  }

  .jr-section-heading h2,
  .jr-copy-stack h2,
  .jr-connect-copy h2,
  .jr-written-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .jr-video {
    max-width: 100%;
  }

  .jr-video h3 {
    max-width: 100%;
    font-size: clamp(1.32rem, 6vw, 1.85rem);
    line-height: 1.28;
  }

  .jr-press-list {
    border-top: 0;
    gap: 3.2rem;
  }

  .jr-press-list article {
    display: block;
    padding: 0;
  }

  .jr-press-list h3 {
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 7.4vw, 2.25rem);
    text-align: center;
  }

  .jr-press-figure {
    width: 100%;
  }

  .jr-press-list blockquote {
    border-left-width: 3px;
    padding-left: 1rem;
    font-size: clamp(1.18rem, 5vw, 1.5rem);
    line-height: 1.42;
  }

  .jr-written-title {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .jr-publications-section,
  .jr-highly-relevant-window {
    height: clamp(210px, 56vw, 300px);
    min-height: 0;
  }

  .jr-highly-relevant-window .window::before {
    display: none;
  }

  .jr-highly-relevant-window .window .section-background-image {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: none;
  }

  .jr-highly-relevant-window .section-caption-card {
    max-width: calc(100% - 1.5rem);
  }

  .jr-highly-relevant-copy {
    --jr-content-padding: 7%;
    padding-top: 3.2rem;
    padding-bottom: 3.35rem;
  }

  .jr-highly-relevant-copy .jr-copy-stack {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    row-gap: 1.8rem;
    align-items: start;
    text-align: left;
  }

  .jr-highly-relevant-copy h2,
  .jr-highly-relevant-copy p,
  .jr-highly-relevant-copy .jr-link-row {
    grid-column: 1;
    grid-row: auto;
  }

  .jr-highly-relevant-copy h2 {
    font-size: clamp(1.95rem, 8vw, 2.35rem);
  }

  .jr-highly-relevant-copy p {
    max-width: 100%;
    font-size: clamp(1.04rem, 5.2vw, 1.18rem);
    font-weight: 400;
    line-height: 1.58;
  }

  .jr-highly-relevant-video {
    margin-bottom: 0.25rem;
  }

  .jr-highly-relevant-video,
  .jr-highly-relevant-copy p {
    width: 100%;
    max-width: 100%;
  }

  .jr-highly-relevant-copy .jr-link-row {
    justify-content: center;
  }

  .photo-grid-guests {
    max-width: min(100%, 543px);
  }

  .fullscreen-photo-section {
    min-height: 86svh;
    min-height: 86dvh;
  }

  .fullscreen-photo-section.jr-publications-section,
  .jr-highly-relevant-window {
    height: clamp(210px, 56vw, 300px);
    min-height: 0;
  }

  .window-section {
    min-height: 380px;
  }

  .jr-highly-relevant-window {
    min-height: 0;
  }

  .jr-closing-window {
    height: clamp(320px, 68vw, 430px);
    min-height: 0;
  }

  .jr-closing-window .section-background-image {
    inset: -5svh 0;
  }

  .jr-closing-window .section-content-container {
    align-items: end;
    padding: 0 0 2.2rem 5%;
  }

  .section-caption-card {
    padding: 0.72rem 0.88rem;
  }

  .jr-press-intro-window .section-caption-card {
    padding: 0.6rem 0.7rem;
  }

  .jr-press-intro-window .section-caption-card h2 {
    font-size: 0.88rem;
  }

  .jr-guests-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .jr-guests-heading {
    margin-bottom: 1.55rem;
  }

  .jr-guests-heading h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.12;
  }

  .jr-connect-section {
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .jr-connect-copy {
    row-gap: 1.7rem;
  }

  .jr-connect-copy h2 {
    font-size: clamp(1.45rem, 7vw, 1.8rem);
  }
}

@media (max-width: 420px) {
  .jr-link-row {
    gap: 0.48rem;
  }

  .jr-link-row a,
  .jr-email {
    min-height: 2.2rem;
    padding: 0.48rem 0.64rem;
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.jr-adobe-page) {
    scroll-behavior: auto;
  }

  .section-background-image,
  .jr-title-block,
  .jr-quote-card,
  .section-caption-card,
  .photo-group-container,
  .jr-press-list,
  .jr-highly-relevant-copy .jr-copy-stack,
  [data-reveal] {
    transform: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
  }
}
