:root {
	--shred-header-height: 76px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--muted);
}

a:where(:not(.wp-element-button)):hover {
	color: var(--wp--preset--color--foreground);
}

a:focus-visible,
button:focus-visible,
.wp-block-navigation a:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent-strong);
	outline-offset: 3px;
}

.wp-site-blocks {
	overflow-x: clip;
}

.shred-site-header {
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--wp--preset--color--border);
	position: sticky;
	top: 0;
	z-index: 20;
}

.shred-site-header .wp-block-site-title a,
.shred-site-footer .wp-block-site-title a {
	color: var(--wp--preset--color--foreground);
}

.shred-site-header .wp-block-navigation-item__content:hover,
.shred-site-header .current-menu-item > .wp-block-navigation-item__content {
	color: var(--wp--preset--color--accent-strong);
}

.shred-eyebrow {
	border-left: 3px solid var(--wp--preset--color--accent);
	color: var(--wp--preset--color--accent-strong);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	padding-left: 0.75rem;
	text-transform: uppercase;
}

.shred-section {
	padding-bottom: var(--wp--custom--spacing--section);
	padding-top: var(--wp--custom--spacing--section);
}

.shred-section-tight {
	padding-bottom: var(--wp--custom--spacing--section-tight);
	padding-top: var(--wp--custom--spacing--section-tight);
}

.shred-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--md);
	overflow: hidden;
}

.shred-card :where(img) {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.shred-hero {
	background:
		linear-gradient(270deg, rgba(9, 9, 11, 0.9) 0%, rgba(9, 9, 11, 0.58) 38%, rgba(9, 9, 11, 0.12) 72%),
		var(--wp--preset--color--surface-alt);
	min-height: clamp(680px, 86vh, 920px);
	padding: 0;
}

.shred-hero .wp-block-cover__inner-container {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	min-height: inherit;
	padding: 0 var(--wp--custom--spacing--gutter) clamp(4rem, 10vh, 7rem);
	width: 100%;
}

.shred-hero-content {
	margin-left: auto;
	margin-right: 0;
	max-width: min(720px, 48vw);
	text-align: right;
}

.shred-hero .wp-block-site-title {
	font-size: clamp(4.5rem, 9.5vw, 10rem);
	line-height: 0.88;
	margin-bottom: 0;
	margin-top: clamp(0.75rem, 2vh, 1.5rem);
	margin-left: auto;
	max-width: 9ch;
	text-wrap: balance;
}

.shred-hero .wp-block-site-title a {
	color: var(--wp--preset--color--foreground);
}

.shred-hero-descriptor {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1.05rem, 1.4vw, 1.35rem);
	font-weight: 500;
	line-height: 1.35;
	margin-left: auto;
	margin-top: 1.25rem;
	max-width: 34rem;
}

.shred-hero-actions {
	gap: 0.75rem;
	justify-content: flex-end;
	margin-top: 1.75rem;
}

.shred-hero-actions .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.72rem 1rem;
}

.shred-video-frame {
	aspect-ratio: 16 / 9;
	background: var(--wp--preset--color--surface-alt);
	border-radius: var(--wp--custom--radius--sm);
	line-height: 0;
	overflow: hidden;
	padding: 0;
}

.shred-featured-performance {
	background:
		linear-gradient(180deg, rgba(9, 9, 11, 0) 0%, rgba(9, 9, 11, 0.24) 100%),
		var(--wp--preset--color--surface);
}

.shred-featured-performance .wp-block-columns {
	align-items: center;
}

.shred-featured-performance .shred-video-frame {
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	min-height: 0;
}

.shred-video-frame .wp-block-html {
	background: transparent;
	height: 100%;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.shred-featured-performance .wp-block-embed,
.shred-featured-performance .wp-block-embed__wrapper {
	height: 100%;
	margin: 0;
}

.shred-featured-performance .wp-block-embed__wrapper {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(139, 92, 246, 0.16), rgba(20, 20, 23, 0.36)),
		var(--wp--preset--color--surface-alt);
	color: var(--wp--preset--color--muted);
	display: flex;
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--sm);
	justify-content: center;
	text-transform: uppercase;
}

