/*
Theme Name: 81's Fight Club
Theme URI: http://81s-fight-club.local
Description: Minimal Astra child theme for the 81's Fight Club starter site.
Author: OpenAI Codex
Template: astra
Version: 1.0.0
Text Domain: eightyones-fight-club
*/

:root {
	--fight-black: #090909;
	--fight-black-soft: #121212;
	--fight-black-panel: #171717;
	--fight-black-edge: #232323;
	--fight-orange: #cc5500;
	--fight-orange-soft: #f07a26;
	--fight-orange-deep: #9f4200;
	--fight-sand: #f1e7dc;
	--fight-copy: #d7cec5;
	--fight-muted: #9f978f;
	--fight-border: rgba(255, 255, 255, 0.08);
	--fight-border-strong: rgba(240, 122, 38, 0.32);
}

body,
button,
input,
select,
textarea {
	background: var(--fight-black);
	color: var(--fight-copy);
	font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

body {
	background-image:
		radial-gradient(circle at top right, rgba(204, 85, 0, 0.16), transparent 28%),
		linear-gradient(180deg, #111111 0%, #090909 34%, #070707 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-header-menu > .menu-item > .menu-link,
.fight-eyebrow,
.fight-button {
	font-family: "Arial Narrow", "Franklin Gothic Medium", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
}

.entry-title,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.widget-title,
.ast-archive-title {
	color: #ffffff;
}

a,
.entry-content a {
	color: var(--fight-orange-soft);
}

a:hover,
a:focus,
.entry-content a:hover,
.entry-content a:focus {
	color: #ffffff;
}

a,
button,
input,
textarea,
select,
.fight-card,
.fight-price-card,
.fight-coach-card,
.fight-contact-panel,
.fight-callout,
.fight-stat,
.fight-table-wrap,
.main-header-menu > .menu-item > .menu-link {
	transition:
		color 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

.site,
.site-content,
.ast-separate-container,
.ast-plain-container,
.main-header-bar,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	background: transparent;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(10px);
	background: rgba(8, 8, 8, 0.92);
	border-bottom: 1px solid rgba(204, 85, 0, 0.25);
}

.main-header-bar,
.ast-builder-menu-1 {
	min-height: 82px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #ffffff;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.site-description {
	color: var(--fight-muted);
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.main-header-menu > .menu-item > .menu-link,
.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	position: relative;
	color: #f7f1eb;
	font-size: 0.92rem;
	font-weight: 700;
}

.main-header-menu > .menu-item > .menu-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.45rem;
	height: 2px;
	background: linear-gradient(90deg, var(--fight-orange), transparent 82%);
	transform: scaleX(0);
	transform-origin: left center;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .menu-item > .menu-link:focus,
.main-header-menu > .current-menu-item > .menu-link {
	color: var(--fight-orange-soft);
}

.main-header-menu > .menu-item > .menu-link:hover::after,
.main-header-menu > .menu-item > .menu-link:focus::after,
.main-header-menu > .current-menu-item > .menu-link::after {
	transform: scaleX(1);
}

.menu-toggle,
button.menu-toggle {
	background: var(--fight-orange);
	color: #0e0e0e;
	border-radius: 2px;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.ast-separate-container #primary,
.ast-plain-container #primary {
	margin: 0;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-plain-container .site-content > .ast-container {
	background: transparent;
}

.entry-content > :last-child,
.entry-summary > :last-child,
.comment-content > :last-child {
	margin-bottom: 0;
}

.home .entry-header {
	display: none;
}

.home .entry-content,
.home .entry-content[ast-blocks-layout] {
	margin-top: 0;
}

.home .site-content > .ast-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.page .entry-header {
	margin-bottom: 1.25rem;
}

.page .ast-single-post-featured-section {
	display: none;
}

.page .entry-title {
	color: #ffffff;
	font-size: clamp(2rem, 5vw, 3.25rem);
	letter-spacing: 0.08em;
}

.fight-page {
	padding: 1rem 0 5rem;
}

.fight-page > * + * {
	margin-top: 1.5rem;
}

.fight-home {
	padding: 0 0 4rem;
}

.fight-hero {
	position: relative;
	margin: -1.5rem calc(50% - 50vw) 4rem;
	padding: clamp(5rem, 8vw, 8rem) 1.5rem clamp(4rem, 7vw, 6rem);
	min-height: clamp(560px, 72vh, 760px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background-color: #080808;
	background-image:
		linear-gradient(135deg, rgba(6, 6, 6, 0.34), rgba(12, 12, 12, 0.68)),
		linear-gradient(90deg, rgba(204, 85, 0, 0.18), transparent 46%),
		var(--fight-home-hero-image, linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 0.92))),
		repeating-linear-gradient(
			120deg,
			rgba(255, 255, 255, 0.025) 0,
			rgba(255, 255, 255, 0.025) 2px,
			transparent 2px,
			transparent 22px
		);
	background-position: center center, center center, center 24%, center center;
	background-repeat: no-repeat;
	background-size: auto, auto, cover, auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fight-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52)),
		linear-gradient(90deg, rgba(3, 3, 3, 0.6), rgba(6, 6, 6, 0.18) 46%, rgba(6, 6, 6, 0.48) 100%);
}

.fight-hero::after {
	content: "";
	position: absolute;
	inset: auto -8% -30% auto;
	width: min(42vw, 500px);
	height: min(42vw, 500px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(204, 85, 0, 0.24), transparent 70%);
	filter: blur(10px);
}

.fight-hero-inner,
.fight-section-inner {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
}

.fight-hero h1 {
	max-width: 11ch;
	margin: 0 0 1rem;
	font-size: clamp(3rem, 8vw, 6rem);
	line-height: 0.94;
	letter-spacing: 0.08em;
	text-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
}

.fight-hero p {
	max-width: 42rem;
	margin: 0 0 2rem;
	font-size: clamp(1.05rem, 2.3vw, 1.3rem);
	line-height: 1.7;
	color: var(--fight-copy);
}

.fight-eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.45rem 0.9rem;
	border: 1px solid rgba(204, 85, 0, 0.55);
	color: #ffffff;
	background: linear-gradient(90deg, rgba(204, 85, 0, 0.22), rgba(204, 85, 0, 0.08));
	font-size: 0.78rem;
	font-weight: 700;
}

