@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
	--accent: #c99222;
	--ink: #151515;
	--cream: #f8f2e8;
	--radius: 18px;
	--line: rgba(21,21,21,.16);
	color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: var(--ink);
	background: var(--cream);
	min-width: 320px;
	transition: background .4s ease, color .4s ease;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* Header */
.site-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 24px 7vw;
	position: fixed;
	right: 0;
	top: 0;
	transition: background .3s, box-shadow .3s, padding .3s;
	z-index: 20;
}
.site-header.is-scrolled {
	background: rgba(248,242,232,.88);
	box-shadow: 0 8px 28px rgba(30,19,2,.08);
	padding: 16px 7vw;
	backdrop-filter: blur(14px);
}
.brand { align-items: center; display: flex; gap: 12px; font-size: 15px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark {
	align-items: center;
	background: var(--ink);
	clip-path: polygon(50% 0, 94% 16%, 87% 78%, 50% 100%, 13% 78%, 6% 16%);
	color: var(--cream);
	display: flex;
	font-family: 'Anton', sans-serif;
	font-size: 14px;
	height: 40px;
	justify-content: center;
	position: relative;
	width: 36px;
}
.brand-mark:before { border: 1px solid var(--accent); content: ''; inset: 4px; position: absolute; clip-path: inherit; }
.brand-mark i { background: var(--accent); bottom: 6px; height: 2px; position: absolute; width: 15px; }
.brand-mark span { z-index: 1; }
.brand-name { font-weight: 700; letter-spacing: -.02em; }

.desktop-nav { display: flex; gap: 36px; margin-left: 130px; }
.desktop-nav a { font-size: 13px; position: relative; }
.desktop-nav a:after { background: var(--accent); bottom: -7px; content: ''; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .3s; width: 100%; }
.desktop-nav a:hover:after, .desktop-nav a.active:after { transform: scaleX(1); }

.club-button, .primary-button {
	align-items: center;
	background: linear-gradient(135deg, #e8bd4f, #b57b0e);
	border: 0;
	border-radius: var(--radius);
	box-shadow: inset 0 1px rgba(255,255,255,.45), 0 7px 18px rgba(154,98,5,.18);
	color: #16120b;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 18px;
	justify-content: center;
	padding: 14px 22px;
	transition: transform .25s, box-shadow .25s;
}
.club-button:hover, .primary-button:hover { box-shadow: inset 0 1px rgba(255,255,255,.45), 0 10px 25px rgba(154,98,5,.3); transform: translateY(-3px); }
.club-button svg, .primary-button svg { height: 17px; width: 17px; }

.menu-button { display: none; background: none; border: 0; padding: 7px; cursor: pointer; }
.menu-button span { background: var(--ink); display: block; height: 2px; margin: 4px 0; width: 24px; }

/* Hero */
.hero {
	min-height: 720px;
	height: min(89vw, 720px);
	max-height: 720px;
	padding: 172px 7vw 40px;
	position: relative;
}
.hero-full { min-height: 100vh; height: 100vh; max-height: 100vh; }
.hero:before {
	background: radial-gradient(ellipse at 75% 40%, rgba(255,255,255,.74), transparent 42%), radial-gradient(ellipse at 14% 60%, rgba(255,255,255,.4), transparent 35%);
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
}
.hero-grain {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
	inset: 0;
	opacity: .12;
	pointer-events: none;
	position: absolute;
}

.hero-content { max-width: 550px; position: relative; z-index: 4; }
.eyebrow { align-items: center; display: flex; font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .2em; margin: 0 0 22px; }
.eyebrow b { background: var(--accent); border-radius: 50%; display: inline-block; height: 7px; margin-right: 12px; width: 7px; }

.hero h1 {
	font-family: 'Anton', sans-serif;
	font-size: clamp(76px, 9vw, 142px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .78;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.hero h1 em {
	color: var(--accent);
	font-style: normal;
	-webkit-text-stroke: 1px var(--accent);
	text-shadow: 0 2px 0 rgba(71,43,2,.15);
}

.hero-copy { font-size: 16px; line-height: 1.55; margin: 0 0 25px; max-width: 450px; }
.hero-actions { display: flex; gap: 16px; }

.secondary-button {
	align-items: center;
	border: 1px solid rgba(173,117,13,.65);
	border-radius: var(--radius);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	padding: 14px 19px;
	transition: background .25s, transform .25s;
}
.secondary-button:hover { background: rgba(255,255,255,.45); transform: translateY(-3px); }
.play-icon { color: var(--accent); font-size: 12px; }

/* Hero stage / 3D */
.hero-stage {
	bottom: 0;
	height: 670px;
	perspective: 1100px;
	pointer-events: none;
	position: absolute;
	right: 3vw;
	top: 45px;
	transform: translateX(1%);
	width: 58%;
}
.orbit {
	border: 2px solid rgba(204,147,34,.65);
	border-radius: 50%;
	height: 520px;
	left: 24%;
	position: absolute;
	top: 90px;
	transform: rotate(-24deg);
	width: 360px;
}
.orbit-two { height: 580px; left: 19%; opacity: .55; top: 63px; transform: rotate(38deg); width: 450px; }
.stadium-wash {
	background: radial-gradient(ellipse at 50% 50%, rgba(212,179,101,.38), transparent 63%);
	height: 610px;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 46px;
	width: 95%;
}
.stadium-wash:before { border: 1px solid rgba(174,129,37,.15); border-radius: 50%; content: ''; inset: 20% 9%; position: absolute; transform: rotate(-15deg); }
.paint-streak {
	background: var(--accent);
	bottom: 102px;
	filter: blur(.5px);
	height: 26px;
	opacity: .7;
	position: absolute;
	transform: rotate(-25deg) skewX(-25deg);
	width: 470px;
}
.streak-one { left: 20%; }
.streak-two { background: rgba(202,144,33,.42); bottom: 140px; height: 10px; left: 12%; width: 550px; }

.athlete-wrap {
	bottom: -15px;
	filter: drop-shadow(18px 18px 16px rgba(40,23,2,.18));
	height: 630px;
	left: 21%;
	position: absolute;
	transform: rotateX(var(--hero-rotate-x, 0deg)) rotateY(var(--hero-rotate-y, 0deg)) translateZ(30px);
	transform-origin: bottom center;
	transition: transform .25s ease-out;
	width: 330px;
	z-index: 3;
}
.athlete-wrap img { height: 100%; object-fit: cover; object-position: 48% top; width: 100%; mix-blend-mode: multiply; }
.athlete-shadow { background: linear-gradient(transparent, rgba(81,48,3,.09)); bottom: 0; height: 35%; left: 0; position: absolute; width: 100%; }

.stage-label { color: #956914; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .22em; position: absolute; writing-mode: vertical-rl; z-index: 4; }
.label-left { left: 18%; top: 45%; transform: rotate(180deg); }
.label-right { color: var(--ink); right: 3%; top: 40%; }

.scroll-cue { align-items: center; bottom: 35px; display: flex; font-family: 'Space Mono', monospace; font-size: 9px; gap: 12px; left: 7vw; position: absolute; text-transform: uppercase; }
.scroll-cue i { border: 1px solid var(--accent); border-radius: 50%; height: 25px; position: relative; width: 25px; }
.scroll-cue i:after { border-bottom: 1px solid var(--accent); border-right: 1px solid var(--accent); content: ''; height: 5px; left: 8px; position: absolute; top: 7px; transform: rotate(45deg); width: 5px; }

/* Proof strip */
.proof-strip {
	align-items: center;
	border-bottom: 1px solid rgba(185,130,22,.4);
	border-top: 1px solid rgba(185,130,22,.4);
	display: flex;
	gap: 46px;
	min-height: 112px;
	padding: 18px 7vw;
}
.proof-item {
	align-items: center;
	border-right: 1px solid rgba(185,130,22,.25);
	display: flex;
	gap: 14px;
	min-width: 180px;
	padding-right: 48px;
}
.proof-icon { color: var(--accent); font-size: 43px; font-weight: 300; line-height: 1; }
.proof-item strong { display: block; font-family: 'Anton', sans-serif; font-size: 29px; font-weight: 400; line-height: 1; }
.proof-item strong span { color: var(--accent); }
.proof-item small { display: block; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: .1em; margin-top: 7px; }
.proof-site { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .24em; margin-left: auto; position: relative; }
.proof-site i { background: var(--accent); bottom: -11px; height: 2px; left: 25%; position: absolute; width: 50%; }

/* Motion and below fold */
.reveal-pending { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal-pending.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
	*, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
	.reveal-pending { opacity: 1; transform: none; }
}
.below-fold { min-height: 340px; padding: 100px 7vw; text-align: center; }
.below-fold .eyebrow { justify-content: center; }
.below-fold h2 { font-family: 'Anton', sans-serif; font-size: clamp(46px, 7vw, 90px); font-weight: 400; letter-spacing: -.04em; margin: 25px 0 8px; }
.below-fold > p:last-child { color: #665e52; margin: 0; }

/* Post feed */
.post-feed { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 32px; padding: 0 7vw 80px; }
.post-card { background: rgba(255,255,255,.45); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(40,23,2,.12); }
.post-thumb img { width: 100%; height: 200px; object-fit: cover; display: block; }
.post-body { padding: 24px; }
.post-body h3 { font-family: 'Anton', sans-serif; font-size: 28px; font-weight: 400; margin: 12px 0 8px; line-height: 1.05; }
.post-body p { color: #665e52; font-size: 14px; margin: 0 0 16px; }
.read-more { color: var(--accent); font-size: 13px; font-weight: 700; }

.pagination { display: flex; justify-content: center; gap: 16px; padding: 0 7vw 80px; }
.pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--line); border-radius: 99px; }
.pagination .page-numbers.current { background: var(--ink); color: var(--cream); }

/* Single post */
.single-post { max-width: 760px; margin: 0 auto; padding: 140px 7vw 80px; }
.post-header .eyebrow { justify-content: flex-start; }
.post-header h1 { font-family: 'Anton', sans-serif; font-size: clamp(40px, 6vw, 72px); font-weight: 400; margin: 16px 0 0; line-height: .9; text-transform: uppercase; }
.post-featured { margin: 32px 0; border-radius: var(--radius); overflow: hidden; }
.post-featured img { width: 100%; display: block; }
.post-content { line-height: 1.7; font-size: 17px; }
.post-content p { margin: 0 0 24px; }

/* Comments */
.comments-area { max-width: 760px; margin: 0 auto; padding: 0 7vw 80px; }
.comment-list { list-style: none; padding: 0; }
.comment-list .comment { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin-bottom: 16px; }

/* Footer */
.site-footer { background: var(--ink); color: var(--cream); padding: 60px 7vw 30px; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 32px; }
.footer-brand .brand-mark { background: var(--cream); color: var(--ink); }
.footer-brand p { margin: 16px 0 0; font-size: 14px; color: rgba(248,242,232,.7); }
.footer-widgets { flex: 1; max-width: 400px; }
.footer-widget h4 { font-family: 'Anton', sans-serif; font-size: 18px; font-weight: 400; text-transform: uppercase; }
.footer-nav { display: flex; gap: 24px; }
.footer-nav a { font-size: 13px; color: rgba(248,242,232,.7); transition: color .2s; }
.footer-nav a:hover { color: var(--accent); }
.footer-credit { border-top: 1px solid rgba(248,242,232,.15); margin-top: 40px; padding-top: 24px; font-size: 12px; color: rgba(248,242,232,.5); }

/* Search form */
.search-form { display: flex; gap: 8px; }
.search-field { flex: 1; padding: 10px 14px; border: 1px solid var(--line); border-radius: var(--radius); font: inherit; background: rgba(255,255,255,.5); }
.search-submit { background: var(--ink); color: var(--cream); border: 0; border-radius: var(--radius); padding: 10px 18px; cursor: pointer; font-weight: 700; }

/* Block editor alignment */
.alignwide { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }

/* Responsive */
@media (max-width: 850px) {
	.site-header { padding: 18px 6vw; }
	.desktop-nav, .club-button { display: none; }
	.menu-button { display: block; }
	.hero { height: auto; min-height: 770px; padding: 135px 6vw 0; }
	.hero-content { max-width: 90%; }
	.hero h1 { font-size: clamp(68px, 16vw, 120px); }
	.hero-stage { height: 420px; left: 25%; right: 0; top: auto; bottom: 0; transform: translateX(0); width: 80%; }
	.athlete-wrap { height: 440px; left: 21%; width: 235px; }
	.orbit { height: 330px; left: 12%; top: 48px; width: 250px; }
	.orbit-two { height: 375px; left: 5%; top: 25px; width: 300px; }
	.stadium-wash { height: 400px; top: 25px; }
	.paint-streak { bottom: 60px; left: -10%; width: 380px; }
	.streak-two { bottom: 90px; width: 450px; }
	.stage-label { display: none; }
	.scroll-cue { bottom: 16px; left: 6vw; }
	.proof-strip { align-items: stretch; flex-wrap: wrap; gap: 0; padding: 20px 6vw; }
	.proof-item { flex: 1 1 33%; min-width: 120px; padding: 8px 20px 8px 0; }
	.proof-item:nth-child(3) { border-right: 0; }
	.proof-site { flex-basis: 100%; margin: 18px 0 0; }
	.below-fold { padding: 70px 6vw; }
	.post-feed { grid-template-columns: 1fr; padding: 0 6vw 60px; }
	.footer-inner { flex-direction: column; }
	.footer-nav { flex-wrap: wrap; }
}

@media (max-width: 480px) {
	.hero { min-height: 735px; }
	.hero-copy { font-size: 14px; max-width: 320px; }
	.hero-actions { flex-wrap: wrap; }
	.primary-button, .secondary-button { padding: 12px 15px; }
	.hero-stage { bottom: 5px; height: 350px; left: 15%; width: 91%; }
	.athlete-wrap { height: 370px; left: 20%; width: 205px; }
	.proof-item { gap: 8px; }
	.proof-icon { font-size: 32px; }
	.proof-item strong { font-size: 23px; }
	.proof-item small { font-size: 7px; }
}
