:root {
	--r3-black: #090d0e;
	--r3-slate: #13191a;
	--r3-steel: #293234;
	--r3-fog: #edf0ed;
	--r3-paper: #f3f1ea;
	--r3-green: #79bd43;
	--r3-green-bright: #9be35d;
	--r3-line: rgba(255, 255, 255, .18);
	--r3-copy: min(720px, calc(100vw - 40px));
	--r3-wide: min(1120px, calc(100vw - 40px));
}

.obv-ready3-feature-page {
	background: var(--r3-paper);
}

.obv-ready3-feature-page.r3-lightbox-open {
	overflow: hidden;
}

.r3-feature-main {
	overflow: clip;
	background: var(--r3-paper);
}

.r3-feature-main button,
.r3-feature-main a {
	-webkit-tap-highlight-color: transparent;
}

.r3-reading-progress {
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	pointer-events: none;
}

.r3-reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--r3-green);
	box-shadow: 0 0 18px rgba(121, 189, 67, .65);
	transform-origin: left center;
}

/* Hero */
.r3-hero {
	position: relative;
	min-height: max(760px, calc(100vh - 32px));
	background-color: var(--r3-black);
	background-image: var(--r3-hero-image);
	background-position: center center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.r3-hero-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 8, 9, .3) 0%, rgba(4, 8, 9, .12) 42%, rgba(4, 8, 9, .7) 100%),
		linear-gradient(0deg, rgba(4, 8, 9, .96) 0%, rgba(4, 8, 9, .23) 60%, rgba(4, 8, 9, .35) 100%);
}

.r3-hero-grid,
.r3-blueprint-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(90deg, transparent, #000 65%, transparent);
}

.r3-hero-content {
	position: absolute;
	z-index: 2;
	right: max(26px, 6vw);
	bottom: max(72px, 8vh);
	width: min(830px, 66vw);
}

.r3-hero-kicker,
.r3-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	align-items: center;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.r3-hero-kicker span {
	color: var(--r3-green-bright);
}

.r3-hero-kicker a {
	color: #fff;
}

.r3-hero-kicker a:hover,
.r3-hero-kicker a:focus-visible {
	color: var(--r3-green-bright);
}

.r3-hero-overline {
	margin: 28px 0 6px;
	color: var(--r3-green-bright);
	font-size: clamp(13px, 1.5vw, 18px);
	font-weight: 900;
	font-style: italic;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.r3-hero h1 {
	max-width: 820px;
	margin: 0;
	color: #fff;
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(48px, 6.2vw, 92px);
	font-weight: 500;
	line-height: .94;
	letter-spacing: -.045em;
	text-wrap: balance;
	text-shadow: 0 3px 28px rgba(0, 0, 0, .6);
}

.r3-hero-deck {
	max-width: 740px;
	margin: 22px 0 20px;
	color: rgba(255, 255, 255, .88);
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(17px, 1.6vw, 23px);
	line-height: 1.38;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .72);
}

.r3-hero-meta {
	padding-top: 17px;
	border-top: 1px solid rgba(255, 255, 255, .32);
	color: rgba(255, 255, 255, .72);
}

.r3-begin {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	margin-top: 27px;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.r3-begin i {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	color: var(--r3-green-bright);
	font-style: normal;
	transition: background .2s ease, transform .2s ease;
}

.r3-begin:hover,
.r3-begin:focus-visible {
	color: #fff;
}

.r3-begin:hover i,
.r3-begin:focus-visible i {
	background: var(--r3-green);
	color: var(--r3-black);
	transform: translateY(3px);
}

.r3-hero-sequence {
	position: absolute;
	z-index: 2;
	top: 54px;
	left: max(24px, 4vw);
	width: 230px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .23);
	background: rgba(7, 13, 14, .63);
	box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
	backdrop-filter: blur(10px);
}

