.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-gutter: clamp(24px, 4vw, 72px);
  --jr-rail-wide: 1600px;
  --jr-rail-shell: 1120px;
  --jr-rail-reading: 820px;
  --jr-rail-media: 800px;
  --jr-space-compact: clamp(24px, 2vw, 32px);
  --jr-space-standard: clamp(48px, 4vw, 64px);
  --jr-space-major: clamp(72px, 6vw, 96px);
}

.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;
}

/* Keep the TV-to-Snapshots handoff intentional without reserving a blank band. */
.jr-tv-section {
  padding-bottom: clamp(1.5rem, 2vw, 2rem);
}

.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;
}

.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 {
	--jr-content-padding: max(1rem, 2vw);
  padding-top: clamp(1.75rem, 3vw, 3rem);
}

.jr-snapshots-section .jr-section-heading {
	margin-bottom: clamp(4.5rem, 8vw, 5.75rem);
}

/* Snapshots are an intrinsic-ratio editorial mosaic. Images are never cropped. */
.photo-grid-snapshots {
	--snapshot-gap: clamp(0.75rem, 1.2vw, 1.25rem);
	display: grid;
	gap: var(--snapshot-gap);
	width: min(100%, 1600px);
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.jr-snapshot-row .photo-group-container {
	padding-top: 0;
	transform: none;
	will-change: auto;
}

.jr-snapshot-row {
	display: grid;
	grid-template-columns: var(--snapshot-columns, minmax(0, 1fr));
	align-items: start;
	gap: var(--snapshot-gap);
}

.snapshot-tile {
	width: 100%;
	overflow: visible;
	background: transparent;
}

.snapshot-tile__image {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	object-fit: initial !important;
	object-position: initial !important;
}

.jr-snapshot-row--feature_left_two_stack_right,
.jr-snapshot-row--two_stack_left_feature_right {
	grid-template-rows: auto auto;
}

.jr-snapshot-row--feature_left_two_stack_right .snapshot-tile-container--feature {
	grid-column: 1;
	grid-row: 1 / 3;
}

.jr-snapshot-row--feature_left_two_stack_right .snapshot-tile-container:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.jr-snapshot-row--feature_left_two_stack_right .snapshot-tile-container:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

.jr-snapshot-row--two_stack_left_feature_right .snapshot-tile-container--feature {
	grid-column: 2;
	grid-row: 1 / 3;
}

.jr-snapshot-row--two_stack_left_feature_right .snapshot-tile-container:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

.jr-snapshot-row--two_stack_left_feature_right .snapshot-tile-container:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
}

.jr-caption {
  max-width: 860px;
  margin: 0.82rem 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(2rem, 3.4vw, 3.15rem);
  max-width: 880px;
  margin: 0 auto;
  border-top: 0;
  transform: none;
}

.jr-press-section .jr-section-heading {
  margin-bottom: clamp(2rem, 3.5vw, 3.1rem);
}

.jr-press-section.large-content-spacing-top {
  padding-top: clamp(2.8rem, 4.2vw, 4.35rem);
  padding-bottom: clamp(2.75rem, 4.1vw, 4.1rem);
}

.jr-press-section .jr-section-heading h2 {
  color: var(--jr-ink);
  font-size: clamp(2.25rem, 3.85vw, 3.35rem);
  font-weight: 200;
  line-height: 1.08;
  text-transform: uppercase;
}

.jr-press-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: clamp(1rem, 1.8vw, 1.5rem);
  align-items: start;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border-bottom: 0;
  text-align: center;
}

.jr-press-source {
	text-align: center;
}

.jr-press-list h3 {
  max-width: 100%;
  margin: 0;
  color: var(--jr-ink);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 400;
  line-height: 1.28;
  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%, 620px);
  margin: 0 auto;
}

.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: 760px;
  margin: 0;
  border-left: 0;
  padding-left: 0;
  color: rgba(17, 26, 11, 0.67);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.58;
  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: 0.85rem;
  border: 0;
  padding: 0;
  color: var(--jr-link);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.jr-press-list .jr-press-meta,
.jr-press-list .jr-press-title {
  margin-top: 0.32rem;
  color: rgba(17, 26, 11, 0.58);
  font-size: clamp(0.72rem, 0.82vw, 0.78rem);
  font-weight: 300;
  line-height: 1.35;
}