.shred-featured-performance-copy {
	max-width: 440px;
}

.shred-featured-performance-copy .wp-block-heading {
	font-size: clamp(2.4rem, 4vw, 4.75rem);
	line-height: 0.98;
	margin-bottom: 1.25rem;
	margin-top: 1rem;
}

.shred-featured-performance-copy p:not(.shred-eyebrow) {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1rem, 1.1vw, 1.18rem);
	line-height: 1.65;
}

.shred-featured-performance .wp-block-buttons {
	margin-top: 1.5rem;
}

.shred-featured-performance .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.7rem 0.95rem;
}

.shred-music-section {
	background:
		linear-gradient(180deg, rgba(27, 27, 32, 0.34) 0%, rgba(9, 9, 11, 0) 48%),
		var(--wp--preset--color--background);
}

.shred-music-feature-grid {
	margin-bottom: clamp(1.5rem, 4vw, 3.5rem);
}

.shred-music-artwork {
	aspect-ratio: 1 / 1;
	background:
		linear-gradient(180deg, rgba(9, 9, 11, 0.05) 0%, rgba(9, 9, 11, 0.84) 100%),
		var(--wp--preset--color--surface-alt);
	border-radius: var(--wp--custom--radius--sm);
	box-sizing: border-box;
	min-height: 420px;
	padding: clamp(1.25rem, 3vw, 2.5rem);
	position: relative;
	overflow: hidden;
}

.shred-music-artwork .wp-block-heading {
	font-size: clamp(2.5rem, 5.5vw, 5.75rem);
	line-height: 0.94;
	margin-bottom: 0;
	margin-top: 1rem;
	max-width: 8ch;
}

.shred-music-thumbnail {
	inset: 0;
	margin: 0;
	position: absolute;
}

.shred-music-thumbnail a,
.shred-music-thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
}

.shred-music-thumbnail img {
	object-fit: cover;
}

.shred-music-artwork::after {
	background: linear-gradient(180deg, rgba(9, 9, 11, 0.08) 0%, rgba(9, 9, 11, 0.9) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.shred-music-artwork-content {
	position: relative;
	z-index: 1;
}

.shred-music-copy {
	max-width: 520px;
}

.shred-music-copy .wp-block-heading {
	font-size: clamp(2.2rem, 3.5vw, 4rem);
	line-height: 1;
	margin-bottom: 1.15rem;
	margin-top: 1rem;
}

.shred-music-copy p:not(.shred-eyebrow) {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1rem, 1.05vw, 1.15rem);
	line-height: 1.65;
}

.shred-music-meta {
	color: var(--wp--preset--color--accent-strong) !important;
	font-size: var(--wp--preset--font-size--xs) !important;
	font-weight: 700;
	margin-top: 1rem;
	text-transform: uppercase;
}

.shred-music-actions {
	gap: 0.65rem;
	margin-top: 1.5rem;
}

.shred-music-actions .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.68rem 0.9rem;
}

.shred-music-secondary-query {
	margin-top: 0;
}