.fight-button,
.fight-button:visited,
.wp-block-button__link,
.ast-button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 0.95rem 1.4rem;
	border: 1px solid var(--fight-orange);
	border-radius: 2px;
	background: linear-gradient(180deg, var(--fight-orange-soft), var(--fight-orange));
	color: #0b0b0b;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.09em;
	box-shadow:
		0 16px 34px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.fight-button:hover,
.fight-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.ast-button:hover,
.ast-button:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: linear-gradient(180deg, #ff8a37, var(--fight-orange-soft));
	border-color: var(--fight-orange-soft);
	color: #090909;
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(240, 122, 38, 0.22);
	transform: translateY(-2px);
}

.fight-button.is-ghost {
	background: rgba(255, 255, 255, 0.02);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.fight-button.is-ghost:hover,
.fight-button.is-ghost:focus {
	border-color: var(--fight-orange-soft);
	color: var(--fight-orange-soft);
	background: rgba(204, 85, 0, 0.1);
}

.fight-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.fight-section {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto 1rem;
	padding: 2.6rem 0 0;
	scroll-margin-top: 7rem;
}

.fight-section h2 {
	position: relative;
	margin: 0 0 1rem;
	padding-bottom: 0.85rem;
	font-size: clamp(1.8rem, 4vw, 2.9rem);
}

.fight-section h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 78px;
	height: 4px;
	background: linear-gradient(90deg, var(--fight-orange), transparent);
}

.fight-section .fight-lead {
	max-width: 46rem;
	color: var(--fight-copy);
	font-size: 1.05rem;
	line-height: 1.75;
}

