/*
 * Street Theory Sites v2 visual system.
 * This layer faithfully ports the approved Sites direction while leaving the
 * WordPress content model and interior templates intact.
 */

:root {
	--st-ink: #0a0d0c;
	--st-paper: #f2efe7;
	--st-paper-light: #f7f4ed;
	--st-amber: #ff451d;
	--st-orange: #ff451d;
	--st-line: rgba(10, 13, 12, 0.24);
	--st-muted: #62645e;
	--st-serif: "Helvetica Neue", Arial, Helvetica, sans-serif;
	--st-sans: "Helvetica Neue", Arial, Helvetica, sans-serif;
	--st-display: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
	--st-max: 1600px;
	--st-pad: clamp(24px, 4vw, 64px);
}

body.st-site {
	background: var(--st-paper);
	color: var(--st-ink);
	font-family: var(--st-sans);
}

.st-header {
	background: var(--st-paper);
	border-bottom: 0;
}

.st-header-inner {
	min-height: 82px;
	padding: 0 clamp(24px, 4vw, 52px);
	gap: 30px;
}

.st-logo-window--desktop {
	width: 224px;
	height: 55px;
}

.st-logo-window--desktop img {
	width: 250px;
	transform: translate(-13px, -42px);
}

.st-primary-nav {
	width: min(100%, 750px);
	justify-content: space-between;
	gap: 40px;
}

.st-nav-list {
	justify-content: center;
	gap: clamp(28px, 4vw, 52px);
}

.st-nav-list a,
.st-submit-link {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.st-nav-list a::after {
	bottom: -10px;
	background: var(--st-orange);
}

.st-submit-link {
	position: relative;
	flex: 0 0 auto;
	padding: 12px 0 8px;
	border-bottom: 2px solid var(--st-orange);
}

.st-submit-link span {
	color: var(--st-orange);
}

.st-wire {
	display: grid;
	grid-template-columns: 162px minmax(0, 1fr);
	min-height: 38px;
	border-top: 1px solid rgba(10, 13, 12, 0.08);
	border-bottom: 1px solid rgba(10, 13, 12, 0.15);
	background: #fff;
	overflow: hidden;
}

.st-wire-label,
.st-wire-track {
	display: flex;
	align-items: center;
	min-width: 0;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.st-wire-label {
	justify-content: center;
	gap: 6px;
	padding: 0 16px;
}

.st-wire-label span::after {
	content: " /";
}

.st-wire-track {
	justify-content: space-around;
	gap: 24px;
	padding: 0 28px;
	background: var(--st-orange);
	color: #fff;
	white-space: nowrap;
}

.st-wire-track a {
	overflow: hidden;
	text-overflow: ellipsis;
}

.st-wire-track span {
	opacity: .8;
}

.st-hero {
	width: min(100%, var(--st-max));
	min-height: min(630px, calc(100vh - 120px));
	grid-template-columns: 56.5% 43.5%;
	border-bottom: 0;
	background: var(--st-ink);
}

.st-hero-media {
	min-height: 630px;
	background: #202622;
}

.st-hero-media img {
	object-position: 51% center;
	filter: saturate(.82) contrast(1.06);
}

.st-hero-copy {
	padding: clamp(48px, 5vw, 78px) clamp(38px, 4.8vw, 74px) 48px;
	background: var(--st-ink);
	color: #fff;
	justify-content: center;
}

.st-hero-kicker {
	margin: 0 0 26px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .19em;
	text-transform: uppercase;
}

.st-hero-kicker span {
	color: var(--st-orange);
}

.st-hero h1 {
	max-width: none;
	margin: 0 0 28px;
	font-family: var(--st-display);
	font-size: clamp(70px, 7.7vw, 116px);
	font-weight: 900;
	font-stretch: condensed;
	line-height: .72;
	letter-spacing: -.035em;
	text-transform: uppercase;
}

.st-hero h1 span {
	display: block;
	white-space: nowrap;
}

.st-hero-outline {
	color: transparent;
	-webkit-text-stroke: 1.5px #fff;
	text-stroke: 1.5px #fff;
}

.st-hero-deck {
	max-width: 45ch;
	margin-bottom: 30px;
	color: #b9bcb7;
	font-size: clamp(14px, 1.25vw, 17px);
	line-height: 1.55;
}

.st-text-link,
.st-small-link {
	gap: 14px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .09em;
	border-color: var(--st-orange);
}

.st-arrow {
	stroke: var(--st-orange);
}

.st-text-link--light {
	color: #fff;
}

.st-section {
	padding-block: clamp(78px, 8vw, 128px);
}

.st-section-label {
	margin-bottom: 14px;
	color: var(--st-orange);
	font-size: 10px;
	letter-spacing: .16em;
}

.st-section-label::after {
	display: none;
}

.st-section-heading {
	align-items: flex-end;
	margin-bottom: 44px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--st-ink);
}

.st-section-heading h2,
.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,
.st-records-intro h2,
.st-event h2,
.st-story h3,
.st-scene-notes h3,
.st-article-header h1,
.st-archive-story h2 {
	font-family: var(--st-display);
	font-weight: 900;
	letter-spacing: -.025em;
	line-height: .9;
	text-transform: uppercase;
}

.st-section-heading h2 {
	font-size: clamp(42px, 4.4vw, 72px);
}

.st-story-rail {
	grid-template-columns: 1.25fr .82fr 1fr;
	gap: clamp(24px, 3.2vw, 52px);
}

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

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

.st-story-image {
	background: #c9c8c0;
}

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

.st-meta-row {
	margin-bottom: 14px;
	font-size: 9px;
	letter-spacing: .13em;
}

.st-meta-row span:first-child {
	color: var(--st-orange);
	border: 0;
}

.st-story h3,
.st-story--tall h3,
.st-story--wide h3 {
	font-size: clamp(28px, 3.1vw, 50px);
	line-height: .92;
}

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

.st-story-body > p:not(.st-meta-row) {
	color: var(--st-muted);
	font-size: 14px;
}

.st-records {
	padding-block: clamp(72px, 7vw, 110px);
	background: var(--st-ink);
	color: #fff;
}

.st-records-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 34px;
}