.shred-music-secondary-list,
.shred-music-secondary-query .wp-block-post-template {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shred-music-secondary-item {
	background: transparent;
	border-top: 1px solid var(--wp--preset--color--border);
	gap: 1rem;
	padding-top: 1rem;
}

.shred-music-secondary-thumb,
.shred-music-secondary-item .wp-block-post-featured-image {
	flex: 0 0 116px;
	margin: 0;
}

.shred-music-secondary-thumb img,
.shred-music-secondary-item .wp-block-post-featured-image img {
	border-radius: var(--wp--custom--radius--sm);
	object-fit: cover;
}

.shred-music-secondary-title,
.shred-music-secondary-item .wp-block-post-title {
	font-family: var(--wp--preset--font-family--display);
	line-height: 1.06;
	margin: 0.2rem 0;
}

.shred-music-secondary-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.shred-music-secondary-item .wp-block-post-date,
.shred-music-secondary-item .wp-block-post-excerpt {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
}

.shred-music-watch-link {
	margin: 0;
}

.shred-music-watch-link a,
.shred-music-secondary-item .wp-block-post-excerpt__more-link {
	color: var(--wp--preset--color--accent-strong);
	display: inline-block;
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	margin-top: 0.55rem;
	text-decoration: none;
	text-transform: uppercase;
}

.shred-music-empty {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	margin-top: 0;
}

.shred-method-section {
	background:
		linear-gradient(180deg, rgba(9, 9, 11, 0.12) 0%, rgba(9, 9, 11, 0) 45%),
		var(--wp--preset--color--surface-alt);
}

.shred-method-grid {
	align-items: center;
}

.shred-method-copy {
	max-width: 680px;
}

.shred-method-copy .wp-block-heading {
	font-size: clamp(2.75rem, 5vw, 5.8rem);
	line-height: 0.96;
	margin-bottom: 1.25rem;
	margin-top: 1rem;
	max-width: 10ch;
}

.shred-method-copy p:not(.shred-eyebrow) {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1rem, 1.08vw, 1.18rem);
	line-height: 1.68;
	max-width: 40rem;
}

.shred-method-actions {
	margin-top: 1.65rem;
}

.shred-method-actions .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.7rem 0.95rem;
}

.shred-method-panel {
	background: transparent;
	border-left: 1px solid var(--wp--preset--color--border);
	padding-left: clamp(1.5rem, 4vw, 3.75rem);
}

.shred-method-video-thumb {
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	margin-top: 0;
}

.shred-method-video-thumb a,
.shred-method-video-thumb img {
	display: block;
	width: 100%;
}

.shred-method-video-thumb img {
	aspect-ratio: 16 / 9;
	border-radius: var(--wp--custom--radius--sm);
	object-fit: cover;
}

.shred-method-kicker {
	color: var(--wp--preset--color--accent-strong);
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.shred-method-panel .wp-block-heading {
	font-size: clamp(1.65rem, 2.4vw, 2.65rem);
	line-height: 1.04;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
	max-width: 13ch;
}

.shred-method-features {
	display: grid;
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1rem, 1.05vw, 1.12rem);
	font-weight: 700;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.shred-method-features li {
	align-items: center;
	border-top: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--foreground);
	display: flex;
	gap: 0.85rem;
	min-height: 3.35rem;
}

.shred-method-features li::before {
	background: var(--wp--preset--color--accent);
	content: "";
	display: block;
	flex: 0 0 0.45rem;
	height: 0.45rem;
	width: 0.45rem;
}

.shred-video-frame iframe,
.shred-video-frame video {
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.shred-product-query .wc-block-product,
.shred-activity-query .wp-block-post {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--md);
	padding: 1rem;
}

.shred-custom-shop-section {
	background: var(--wp--preset--color--background);
}

.shred-custom-shop-header {
	gap: 1.5rem;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.shred-custom-shop-copy .wp-block-heading {
	font-size: clamp(2.5rem, 4.6vw, 5.25rem);
	line-height: 0.98;
	margin-bottom: 1rem;
	margin-top: 1rem;
	max-width: 12ch;
}

.shred-custom-shop-copy p:not(.shred-eyebrow) {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1rem, 1.05vw, 1.15rem);
	line-height: 1.65;
	max-width: 34rem;
}

.shred-custom-shop-actions .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.68rem 0.9rem;
}

.shred-custom-shop-query .wc-block-product,
.shred-custom-shop-query .wp-block-post {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.shred-custom-shop-query .wc-block-product-template,
.shred-custom-shop-query .products-block-post-template,
.shred-custom-shop-query .wp-block-post-template,
.shred-custom-shop-list {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 2vw, 1.6rem);
	grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
}

.shred-custom-shop-query .wc-block-product:first-child,
.shred-custom-shop-query .wp-block-post:first-child,
.shred-custom-shop-item:first-child {
	grid-row: span 2;
}