.r3-hero-sequence > div {
	display: grid;
	grid-template-columns: 25px 1fr auto;
	gap: 8px;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.r3-hero-sequence div > span {
	color: rgba(255, 255, 255, .42);
}

.r3-hero-sequence div > strong {
	color: #fff;
	font-size: 10px;
}

.r3-hero-sequence div > em {
	color: rgba(255, 255, 255, .58);
	font-size: 8px;
	font-style: normal;
}

.r3-hero-sequence div.is-ready > em {
	color: var(--r3-green-bright);
}

.r3-hero-sequence p {
	margin: 18px 0 0;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -.05em;
}

.r3-hero-sequence mark {
	padding: 0;
	background: transparent;
	color: var(--r3-green-bright);
}

.r3-js .r3-hero-sequence > div,
.r3-js .r3-hero-sequence > p {
	opacity: 0;
	transform: translateX(-8px);
}

.r3-js .r3-hero-sequence.is-armed > div,
.r3-js .r3-hero-sequence.is-armed > p {
	animation: r3-sequence-in .42s ease forwards;
}

.r3-js .r3-hero-sequence.is-armed > div:nth-child(2) { animation-delay: .45s; }
.r3-js .r3-hero-sequence.is-armed > div:nth-child(3) { animation-delay: .9s; }
.r3-js .r3-hero-sequence.is-armed > p { animation-delay: 1.35s; }

.r3-hero-caption {
	position: absolute;
	z-index: 2;
	bottom: 19px;
	left: max(24px, 4vw);
	margin: 0;
	color: rgba(255, 255, 255, .66);
	font-size: 9px;
	letter-spacing: .06em;
}

@keyframes r3-sequence-in {
	to { opacity: 1; transform: translateX(0); }
}

/* Chapter navigation */
.r3-chapter-nav {
	position: sticky;
	z-index: 60;
	top: 0;
	background: rgba(9, 13, 14, .96);
	color: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
	backdrop-filter: blur(12px);
}

.r3-chapter-nav > div {
	display: flex;
	gap: 0;
	align-items: stretch;
	width: var(--r3-wide);
	min-height: 54px;
	margin: 0 auto;
	overflow-x: auto;
	scrollbar-width: none;
}

.r3-chapter-nav > div::-webkit-scrollbar { display: none; }

.r3-chapter-label,
.r3-chapter-nav a {
	display: flex;
	align-items: center;
	min-width: max-content;
	padding: 0 16px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.r3-chapter-label {
	padding-left: 0;
	color: var(--r3-green-bright);
}

.r3-chapter-nav a {
	position: relative;
	color: rgba(255, 255, 255, .62);
}

.r3-chapter-nav a::after {
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	height: 3px;
	background: var(--r3-green);
	content: "";
	transform: scaleX(0);
	transition: transform .2s ease;
}

.r3-chapter-nav a:hover,
.r3-chapter-nav a:focus-visible,
.r3-chapter-nav a.is-active {
	color: #fff;
}

.r3-chapter-nav a.is-active::after { transform: scaleX(1); }

/* Shared editorial structure */
.r3-story-canvas {
	font-family: var(--serif, Georgia, serif);
}

.r3-story-section {
	position: relative;
	padding: 112px 20px;
	scroll-margin-top: 54px;
}

.r3-briefing,
.r3-oklahoma-section {
	background: var(--r3-paper);
}

.r3-mission-section,
.r3-next-section {
	background: var(--r3-black);
	color: #fff;
}

.r3-growth-section {
	background: #fff;
}

.r3-workforce-section {
	background: #e9ece8;
}

.r3-reading-grid {
	display: grid;
	grid-template-columns: minmax(0, 720px) minmax(260px, 330px);
	gap: clamp(50px, 8vw, 105px);
	align-items: start;
	width: var(--r3-wide);
	margin: 0 auto;
}

.r3-reading-grid--dark { align-items: center; }

.r3-story-copy {
	font-size: clamp(18px, 1.45vw, 21px);
	line-height: 1.78;
}

.r3-story-copy p {
	margin: 0 0 1.38em;
}

.r3-story-copy p:last-child { margin-bottom: 0; }

.r3-copy-narrow {
	width: var(--r3-copy);
	margin: 64px auto 0;
}

.r3-dropcap > p:first-child::first-letter {
	float: left;
	margin: .08em .12em 0 0;
	color: var(--r3-green);
	font-family: Arial, sans-serif;
	font-size: 5.3em;
	font-weight: 900;
	line-height: .72;
}

.r3-section-intro {
	width: var(--r3-wide);
	margin: 0 auto 60px;
}

.r3-section-number {
	display: block;
	margin-bottom: 16px;
	color: var(--r3-green);
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.r3-section-intro h2 {
	max-width: 850px;
	margin: 0;
	color: inherit;
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(43px, 6vw, 78px);
	font-weight: 500;
	line-height: .98;
	letter-spacing: -.04em;
	text-wrap: balance;
}

.r3-section-intro > p {
	max-width: 720px;
	margin: 23px 0 0;
	color: inherit;
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.48;
	opacity: .75;
}

.r3-pullquote {
	position: sticky;
	top: 92px;
	padding: 25px 0 28px 25px;
	border-left: 4px solid var(--r3-green);
}

.r3-pullquote-label,
.r3-home-field-kicker {
	color: #556365;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.r3-pullquote blockquote {
	margin: 14px 0 20px;
	color: var(--r3-steel);
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(25px, 3vw, 38px);
	line-height: 1.13;
}

.r3-pullquote cite {
	color: #667274;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.r3-inline-quote {
	margin: 1.8em 0;
	padding: 4px 0 4px 24px;
	border-left: 4px solid var(--r3-green);
	color: inherit;
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(22px, 2.5vw, 31px);
	line-height: 1.34;
}

.r3-inline-quote--short {
	font-size: clamp(25px, 3vw, 38px);
	line-height: 1.2;
}

.r3-js .r3-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s ease, transform .7s ease;
}

.r3-js .r3-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Launch console */
.r3-launch-console {
	position: relative;
	display: grid;
	grid-template-columns: 1.2fr .65fr 1.1fr;
	gap: 28px;
	width: var(--r3-wide);
	min-height: 360px;
	margin: 80px auto 0;
	padding: clamp(30px, 5vw, 58px);
	background:
		linear-gradient(135deg, rgba(121, 189, 67, .08), transparent 48%),
		var(--r3-slate);
	box-shadow: 0 28px 70px rgba(13, 20, 21, .18);
	color: #fff;
	overflow: hidden;
}

.r3-console-heading { align-self: center; }

.r3-console-index {
	color: var(--r3-green-bright);
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
}

.r3-console-heading h2 {
	margin: 12px 0 18px;
	color: #fff;
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(37px, 4.4vw, 58px);
	font-weight: 500;
	line-height: .98;
}

.r3-console-heading p {
	margin: 0;
	color: rgba(255, 255, 255, .66);
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.55;
}

.r3-launch-tabs {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
}

.r3-launch-tabs button {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 5px;
	align-items: center;
	min-height: 58px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, .17);
	background: transparent;
	color: rgba(255, 255, 255, .58);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.r3-launch-tabs button span { color: var(--r3-green); font-size: 9px; }

.r3-launch-tabs button[aria-selected="true"],
.r3-launch-tabs button:hover,
.r3-launch-tabs button:focus-visible {
	border-color: var(--r3-green);
	background: rgba(121, 189, 67, .09);
	color: #fff;
}

.r3-launch-panels {
	display: flex;
	align-items: center;
	min-height: 210px;
}

.r3-launch-panel {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.r3-js .r3-launch-panel:not(.is-active) { display: none; }

.r3-launch-panel strong {
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(24px, 2.8vw, 35px);
	font-weight: 500;
	line-height: 1.14;
}

.r3-launch-panel span {
	color: rgba(255, 255, 255, .58);
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.r3-rotor {
	position: absolute;
	right: -115px;
	bottom: -115px;
	width: 270px;
	height: 270px;
	border: 1px solid rgba(121, 189, 67, .26);
	border-radius: 50%;
}

.r3-rotor::before,
.r3-rotor::after,
.r3-rotor span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 210px;
	height: 1px;
	background: rgba(121, 189, 67, .28);
	content: "";
	transform-origin: center;
}

.r3-rotor::after { transform: translate(-50%, -50%) rotate(90deg); }
.r3-rotor::before { transform: translate(-50%, -50%) rotate(0); }
.r3-rotor span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.r3-rotor span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

.r3-launch-console.is-running .r3-rotor {
	animation: r3-rotor 4s linear infinite;
}

@keyframes r3-rotor { to { transform: rotate(360deg); } }

/* Mission and capabilities */
.r3-reading-grid--dark .r3-story-copy { color: rgba(255, 255, 255, .8); }

.r3-mission-orbit {
	position: relative;
	display: grid;
	place-items: center;
	width: 310px;
	aspect-ratio: 1;
	margin: 0 auto;
}

.r3-orbit-ring {
	position: absolute;
	inset: 9%;
	border: 1px solid rgba(121, 189, 67, .34);
	border-radius: 50%;
}

.r3-orbit-ring::before {
	position: absolute;
	top: -5px;
	left: 50%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--r3-green-bright);
	box-shadow: 0 0 17px rgba(155, 227, 93, .9);
	content: "";
}

.r3-orbit-ring--one { animation: r3-orbit 13s linear infinite; }
.r3-orbit-ring--two { inset: 25%; animation: r3-orbit 8s linear infinite reverse; }

.r3-mission-orbit strong {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 42px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -.06em;
}

.r3-mission-orbit strong span { color: var(--r3-green-bright); }

@keyframes r3-orbit { to { transform: rotate(360deg); } }

.r3-capabilities {
	width: var(--r3-wide);
	margin: 88px auto 0;
	padding-top: 38px;
	border-top: 1px solid var(--r3-line);
}

.r3-capabilities-heading {
	display: grid;
	grid-template-columns: .7fr 1.3fr 1fr;
	gap: 25px;
	align-items: end;
	margin-bottom: 26px;
}

.r3-capabilities-heading > span {
	color: var(--r3-green-bright);
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.r3-capabilities-heading h3 {
	margin: 0;
	color: #fff;
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(30px, 4vw, 45px);
	font-weight: 500;
	line-height: 1;
}

.r3-capabilities-heading p {
	margin: 0;
	color: rgba(255, 255, 255, .56);
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.r3-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--r3-line);
	border-left: 1px solid var(--r3-line);
}

.r3-capability-card {
	display: grid;
	grid-template-columns: 31px 1fr;
	gap: 10px;
	align-content: start;
	min-height: 150px;
	padding: 24px;
	border: 0;
	border-right: 1px solid var(--r3-line);
	border-bottom: 1px solid var(--r3-line);
	background: transparent;
	color: #fff;
	text-align: left;
	cursor: pointer;
	transition: background .22s ease, color .22s ease;
}

.r3-capability-number {
	color: var(--r3-green);
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 900;
}

.r3-capability-card strong {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.r3-capability-summary {
	grid-column: 2;
	margin-top: 2px;
	color: rgba(255, 255, 255, .62);
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.r3-js .r3-capability-card:not(.is-active) .r3-capability-summary { display: none; }

.r3-capability-card.is-active,
.r3-capability-card:hover,
.r3-capability-card:focus-visible {
	background: var(--r3-green);
	color: var(--r3-black);
}

.r3-capability-card.is-active .r3-capability-number,
.r3-capability-card:hover .r3-capability-number,
.r3-capability-card:focus-visible .r3-capability-number,
.r3-capability-card.is-active .r3-capability-summary {
	color: var(--r3-black);
}

.r3-source-link {
	display: inline-block;
	margin-top: 23px;
	color: rgba(255, 255, 255, .67);
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.r3-source-link span { color: var(--r3-green-bright); }
.r3-source-link:hover,
.r3-source-link:focus-visible { color: #fff; }

.r3-inline-ad {
	width: min(970px, calc(100vw - 40px));
	margin: 58px auto !important;
}

/* Growth */
.r3-stat-deck {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: var(--r3-wide);
	margin: 0 auto 78px;
	border: 1px solid #d7dcda;
	background: #fff;
}

.r3-stat {
	display: flex;
	flex-direction: column;
	min-height: 170px;
	padding: 28px;
	border-right: 1px solid #d7dcda;
}

.r3-stat:last-child { border-right: 0; }

.r3-stat strong {
	color: var(--r3-steel);
	font-family: Arial, sans-serif;
	font-size: clamp(48px, 6vw, 76px);
	font-weight: 900;
	line-height: .9;
	letter-spacing: -.06em;
}

.r3-stat span {
	margin-top: auto;
	padding-top: 25px;
	color: #647173;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.r3-stat--accent {
	background: var(--r3-green);
}

.r3-stat--accent strong,
.r3-stat--accent span { color: var(--r3-black); }

.r3-flight-path {
	position: relative;
	width: var(--r3-wide);
	margin: 82px auto;
	padding-top: 48px;
}

.r3-flight-path-line {
	position: absolute;
	top: 18px;
	right: 0;
	left: 0;
	height: 1px;
	background: #c8cecb;
}

.r3-flight-path-line span {
	display: block;
	width: 0;
	height: 3px;
	margin-top: -1px;
	background: var(--r3-green);
	transition: width .5s ease;
}

.r3-flight-path ol {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin: 0;
	padding: 0;
	background: #d9ddda;
	list-style: none;
}

.r3-flight-path li { background: #fff; }

.r3-flight-path button {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 210px;
	padding: 27px;
	border: 0;
	background: transparent;
	color: var(--r3-steel);
	text-align: left;
	cursor: pointer;
}

.r3-flight-path button::before {
	position: absolute;
	top: -35px;
	left: 25px;
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #929c99;
	box-shadow: 0 0 0 1px #b9c0bd;
	content: "";
}

.r3-flight-path li.is-active button,
.r3-flight-path button:hover,
.r3-flight-path button:focus-visible {
	background: var(--r3-black);
	color: #fff;
}

.r3-flight-path li.is-active button::before { background: var(--r3-green); }

.r3-flight-path button > span {
	color: var(--r3-green);
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.r3-flight-path button > strong {
	margin-top: 12px;
	font-family: var(--serif, Georgia, serif);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.1;
}

.r3-flight-path button > small {
	margin-top: auto;
	padding-top: 22px;
	color: inherit;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.48;
	opacity: .65;
}

.r3-photo-pair {
	display: grid;
	grid-template-columns: 1.45fr 1fr;
	gap: 16px;
	width: var(--r3-wide);
	margin: 76px auto;
}

.r3-photo-card,
.r3-cinematic-photo {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.r3-photo-card img {
	width: 100%;
	height: 100%;
	min-height: 470px;
	object-fit: cover;
}

.r3-photo-card figcaption,
.r3-cinematic-photo figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 50px 18px 16px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .82));
	color: rgba(255, 255, 255, .8);
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

.r3-js [data-r3-lightbox] { cursor: zoom-in; }

.r3-js [data-r3-lightbox]::after {
	position: absolute;
	top: 15px;
	right: 15px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	background: rgba(0, 0, 0, .34);
	color: #fff;
	content: "+";
	font-family: Arial, sans-serif;
	font-size: 21px;
	line-height: 1;
	backdrop-filter: blur(5px);
}

.r3-cinematic-photo {
	width: 100%;
	height: min(78vh, 800px);
	background: var(--r3-black);
}

.r3-cinematic-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* Oklahoma */
.r3-home-field {
	position: sticky;
	top: 92px;
	padding: 38px 30px;
	background: var(--r3-steel);
	color: #fff;
	overflow: hidden;
}

.r3-home-field-kicker { color: var(--r3-green-bright); }

.r3-home-field blockquote {
	position: relative;
	z-index: 2;
	margin: 20px 0;
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(31px, 4vw, 48px);
	line-height: 1.02;
}

.r3-home-field p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: rgba(255, 255, 255, .66);
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.55;
}

.r3-field-lines {
	position: absolute;
	right: -60px;
	bottom: -45px;
	left: -60px;
	height: 150px;
	transform: perspective(240px) rotateX(55deg);
}

.r3-field-lines i {
	display: block;
	height: 1px;
	margin: 27px 0;
	background: rgba(121, 189, 67, .24);
}

/* Workforce */
.r3-intern-compare {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 42px;
	width: var(--r3-wide);
	margin: 0 auto 78px;
	padding: 35px;
	border: 1px solid #cbd1cd;
	background: #f7f8f6;
}

.r3-intern-controls {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.r3-intern-controls button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	padding: 14px 16px;
	border: 1px solid #cad0cd;
	background: #fff;
	color: var(--r3-steel);
	text-align: left;
	cursor: pointer;
}

.r3-intern-controls button span {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.r3-intern-controls button strong {
	font-family: var(--serif, Georgia, serif);
	font-size: 20px;
	font-weight: 500;
}

.r3-intern-controls button.is-active,
.r3-intern-controls button:hover,
.r3-intern-controls button:focus-visible {
	border-color: var(--r3-black);
	background: var(--r3-black);
	color: #fff;
}

.r3-intern-chart {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.r3-intern-bar {
	position: relative;
	height: 58px;
	background:
		repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), #d9ddda 25%);
}

.r3-intern-bar span {
	display: block;
	width: 35.714%;
	height: 100%;
	background: var(--r3-green);
	transition: width .55s cubic-bezier(.2, .7, .2, 1);
}

.r3-intern-scale {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	color: #687476;
	font-family: Arial, sans-serif;
	font-size: 9px;
}

.r3-intern-compare > p {
	grid-column: 2;
	margin: -15px 0 0;
	color: #5f6c6e;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

/* Blueprint / final mission */
.r3-blueprint {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	width: var(--r3-wide);
	min-height: 370px;
	margin: 0 auto 80px;
	padding: 62px 48px;
	border: 1px solid rgba(121, 189, 67, .35);
	background: #0d1719;
	overflow: hidden;
}

.r3-blueprint-grid {
	mask-image: none;
	background-image:
		linear-gradient(rgba(121, 189, 67, .09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(121, 189, 67, .09) 1px, transparent 1px);
	background-size: 28px 28px;
}

.r3-blueprint-line {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12%;
	left: 12%;
	height: 1px;
	background: rgba(121, 189, 67, .32);
}

.r3-blueprint-line span {
	display: block;
	width: 0;
	height: 3px;
	margin-top: -1px;
	background: var(--r3-green-bright);
	transition: width .5s ease;
}

.r3-blueprint-node {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-height: 235px;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(9, 13, 14, .88);
	color: #fff;
	text-align: left;
	cursor: pointer;
	transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.r3-blueprint-node:hover,
.r3-blueprint-node:focus-visible,
.r3-blueprint-node.is-active {
	border-color: var(--r3-green-bright);
	background: rgba(22, 36, 31, .96);
	transform: translateY(-5px);
}

.r3-blueprint-node > span {
	color: var(--r3-green-bright);
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .14em;
}

.r3-blueprint-node > strong {
	margin-top: auto;
	font-family: var(--serif, Georgia, serif);
	font-size: 27px;
	font-weight: 500;
	line-height: 1.1;
}

.r3-blueprint-node > small {
	margin-top: 12px;
	color: rgba(255, 255, 255, .57);
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

.r3-next-section .r3-story-copy { color: rgba(255, 255, 255, .8); }

.r3-final-call {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: var(--r3-wide);
	margin: 90px auto 0;
	padding: 86px 24px;
	border-top: 1px solid var(--r3-line);
	border-bottom: 1px solid var(--r3-line);
	text-align: center;
	overflow: hidden;
}

.r3-final-call > span {
	color: var(--r3-green-bright);
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .2em;
}

.r3-final-call > strong {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: clamp(76px, 15vw, 180px);
	font-weight: 900;
	font-style: italic;
	line-height: .9;
	letter-spacing: -.09em;
}

.r3-final-call > strong em {
	color: var(--r3-green-bright);
	font-style: inherit;
}

.r3-final-call p {
	position: relative;
	z-index: 2;
	margin: 23px 0 0;
	color: rgba(255, 255, 255, .65);
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(18px, 2.5vw, 27px);
}

.r3-final-sweep {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(121, 189, 67, .22);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.r3-final-sweep::before,
.r3-final-sweep::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 1px;
	background: rgba(121, 189, 67, .15);
	content: "";
}

.r3-final-sweep::after { transform: rotate(90deg); }

/* Story footer and theme handoff */
.r3-story-footer {
	padding: 70px 20px;
	background: #fff;
}

.r3-story-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 720px) 220px;
	gap: 80px;
	width: var(--r3-wide);
	margin: 0 auto;
	padding-top: 30px;
	border-top: 1px solid #d8ddda;
}

.r3-source-notes > span,
.r3-share > span {
	display: block;
	margin-bottom: 10px;
	color: #657173;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.r3-source-notes p {
	margin: 0;
	color: #5f6b6d;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

.r3-source-notes a {
	color: var(--navy, #073b56);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.r3-share {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
}

.r3-share a,
.r3-share button {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--r3-steel);
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.r3-related { background: #fff; }
.r3-newsletter { padding-bottom: 1px; }

/* Lightbox */
.r3-lightbox[hidden] { display: none; }

.r3-lightbox {
	position: fixed;
	z-index: 2000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 40px;
	background: rgba(3, 6, 7, .94);
	color: #fff;
}

.r3-lightbox-stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: min(1200px, 92vw);
	max-height: 90vh;
}

.r3-lightbox-stage img {
	max-width: 100%;
	max-height: 78vh;
	object-fit: contain;
}

.r3-lightbox-stage p {
	max-width: 780px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

.r3-lightbox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 29px;
	line-height: 1;
	cursor: pointer;
}

/* Tablet */
@media (max-width: 980px) {
	.r3-hero-content { width: min(760px, 72vw); }
	.r3-hero-sequence { width: 205px; }
	.r3-reading-grid { grid-template-columns: minmax(0, 1fr) 280px; gap: 48px; }
	.r3-launch-console { grid-template-columns: 1fr 180px; }
	.r3-launch-panels { grid-column: 1 / -1; min-height: auto; }
	.r3-capabilities-heading { grid-template-columns: 1fr 2fr; }
	.r3-capabilities-heading p { grid-column: 2; }
	.r3-capability-grid { grid-template-columns: repeat(2, 1fr); }
	.r3-stat { padding: 22px; }
	.r3-photo-card img { min-height: 400px; }
	.r3-intern-compare { grid-template-columns: 280px 1fr; }
	.r3-blueprint { gap: 18px; padding-inline: 28px; }
	.r3-story-footer-inner { grid-template-columns: 1fr 180px; gap: 50px; }
}

/* Mobile */
@media (max-width: 720px) {
	:root {
		--r3-copy: calc(100vw - 34px);
		--r3-wide: calc(100vw - 34px);
	}

	.r3-hero {
		min-height: 760px;
		background-position: 38% center;
	}

	.r3-hero-shade {
		background:
			linear-gradient(0deg, rgba(4, 8, 9, .98) 2%, rgba(4, 8, 9, .42) 66%, rgba(4, 8, 9, .38) 100%),
			linear-gradient(90deg, rgba(4, 8, 9, .08), rgba(4, 8, 9, .46));
	}

	.r3-hero-sequence {
		top: 24px;
		left: 17px;
		width: 190px;
		padding: 13px;
	}

	.r3-hero-sequence > div { padding: 5px 0; }
	.r3-hero-sequence p { margin-top: 11px; font-size: 23px; }

	.r3-hero-content {
		right: 17px;
		bottom: 48px;
		left: 17px;
		width: auto;
	}

	.r3-hero-overline { margin-top: 20px; }
	.r3-hero h1 { font-size: clamp(43px, 13vw, 60px); }
	.r3-hero-deck { margin-top: 17px; font-size: 17px; }
	.r3-hero-meta { gap: 8px 15px; }
	.r3-begin { margin-top: 20px; }
	.r3-hero-caption { display: none; }

	.r3-chapter-label { display: none; }
	.r3-chapter-nav a:first-of-type { padding-left: 17px; }

	.r3-story-section { padding: 78px 17px; }
	.r3-reading-grid { grid-template-columns: 1fr; gap: 45px; }
	.r3-pullquote,
	.r3-home-field { position: static; }
	.r3-copy-narrow { margin-top: 48px; }
	.r3-section-intro { margin-bottom: 42px; }
	.r3-section-intro h2 { font-size: 45px; }

	.r3-launch-console {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-top: 58px;
		padding: 29px 22px 50px;
	}

	.r3-launch-tabs {
		flex-direction: row;
		gap: 5px;
	}

	.r3-launch-tabs button {
		grid-template-columns: 1fr;
		gap: 1px;
		width: 100%;
		min-height: 62px;
		padding: 10px;
		text-align: center;
	}

	.r3-launch-panels { min-height: 180px; }
	.r3-rotor { right: -170px; bottom: -155px; }

	.r3-mission-orbit { width: 250px; }
	.r3-capabilities { margin-top: 62px; }
	.r3-capabilities-heading { display: block; }
	.r3-capabilities-heading h3 { margin-top: 10px; }
	.r3-capabilities-heading p { margin-top: 13px; }
	.r3-capability-grid { grid-template-columns: 1fr; }
	.r3-capability-card { min-height: 112px; }

	.r3-stat-deck { grid-template-columns: 1fr 1fr; }
	.r3-stat { min-height: 145px; border-bottom: 1px solid #d7dcda; }
	.r3-stat:nth-child(2) { border-right: 0; }
	.r3-stat:nth-child(3),
	.r3-stat:nth-child(4) { border-bottom: 0; }
	.r3-stat strong { font-size: 54px; }

	.r3-flight-path { margin-block: 58px; padding-top: 0; }
	.r3-flight-path-line { display: none; }
	.r3-flight-path ol { grid-template-columns: 1fr; }
	.r3-flight-path button { min-height: 150px; }
	.r3-flight-path button::before { display: none; }

	.r3-photo-pair { grid-template-columns: 1fr; }
	.r3-photo-card img { min-height: 0; aspect-ratio: 1; }
	.r3-cinematic-photo { height: 58vh; min-height: 420px; }
	.r3-cinematic-photo img { object-position: 51% center; }

	.r3-intern-compare { grid-template-columns: 1fr; gap: 28px; padding: 22px; }
	.r3-intern-compare > p { grid-column: 1; margin-top: 0; }

	.r3-blueprint { grid-template-columns: 1fr; gap: 12px; padding: 28px 20px; }
	.r3-blueprint-line { display: none; }
	.r3-blueprint-node { min-height: 180px; }
	.r3-final-call { margin-top: 65px; padding-block: 67px; }
	.r3-final-call > strong { font-size: 76px; }

	.r3-story-footer-inner { grid-template-columns: 1fr; gap: 34px; }
	.r3-lightbox { padding: 58px 16px 20px; }
	.r3-lightbox-close { top: 11px; right: 11px; }
}

@media (prefers-reduced-motion: reduce) {
	.r3-js .r3-reveal {
		opacity: 1;
		transform: none;
	}
	.r3-hero-sequence > div,
	.r3-hero-sequence > p {
		opacity: 1 !important;
		transform: none !important;
	}
	.r3-orbit-ring,
	.r3-rotor {
		animation: none !important;
	}
}

