/*
Theme Name: Votive Thread
Author: Votive Thread
Description: Premium Catholic streetwear storefront with WooCommerce support, editorial product storytelling, and a responsive modern-gothic visual system.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: votive-thread
Tags: e-commerce, custom-logo, custom-menu, featured-images, block-styles, wide-blocks
*/

:root {
	--ink: #0b0b0a;
	--bone: #eee9de;
	--paper: #d8d0c1;
	--blood: #8e191c;
	--line: rgba(238, 233, 222, 0.23);
	--content: 1320px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background: var(--ink);
}

body {
	margin: 0;
	background: var(--ink);
	color: var(--bone);
	font-family: "Geist", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.vt-scroll-lock {
	overflow: hidden;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none !important;
}

.sr-only,
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 8px;
	left: 8px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--bone);
	color: var(--ink);
}

.drop-bar {
	position: absolute;
	inset: 0 0 auto;
	z-index: 50;
	height: 30px;
	padding: 0 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--line);
	font-family: "Geist Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-header {
	position: absolute;
	z-index: 50;
	top: 30px;
	left: 0;
	right: 0;
	height: 88px;
	padding: 0 28px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	border-bottom: 1px solid var(--line);
}

.admin-bar .drop-bar {
	top: 32px;
}

.admin-bar .site-header {
	top: 62px;
}

.brand {
	width: max-content;
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-weight: 900;
	letter-spacing: -0.08em;
	font-size: 24px;
}

.brand small {
	font-family: "Geist Mono", monospace;
	font-size: 7px;
	letter-spacing: 0.32em;
}

.brand .custom-logo-link {
	display: block;
}

.brand .custom-logo {
	width: auto;
	max-width: 190px;
	max-height: 52px;
}

.desktop-nav {
	display: flex;
	align-items: center;
	gap: 34px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.13em;
}

.desktop-menu {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 34px;
	list-style: none;
}

.desktop-nav a {
	position: relative;
}

.desktop-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -7px;
	height: 1px;
	background: currentColor;
	transition: right 0.25s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
	right: 0;
}

.access-button {
	justify-self: end;
	border: 0;
	padding: 0;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.13em;
	cursor: pointer;
	display: flex;
	gap: 22px;
}

.menu-button {
	display: none;
}

.signup-status {
	position: fixed;
	z-index: 200;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 18px;
	background: var(--bone);
	color: var(--ink);
	border: 1px solid var(--ink);
	font-family: "Geist Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero {
	height: min(960px, 100svh);
	min-height: 700px;
	position: relative;
	overflow: hidden;
	background: #171614;
}

.hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 56% center;
	filter: saturate(0.63) contrast(1.08);
	transform: scale(1.02);
	animation: reveal-image 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(11, 11, 10, 0.92) 0%, rgba(11, 11, 10, 0.72) 32%, rgba(11, 11, 10, 0.12) 69%, rgba(11, 11, 10, 0.5) 100%),
		linear-gradient(0deg, rgba(11, 11, 10, 0.7), transparent 45%);
}

.hero-content {
	position: absolute;
	z-index: 2;
	left: clamp(28px, 5vw, 78px);
	top: 51%;
	transform: translateY(-43%);
	max-width: 950px;
}

.eyebrow,
.section-tag {
	margin: 0 0 30px;
	font-family: "Geist Mono", monospace;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 10px;
}

