:root {
	--st-ink: #161815;
	--st-paper: #f3efe6;
	--st-paper-light: #faf8f2;
	--st-amber: #f4b400;
	--st-line: rgba(22, 24, 21, 0.28);
	--st-muted: #5c5f59;
	--st-serif: Georgia, "Times New Roman", Times, serif;
	--st-sans: "Helvetica Neue", Arial, Helvetica, sans-serif;
	--st-max: 1600px;
	--st-pad: clamp(24px, 4.2vw, 72px);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.st-site {
	margin: 0;
	background: var(--st-paper);
	color: var(--st-ink);
	font-family: var(--st-sans);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

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

body.st-site a {
	color: inherit;
	text-decoration: none;
}

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

body.st-site h1,
body.st-site h2,
body.st-site h3,
body.st-site p {
	margin-top: 0;
}

.screen-reader-text,
.st-skip-link:not(:focus) {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
}

.st-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	background: var(--st-amber);
	color: var(--st-ink);
	padding: 12px 18px;
	font-weight: 800;
}

:focus-visible {
	outline: 3px solid var(--st-amber);
	outline-offset: 3px;
}

.st-header {
	position: relative;
	z-index: 100;
	background: var(--st-paper-light);
	border-bottom: 1px solid var(--st-ink);
}

.st-header-inner {
	width: min(100%, var(--st-max));
	min-height: 118px;
	margin: 0 auto;
	padding: 0 var(--st-pad);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(26px, 4vw, 72px);
}

.st-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.st-logo-window {
	display: block;
	position: relative;
	overflow: hidden;
}

.st-logo-window img {
	position: absolute;
	max-width: none !important;
	height: auto;
}

.st-logo-window--desktop,
.st-logo-window--footer {
	width: 315px;
	height: 68px;
}

.st-logo-window--desktop img,
.st-logo-window--footer img {
	width: 350px;
	transform: translate(-18px, -59px);
}

.st-logo-window--mobile {
	display: none;
	width: 72px;
	height: 55px;
}

.st-logo-window--mobile img {
	width: 500px;
	transform: translate(-214px, -213px);
}

.st-primary-nav {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-left: auto;
}

.st-nav-list {
	list-style: none;
	display: flex;
	align-items: center;
	gap: clamp(22px, 2.3vw, 42px);
	margin: 0;
	padding: 0;
}

.st-nav-list a,
.st-search-link {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.st-nav-list a {
	position: relative;
	white-space: nowrap;
}

.st-nav-list a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -8px;
	height: 2px;
	background: var(--st-amber);
	transition: right 180ms ease;
}

.st-nav-list a:hover::after,
.st-nav-list a:focus-visible::after,
.current-menu-item > a::after {
	right: 0;
}

.st-search-link {
	display: inline-flex;
	padding: 6px;
}

.st-search-link svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.st-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid var(--st-ink);
	background: transparent;
	cursor: pointer;
}

.st-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.st-main {
	min-height: 60vh;
}

.st-section {
	width: min(100%, var(--st-max));
	margin: 0 auto;
	padding: clamp(64px, 7vw, 118px) var(--st-pad);
}