.st-records-intro h2 {
	margin: 0;
	font-size: clamp(54px, 6vw, 92px);
}

.st-records-intro p {
	margin: 0 0 8px;
	color: #b8bbb7;
	font-size: 10px;
	letter-spacing: .13em;
}

.st-records-intro p::after {
	background: var(--st-orange);
}

.st-record-table th {
	border-bottom-color: var(--st-orange);
	font-size: 9px;
	letter-spacing: .13em;
}

.st-record-table td {
	font-size: 13px;
}

.st-status {
	color: var(--st-orange) !important;
}

.st-record-table td:last-child a {
	text-decoration-color: var(--st-orange);
}

.st-builds {
	grid-template-columns: .65fr 1.45fr .72fr;
}

.st-builds-intro h2 {
	font-size: clamp(56px, 6vw, 92px);
}

.st-builds-intro > p:last-child,
.st-builds-cta > p {
	color: var(--st-muted);
	font-size: 15px;
}

.st-build-media > img {
	aspect-ratio: 16 / 9;
}

.st-build-evidence {
	background: var(--st-ink);
}

.st-build-evidence > div {
	border-right-color: rgba(255, 69, 29, .38);
}

.st-builds-cta h3 {
	font-family: var(--st-display);
	font-size: clamp(38px, 3.7vw, 58px);
	font-weight: 900;
	line-height: .92;
}

.st-product {
	grid-template-columns: .83fr 1.17fr;
	background: #fff;
}

.st-product-copy {
	padding-block: clamp(72px, 7vw, 110px);
}

.st-product h2 {
	font-size: clamp(58px, 6.2vw, 96px);
}

.st-product h3 {
	color: var(--st-orange);
	font-size: 12px;
	letter-spacing: .12em;
}

.st-product-copy > p:not(.st-section-label) {
	color: var(--st-muted);
}

.st-claim-grid > div {
	border-top-color: var(--st-ink);
}

.st-product-media {
	min-height: 610px;
}

.st-event {
	background: var(--st-orange);
	color: var(--st-ink);
}

.st-event h2 {
	font-size: clamp(58px, 6vw, 92px);
}

.st-event-items > div {
	border-left-color: rgba(10, 13, 12, .34);
}

.st-event-items span {
	color: var(--st-ink);
	font-weight: 900;
}