.hero h1 {
	margin: 0;
	max-width: 900px;
	font-size: clamp(62px, 9.6vw, 146px);
	line-height: 0.79;
	letter-spacing: -0.085em;
	font-weight: 900;
	text-transform: uppercase;
	animation: reveal-copy 0.9s 0.12s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero h1 em,
.access-section h2 em {
	font-family: Georgia, serif;
	font-weight: 400;
	letter-spacing: -0.06em;
}

.hero-copy {
	margin: 34px 0 0;
	max-width: 420px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(238, 233, 222, 0.76);
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-top: 32px;
}

.button {
	min-height: 48px;
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	gap: 46px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 10px;
	border: 1px solid var(--bone);
	transition: background 0.2s, color 0.2s;
}

.button-light {
	color: var(--ink);
	background: var(--bone);
}

.button-light:hover,
.button-light:focus-visible {
	color: var(--bone);
	background: transparent;
}

.text-link {
	display: flex;
	gap: 18px;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hero-index {
	position: absolute;
	z-index: 2;
	right: 28px;
	top: 150px;
	bottom: 48px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	font-family: "Geist Mono", monospace;
	font-size: 8px;
	letter-spacing: 0.14em;
	writing-mode: vertical-rl;
}

.scroll-cue {
	position: absolute;
	z-index: 2;
	bottom: 31px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 8px;
}

.scroll-cue i {
	width: 1px;
	height: 25px;
	background: var(--bone);
	animation: pulse-line 1.8s infinite;
}

.manifesto {
	min-height: 740px;
	padding: 120px clamp(28px, 6vw, 92px);
	display: grid;
	grid-template-columns: 0.72fr 1.5fr;
	gap: 8vw;
	background: var(--bone);
	color: var(--ink);
}

.manifesto-mark {
	position: relative;
	align-self: stretch;
	min-height: 440px;
	border: 1px solid rgba(11, 11, 10, 0.28);
	display: grid;
	place-items: center;
	overflow: hidden;
}

.manifesto-mark::before,
.manifesto-mark::after {
	content: "";
	position: absolute;
	background: rgba(11, 11, 10, 0.25);
}

.manifesto-mark::before {
	height: 1px;
	width: 140%;
	transform: rotate(48deg);
}

.manifesto-mark::after {
	height: 140%;
	width: 1px;
	transform: rotate(48deg);
}

.manifesto-mark span {
	font-family: Georgia, serif;
	font-size: clamp(120px, 17vw, 280px);
	font-style: italic;
	line-height: 1;
}

.manifesto-mark i {
	position: absolute;
	width: 16px;
	height: 34px;
	top: 18%;
	background: var(--blood);
	clip-path: polygon(50% 0, 88% 50%, 70% 100%, 30% 100%, 12% 50%);
}

.manifesto-copy {
	align-self: center;
}

.manifesto-copy h2,
.section-heading h2,
.symbols h2,
.access-section h2,
.content-header h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: clamp(52px, 7.4vw, 112px);
	line-height: 0.84;
	font-weight: 900;
	letter-spacing: -0.075em;
}

.manifesto-copy h2 span {
	color: var(--blood);
}

.manifesto-detail {
	max-width: 680px;
	margin-top: 70px;
	margin-left: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	font-size: 13px;
	line-height: 1.75;
}

.manifesto-detail p {
	margin: 0;
}

.house-standard {
	padding: 95px clamp(28px, 6vw, 92px);
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: clamp(50px, 9vw, 150px);
	background: var(--paper);
	color: var(--ink);
	border-top: 1px solid rgba(17, 17, 15, 0.18);
	border-bottom: 1px solid rgba(17, 17, 15, 0.18);
}

.house-standard h2 {
	margin: 25px 0 0;
	font-size: clamp(48px, 6vw, 90px);
	line-height: 0.88;
	letter-spacing: -0.075em;
}

.house-standard dl {
	margin: 0;
	border-top: 1px solid var(--ink);
}

.house-standard dl div {
	padding: 18px 0;
	display: grid;
	grid-template-columns: 180px 1fr;
	border-bottom: 1px solid rgba(17, 17, 15, 0.3);
}

.house-standard dt,
.house-standard dd {
	margin: 0;
	font-family: "Geist Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.house-standard dd {
	font-weight: 700;
}

.standard-note {
	grid-column: 2;
	max-width: 620px;
	margin: -35px 0 0;
	font-size: 13px;
	line-height: 1.65;
}

.drop-section {
	padding: 120px clamp(18px, 4.5vw, 72px) 140px;
	background: #11110f;
}

.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 65px;
}

.section-heading .section-tag {
	margin-bottom: 26px;
	color: var(--paper);
}

.section-heading > p {
	margin: 0 0 7px;
	text-align: right;
	font-family: "Geist Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.13em;
	line-height: 1.8;
	color: rgba(238, 233, 222, 0.6);
}

.product-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	background: rgba(238, 233, 222, 0.18);
}

.product-card {
	background: #11110f;
}

.product-card:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.product-card:last-child:nth-child(odd) .product-image-wrap {
	aspect-ratio: 1 / 1;
}

.product-card:last-child:nth-child(odd) .product-meta {
	padding: clamp(32px, 5vw, 80px);
	align-items: flex-end;
}