.shred-custom-shop-query .wc-block-product-image,
.shred-custom-shop-query .wp-block-woocommerce-product-image,
.shred-custom-shop-thumb {
	margin-bottom: 1rem;
}

.shred-custom-shop-query .wc-block-product-image img,
.shred-custom-shop-query .wp-block-woocommerce-product-image img,
.shred-custom-shop-thumb img {
	aspect-ratio: 4 / 5;
	border-radius: var(--wp--custom--radius--sm);
	object-fit: cover;
	width: 100%;
}

.shred-custom-shop-query .wc-block-product:first-child .wc-block-product-image img,
.shred-custom-shop-query .wp-block-post:first-child .wp-block-woocommerce-product-image img,
.shred-custom-shop-item:first-child .shred-custom-shop-thumb img {
	aspect-ratio: 16 / 11;
}

.shred-custom-shop-meta {
	color: var(--wp--preset--color--accent-strong);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.shred-custom-shop-meta a {
	color: inherit;
	text-decoration: none;
}

.shred-custom-shop-query .wp-block-post-title,
.shred-custom-shop-query .wc-block-components-product-title,
.shred-custom-shop-title {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.35rem, 1.8vw, 2rem);
	line-height: 1.04;
	margin: 0.2rem 0 0.45rem;
}

.shred-custom-shop-query .wp-block-post-title a,
.shred-custom-shop-query .wc-block-components-product-title a,
.shred-custom-shop-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.shred-custom-shop-query .wc-block-components-product-price,
.shred-custom-shop-query .wp-block-woocommerce-product-price {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--sm);
	margin-bottom: 0.85rem;
}

.shred-custom-shop-query .wp-block-button__link,
.shred-custom-shop-query .wp-element-button,
.shred-custom-shop-query .wc-block-components-product-button__button,
.shred-custom-shop-item-actions .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.65rem 0.85rem;
}

.shred-activity-section {
	background: var(--wp--preset--color--surface);
}

.shred-activity-header {
	gap: 1.5rem;
	margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.shred-activity-copy .wp-block-heading {
	font-size: clamp(2.5rem, 4.8vw, 5.5rem);
	line-height: 0.96;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.shred-activity-copy p:not(.shred-eyebrow) {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1rem, 1.05vw, 1.15rem);
	line-height: 1.65;
	max-width: 35rem;
}

.shred-activity-actions .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.68rem 0.9rem;
}

.shred-activity-query .wp-block-post {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.shred-activity-list,
.shred-activity-query .wp-block-post-template {
	align-items: stretch;
	display: grid;
	gap: clamp(1.25rem, 2.3vw, 2rem);
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
}

.shred-activity-list > .shred-activity-item:first-child {
	grid-row: span 2;
}

.shred-activity-query .wp-block-post:first-child {
	grid-row: span 2;
}

.shred-activity-query .wp-block-post:only-child {
	grid-column: 1 / -1;
	max-width: 860px;
}

.shred-activity-query .wp-block-post:first-child:nth-last-child(2) {
	grid-row: auto;
}

.shred-activity-item {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-top: 1rem;
}

.shred-activity-item .wp-block-post-featured-image {
	margin-bottom: 1rem;
}

.shred-activity-thumb {
	margin-bottom: 1rem;
}

.shred-activity-thumb a,
.shred-activity-thumb img {
	display: block;
	width: 100%;
}

.shred-activity-item .wp-block-post-featured-image img {
	aspect-ratio: 16 / 10;
	border-radius: var(--wp--custom--radius--sm);
	object-fit: cover;
	width: 100%;
}

.shred-activity-thumb img {
	aspect-ratio: 16 / 10;
	border-radius: var(--wp--custom--radius--sm);
	object-fit: cover;
}

.shred-activity-query .wp-block-post:first-child .wp-block-post-featured-image img {
	aspect-ratio: 16 / 9;
}

.shred-activity-list > .shred-activity-item:first-child .shred-activity-thumb img {
	aspect-ratio: 16 / 9;
}

.shred-activity-meta {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--xs);
	gap: 0.75rem;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.shred-activity-meta .wp-block-post-terms,
.shred-activity-meta .wp-block-post-date,
.shred-activity-meta p {
	margin: 0;
}

.shred-activity-meta .wp-block-post-terms a {
	color: var(--wp--preset--color--accent-strong);
	font-weight: 700;
	text-decoration: none;
}

.shred-activity-item .wp-block-post-title {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.5rem, 2.1vw, 2.7rem);
	line-height: 1.02;
	margin: 0 0 0.65rem;
}