.fight-home .fight-section {
	padding-top: 3.35rem;
}

.fight-home .fight-section + .fight-section {
	margin-top: 1.4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.fight-home .fight-section:last-child .fight-section-inner {
	padding: 2rem;
	border: 1px solid rgba(204, 85, 0, 0.26);
	background:
		linear-gradient(135deg, rgba(204, 85, 0, 0.14), rgba(12, 12, 12, 0.96)),
		repeating-linear-gradient(
			125deg,
			rgba(255, 255, 255, 0.015) 0,
			rgba(255, 255, 255, 0.015) 2px,
			transparent 2px,
			transparent 20px
		);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26);
}

.fight-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1.35rem;
	margin-top: 1.8rem;
}

.fight-card,
.fight-price-card,
.fight-coach-card,
.fight-contact-panel,
.fight-callout,
.fight-table-wrap {
	position: relative;
	padding: 1.4rem;
	border: 1px solid var(--fight-border);
	background:
		linear-gradient(180deg, rgba(27, 27, 27, 0.95), rgba(18, 18, 18, 0.95)),
		repeating-linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.02) 0,
			rgba(255, 255, 255, 0.02) 2px,
			transparent 2px,
			transparent 18px
		);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
}

.fight-card::before,
.fight-price-card::before,
.fight-coach-card::before,
.fight-contact-panel::before,
.fight-callout::before,
.fight-table-wrap::before {
	content: "";
	position: absolute;
	left: 1.4rem;
	top: 0;
	width: 52px;
	height: 3px;
	background: linear-gradient(90deg, var(--fight-orange), transparent);
}

.fight-card:hover,
.fight-price-card:hover,
.fight-coach-card:hover,
.fight-contact-panel:hover,
.fight-callout:hover,
.fight-table-wrap:hover {
	border-color: var(--fight-border-strong);
	box-shadow: 0 24px 46px rgba(0, 0, 0, 0.34);
	transform: translateY(-4px);
}

.fight-card h3,
.fight-price-card h3,
.fight-coach-card h3,
.fight-contact-panel h3,
.fight-callout h3 {
	margin-top: 0;
	margin-bottom: 0.65rem;
	font-size: 1.2rem;
}

.fight-card p,
.fight-price-card p,
.fight-coach-card p,
.fight-contact-panel p,
.fight-callout p,
.fight-list,
.fight-table-wrap td,
.fight-table-wrap th {
	color: var(--fight-copy);
}

.fight-kicker {
	display: inline-block;
	margin-bottom: 0.55rem;
	color: var(--fight-orange-soft);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fight-list,
.fight-detail-list {
	margin: 0;
	padding-left: 1.1rem;
	line-height: 1.75;
}

.fight-detail-list li::marker,
.fight-list li::marker {
	color: var(--fight-orange-soft);
}

.fight-table-wrap {
	overflow-x: auto;
}

.fight-table-wrap table {
	width: 100%;
	border-collapse: collapse;
}

.fight-table-wrap th,
.fight-table-wrap td {
	padding: 0.9rem 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
}

.fight-table-wrap th {
	color: #ffffff;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fight-price {
	display: block;
	margin: 0.35rem 0 0.8rem;
	color: var(--fight-orange-soft);
	font-size: 2rem;
	font-weight: 700;
}

.fight-cta-band {
	margin-top: 2rem;
	padding: 1.6rem;
	border-left: 4px solid var(--fight-orange);
	border: 1px solid rgba(204, 85, 0, 0.22);
	background:
		linear-gradient(90deg, rgba(204, 85, 0, 0.18), rgba(204, 85, 0, 0.05)),
		radial-gradient(circle at right center, rgba(240, 122, 38, 0.12), transparent 34%);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.fight-cta-band p {
	margin: 0 0 1rem;
}

.fight-split {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
}

.fight-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: stretch;
}

.fight-feature--media-left {
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.fight-feature-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fight-feature-copy > :last-child {
	margin-bottom: 0;
}

.fight-feature-media {
	position: relative;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(26, 26, 26, 0.82), rgba(12, 12, 12, 0.82)),
		radial-gradient(circle at top left, rgba(204, 85, 0, 0.14), transparent 42%);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.fight-feature-media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.16)),
		linear-gradient(135deg, rgba(204, 85, 0, 0.1), transparent 38%);
	pointer-events: none;
}