.st-event-items p {
	color: rgba(10, 13, 12, .72);
}

.st-event .st-text-link--light {
	color: var(--st-ink);
	border-bottom-color: var(--st-ink);
}

.st-event .st-arrow {
	stroke: var(--st-ink);
}

.st-scene h2 {
	font-size: clamp(58px, 6vw, 94px);
}

.st-scene-heading > p:last-child,
.st-scene-notes p {
	color: var(--st-muted);
}

.st-scene-notes h3 {
	font-size: clamp(32px, 3.1vw, 50px);
}

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

.st-newsletter h2 {
	font-size: clamp(54px, 5.8vw, 90px);
}

.st-newsletter-form button,
.st-submit-cta {
	background: var(--st-ink);
	color: #fff;
}

.st-submit-cta h2 {
	font-size: clamp(42px, 4vw, 64px);
}

.st-submit-cta p {
	color: #b8bbb7;
}

.st-footer {
	background: var(--st-ink);
}

.st-footer-brand p,
.st-footer-meta,
.st-footer-column a {
	color: #b8bbb7;
}

.st-footer-column h2,
.st-footer-column a:hover {
	color: var(--st-orange);
}

.st-page-shell,
.st-article-shell,
.st-archive-shell,
.st-commerce-shell,
.st-submit-page {
	background: var(--st-paper);
}

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

.st-page-content a,
.st-article-content a,
.st-article-meta a {
	text-decoration-color: var(--st-orange);
	border-color: var(--st-orange);
}

.st-source-box {
	border-left: 8px solid var(--st-orange);
}

.st-build-form button:hover {
	background: var(--st-orange);
}

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

	.st-logo-window--desktop {
		transform: none;
		margin-right: 0;
	}

	.st-primary-nav {
		width: auto;
	}

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

	.st-hero {
		grid-template-columns: 54% 46%;
	}

	.st-hero h1 {
		font-size: clamp(66px, 7.6vw, 88px);
	}

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

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

	.st-logo-window--mobile {
		width: 62px;
		height: 50px;
	}

	.st-logo-window--mobile img {
		width: 430px;
		transform: translate(-184px, -183px);
	}

	.st-menu-toggle {
		border-color: var(--st-ink);
	}

	.st-primary-nav {
		top: 74px;
		width: 100%;
		padding: 22px var(--st-pad) 28px;
		background: var(--st-paper);
	}

	.st-primary-nav.is-open {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

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

	.st-nav-list a {
		border-bottom-color: var(--st-line);
		font-size: 12px;
	}

	.st-submit-link {
		align-self: flex-start;
	}

	.st-wire {
		grid-template-columns: 132px minmax(0, 1fr);
	}

	.st-wire-track {
		justify-content: flex-start;
		overflow: hidden;
	}

	.st-wire-track a:not(:first-of-type),
	.st-wire-track span {
		display: none;
	}

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

	.st-hero-copy {
		order: 1;
		min-height: 490px;
	}

	.st-hero-media {
		order: 2;
		min-height: 62vw;
	}

	.st-hero h1 {
		font-size: clamp(68px, 13vw, 106px);
	}

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

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

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

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

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

	.st-wire {
		grid-template-columns: 106px minmax(0, 1fr);
		min-height: 34px;
	}

	.st-wire-label,
	.st-wire-track {
		font-size: 8px;
	}

	.st-wire-label {
		padding-inline: 8px;
	}

	.st-wire-track {
		padding-inline: 16px;
	}

	.st-hero-copy {
		min-height: 450px;
		padding: 52px var(--st-pad) 46px;
	}

	.st-hero-kicker {
		margin-bottom: 22px;
		font-size: 9px;
	}

	.st-hero h1 {
		font-size: clamp(58px, 18vw, 82px);
		line-height: .75;
	}

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

	.st-hero-media {
		min-height: 76vw;
	}

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

	.st-section-heading {
		align-items: flex-start;
	}

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

	.st-story--lead {
		display: block;
	}

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

	.st-records-intro {
		align-items: flex-start;
		flex-direction: column;
	}

	.st-event {
		background: var(--st-orange);
	}

	.st-event-items > div {
		border-top-color: rgba(10, 13, 12, .28);
	}

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