.shred-activity-title {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.5rem, 2.1vw, 2.7rem);
	line-height: 1.02;
	margin: 0 0 0.65rem;
}

.shred-activity-query .wp-block-post:first-child .wp-block-post-title {
	font-size: clamp(2rem, 3.8vw, 4.4rem);
	max-width: 10ch;
}

.shred-activity-list > .shred-activity-item:first-child .shred-activity-title {
	font-size: clamp(2rem, 3.8vw, 4.4rem);
	max-width: 10ch;
}

.shred-activity-query .wp-block-post:first-child:nth-last-child(2) .wp-block-post-title {
	font-size: clamp(1.7rem, 2.8vw, 3.35rem);
	max-width: 12ch;
}

.shred-activity-item .wp-block-post-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.shred-activity-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.shred-activity-item .wp-block-post-excerpt {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.6;
	margin: 0;
}

.shred-activity-watch-link {
	margin: 0;
}

.shred-activity-watch-link a {
	color: var(--wp--preset--color--accent-strong);
	display: inline-block;
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.shred-activity-query .wp-block-query-no-results {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
}

.shred-about-section {
	background: var(--wp--preset--color--background);
}

.shred-about-grid {
	align-items: center;
}

.shred-about-image {
	border-radius: var(--wp--custom--radius--sm);
	line-height: 0;
	margin: 0;
	overflow: hidden;
}

.shred-about-page-image {
	border-radius: var(--wp--custom--radius--sm);
	line-height: 0;
	margin-bottom: clamp(2rem, 4vw, 3rem);
	margin-top: clamp(2rem, 4vw, 3rem);
	overflow: hidden;
}

.shred-about-image img,
.shred-about-page-image img {
	display: block;
	height: auto;
	width: 100%;
}

.shred-about-image .wp-block-cover__inner-container {
	align-items: flex-end;
	box-sizing: border-box;
	display: flex;
	min-height: inherit;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.shred-about-image p {
	border-left: 3px solid var(--wp--preset--color--accent);
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--xs) !important;
	font-weight: 700;
	margin: 0;
	padding-left: 0.75rem;
	text-transform: uppercase;
}

.shred-about-copy {
	max-width: 450px;
}

.shred-about-copy .wp-block-heading {
	font-size: clamp(2.25rem, 3.8vw, 4.7rem);
	line-height: 0.98;
	margin-bottom: 1.1rem;
	margin-top: 1rem;
	max-width: 9ch;
}

.shred-about-copy p:not(.shred-eyebrow) {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1rem, 1.05vw, 1.15rem);
	line-height: 1.68;
}

.shred-about-actions {
	margin-top: 1.5rem;
}

.shred-about-actions .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.68rem 0.9rem;
}

.shred-contact-cta {
	background:
		linear-gradient(90deg, rgba(139, 92, 246, 0.12) 0%, rgba(27, 27, 32, 0) 42%),
		var(--wp--preset--color--surface-alt);
	border-top: 1px solid var(--wp--preset--color--border);
}

.shred-contact-cta .shred-eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
}

.shred-contact-cta .wp-block-heading {
	font-size: clamp(3rem, 6.2vw, 7rem);
	line-height: 0.9;
	margin-bottom: 1rem;
	margin-top: 0;
	max-width: 8ch;
}

.shred-contact-cta p:not(.shred-eyebrow) {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: clamp(1rem, 1.1vw, 1.18rem);
	line-height: 1.62;
	max-width: 37rem;
}

.shred-contact-actions {
	margin-top: 1.5rem;
}