.fight-feature-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	filter: brightness(1.08) contrast(1.03);
}

.fight-photo-caption {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	margin: 0;
	padding: 0.7rem 0.9rem;
	background: rgba(6, 6, 6, 0.56);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
}

.fight-scene-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 4vw, 3.25rem);
	border: 1px solid rgba(204, 85, 0, 0.24);
	background-color: #0d0d0d;
	background-image:
		linear-gradient(135deg, rgba(8, 8, 8, 0.76), rgba(8, 8, 8, 0.54)),
		linear-gradient(90deg, rgba(204, 85, 0, 0.12), transparent 44%),
		var(--fight-scene-image, linear-gradient(180deg, rgba(10, 10, 10, 0.94), rgba(10, 10, 10, 0.94)));
	background-position: center center, center center, var(--fight-scene-position, center center);
	background-repeat: no-repeat;
	background-size: auto, auto, cover;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.fight-scene-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.34)),
		repeating-linear-gradient(
			120deg,
			rgba(255, 255, 255, 0.015) 0,
			rgba(255, 255, 255, 0.015) 2px,
			transparent 2px,
			transparent 20px
		);
}

.fight-scene-panel__inner {
	position: relative;
	z-index: 1;
	max-width: 40rem;
}

.fight-scene-panel .fight-kicker,
.fight-scene-panel h2,
.fight-scene-panel p {
	color: #ffffff;
}

.fight-scene-panel h2 {
	margin-top: 0.35rem;
	margin-bottom: 0.9rem;
}

.fight-scene-panel p {
	max-width: 36rem;
	margin-bottom: 1.3rem;
}

.fight-scene-panel .fight-actions {
	margin-top: 1.25rem;
}

.fight-stat-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 0.9rem;
	margin-top: 1.5rem;
}

.fight-stat {
	padding: 1rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 2px solid rgba(204, 85, 0, 0.52);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
		rgba(5, 5, 5, 0.5);
	backdrop-filter: blur(8px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.fight-stat strong {
	display: block;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.1;
}

.fight-stat span {
	display: block;
	margin-top: 0.35rem;
	color: var(--fight-muted);
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.site-footer-primary-section-1,
.site-footer-primary-section-2,
.site-footer-primary-section-3,
.site-footer-primary-section-4,
.site-below-footer-wrap {
	color: var(--fight-muted);
}

.site-footer a,
.site-footer a:visited {
	color: var(--fight-orange-soft);
}

@media (max-width: 921px) {
	.site-header {
		position: static;
	}

	.fight-hero {
		margin-top: 0;
		min-height: auto;
		background-position: center center, center center, center 30%, center center;
	}

	.page .entry-title {
		font-size: 2.2rem;
	}

	.fight-home .fight-section:last-child .fight-section-inner {
		padding: 1.5rem;
	}

	.fight-feature,
	.fight-feature--media-left {
		grid-template-columns: 1fr;
	}

	.fight-feature-image {
		min-height: 300px;
	}
}

@media (max-width: 544px) {
	.fight-hero {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 4.4rem;
		padding-bottom: 3.6rem;
		background-position: center center, center center, center 36%, center center;
	}

	.fight-section {
		width: min(1180px, calc(100% - 1.4rem));
	}

	.fight-card,
	.fight-price-card,
	.fight-coach-card,
	.fight-contact-panel,
	.fight-callout,
	.fight-table-wrap {
		padding: 1.1rem;
	}

	.fight-feature-image {
		min-height: 250px;
	}

	.fight-scene-panel {
		padding: 1.5rem 1.2rem;
		background-position: center center, center center, 58% center;
	}
}