.jr-press-list .jr-press-title {
  max-width: 190px;
}

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

.jr-written-section {
  padding-top: clamp(2.2rem, 3.7vw, 3.4rem);
  padding-bottom: clamp(2.25rem, 3.7vw, 3.6rem);
}

.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: contain;
  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(330px, 25.5vw, 410px);
  min-height: 0;
}

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

.jr-publications-section .section-background-image {
  inset: -9svh 0;
  background-position: 50% 15%;
}

.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(360px, 29.4vw, 500px);
  min-height: 0;
}

.jr-closing-window .section-background-image {
  inset: -10svh 0;
  background-position: 50% 10%;
}

.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.25rem, 3vw, 3.15rem);
  padding-bottom: clamp(1.35rem, 2vw, 2.15rem);
}

.jr-highly-relevant-copy .jr-copy-stack {
  max-width: min(1060px, 100%);
  margin: 0 auto;
  grid-template-columns: 1fr;
  row-gap: clamp(1.85rem, 2.45vw, 2.7rem);
  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(1.1rem, 1.9vw, 1.75rem);
  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(1.8rem, 2.8vw, 3rem);
  padding-bottom: clamp(2.1rem, 3.2vw, 3.6rem);
}

.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(2.25rem, 3vw, 3.25rem);
  padding-bottom: clamp(3rem, 4.4vw, 4rem);
}

.jr-connect-copy {
  row-gap: clamp(1rem, 1.35vw, 1.35rem);
}

.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-snapshots-section .jr-snapshot-row .photo-group-container[data-reveal] {
  padding-top: 0;
  transform: none;
  will-change: auto;
}

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

/*
 * Desktop editorial geometry contract.
 * Full-bleed stages remain dramatic; their content, adjacent chapters, and
 * documentary media align to a small set of repeatable rails and rhythms.
 */