.shred-contact-actions .wp-block-button__link {
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.72rem 1rem;
}

.shred-site-footer {
	border-top: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--xs);
	line-height: 1.5;
}

.shred-footer-primary,
.shred-footer-secondary {
	gap: 1rem 2rem;
}

.shred-footer-secondary {
	border-top: 1px solid var(--wp--preset--color--border);
	margin-top: 1.25rem;
	padding-top: 1rem;
}

.shred-footer-identity .wp-block-site-title {
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	line-height: 1;
	margin: 0;
}

.shred-footer-identity p,
.shred-footer-credit p,
.shred-footer-credit .wp-block-site-title {
	color: var(--wp--preset--color--muted);
	margin: 0;
}

.shred-footer-nav,
.shred-footer-utility {
	gap: 0.45rem 1rem;
}

.shred-footer-nav .wp-block-navigation-item__content,
.shred-footer-utility .wp-block-navigation-item__content {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--body);
	font-weight: 600;
}

.shred-footer-nav .wp-block-navigation-item__content:hover,
.shred-footer-utility .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--accent-strong);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border-color: var(--wp--preset--color--border);
	color: var(--wp--preset--color--foreground);
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	border-color: var(--wp--preset--color--accent-strong);
	color: var(--wp--preset--color--accent-strong);
}

.woocommerce div.product .summary,
.wp-block-woocommerce-product-collection {
	color: var(--wp--preset--color--muted);
}

.wc-block-components-button,
.woocommerce button.button,
.woocommerce a.button {
	border-radius: var(--wp--custom--radius--sm);
}

@media (max-width: 1024px) and (min-width: 783px) {
	.shred-custom-shop-query .wc-block-product-template,
	.shred-custom-shop-query .products-block-post-template,
	.shred-custom-shop-query .wp-block-post-template,
	.shred-custom-shop-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shred-custom-shop-query .wc-block-product:first-child,
	.shred-custom-shop-query .wp-block-post:first-child,
	.shred-custom-shop-item:first-child {
		grid-column: span 2;
		grid-row: auto;
	}

	.shred-activity-list,
	.shred-activity-query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shred-activity-query .wp-block-post:first-child {
		grid-column: span 2;
		grid-row: auto;
	}

	.shred-activity-list > .shred-activity-item:first-child {
		grid-column: span 2;
		grid-row: auto;
	}

	.shred-about-copy {
		max-width: 100%;
	}
}

