:root {
	--sc-ink: #333333;
	--sc-navy: #194574;
	--sc-blue: #1c4778;
	--sc-orange: #ff9900;
	--sc-paper: #f2f2f2;
	--sc-white: #ffffff;
	--sc-line: rgba(51, 51, 51, 0.18);
	--sc-muted: #5c6268;
	--sc-gutter: clamp(22px, 5vw, 78px);
	--sc-max: 1440px;
	--sc-heading: "Montserrat", Arial, sans-serif;
	--sc-body: "Montserrat", Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body.sc-partnership-page {
	background: var(--sc-paper);
	color: var(--sc-ink);
	font-family: var(--sc-body);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	overflow-x: hidden;
}

body.sc-partnership-page.admin-bar .sc-header {
	top: 32px;
}

body.sc-partnership-page.sc-menu-open {
	overflow: hidden;
}

.sc-site {
	background: var(--sc-paper);
	min-height: 100vh;
	overflow: visible;
}

.sc-site img {
	display: block;
	height: auto;
	max-width: 100%;
}

.sc-site a {
	color: inherit;
}

.sc-site button,
.sc-site input,
.sc-site textarea {
	font: inherit;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.sc-skip-link {
	background: var(--sc-orange);
	color: var(--sc-ink);
	font-weight: 800;
	left: 20px;
	padding: 12px 18px;
	position: fixed;
	text-decoration: none;
	top: -100px;
	transition: top 160ms ease;
	z-index: 1000;
}

.sc-skip-link:focus {
	top: 12px;
}

.sc-header {
	align-items: center;
	background: rgba(242, 242, 242, 0.96);
	border-bottom: 1px solid var(--sc-line);
	border-top: 8px solid var(--sc-navy);
	display: flex;
	height: 92px;
	justify-content: space-between;
	left: 0;
	padding: 0 var(--sc-gutter);
	position: sticky;
	right: 0;
	top: 0;
	z-index: 100;
}

.sc-brand {
	display: block;
	flex: 0 0 auto;
	position: relative;
	z-index: 3;
}

.sc-brand img {
	height: auto;
	width: clamp(190px, 18vw, 258px);
}

.sc-nav {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: clamp(22px, 3vw, 48px);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sc-nav a {
	position: relative;
	text-decoration: none;
}

.sc-nav a:not(.sc-nav-cta)::after {
	background: var(--sc-orange);
	bottom: -8px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
	width: 100%;
}

.sc-nav a:hover::after,
.sc-nav a:focus-visible::after,
.sc-nav a[aria-current="page"]::after {
	transform: scaleX(1);
	transform-origin: left;
}

.sc-nav-cta {
	background: var(--sc-orange);
	border-radius: 8px;
	color: var(--sc-white) !important;
	padding: 13px 18px;
	transition: background 180ms ease, color 180ms ease;
}

.sc-nav-cta:hover,
.sc-nav-cta:focus-visible {
	background: var(--sc-navy);
	color: var(--sc-white) !important;
}

.sc-menu-toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 44px;
	padding: 0;
	position: relative;
	width: 44px;
	z-index: 3;
}

.sc-menu-toggle > span:not(.screen-reader-text) {
	background: var(--sc-ink);
	height: 2px;
	left: 8px;
	position: absolute;
	top: 17px;
	transition: transform 180ms ease, top 180ms ease;
	width: 28px;
}

.sc-menu-toggle > span:nth-child(2) {
	top: 26px;
}

.sc-menu-toggle[aria-expanded="true"] > span:first-child {
	top: 22px;
	transform: rotate(45deg);
}

.sc-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
	top: 22px;
	transform: rotate(-45deg);
}

.sc-eyebrow,
.sc-section-label {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin: 0;
	text-transform: uppercase;
}

.sc-section-label {
	border-top: 1px solid currentColor;
	padding-top: 13px;
	width: 100%;
}

.sc-section-label--light {
	border-color: rgba(255, 255, 255, 0.36);
	color: var(--sc-orange);
}

.sc-hero {
	background-color: var(--sc-navy);
	background-image:
		linear-gradient(90deg, rgba(25, 69, 116, 0.98) 0%, rgba(25, 69, 116, 0.88) 48%, rgba(25, 69, 116, 0.72) 100%),
		url("../../uploads/2020/08/sportclamps-hero-bg.jpg");
	background-position: center;
	background-size: cover;
	color: var(--sc-white);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(470px, 0.95fr);
	min-height: calc(100svh - 92px);
	overflow: hidden;
	padding: clamp(72px, 9vh, 128px) var(--sc-gutter) clamp(68px, 8vh, 112px);
	position: relative;
}

.sc-hero::before {
	background: var(--sc-white);
	bottom: 0;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
	content: "";
	filter: drop-shadow(-18px 0 24px rgba(1, 1, 1, 0.25));
	position: absolute;
	right: -1px;
	top: 0;
	width: 52%;
	z-index: 0;
}

.sc-hero::after {
	background: var(--sc-orange);
	bottom: 0;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 4;
}

.sc-hero-text {
	align-self: center;
	max-width: 660px;
	position: relative;
	z-index: 2;
}

.sc-hero .sc-eyebrow {
	color: var(--sc-orange);
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 500ms ease 80ms, transform 500ms ease 80ms;
}

.sc-hero h1,
.sc-about-hero h1 {
	font-family: var(--sc-heading);
	font-size: clamp(52px, 5.2vw, 88px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.87;
	margin: 24px 0 30px;
	max-width: 920px;
	text-transform: uppercase;
}

.sc-hero h1 {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 650ms ease 180ms, transform 650ms ease 180ms;
}

.sc-hero-copy {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(18px, 1.45vw, 22px);
	line-height: 1.5;
	margin: 0;
	max-width: 520px;
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease 280ms, transform 650ms ease 280ms;
}

.sc-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 38px;
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease 380ms, transform 650ms ease 380ms;
}

.sc-ready .sc-hero .sc-eyebrow,
.sc-ready .sc-hero h1,
.sc-ready .sc-hero-copy,
.sc-ready .sc-actions {
	opacity: 1;
	transform: translateY(0);
}

.sc-button {
	align-items: center;
	border: 0;
	border-radius: 8px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 36px;
	justify-content: space-between;
	letter-spacing: 0.12em;
	min-height: 58px;
	padding: 17px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.sc-button span {
	font-size: 20px;
	line-height: 1;
	transition: transform 180ms ease;
}

.sc-button:hover,
.sc-button:focus-visible {
	transform: translateY(-2px);
}

.sc-button:hover span,
.sc-button:focus-visible span {
	transform: translateX(4px);
}

.sc-button--orange {
	background: var(--sc-orange);
	color: var(--sc-white) !important;
}

.sc-button--orange:hover,
.sc-button--orange:focus-visible {
	background: var(--sc-navy);
	color: var(--sc-white) !important;
}

.sc-hero .sc-button--orange:hover,
.sc-hero .sc-button--orange:focus-visible {
	background: var(--sc-white);
	color: var(--sc-blue) !important;
}

.sc-button--dark {
	background: var(--sc-navy);
	color: var(--sc-white);
	cursor: pointer;
}

.sc-button--dark:hover,
.sc-button--dark:focus-visible {
	background: var(--sc-orange);
	color: var(--sc-ink);
}

.sc-text-link {
	align-items: center;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 12px;
	letter-spacing: 0.12em;
	padding-bottom: 6px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.sc-text-link::after {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0.22);
	transform-origin: left;
	transition: transform 220ms ease;
	width: 100%;
}

.sc-text-link:hover::after,
.sc-text-link:focus-visible::after {
	transform: scaleX(1);
}

.sc-text-link--light {
	color: var(--sc-white) !important;
}

.sc-hero-product {
	align-self: center;
	justify-self: end;
	max-width: 790px;
	min-height: 440px;
	opacity: 0;
	position: relative;
	transform: translateX(60px) rotate(-2deg);
	transition: opacity 850ms ease 300ms, transform 850ms cubic-bezier(0.22, 1, 0.36, 1) 300ms;
	width: 100%;
	z-index: 1;
}

.sc-ready .sc-hero-product {
	opacity: 1;
	transform: translateX(0) rotate(-2deg);
}

.sc-hero-product img {
	filter: drop-shadow(0 30px 26px rgba(25, 69, 116, 0.24));
	left: 50%;
	max-width: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(56vw, 860px);
	z-index: 2;
}

.sc-hero-product p {
	bottom: 12px;
	color: rgba(25, 69, 116, 0.72);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0;
	position: absolute;
	right: 3%;
	text-transform: uppercase;
}

.sc-hero-orbit {
	border: 1px solid rgba(255, 157, 33, 0.42);
	border-radius: 50%;
	height: 520px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-45%, -50%);
	width: 520px;
}

.sc-hero-orbit::before,
.sc-hero-orbit::after {
	border: 1px solid rgba(25, 69, 116, 0.16);
	border-radius: inherit;
	content: "";
	inset: 34px;
	position: absolute;
}

.sc-hero-orbit::after {
	inset: 92px;
}

.sc-hero-patent {
	bottom: 30px;
	font-size: 11px;
	letter-spacing: 0.12em;
	margin: 0;
	opacity: 0.56;
	position: absolute;
	right: var(--sc-gutter);
	text-transform: uppercase;
	color: var(--sc-navy);
	z-index: 2;
}

.sc-intro {
	display: grid;
	gap: clamp(48px, 8vw, 150px);
	grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
	margin: 0 auto;
	max-width: var(--sc-max);
	padding: clamp(100px, 13vw, 190px) var(--sc-gutter);
}

.sc-intro-copy {
	display: grid;
	gap: clamp(30px, 5vw, 80px);
	grid-template-columns: minmax(300px, 1.15fr) minmax(280px, 0.85fr);
}

.sc-intro h2,
.sc-video-heading h2,
.sc-feature-heading h2,
.sc-opportunity-heading h2,
.sc-partner h2,
.sc-contact h2,
.sc-origin h2,
.sc-build-copy h2,
.sc-mission h2,
.sc-about-cta h2 {
	font-family: var(--sc-heading);
	font-size: clamp(44px, 5.2vw, 78px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 0.94;
	margin: 0;
	text-transform: uppercase;
}

.sc-intro-copy > p {
	align-self: end;
	color: var(--sc-muted);
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.6;
	margin: 0 0 6px;
	max-width: 600px;
}

.sc-reveal {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.sc-video-section {
	background: var(--sc-ink);
	color: var(--sc-white);
	padding: clamp(90px, 10vw, 154px) var(--sc-gutter);
}

.sc-video-heading,
.sc-video-grid {
	margin: 0 auto;
	max-width: var(--sc-max);
}

.sc-video-heading {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	margin-bottom: 64px;
}

.sc-video-heading .sc-section-label {
	margin-bottom: 20px;
}

.sc-video-heading > p {
	color: rgba(255, 255, 255, 0.58);
	font-size: 19px;
	justify-self: end;
	margin: 0 0 8px;
	max-width: 410px;
}

.sc-video-grid {
	display: grid;
	gap: clamp(20px, 3.5vw, 58px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sc-video-grid figure {
	margin: 0;
}

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

.sc-video-frame iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.sc-video-grid figcaption {
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-top: 18px;
	padding-top: 15px;
	text-transform: uppercase;
}

.sc-video-grid figcaption span {
	color: var(--sc-orange);
	margin-right: 16px;
}

.sc-features {
	background: var(--sc-white);
	padding: clamp(100px, 12vw, 180px) var(--sc-gutter) clamp(90px, 10vw, 140px);
}

.sc-feature-heading,
.sc-hotspot-stage,
.sc-feature-mobile-list {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--sc-max);
}

.sc-feature-heading {
	display: grid;
	gap: clamp(28px, 5vw, 70px);
	grid-template-columns: minmax(190px, 0.4fr) minmax(340px, 1fr) minmax(240px, 0.6fr);
	margin-bottom: clamp(66px, 8vw, 110px);
}

.sc-feature-heading > p {
	align-self: end;
	color: var(--sc-muted);
	margin: 0 0 4px;
	max-width: 390px;
}

.sc-hotspot-stage {
	position: relative;
}

.sc-hotspot-stage::after {
	background: linear-gradient(90deg, var(--sc-orange), var(--sc-blue));
	bottom: -10px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
}

.sc-hotspot {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 38px;
	padding: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 38px;
	z-index: 3;
}

.sc-hotspot--1 {
	left: 32.6%;
	top: 15%;
}

.sc-hotspot--2 {
	left: 24.3%;
	top: 43.4%;
}

.sc-hotspot--3 {
	left: 39%;
	top: 55%;
}

.sc-hotspot--4 {
	left: 75.7%;
	top: 36.1%;
}

.sc-hotspot--5 {
	left: 68.8%;
	top: 59%;
}

.sc-hotspot-marker {
	align-items: center;
	background: var(--sc-orange);
	border: 3px solid var(--sc-white);
	border-radius: 50%;
	box-shadow: 0 5px 18px rgba(11, 17, 20, 0.3);
	color: var(--sc-ink);
	display: grid;
	font-size: 0;
	height: 38px;
	place-items: center;
	position: relative;
	transition: background 160ms ease, color 160ms ease, transform 180ms ease;
	width: 38px;
	z-index: 2;
}

.sc-hotspot-marker::before,
.sc-hotspot-marker::after {
	background: currentColor;
	border-radius: 2px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
	width: 14px;
}

.sc-hotspot-marker::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sc-hotspot:hover .sc-hotspot-marker,
.sc-hotspot:focus-visible .sc-hotspot-marker,
.sc-hotspot[aria-expanded="true"] .sc-hotspot-marker {
	background: var(--sc-navy);
	color: var(--sc-white);
	transform: scale(1.08);
}

.sc-hotspot[aria-expanded="true"] .sc-hotspot-marker::after {
	transform: translate(-50%, -50%) rotate(0);
}

.sc-hotspot-tip {
	background: var(--sc-navy);
	border-radius: 8px;
	border-top: 3px solid var(--sc-orange);
	bottom: calc(100% + 12px);
	box-shadow: 0 14px 30px rgba(25, 69, 116, 0.24);
	color: var(--sc-white);
	font-size: 14px;
	font-weight: 700;
	left: 50%;
	line-height: 1.35;
	opacity: 0;
	padding: 15px 17px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	transform: translate(-50%, 8px);
	transition: opacity 160ms ease, transform 160ms ease;
	visibility: hidden;
	width: 230px;
}

.sc-hotspot-tip::after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid var(--sc-navy);
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.sc-hotspot--4 .sc-hotspot-tip,
.sc-hotspot--5 .sc-hotspot-tip {
	left: auto;
	right: 0;
	transform: translate(0, 8px);
}

.sc-hotspot--4 .sc-hotspot-tip::after,
.sc-hotspot--5 .sc-hotspot-tip::after {
	left: auto;
	right: 12px;
	transform: none;
}

.sc-hotspot[aria-expanded="true"] .sc-hotspot-tip {
	opacity: 1;
	transform: translate(-50%, 0);
	visibility: visible;
}

.sc-hotspot--4[aria-expanded="true"] .sc-hotspot-tip,
.sc-hotspot--5[aria-expanded="true"] .sc-hotspot-tip {
	transform: translate(0, 0);
}

.sc-feature-mobile-list {
	display: none;
	list-style: none;
	margin-bottom: 0;
	margin-top: 40px;
	padding: 0;
}

.sc-feature-mobile-list li {
	border-top: 1px solid var(--sc-line);
	font-weight: 700;
	padding: 15px 0;
}

.sc-feature-mobile-list span {
	color: var(--sc-orange);
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	width: 52px;
}

.sc-opportunity {
	display: grid;
	gap: clamp(60px, 9vw, 150px);
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	margin: 0 auto;
	max-width: var(--sc-max);
	padding: clamp(100px, 12vw, 180px) var(--sc-gutter);
}

.sc-opportunity-heading .sc-section-label {
	margin-bottom: clamp(42px, 6vw, 78px);
}

.sc-proof {
	align-items: start;
	border-top: 1px solid var(--sc-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 42px minmax(180px, 0.55fr) minmax(220px, 1fr);
	padding: 25px 0 32px;
}

.sc-proof > span {
	color: var(--sc-orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.sc-proof h3 {
	font-family: var(--sc-heading);
	font-size: 28px;
	letter-spacing: -0.03em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.sc-proof p {
	color: var(--sc-muted);
	margin: 0;
}

.sc-partner {
	background: var(--sc-blue);
	color: var(--sc-white);
	display: grid;
	gap: clamp(60px, 10vw, 170px);
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
	padding: clamp(100px, 11vw, 165px) var(--sc-gutter);
}

.sc-partner-copy {
	max-width: 790px;
}

.sc-partner .sc-section-label {
	margin-bottom: 24px;
}

.sc-partner h2 {
	font-size: clamp(56px, 7vw, 104px);
}

.sc-partner-copy > p {
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(18px, 1.6vw, 23px);
	margin: 32px 0 38px;
	max-width: 670px;
}

.sc-partner-types {
	align-self: center;
}

.sc-partner-types p {
	border-top: 1px solid rgba(255, 255, 255, 0.34);
	font-family: var(--sc-heading);
	font-size: clamp(24px, 2.6vw, 38px);
	font-weight: 700;
	letter-spacing: -0.025em;
	margin: 0;
	padding: 18px 0;
	text-transform: uppercase;
}

.sc-about-teaser {
	margin: 0 auto;
	max-width: var(--sc-max);
	padding: clamp(100px, 13vw, 190px) var(--sc-gutter);
}

.sc-about-teaser blockquote {
	border: 0;
	font-family: var(--sc-heading);
	font-size: clamp(44px, 6vw, 86px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 1.02;
	margin: clamp(54px, 7vw, 90px) 0 48px auto;
	max-width: 1100px;
	padding: 0;
	text-transform: uppercase;
}

.sc-about-teaser .sc-text-link {
	margin-left: calc(100% - min(1100px, 100%));
}

.sc-contact {
	background: var(--sc-white);
	display: grid;
	gap: clamp(60px, 9vw, 150px);
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	padding: clamp(100px, 11vw, 170px) var(--sc-gutter);
}

.sc-contact-intro {
	max-width: 650px;
}

.sc-contact .sc-section-label {
	color: var(--sc-blue);
	margin-bottom: 25px;
}

.sc-contact-intro > p {
	color: var(--sc-muted);
	font-size: 20px;
	margin: 30px 0 0;
	max-width: 480px;
}

.sc-contact-details {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 34px;
}

.sc-contact-details span {
	color: var(--sc-blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sc-contact-details a {
	color: var(--sc-ink);
	font-family: var(--sc-heading);
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 700;
	text-decoration: none;
}

.sc-contact-details a:hover,
.sc-contact-details a:focus-visible {
	color: var(--sc-orange);
}

.sc-contact-form {
	display: grid;
	gap: 27px 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sc-form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sc-form-field--wide,
.sc-form-submit {
	grid-column: 1 / -1;
}

.sc-form-field label {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sc-form-field label > span:not([aria-hidden]) {
	color: var(--sc-muted);
	font-size: 10px;
	font-weight: 600;
	margin-left: 6px;
}

.sc-form-field input,
.sc-form-field textarea {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(11, 17, 20, 0.42);
	border-radius: 0;
	color: var(--sc-ink);
	outline: 0;
	padding: 9px 0 13px;
	width: 100%;
}

.sc-form-field textarea {
	border: 1px solid rgba(11, 17, 20, 0.42);
	margin-top: 5px;
	min-height: 154px;
	padding: 14px;
	resize: vertical;
}

.sc-form-field input:focus,
.sc-form-field textarea:focus {
	border-color: var(--sc-blue);
	box-shadow: 0 2px 0 var(--sc-blue);
}

.sc-form-field textarea:focus {
	box-shadow: inset 0 0 0 1px var(--sc-blue);
}

.sc-form-submit {
	align-items: center;
	display: flex;
	gap: 22px;
	margin-top: 6px;
}

.sc-form-submit p {
	color: var(--sc-muted);
	font-size: 12px;
	margin: 0;
	max-width: 280px;
}

.sc-form-notice {
	border-left: 5px solid;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 15px 18px;
}

.sc-form-notice--success {
	background: #e8f4e6;
	border-color: #3f7b39;
}

.sc-form-notice--error {
	background: #fbe9e3;
	border-color: #b44428;
}

.sc-honeypot {
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.sc-footer {
	align-items: end;
	background: var(--sc-navy);
	color: var(--sc-white);
	display: grid;
	gap: 40px 80px;
	grid-template-columns: minmax(300px, 1fr) auto;
	padding: 72px var(--sc-gutter) 32px;
}

.sc-footer-brand img {
	max-width: 220px;
}

.sc-footer-brand p {
	color: rgba(255, 255, 255, 0.54);
	font-size: 14px;
	margin: 22px 0 0;
	max-width: 430px;
}

.sc-footer-links {
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 30px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sc-footer-links a {
	text-decoration: none;
}

.sc-footer-links a:hover,
.sc-footer-links a:focus-visible {
	color: var(--sc-orange);
}

.sc-footer-legal {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.42);
	font-size: 11px;
	grid-column: 1 / -1;
	letter-spacing: 0.08em;
	margin: 15px 0 0;
	padding-top: 22px;
	text-transform: uppercase;
}

/* About */
.sc-about-hero {
	display: grid;
	grid-template-columns: minmax(390px, 0.85fr) minmax(500px, 1.15fr);
	min-height: calc(100svh - 92px);
}

.sc-about-hero-copy {
	align-self: center;
	padding: clamp(70px, 9vw, 130px) var(--sc-gutter);
}

.sc-about-hero .sc-eyebrow {
	color: var(--sc-blue);
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 500ms ease 80ms, transform 500ms ease 80ms;
}

.sc-about-hero h1 {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease 180ms, transform 650ms ease 180ms;
}

.sc-about-hero-copy > p:last-child {
	color: var(--sc-muted);
	font-size: clamp(18px, 1.5vw, 22px);
	margin: 0;
	max-width: 540px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 650ms ease 280ms, transform 650ms ease 280ms;
}

.sc-ready .sc-about-hero .sc-eyebrow,
.sc-ready .sc-about-hero h1,
.sc-ready .sc-about-hero-copy > p:last-child {
	opacity: 1;
	transform: translateY(0);
}

.sc-about-hero figure {
	margin: 0;
	min-height: 620px;
	overflow: hidden;
	position: relative;
}

.sc-about-hero figure::after {
	background: linear-gradient(180deg, transparent 62%, rgba(7, 31, 48, 0.82));
	content: "";
	inset: 0;
	position: absolute;
}

.sc-about-hero figure img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 34%;
	width: 100%;
}

.sc-about-hero figcaption {
	bottom: 30px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	left: 34px;
	letter-spacing: 0.08em;
	max-width: 450px;
	position: absolute;
	right: 34px;
	text-transform: uppercase;
	z-index: 2;
}

.sc-origin {
	display: grid;
	gap: clamp(60px, 10vw, 180px);
	grid-template-columns: minmax(190px, 0.4fr) minmax(0, 1.6fr);
	margin: 0 auto;
	max-width: var(--sc-max);
	padding: clamp(100px, 12vw, 180px) var(--sc-gutter);
}

.sc-origin-copy {
	max-width: 960px;
}

.sc-origin-copy p {
	color: var(--sc-muted);
	font-size: clamp(19px, 1.6vw, 23px);
	margin: 36px 0 0 auto;
	max-width: 670px;
}

.sc-build-story {
	background: var(--sc-white);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
}

.sc-build-image {
	min-height: 680px;
}

.sc-build-image img {
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
	width: 100%;
}

.sc-build-copy {
	align-self: center;
	padding: clamp(72px, 9vw, 130px) var(--sc-gutter);
}

.sc-build-copy .sc-section-label {
	margin-bottom: clamp(50px, 7vw, 90px);
}

.sc-build-copy p {
	color: var(--sc-muted);
	font-size: 19px;
	margin: 30px 0 0;
	max-width: 590px;
}

.sc-mission {
	background: var(--sc-blue);
	color: var(--sc-white);
	padding: clamp(110px, 15vw, 220px) var(--sc-gutter);
}

.sc-mission .sc-section-label {
	margin-bottom: 36px;
}

.sc-mission h2 {
	font-size: clamp(50px, 7.5vw, 112px);
	max-width: 1320px;
}

.sc-about-cta {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: space-between;
	padding: clamp(90px, 10vw, 140px) var(--sc-gutter);
}

.sc-about-cta .sc-section-label {
	color: var(--sc-blue);
	margin-bottom: 20px;
}

.sc-about-cta h2 {
	font-size: clamp(42px, 5vw, 74px);
}

.sc-about-cta .sc-button {
	flex: 0 0 auto;
}

@media (max-width: 1100px) {
	.sc-hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr);
	}

	.sc-hero-product img {
		width: min(61vw, 700px);
	}

	.sc-hero-orbit {
		height: 410px;
		width: 410px;
	}

	.sc-feature-heading {
		grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1fr);
	}

	.sc-feature-heading > p {
		grid-column: 2;
	}

	.sc-opportunity {
		gap: 70px;
	}

	.sc-proof {
		gap: 20px;
		grid-template-columns: 34px minmax(165px, 0.55fr) minmax(190px, 1fr);
	}

	.sc-about-hero {
		grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
	}
}

@media (max-width: 900px) {
	body.sc-partnership-page.admin-bar .sc-header {
		top: 46px;
	}

	.sc-header {
		height: 78px;
	}

	.sc-menu-toggle {
		display: block;
	}

	.sc-nav {
		align-items: stretch;
		background: var(--sc-paper);
		flex-direction: column;
		font-family: var(--sc-heading);
		font-size: 36px;
		gap: 0;
		inset: 78px 0 0;
		justify-content: center;
		opacity: 0;
		padding: 40px var(--sc-gutter);
		pointer-events: none;
		position: fixed;
		transform: translateY(-20px);
		transition: opacity 200ms ease, transform 200ms ease;
		visibility: hidden;
	}

	.admin-bar .sc-nav {
		top: 124px;
	}

	.sc-menu-open .sc-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.sc-nav a {
		border-top: 1px solid var(--sc-line);
		letter-spacing: -0.02em;
		padding: 18px 0;
	}

	.sc-nav a:not(.sc-nav-cta)::after {
		display: none;
	}

	.sc-nav-cta {
		font-family: var(--sc-body);
		font-size: 13px;
		letter-spacing: 0.12em !important;
		margin-top: 28px;
		padding: 18px 20px !important;
		text-align: center;
	}

	.sc-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 88px;
	}

	.sc-hero::before {
		bottom: 0;
		clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
		height: 43%;
		right: 0;
		top: auto;
		width: 100%;
	}

	.sc-hero-text {
		max-width: 720px;
	}

	.sc-hero-product {
		height: 430px;
		justify-self: center;
		margin-top: 20px;
		min-height: 0;
	}

	.sc-hero-product img {
		width: min(100vw, 760px);
	}

	.sc-hero-patent {
		bottom: 22px;
	}

	.sc-intro,
	.sc-opportunity,
	.sc-contact {
		gap: 54px;
		grid-template-columns: 1fr;
	}

	.sc-intro-copy {
		gap: 44px;
	}

	.sc-partner {
		grid-template-columns: 1fr;
	}

	.sc-partner-types {
		max-width: 700px;
	}

	.sc-about-hero {
		grid-template-columns: 1fr;
	}

	.sc-about-hero-copy {
		min-height: 560px;
	}

	.sc-about-hero figure {
		min-height: min(100vw, 720px);
	}

	.sc-origin {
		grid-template-columns: 1fr;
	}

	.sc-build-story {
		grid-template-columns: 1fr;
	}

	.sc-build-image {
		min-height: 620px;
	}
}

@media (max-width: 680px) {
	html {
		scroll-padding-top: 78px;
	}

	body.sc-partnership-page {
		font-size: 16px;
	}

	.sc-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sc-brand img {
		width: 185px;
	}

	.sc-hero {
		padding: 66px 22px 78px;
	}

	.sc-hero::before {
		height: 37%;
	}

	.sc-hero h1,
	.sc-about-hero h1 {
		font-size: clamp(52px, 16vw, 72px);
		line-height: 0.9;
	}

	.sc-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.sc-button {
		width: 100%;
	}

	.sc-hero-product {
		height: 290px;
		margin-top: 32px;
	}

	.sc-hero-orbit {
		height: 275px;
		width: 275px;
	}

	.sc-hero-product img {
		width: 122vw;
	}

	.sc-hero-product p,
	.sc-hero-patent {
		display: none;
	}

	.sc-intro,
	.sc-video-section,
	.sc-features,
	.sc-opportunity,
	.sc-partner,
	.sc-about-teaser,
	.sc-contact,
	.sc-origin,
	.sc-build-copy,
	.sc-mission,
	.sc-about-cta {
		padding-left: 22px;
		padding-right: 22px;
	}

	.sc-intro-copy {
		grid-template-columns: 1fr;
	}

	.sc-intro h2,
	.sc-video-heading h2,
	.sc-feature-heading h2,
	.sc-opportunity-heading h2,
	.sc-partner h2,
	.sc-contact h2,
	.sc-origin h2,
	.sc-build-copy h2,
	.sc-mission h2,
	.sc-about-cta h2 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.sc-video-heading,
	.sc-video-grid,
	.sc-feature-heading {
		grid-template-columns: minmax(0, 1fr);
	}

	.sc-video-heading > div {
		min-width: 0;
	}

	.sc-video-heading > p {
		justify-self: start;
	}

	.sc-video-grid {
		gap: 48px;
	}

	.sc-feature-heading > p {
		grid-column: auto;
	}

	.sc-hotspot-marker {
		height: 34px;
		width: 34px;
	}

	.sc-hotspot {
		height: 34px;
		width: 34px;
	}

	.sc-hotspot-tip {
		font-size: 12px;
		width: 170px;
	}

	.sc-feature-mobile-list {
		display: block;
	}

	.sc-proof {
		gap: 14px;
		grid-template-columns: 34px 1fr;
	}

	.sc-proof p {
		grid-column: 2;
	}

	.sc-partner-types p {
		font-size: 24px;
	}

	.sc-about-teaser blockquote {
		font-size: clamp(40px, 12vw, 58px);
	}

	.sc-contact-form {
		grid-template-columns: 1fr;
	}

	.sc-form-submit {
		align-items: flex-start;
		flex-direction: column;
	}

	.sc-footer {
		align-items: start;
		grid-template-columns: 1fr;
		padding: 60px 22px 28px;
	}

	.sc-footer-links {
		flex-wrap: wrap;
	}

	.sc-about-hero-copy {
		min-height: 520px;
		padding: 70px 22px;
	}

	.sc-about-hero figure {
		min-height: 520px;
	}

	.sc-origin-copy p {
		margin-left: 0;
	}

	.sc-build-image {
		min-height: 480px;
	}

	.sc-about-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.sc-reveal,
	.sc-hero .sc-eyebrow,
	.sc-hero h1,
	.sc-hero-copy,
	.sc-actions,
	.sc-hero-product,
	.sc-about-hero .sc-eyebrow,
	.sc-about-hero h1,
	.sc-about-hero-copy > p:last-child {
		opacity: 1;
		transform: none;
	}
}