@media (min-width: 701px) {
  .jr-title-section {
    height: clamp(720px, 100dvh, 1080px);
    min-height: 0;
  }

  .card-flipbook-section {
    height: clamp(760px, 100dvh, 1000px);
    min-height: 0;
  }

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

  .jr-title-section .section-background-image,
  .jr-quote-flipbook .section-background-image {
    inset: -112px 0;
  }

  .jr-publications-section .section-background-image,
  .jr-highly-relevant-window .window .section-background-image,
  .jr-closing-window .section-background-image {
    inset: -56px 0;
  }

  .card-flipbook-section .section-content-container {
    padding-top: var(--jr-space-major);
    padding-bottom: var(--jr-space-major);
  }

  .jr-title-section .section-content-container,
  .jr-press-intro-window .section-content-container {
    width: min(calc(100% - var(--jr-gutter) - var(--jr-gutter)), var(--jr-rail-wide));
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .jr-bio-section .section-content-container,
  .jr-connect-section .section-content-container {
    width: min(calc(100% - var(--jr-gutter) - var(--jr-gutter)), var(--jr-rail-reading));
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .jr-bio-section .section-content-view,
  .jr-connect-section .section-content-view {
    width: 100%;
    max-width: none;
  }

  .jr-tv-section .section-content-container,
  .jr-press-section .section-content-container,
  .jr-written-section .section-content-container,
  .jr-highly-relevant-copy .section-content-container,
  .jr-guests-section .section-content-container {
    width: min(calc(100% - var(--jr-gutter) - var(--jr-gutter)), var(--jr-rail-shell));
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .jr-tv-section .section-content-view,
  .jr-press-section .section-content-view,
  .jr-written-section .section-content-view,
  .jr-highly-relevant-copy .section-content-view,
  .jr-guests-section .section-content-view {
    width: 100%;
    max-width: none;
  }

  .jr-snapshots-section .section-content-container {
    width: min(calc(100% - var(--jr-gutter) - var(--jr-gutter)), var(--jr-rail-wide));
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .jr-snapshots-section .section-content-view {
    width: 100%;
    max-width: none;
  }

  .jr-video,
  .photo-grid-written,
  .jr-highly-relevant-video,
  .photo-grid-guests {
    width: min(100%, var(--jr-rail-media));
    max-width: var(--jr-rail-media);
  }

  .jr-press-list {
    width: min(100%, 880px);
    max-width: 880px;
  }

  .jr-press-list article,
  .jr-press-list blockquote {
    width: min(100%, 760px);
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .jr-press-figure {
    width: min(100%, 760px);
    max-width: 760px;
  }

  .jr-press-figure img {
    width: auto;
    max-width: 100%;
    max-height: 780px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .jr-highly-relevant-window .section-caption-card {
    left: max(var(--jr-gutter), calc((100% - var(--jr-rail-wide)) / 2));
  }

  .jr-closing-window .section-content-container {
    right: max(var(--jr-gutter), calc((100% - var(--jr-rail-wide)) / 2));
    left: max(var(--jr-gutter), calc((100% - var(--jr-rail-wide)) / 2));
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .jr-bio-section {
    padding-top: var(--jr-space-major);
    padding-bottom: var(--jr-space-major);
  }

  .jr-tv-section {
    padding-top: var(--jr-space-major);
    padding-bottom: var(--jr-space-compact);
  }

  .jr-snapshots-section {
    padding-top: var(--jr-space-standard);
    padding-bottom: var(--jr-space-standard);
  }

  .jr-snapshots-section .jr-section-heading {
    margin-bottom: var(--jr-space-standard);
  }

  .jr-press-section,
  .jr-written-section,
  .jr-highly-relevant-copy,
  .jr-guests-section,
  .jr-connect-section {
    padding-top: var(--jr-space-standard);
    padding-bottom: var(--jr-space-standard);
  }

  .jr-press-section .jr-section-heading,
  .jr-written-title,
  .jr-guests-heading {
    margin-bottom: var(--jr-space-compact);
  }

  .jr-title-block,
  .section-caption-card,
  .jr-highly-relevant-copy .jr-copy-stack,
  .jr-closing-caption-pair {
    --content-y: 0px;
  }
}

@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-tv-section {
    padding-bottom: 1.5rem;
  }

  .jr-snapshots-section {
	--jr-content-padding: 1rem;
    padding-top: 1.75rem;
  }

  .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);
  }

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

  .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;
  }

  .photo-grid-snapshots {
	--snapshot-gap: 0.75rem;
    gap: var(--snapshot-gap);
    width: 100%;
    max-width: 100%;
  }

  .jr-snapshot-row {
    grid-template-columns: 1fr;
	gap: var(--snapshot-gap);
  }

  .jr-snapshot-row[data-mobile-layout="two_equal"] {
    grid-template-columns: var(--snapshot-columns, repeat(2, minmax(0, 1fr)));
  }

  .jr-snapshot-row--feature_left_two_stack_right,
  .jr-snapshot-row--two_stack_left_feature_right {
    grid-template-rows: auto;
  }

  .jr-snapshot-row--feature_left_two_stack_right .snapshot-tile-container--feature,
  .jr-snapshot-row--two_stack_left_feature_right .snapshot-tile-container--feature {
    grid-column: auto;
    grid-row: auto;
  }

  .jr-snapshot-row--feature_left_two_stack_right .snapshot-tile-container:nth-child(n),
  .jr-snapshot-row--two_stack_left_feature_right .snapshot-tile-container:nth-child(n) {
	grid-column: auto;
	grid-row: auto;
  }

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

  .jr-press-list article {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.72rem;
    padding: 0;
  }

  .jr-press-list h3 {
    margin-bottom: 0;
    font-size: clamp(0.98rem, 4.1vw, 1.12rem);
    text-align: center;
  }

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

  .jr-press-list blockquote {
    border-left-width: 3px;
    border-left: 0;
    padding-left: 0;
    font-size: clamp(0.98rem, 4vw, 1.08rem);
    line-height: 1.55;
  }

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

  .jr-publications-section,
  .jr-highly-relevant-window {
    height: clamp(230px, 58vw, 320px);
    min-height: 0;
  }

  .jr-publications-section .section-background-image {
    inset: -6svh 0;
    background-position: 50% 14%;
  }

  .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: 2.7rem;
    padding-bottom: 2.45rem;
  }

  .jr-highly-relevant-copy .jr-copy-stack {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    row-gap: 1.45rem;
    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(230px, 58vw, 320px);
    min-height: 0;
  }

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

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

  .jr-closing-window {
    height: clamp(330px, 72vw, 420px);
    min-height: 0;
  }

  .jr-closing-window .section-background-image {
    inset: -8svh 0;
    background-position: 52% 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: 2rem;
    padding-bottom: 2.85rem;
  }

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

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

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

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

  .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;
  }
}