@media (max-width: 782px) {
	:root {
		--shred-header-height: 64px;
	}

	.shred-site-header {
		position: relative;
	}

	.shred-hero {
		background:
			linear-gradient(180deg, rgba(9, 9, 11, 0.2) 0%, rgba(9, 9, 11, 0.86) 64%, rgba(9, 9, 11, 0.96) 100%),
			var(--wp--preset--color--surface-alt);
		min-height: 78vh;
	}

	.shred-hero .wp-block-cover__inner-container {
		padding-bottom: 2.75rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.shred-hero-content {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		text-align: left;
	}

	.shred-hero .wp-block-site-title {
		font-size: clamp(3.25rem, 18vw, 5rem);
		margin-left: 0;
		max-width: 8.5ch;
	}

	.shred-hero-descriptor {
		font-size: 1rem;
		margin-left: 0;
		max-width: 20rem;
	}

	.shred-hero-actions {
		justify-content: flex-start;
	}

	.shred-hero-actions .wp-block-button__link {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.shred-section,
	.shred-section-tight {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}

	.shred-featured-performance .wp-block-columns {
		gap: 1.5rem;
	}

	.shred-featured-performance-copy {
		max-width: 100%;
	}

	.shred-featured-performance-copy .wp-block-heading {
		font-size: clamp(2.15rem, 12vw, 3.25rem);
	}

	.shred-music-artwork {
		min-height: 300px;
	}

	.shred-music-copy {
		max-width: 100%;
	}

	.shred-music-copy .wp-block-heading {
		font-size: clamp(2rem, 11vw, 3.25rem);
	}

	.shred-music-secondary-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.shred-music-secondary-item {
		align-items: flex-start;
	}

	.shred-method-copy,
	.shred-method-copy p:not(.shred-eyebrow) {
		max-width: 100%;
	}

	.shred-method-copy .wp-block-heading {
		font-size: clamp(2.25rem, 12vw, 3.7rem);
		max-width: 11ch;
	}

	.shred-method-panel {
		border-left: 0;
		border-top: 1px solid var(--wp--preset--color--border);
		padding-left: 0;
		padding-top: 1.5rem;
	}

	.shred-method-panel .wp-block-heading {
		font-size: clamp(1.5rem, 8vw, 2.2rem);
		max-width: 100%;
	}

	.shred-custom-shop-header {
		align-items: flex-start;
		margin-bottom: 1.75rem;
	}

	.shred-custom-shop-copy .wp-block-heading {
		font-size: clamp(2.15rem, 11vw, 3.35rem);
		max-width: 11ch;
	}

	.shred-custom-shop-query .wc-block-product-template,
	.shred-custom-shop-query .products-block-post-template,
	.shred-custom-shop-query .wp-block-post-template,
	.shred-custom-shop-list {
		grid-template-columns: 1fr;
	}

	.shred-custom-shop-query .wc-block-product:first-child,
	.shred-custom-shop-query .wp-block-post:first-child,
	.shred-custom-shop-item:first-child {
		grid-row: auto;
	}

	.shred-custom-shop-query .wc-block-product-image img,
	.shred-custom-shop-query .wp-block-woocommerce-product-image img,
	.shred-custom-shop-query .wc-block-product:first-child .wc-block-product-image img,
	.shred-custom-shop-query .wp-block-post:first-child .wp-block-woocommerce-product-image img,
	.shred-custom-shop-thumb img,
	.shred-custom-shop-item:first-child .shred-custom-shop-thumb img {
		aspect-ratio: 16 / 11;
	}

	.shred-activity-header {
		align-items: flex-start;
		margin-bottom: 1.75rem;
	}

	.shred-activity-copy .wp-block-heading {
		font-size: clamp(2.2rem, 12vw, 3.5rem);
	}

	.shred-activity-list,
	.shred-activity-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.shred-activity-query .wp-block-post:first-child,
	.shred-activity-query .wp-block-post:only-child {
		grid-column: auto;
		grid-row: auto;
		max-width: none;
	}

	.shred-activity-list > .shred-activity-item:first-child {
		grid-column: auto;
		grid-row: auto;
	}

	.shred-activity-query .wp-block-post:first-child .wp-block-post-featured-image img,
	.shred-activity-item .wp-block-post-featured-image img,
	.shred-activity-list > .shred-activity-item:first-child .shred-activity-thumb img,
	.shred-activity-thumb img {
		aspect-ratio: 16 / 10;
	}

	.shred-activity-query .wp-block-post:first-child .wp-block-post-title {
		font-size: clamp(1.6rem, 9vw, 2.7rem);
		max-width: 100%;
	}

	.shred-activity-list > .shred-activity-item:first-child .shred-activity-title {
		font-size: clamp(1.6rem, 9vw, 2.7rem);
		max-width: 100%;
	}

	.shred-about-copy {
		max-width: 100%;
	}

	.shred-about-copy .wp-block-heading {
		font-size: clamp(2.05rem, 11vw, 3.3rem);
		max-width: 10ch;
	}

	.shred-contact-cta {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}

	.shred-contact-cta .wp-block-heading {
		font-size: clamp(2.8rem, 15vw, 4.8rem);
		max-width: 8ch;
	}

	.shred-contact-cta p:not(.shred-eyebrow) {
		max-width: 100%;
	}

	.shred-footer-primary,
	.shred-footer-secondary {
		align-items: flex-start;
		flex-direction: column;
	}

	.shred-footer-nav,
	.shred-footer-utility {
		gap: 0.55rem 0.9rem;
	}

	.shred-mobile-stack {
		flex-direction: column;
	}
}