.product-card:last-child:nth-child(odd) .product-meta h3 {
	max-width: 460px;
	font-size: clamp(38px, 5vw, 76px);
	line-height: 0.88;
}

.product-image-wrap {
	width: 100%;
	aspect-ratio: 1 / 1.08;
	position: relative;
	display: block;
	overflow: hidden;
	border: 0;
	padding: 0;
	background: #292723;
	cursor: pointer;
}

.product-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s;
}

.product-image-wrap:hover .product-image,
.product-image-wrap:focus-visible .product-image {
	transform: scale(1.035);
	filter: contrast(1.08);
}

.product-number,
.product-cta {
	position: absolute;
	z-index: 2;
	font-family: "Geist Mono", monospace;
	font-size: 8px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	mix-blend-mode: difference;
}

.product-number {
	top: 18px;
	left: 18px;
}

.product-cta {
	left: 18px;
	bottom: 18px;
	right: 18px;
	display: flex;
	justify-content: space-between;
}

.product-meta {
	padding: 24px 4px 0;
	display: flex;
	justify-content: space-between;
	min-height: 104px;
}

.product-meta h3 {
	margin: 0 0 7px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}

.product-meta p,
.product-meta small {
	margin: 0;
	font-family: "Geist Mono", monospace;
	font-size: 8px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(238, 233, 222, 0.54);
}