.st-section-label {
	display: inline-block;
	margin: 0 0 28px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-section-label::after {
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	margin-top: 10px;
	background: var(--st-amber);
}

.st-hero {
	width: min(100%, var(--st-max));
	min-height: min(760px, calc(100vh - 118px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(420px, 43%) 1fr;
	border-bottom: 1px solid var(--st-ink);
}

.st-hero-copy {
	padding: clamp(62px, 7vw, 112px) var(--st-pad) clamp(52px, 6vw, 90px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.st-hero h1 {
	max-width: 8.5ch;
	margin: 0 0 28px;
	font-family: var(--st-serif);
	font-size: clamp(52px, 5.25vw, 84px);
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

.st-hero-deck {
	max-width: 42ch;
	margin-bottom: 34px;
	font-size: clamp(17px, 1.25vw, 21px);
	line-height: 1.42;
}

.st-proof-list {
	max-width: 470px;
	margin: 0 0 30px;
	border-top: 1px solid var(--st-ink);
}

.st-proof-list > div {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	padding: 10px 0;
	border-bottom: 1px solid var(--st-line);
}

.st-proof-list dt,
.st-proof-list dd {
	margin: 0;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.st-status {
	color: var(--st-amber) !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

.st-hero-media {
	min-height: 620px;
	overflow: hidden;
	background: var(--st-ink);
}

.st-hero-media img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: 56% center;
	transition: transform 600ms cubic-bezier(.2,.65,.25,1);
}

.st-hero-media:hover img {
	transform: scale(1.018);
}

.st-text-link,
.st-small-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1.2;
	text-transform: uppercase;
	border-bottom: 2px solid var(--st-amber);
	padding-bottom: 8px;
}

.st-small-link {
	font-size: 12px;
	border-bottom-width: 1px;
}

.st-arrow {
	width: 28px;
	height: 12px;
	fill: none;
	stroke: var(--st-amber);
	stroke-width: 1.5;
	transition: transform 180ms ease;
}

.st-text-link:hover .st-arrow,
.st-small-link:hover .st-arrow {
	transform: translateX(5px);
}

.st-section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 48px;
}

.st-section-heading h2 {
	margin: 0;
	font-size: clamp(32px, 3.7vw, 58px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1;
	text-transform: uppercase;
}

.st-story-rail {
	display: grid;
	grid-template-columns: 1.28fr 0.76fr 1fr;
	gap: clamp(30px, 3.5vw, 62px);
	align-items: start;
}

.st-story-image {
	display: block;
	overflow: hidden;
	background: #d8d4ca;
}

.st-story-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(.2,.65,.25,1);
}

.st-story-image:hover img {
	transform: scale(1.025);
}

.st-story--lead .st-story-image {
	aspect-ratio: 4 / 4.6;
}

.st-story--tall {
	padding-top: 80px;
}

.st-story--tall .st-story-image {
	aspect-ratio: 3 / 4.1;
}

.st-story--wide .st-story-image {
	aspect-ratio: 4 / 2.7;
}

.st-story-body {
	padding-top: 22px;
}

.st-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.st-meta-row span:first-child {
	padding-bottom: 6px;
	border-bottom: 2px solid var(--st-amber);
}

.st-story h3 {
	margin-bottom: 18px;
	font-family: var(--st-serif);
	font-size: clamp(27px, 2.5vw, 46px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
	text-transform: uppercase;
}

.st-story--tall h3,
.st-story--wide h3 {
	font-size: clamp(25px, 2.1vw, 38px);
}

.st-story-body > p:not(.st-meta-row) {
	color: #30332f;
}

.st-records {
	padding: clamp(60px, 6.5vw, 104px) var(--st-pad);
	background: var(--st-ink);
	color: var(--st-paper-light);
}

.st-records-intro,
.st-table-scroll {
	width: min(100%, calc(var(--st-max) - 2 * var(--st-pad)));
	margin-inline: auto;
}

.st-records-intro {
	margin-bottom: 36px;
}

.st-records-intro h2 {
	margin-bottom: 6px;
	font-family: var(--st-serif);
	font-size: clamp(48px, 5vw, 78px);
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.st-records-intro p {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.st-records-intro p::after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin-top: 14px;
	background: var(--st-amber);
}

.st-table-scroll {
	overflow-x: auto;
}

.st-record-table {
	width: 100%;
	min-width: 1020px;
	border-collapse: collapse;
	font-size: 15px;
}

.st-record-table th,
.st-record-table td {
	padding: 14px 18px 14px 0;
	border-bottom: 1px solid rgba(243, 239, 230, 0.28);
	text-align: left;
	white-space: nowrap;
}

.st-record-table th {
	color: var(--st-paper);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-bottom-color: var(--st-amber);
}

.st-record-table td:last-child a {
	text-decoration: underline;
	text-decoration-color: var(--st-amber);
	text-underline-offset: 4px;
}

.st-builds {
	display: grid;
	grid-template-columns: 0.68fr 1.45fr 0.7fr;
	gap: clamp(34px, 3.8vw, 68px);
	align-items: start;
}

.st-builds-intro h2,
.st-product h2,
.st-scene h2,
.st-newsletter h2,
.st-submit-cta h2,
.st-submit-page h1,
.st-page h1,
.st-archive-header h1,
.st-empty-state h1 {
	font-family: var(--st-serif);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1;
	text-transform: uppercase;
}

.st-builds-intro h2 {
	font-size: clamp(52px, 5vw, 82px);
}

.st-builds-intro > p:last-child {
	font-size: 18px;
}

.st-build-media {
	position: relative;
}

.st-build-media > img {
	width: 100%;
	aspect-ratio: 3 / 1.85;
	object-fit: cover;
}

.st-build-evidence {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	background: rgba(22, 24, 21, 0.96);
	color: var(--st-paper);
}

.st-build-evidence > div {
	min-width: 0;
	padding: 16px;
	border-right: 1px solid rgba(244, 180, 0, 0.35);
}

.st-build-evidence > div:last-child {
	border-right: 0;
}

.st-build-evidence dt {
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-build-evidence dd {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.st-builds-cta {
	padding-top: 45px;
}

.st-builds-cta h3 {
	font-family: var(--st-serif);
	font-size: clamp(35px, 3vw, 54px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.02;
	text-transform: uppercase;
}

.st-product {
	width: min(100%, var(--st-max));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	align-items: stretch;
	border-top: 1px solid var(--st-ink);
}

.st-product-copy {
	padding: clamp(60px, 6vw, 96px) var(--st-pad);
}

.st-product h2 {
	max-width: 10ch;
	font-size: clamp(52px, 5.4vw, 88px);
}

.st-product h3 {
	margin: 34px 0 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.st-product-copy > p:not(.st-section-label) {
	max-width: 48ch;
}

.st-claim-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: 560px;
	margin: 36px 0;
}

.st-claim-grid > div {
	padding: 14px 0;
	border-top: 1px solid var(--st-ink);
	border-bottom: 1px solid var(--st-line);
}

.st-claim-grid span,
.st-claim-grid strong {
	display: block;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.st-claim-grid span {
	margin-bottom: 8px;
	font-weight: 900;
}

.st-product-media {
	min-height: 580px;
	background: var(--st-paper-light);
	display: flex;
	align-items: center;
}

.st-product-media img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.st-event {
	padding: clamp(56px, 6vw, 96px) var(--st-pad);
	background: var(--st-ink);
	color: var(--st-paper-light);
	display: grid;
	grid-template-columns: minmax(270px, 0.75fr) 2.25fr;
	gap: clamp(48px, 6vw, 100px);
}

.st-event-intro,
.st-event-items,
.st-event > .st-text-link {
	max-width: var(--st-max);
}

.st-event h2 {
	margin: 0 0 8px;
	font-family: var(--st-serif);
	font-size: clamp(50px, 5vw, 78px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.95;
	text-transform: uppercase;
}

.st-event-date {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.st-event-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-self: center;
}

.st-event-items > div {
	padding: 0 26px;
	border-left: 1px solid rgba(243, 239, 230, 0.38);
}

.st-event-items span {
	color: var(--st-amber);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-event-items h3 {
	margin: 12px 0 10px;
	font-size: 14px;
	line-height: 1.25;
	text-transform: uppercase;
}

.st-event-items p {
	margin: 0;
	color: #d9d7d0;
	font-size: 13px;
}

.st-event > .st-text-link {
	grid-column: 2;
	margin-left: 26px;
}

.st-text-link--light {
	color: var(--st-paper-light);
}

.st-scene-heading {
	display: grid;
	grid-template-columns: 1.4fr 0.6fr;
	gap: 50px;
	align-items: end;
	margin-bottom: 44px;
}

.st-scene-heading .st-section-label {
	grid-column: 1 / -1;
	margin-bottom: -20px;
}

.st-scene h2 {
	margin: 0;
	font-size: clamp(50px, 5.2vw, 86px);
}

.st-scene-heading > p:last-child {
	max-width: 42ch;
	margin-bottom: 6px;
}

.st-scene-grid {
	display: grid;
	grid-template-columns: 1.42fr 0.58fr;
	gap: 46px;
}

.st-scene-grid > img {
	width: 100%;
	height: 100% !important;
	min-height: 520px;
	object-fit: cover;
}

.st-scene-notes {
	display: grid;
	grid-template-rows: 1fr 1fr;
}

.st-scene-notes > div {
	padding: 16px 0 38px;
	border-bottom: 1px solid var(--st-line);
}

.st-scene-notes > div + div {
	padding-top: 38px;
}

.st-scene-notes h3 {
	font-family: var(--st-serif);
	font-size: clamp(31px, 2.8vw, 49px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.st-home-close {
	width: min(100%, var(--st-max));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.45fr 0.55fr;
	border-top: 1px solid var(--st-ink);
}

.st-newsletter,
.st-submit-cta {
	padding: clamp(54px, 6vw, 92px) var(--st-pad);
}

.st-newsletter {
	background: var(--st-amber);
}

.st-newsletter > p:first-child {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-newsletter h2 {
	margin-bottom: 12px;
	font-size: clamp(48px, 5vw, 82px);
}

.st-newsletter-form {
	display: flex;
	max-width: 700px;
	margin: 30px 0 12px;
}

.st-newsletter-form input {
	min-width: 0;
	flex: 1;
	padding: 15px 18px;
	border: 1px solid var(--st-ink);
	border-right: 0;
	border-radius: 0;
	background: transparent;
	color: var(--st-ink);
}

.st-newsletter-form button {
	padding: 15px 28px;
	border: 1px solid var(--st-ink);
	border-radius: 0;
	background: var(--st-ink);
	color: var(--st-paper-light);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.st-newsletter-form :disabled {
	opacity: 1;
	cursor: not-allowed;
}

.st-submit-cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.st-submit-cta h2 {
	font-size: clamp(38px, 3.7vw, 60px);
}

.st-footer {
	padding: clamp(52px, 6vw, 90px) var(--st-pad) 30px;
	background: var(--st-ink);
	color: var(--st-paper-light);
}

.st-footer-grid,
.st-footer-meta {
	width: min(100%, calc(var(--st-max) - 2 * var(--st-pad)));
	margin-inline: auto;
}

.st-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, 0.65fr);
	gap: 56px;
}

.st-footer-brand {
	padding-right: 40px;
	border-right: 1px solid rgba(243, 239, 230, 0.42);
}

.st-footer-brand > a {
	display: block;
	width: fit-content;
	padding: 8px 16px;
	background: var(--st-paper);
}

.st-logo-window--footer {
	transform: scale(.82);
	transform-origin: left center;
	margin-right: -56px;
}

.st-footer-brand p {
	margin: 18px 0 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.st-footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.st-footer-column h2 {
	margin-bottom: 8px;
	color: var(--st-amber);
	font-family: var(--st-sans);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-footer-column a {
	color: #e7e4dc;
	font-size: 14px;
}

.st-footer-column a:hover {
	color: var(--st-amber);
}

.st-footer-meta {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 58px;
	padding-top: 20px;
	border-top: 1px solid rgba(243, 239, 230, 0.4);
}

.st-footer-meta p {
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.st-page-shell,
.st-article-shell,
.st-archive-shell,
.st-commerce-shell {
	width: min(100%, var(--st-max));
	margin: 0 auto;
	padding: clamp(70px, 8vw, 130px) var(--st-pad);
}

.st-page,
.st-page-content {
	max-width: 940px;
}

.st-page h1,
.st-archive-header h1 {
	font-size: clamp(62px, 8vw, 126px);
}

.st-page-content,
.st-article-content {
	font-family: var(--st-serif);
	font-size: clamp(18px, 1.3vw, 22px);
	line-height: 1.72;
}

.st-page-content h2,
.st-page-content h3,
.st-article-content h2,
.st-article-content h3 {
	font-family: var(--st-sans);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.st-page-content h2,
.st-article-content h2 {
	margin-top: 2.2em;
	font-size: 1.55em;
}

.st-page-content h3,
.st-article-content h3 {
	margin-top: 1.8em;
	font-size: 1.2em;
}

.st-page-content a,
.st-article-content a {
	text-decoration: underline;
	text-decoration-color: var(--st-amber);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.st-article {
	max-width: 1380px;
	margin: 0 auto;
}

.st-article-header {
	max-width: 1180px;
	margin-bottom: 48px;
}

.st-article-meta {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-article-meta a {
	border-bottom: 2px solid var(--st-amber);
}

.st-article-header h1 {
	margin-bottom: 26px;
	font-family: var(--st-serif);
	font-size: clamp(60px, 8vw, 126px);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.93;
	text-transform: uppercase;
}

.st-article-deck {
	max-width: 62ch;
	font-size: clamp(19px, 1.6vw, 26px);
	line-height: 1.45;
}

.st-article-hero {
	margin: 0 0 64px;
}

.st-article-hero img {
	width: 100%;
	max-height: 820px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.st-article-layout {
	display: grid;
	grid-template-columns: 0.35fr 1fr;
	gap: clamp(50px, 7vw, 110px);
	max-width: 1180px;
	margin: 0 auto;
}

.st-article-rail {
	align-self: start;
	position: sticky;
	top: 24px;
	padding-top: 14px;
	border-top: 1px solid var(--st-ink);
}

.st-article-rail p {
	font-size: 13px;
}

.st-article-rail p span {
	display: block;
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-article-rail .st-text-link {
	font-size: 10px;
}

.st-source-box {
	margin-top: 70px;
	padding: 28px;
	border: 1px solid var(--st-ink);
	font-family: var(--st-sans);
	font-size: 14px;
}

.st-source-box span {
	display: block;
	margin-bottom: 8px;
	color: var(--st-muted);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-source-box a {
	font-weight: 900;
}

.st-source-box p {
	margin: 12px 0 0;
}

.st-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	max-width: 1180px;
	margin: 90px auto 0;
	padding-top: 32px;
	border-top: 1px solid var(--st-ink);
}

.st-post-nav > div:last-child {
	text-align: right;
}

.st-post-nav a {
	font-family: var(--st-serif);
	font-size: clamp(24px, 2.5vw, 38px);
	line-height: 1.1;
}

.st-post-nav span {
	display: block;
	margin-bottom: 8px;
	font-family: var(--st-sans);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-archive-header {
	max-width: 1100px;
	margin-bottom: 70px;
}

.st-archive-list {
	display: flex;
	flex-direction: column;
}

.st-archive-story {
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) 1fr;
	gap: clamp(38px, 6vw, 90px);
	padding: 48px 0;
	border-top: 1px solid var(--st-ink);
}

.st-archive-story:nth-child(even) {
	grid-template-columns: 1fr minmax(300px, 0.7fr);
}

.st-archive-story:nth-child(even) .st-archive-image {
	order: 2;
}

.st-archive-image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.st-archive-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.st-archive-story h2 {
	font-family: var(--st-serif);
	font-size: clamp(38px, 4vw, 66px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.st-archive-story--search {
	grid-template-columns: 1fr;
}

.st-archive-header .search-form,
.st-empty-state .search-form {
	display: flex;
	max-width: 680px;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	padding: 14px;
	border: 1px solid var(--st-ink);
	border-radius: 0;
	background: transparent;
}

.search-submit {
	padding: 14px 22px;
	border: 1px solid var(--st-ink);
	border-radius: 0;
	background: var(--st-ink);
	color: var(--st-paper);
	font-weight: 900;
	text-transform: uppercase;
}

.st-empty-state {
	max-width: 900px;
	padding: 90px var(--st-pad);
}

.st-empty-state--404 {
	width: min(100%, var(--st-max));
	margin: 0 auto;
	padding-block: clamp(100px, 14vw, 220px);
}

.st-empty-state h1 {
	font-size: clamp(58px, 8vw, 126px);
}

.st-submit-page {
	width: min(100%, var(--st-max));
	margin: 0 auto;
	padding: clamp(70px, 8vw, 130px) var(--st-pad);
	display: grid;
	grid-template-columns: 0.75fr 1fr;
	gap: clamp(60px, 8vw, 130px);
}

.st-submit-intro {
	align-self: start;
	position: sticky;
	top: 24px;
}

.st-submit-page h1 {
	font-size: clamp(52px, 6.2vw, 96px);
}

.st-submit-intro > p:not(.st-section-label) {
	font-size: 19px;
}

.st-submit-intro dl {
	margin-top: 46px;
}

.st-submit-intro dl > div {
	padding: 18px 0;
	border-top: 1px solid var(--st-ink);
}

.st-submit-intro dt {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-submit-intro dd {
	margin: 6px 0 0;
}

.st-build-form {
	padding: clamp(28px, 4vw, 56px);
	background: var(--st-paper-light);
	border: 1px solid var(--st-ink);
}

.st-build-form > label:not(.st-checkbox) {
	display: block;
	margin-bottom: 24px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.st-build-form label > span,
.st-checkbox strong {
	color: #9d2c1d;
}

.st-build-form input[type="text"],
.st-build-form input[type="email"],
.st-build-form input[type="url"],
.st-build-form textarea {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 13px 14px;
	border: 1px solid var(--st-ink);
	border-radius: 0;
	background: var(--st-paper);
	color: var(--st-ink);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.st-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 28px 0;
	font-size: 13px;
}

.st-checkbox input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--st-amber);
}

.st-build-form button {
	padding: 15px 24px;
	border: 1px solid var(--st-ink);
	border-radius: 0;
	background: var(--st-ink);
	color: var(--st-paper-light);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
}

.st-build-form button:hover {
	background: var(--st-amber);
	color: var(--st-ink);
}

.st-form-note {
	margin: 18px 0 0;
	color: var(--st-muted);
	font-size: 12px;
}

.st-honeypot {
	position: absolute;
	left: -9999px;
}

.st-form-message {
	margin-bottom: 24px;
	padding: 22px;
	border: 1px solid var(--st-ink);
}

.st-form-message--success {
	border-left: 8px solid var(--st-amber);
}

.st-form-message--error {
	border-left: 8px solid #9d2c1d;
}

.st-form-message h2 {
	margin-bottom: 8px;
	font-size: 23px;
}

.st-form-message p {
	margin: 0;
}

.st-commerce-shell .woocommerce {
	--wp--preset--color--primary: var(--st-ink);
}

.st-commerce-shell button,
.st-commerce-shell .button {
	border-radius: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1180px) {
	.st-header-inner {
		min-height: 96px;
	}

	.st-logo-window--desktop {
		transform: scale(.82);
		transform-origin: left center;
		margin-right: -55px;
	}

	.st-nav-list {
		gap: 18px;
	}

	.st-nav-list a {
		font-size: 11px;
	}

	.st-hero {
		min-height: auto;
		grid-template-columns: 0.92fr 1.08fr;
	}

	.st-hero h1 {
		font-size: clamp(48px, 6vw, 70px);
	}

	.st-builds {
		grid-template-columns: 0.72fr 1.28fr;
	}

	.st-builds-cta {
		grid-column: 2;
		padding-top: 0;
	}

	.st-event {
		grid-template-columns: 1fr;
	}

	.st-event-items {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}

	.st-event > .st-text-link {
		grid-column: 1;
		margin-left: 0;
	}
}

@media (max-width: 900px) {
	.st-header-inner {
		min-height: 80px;
	}

	.st-logo-window--desktop {
		display: none;
	}

	.st-logo-window--mobile {
		display: block;
	}

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

	.st-primary-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 24px var(--st-pad) 30px;
		background: var(--st-paper-light);
		border-bottom: 1px solid var(--st-ink);
	}

	.st-primary-nav.is-open {
		display: flex;
		align-items: flex-start;
	}

	.st-nav-list {
		flex: 1;
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
	}

	.st-nav-list li {
		width: 100%;
	}

	.st-nav-list a {
		display: block;
		padding: 12px 0;
		font-size: 13px;
		border-bottom: 1px solid var(--st-line);
	}

	.st-search-link {
		margin-top: 4px;
	}

	.st-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.st-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
		opacity: 0;
	}

	.st-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

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

	.st-hero-copy {
		order: 2;
	}

	.st-hero-media {
		min-height: 52vw;
		max-height: 560px;
	}

	.st-story-rail {
		grid-template-columns: 1fr 1fr;
	}

	.st-story--lead {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1.05fr .95fr;
		gap: 32px;
		align-items: center;
	}

	.st-story--lead .st-story-image {
		aspect-ratio: 4 / 3;
	}

	.st-story--tall {
		padding-top: 0;
	}

	.st-builds {
		grid-template-columns: 1fr;
	}

	.st-builds-cta {
		grid-column: 1;
	}

	.st-product {
		grid-template-columns: 1fr;
	}

	.st-product-media {
		min-height: 50vw;
	}

	.st-scene-heading,
	.st-scene-grid {
		grid-template-columns: 1fr;
	}

	.st-scene-heading .st-section-label {
		margin-bottom: 0;
	}

	.st-scene-grid > img {
		min-height: 50vw;
	}

	.st-home-close {
		grid-template-columns: 1fr;
	}

	.st-footer-grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.st-footer-brand {
		grid-column: 1 / -1;
		padding-right: 0;
		padding-bottom: 34px;
		border-right: 0;
		border-bottom: 1px solid rgba(243, 239, 230, 0.4);
	}

	.st-article-layout,
	.st-submit-page {
		grid-template-columns: 1fr;
	}

	.st-article-rail,
	.st-submit-intro {
		position: static;
	}
}

@media (max-width: 640px) {
	:root {
		--st-pad: 20px;
	}

	.st-hero-copy {
		padding-block: 48px;
	}

	.st-hero h1 {
		font-size: clamp(44px, 14vw, 64px);
	}

	.st-hero-deck {
		font-size: 16px;
	}

	.st-section {
		padding-block: 64px;
	}

	.st-section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 32px;
	}

	.st-story-rail {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.st-story--lead {
		grid-column: 1;
		display: block;
	}

	.st-story--lead .st-story-image,
	.st-story--tall .st-story-image,
	.st-story--wide .st-story-image {
		aspect-ratio: 4 / 3;
	}

	.st-records {
		padding-inline: var(--st-pad);
	}

	.st-build-evidence {
		grid-template-columns: 1fr 1fr;
	}

	.st-build-evidence > div {
		border-bottom: 1px solid rgba(244, 180, 0, 0.35);
	}

	.st-claim-grid {
		grid-template-columns: 1fr;
	}

	.st-event-items {
		grid-template-columns: 1fr;
	}

	.st-event-items > div {
		padding: 18px 0;
		border-left: 0;
		border-top: 1px solid rgba(243, 239, 230, 0.35);
	}

	.st-newsletter-form {
		flex-direction: column;
	}

	.st-newsletter-form input {
		border-right: 1px solid var(--st-ink);
		border-bottom: 0;
	}

	.st-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}

	.st-footer-column:last-child {
		grid-column: 1 / -1;
	}

	.st-footer-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.st-article-shell,
	.st-page-shell,
	.st-archive-shell,
	.st-commerce-shell {
		padding-block: 64px;
	}

	.st-article-header h1,
	.st-page h1,
	.st-archive-header h1,
	.st-submit-page h1 {
		font-size: clamp(48px, 15vw, 72px);
	}

	.st-article-hero {
		margin-inline: calc(-1 * var(--st-pad));
	}

	.st-article-hero img {
		aspect-ratio: 4 / 3;
	}

	.st-post-nav {
		grid-template-columns: 1fr;
	}

	.st-post-nav > div:last-child {
		text-align: left;
	}

	.st-archive-story,
	.st-archive-story:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.st-archive-story:nth-child(even) .st-archive-image {
		order: initial;
	}

	.st-build-form {
		margin-inline: calc(-1 * var(--st-pad));
		border-inline: 0;
	}
}