.product-price {
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.product-price span {
	font-size: 14px;
}

.symbols {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 9vw;
	padding: 140px clamp(28px, 6vw, 92px);
	background: var(--blood);
	color: var(--bone);
}

.symbols-intro {
	position: sticky;
	top: 40px;
	align-self: start;
}

.symbols h2 {
	font-size: clamp(48px, 6.4vw, 96px);
}

.symbols-deck {
	max-width: 330px;
	margin-top: 45px;
	line-height: 1.6;
	font-size: 13px;
}

.symbol-list {
	border-top: 1px solid rgba(238, 233, 222, 0.43);
}

.symbol-row {
	width: 100%;
	padding: 24px 0;
	display: grid;
	grid-template-columns: 44px 1fr 30px;
	align-items: center;
	border: 0;
	border-bottom: 1px solid rgba(238, 233, 222, 0.43);
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.symbol-row > span {
	font-family: "Geist Mono", monospace;
	font-size: 9px;
}

.symbol-row strong {
	text-transform: uppercase;
	font-size: clamp(32px, 4.2vw, 66px);
	letter-spacing: -0.06em;
}

.symbol-row i {
	font-size: 22px;
	font-style: normal;
	text-align: right;
}

.symbol-row em {
	grid-column: 2 / 4;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding-right: 40px;
	font-style: normal;
	line-height: 1.65;
	font-size: 13px;
	transition: max-height 0.35s ease, opacity 0.3s, padding-top 0.35s;
}

.symbol-row.active em {
	max-height: 110px;
	opacity: 0.76;
	padding-top: 20px;
}

.access-section {
	padding: 140px 28px 150px;
	text-align: center;
	background: var(--bone);
	color: var(--ink);
}

.access-section .section-tag {
	margin-bottom: 35px;
}

.access-section h2 {
	font-size: clamp(62px, 10vw, 152px);
}

.access-section > p:not(.section-tag) {
	max-width: 480px;
	margin: 40px auto 45px;
	font-size: 13px;
	line-height: 1.7;
}

.email-form {
	max-width: 620px;
	height: 58px;
	margin: 0 auto;
	display: flex;
	border-bottom: 1px solid var(--ink);
}

.email-form input {
	flex: 1;
	border: 0;
	outline: none;
	background: transparent;
	color: var(--ink);
	font-family: "Geist Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.12em;
}

.email-form button {
	width: 55px;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-size: 24px;
	cursor: pointer;
}

.site-footer {
	padding: 40px 28px 28px;
	background: var(--ink);
}

.footer-brand {
	display: block;
	margin-left: -0.055em;
	font-size: clamp(92px, 21vw, 320px);
	line-height: 0.78;
	font-weight: 900;
	letter-spacing: -0.09em;
}

.footer-grid {
	margin-top: 50px;
	padding-top: 25px;
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	border-top: 1px solid var(--line);
	font-family: "Geist Mono", monospace;
	font-size: 8px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-transform: uppercase;
}

.footer-grid p {
	margin: 0;
}

.footer-grid div,
.footer-grid .menu {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	list-style: none;
}

.copyright {
	text-align: right;
	color: rgba(238, 233, 222, 0.5);
}

.mobile-drawer,
.modal-backdrop {
	position: fixed;
	z-index: 100;
	inset: 0;
}

.mobile-drawer {
	padding: 100px 28px 35px;
	display: flex;
	flex-direction: column;
	background: var(--blood);
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mobile-drawer.open {
	transform: translateX(0);
}

.mobile-drawer > a {
	padding: 20px 0;
	border-bottom: 1px solid rgba(238, 233, 222, 0.4);
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.06em;
}

.mobile-drawer > button:last-child {
	margin-top: auto;
	border: 1px solid var(--bone);
	background: none;
	min-height: 54px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.drawer-close,
.modal-close {
	position: absolute;
	top: 23px;
	right: 28px;
	border: 0;
	background: none;
	font-size: 32px;
	cursor: pointer;
}

.modal-backdrop {
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.78);
	backdrop-filter: blur(10px);
}

.access-modal {
	position: relative;
	width: min(660px, 100%);
	padding: 68px 58px 58px;
	background: var(--blood);
	box-shadow: 0 40px 90px rgba(0, 0, 0, 0.4);
}

.access-modal h2 {
	margin: 0;
	font-size: clamp(46px, 7vw, 88px);
	line-height: 0.84;
	letter-spacing: -0.07em;
	text-transform: uppercase;
}

.access-modal > p:not(.section-tag) {
	max-width: 420px;
	margin: 30px 0;
	font-size: 13px;
	line-height: 1.65;
}

.modal-form {
	display: grid;
	grid-template-columns: 1fr auto;
	border: 1px solid var(--bone);
}

.modal-form input {
	min-width: 0;
	padding: 0 17px;
	border: 0;
	outline: none;
	background: transparent;
	color: var(--bone);
	font-family: "Geist Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.1em;
}

.modal-form input::placeholder,
.email-form input::placeholder {
	color: currentColor;
	opacity: 0.55;
}

.modal-form button {
	min-height: 52px;
	padding: 0 18px;
	display: flex;
	align-items: center;
	gap: 30px;
	border: 0;
	background: var(--bone);
	color: var(--blood);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 9px;
	cursor: pointer;
}

.product-modal {
	position: relative;
	width: min(1120px, 96vw);
	max-height: 92svh;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	overflow: auto;
	background: var(--bone);
	color: var(--ink);
	box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
}

.product-modal-image {
	position: relative;
	min-height: min(780px, 88svh);
	background: #24221f;
	overflow: hidden;
}

.product-modal-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-modal-copy {
	padding: clamp(55px, 7vw, 96px) clamp(30px, 5vw, 70px) 45px;
	align-self: center;
}

.product-modal-copy h2 {
	margin: 0;
	font-size: clamp(48px, 6vw, 88px);
	line-height: 0.86;
	letter-spacing: -0.07em;
	text-transform: uppercase;
}

.product-scripture {
	margin: 22px 0 0;
	font-family: "Geist Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.12em;
}

.product-description {
	margin: 45px 0;
	max-width: 450px;
	font-size: 14px;
	line-height: 1.7;
}

.product-modal-copy dl {
	margin: 0 0 35px;
	border-top: 1px solid rgba(11, 11, 10, 0.35);
}

.product-modal-copy dl div {
	padding: 13px 0;
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 20px;
	border-bottom: 1px solid rgba(11, 11, 10, 0.35);
	font-family: "Geist Mono", monospace;
	font-size: 8px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-modal-copy dt {
	color: var(--blood);
}

.product-modal-copy dd {
	margin: 0;
}

.product-access {
	width: 100%;
	min-height: 54px;
	padding: 0 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0;
	background: var(--ink);
	color: var(--bone);
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.product-modal-close {
	z-index: 3;
	color: var(--ink);
}

/* Standard WordPress content. */
.content-shell,
.commerce-shell {
	min-height: 70vh;
	padding: 190px clamp(20px, 5vw, 76px) 110px;
	background: var(--bone);
	color: var(--ink);
}

.content-header,
.commerce-inner {
	width: min(var(--content), 100%);
	margin: 0 auto;
}

.content-header {
	padding-bottom: 55px;
	border-bottom: 1px solid rgba(11, 11, 10, 0.3);
}

.content-header h1 {
	font-size: clamp(54px, 8vw, 122px);
}

.content-grid {
	width: min(var(--content), 100%);
	margin: 60px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 36px;
}

.journal-card img,
.article-hero img {
	width: 100%;
}

.journal-card h2 {
	margin: 16px 0;
	font-size: clamp(30px, 4vw, 58px);
	line-height: 0.95;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

.journal-card .section-tag {
	margin: 25px 0 0;
}

.journal-card p,
.entry-content {
	font-size: 15px;
	line-height: 1.75;
}

.prose-page {
	width: min(920px, 100%);
	margin: 0 auto;
}

.prose-page .content-header {
	padding-bottom: 48px;
}

.entry-content {
	margin-top: 55px;
}

.entry-content > * {
	max-width: 760px;
}

.entry-content .alignwide {
	max-width: 1100px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content a {
	text-decoration: underline;
	text-decoration-color: var(--blood);
	text-underline-offset: 3px;
}

/* WooCommerce */
.commerce-shell {
	background: #11110f;
	color: var(--bone);
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce div.product .product_meta {
	font-family: "Geist Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 44px;
	color: rgba(238, 233, 222, 0.58);
}

.woocommerce .page-title {
	margin: 0 0 60px;
	font-size: clamp(54px, 8vw, 116px);
	line-height: 0.85;
	letter-spacing: -0.075em;
	text-transform: uppercase;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 72px 3px;
	margin-top: 55px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1.08;
	width: 100%;
	margin: 0 0 22px;
	object-fit: cover;
	background: #292723;
	transition: transform 0.6s ease, filter 0.4s;
}

.woocommerce ul.products li.product a:hover img {
	filter: contrast(1.08);
	transform: translateY(-3px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-size: 19px;
	letter-spacing: -0.035em;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
	color: var(--bone);
	font-size: 14px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 0;
	padding: 16px 18px;
	background: var(--bone);
	color: var(--ink);
	font-family: "Geist Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--blood);
	color: var(--bone);
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(45px, 7vw, 110px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product .product_title {
	margin: 0;
	font-size: clamp(54px, 7vw, 104px);
	line-height: 0.85;
	letter-spacing: -0.075em;
	text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--bone);
	font-size: 22px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	max-width: 560px;
	margin: 34px 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(238, 233, 222, 0.75);
}

.woocommerce div.product form.cart {
	display: flex;
	gap: 10px;
	margin: 35px 0;
}

.woocommerce .quantity .qty,
.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea {
	min-height: 48px;
	border: 1px solid rgba(238, 233, 222, 0.45);
	border-radius: 0;
	padding: 10px 12px;
	background: transparent;
	color: inherit;
}

.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	border-bottom: 1px solid rgba(238, 233, 222, 0.3);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	border-radius: 0;
	margin: 0 24px 0 0;
	padding: 0;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 14px 0;
	color: var(--bone);
	font-family: "Geist Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--blood);
	border-radius: 0;
	background: var(--bone);
	color: var(--ink);
}

.woocommerce table.shop_table {
	border: 1px solid rgba(238, 233, 222, 0.3);
	border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: rgba(238, 233, 222, 0.18);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review {
	background: rgba(238, 233, 222, 0.06);
	padding: 30px;
}

@keyframes reveal-image {
	from { opacity: 0; transform: scale(1.08); }
	to { opacity: 1; transform: scale(1.02); }
}

@keyframes reveal-copy {
	from { opacity: 0; transform: translateY(30px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse-line {
	0%, 100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
	50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 800px) {
	.admin-bar .drop-bar { top: 46px; }
	.admin-bar .site-header { top: 76px; }

	.drop-bar {
		padding: 0 16px;
	}

	.drop-bar-center,
	.drop-bar span:last-child,
	.desktop-nav,
	.access-button,
	.hero-index {
		display: none;
	}

	.site-header {
		height: 70px;
		padding: 0 16px;
		display: flex;
		justify-content: space-between;
	}

	.brand {
		font-size: 21px;
	}

	.menu-button {
		width: 36px;
		height: 36px;
		padding: 10px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border: 0;
		background: none;
	}

	.menu-button span {
		width: 100%;
		height: 1px;
		background: var(--bone);
	}

	.hero {
		height: 800px;
		min-height: 100svh;
	}

	.hero-image {
		object-position: 64% center;
	}

	.hero-wash {
		background: linear-gradient(0deg, rgba(11, 11, 10, 0.93) 0%, rgba(11, 11, 10, 0.64) 43%, rgba(11, 11, 10, 0.2) 100%);
	}

	.hero-content {
		left: 16px;
		right: 16px;
		top: auto;
		bottom: 80px;
		transform: none;
	}

	.eyebrow {
		margin-bottom: 18px;
	}

	.hero h1 {
		font-size: clamp(54px, 17vw, 85px);
		line-height: 0.84;
	}

	.hero-copy {
		margin-top: 23px;
		max-width: 315px;
		font-size: 13px;
	}

	.hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
		margin-top: 23px;
	}

	.scroll-cue {
		display: none;
	}

	.manifesto {
		min-height: 0;
		padding: 78px 16px;
		display: flex;
		flex-direction: column;
		gap: 60px;
	}

	.manifesto-mark {
		min-height: 360px;
	}

	.manifesto-copy h2,
	.section-heading h2,
	.symbols h2 {
		font-size: 50px;
	}

	.manifesto-detail {
		margin-top: 45px;
		display: block;
	}

	.manifesto-detail p + p {
		margin-top: 20px;
	}

	.house-standard {
		padding: 78px 16px;
		display: block;
	}

	.house-standard h2 {
		font-size: 50px;
	}

	.house-standard dl {
		margin-top: 48px;
	}

	.house-standard dl div {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.standard-note {
		margin: 32px 0 0;
	}

	.drop-section {
		padding: 80px 16px 95px;
	}

	.section-heading {
		display: block;
		margin-bottom: 40px;
	}

	.section-heading > p {
		margin-top: 22px;
		text-align: left;
	}

	.product-grid {
		display: block;
		background: none;
	}

	.product-card + .product-card {
		margin-top: 60px;
	}

	.product-card:last-child:nth-child(odd) {
		display: block;
	}

	.product-card:last-child:nth-child(odd) .product-meta {
		padding: 18px 0 0;
		align-items: initial;
	}

	.product-card:last-child:nth-child(odd) .product-meta h3 {
		font-size: 18px;
		line-height: normal;
	}

	.product-meta {
		padding-top: 18px;
	}

	.symbols {
		padding: 90px 16px;
		display: block;
	}

	.symbols-intro {
		position: static;
		margin-bottom: 60px;
	}

	.symbol-row {
		grid-template-columns: 35px 1fr 25px;
	}

	.symbol-row strong {
		font-size: 31px;
	}

	.symbol-row em {
		grid-column: 1 / 4;
	}

	.access-section {
		padding: 95px 16px 105px;
	}

	.access-section h2 {
		font-size: clamp(57px, 17vw, 82px);
	}

	.site-footer {
		padding: 35px 16px 25px;
	}

	.footer-brand {
		font-size: 24vw;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 35px 20px;
	}

	.copyright {
		text-align: left;
	}

	.access-modal {
		padding: 65px 22px 25px;
	}

	.product-modal {
		width: min(94vw, 540px);
		max-height: 94svh;
		display: block;
	}

	.product-modal-image {
		min-height: 45svh;
	}

	.product-modal-copy {
		padding: 42px 22px 25px;
	}

	.product-modal-copy .section-tag {
		margin-bottom: 22px;
	}

	.product-description {
		margin: 28px 0;
	}

	.product-modal-close {
		top: 12px;
		right: 16px;
		width: 38px;
		height: 38px;
		background: var(--bone);
		border-radius: 50%;
	}

	.modal-form {
		display: block;
		border: 0;
	}

	.modal-form input,
	.modal-form button {
		width: 100%;
		min-height: 54px;
	}

	.modal-form input {
		border: 1px solid var(--bone);
	}

	.modal-form button {
		justify-content: space-between;
	}

	.content-shell,
	.commerce-shell {
		padding: 150px 16px 80px;
	}

	.content-grid,
	.woocommerce ul.products,
	.woocommerce div.product {
		display: block;
	}

	.journal-card + .journal-card,
	.woocommerce ul.products li.product + li.product {
		margin-top: 58px;
	}

	.woocommerce div.product div.summary {
		margin-top: 42px;
	}

	.woocommerce div.product .woocommerce-tabs {
		margin-top: 50px;
	}
}

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