.epoch-editorial {
	width: min(100% - (var(--epoch-gutter) * 2), 1440px);
	padding: calc(var(--epoch-header-height) + 52px) 0 120px;
	margin: 0 auto;
}

.epoch-editorial__header {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
	gap: clamp(34px, 7vw, 120px);
	align-items: end;
	padding-bottom: clamp(42px, 7vw, 90px);
}

.epoch-editorial__meta {
	align-self: start;
	padding-top: 7px;
}

.epoch-editorial__index,
.epoch-editorial__season {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.epoch-editorial__season {
	margin-top: 8px;
	opacity: 0.55;
}

.epoch-editorial__title {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(3.7rem, 10vw, 10rem);
	font-weight: 900;
	letter-spacing: -0.075em;
	line-height: 0.78;
	text-transform: uppercase;
}

.epoch-editorial__featured {
	margin: 0;
}

.epoch-editorial__featured img {
	width: 100%;
	max-height: 86vh;
	object-fit: cover;
}

.epoch-editorial__content {
	margin-top: clamp(56px, 9vw, 140px);
}

.epoch-editorial__content > :where(p, h2, h3, ul, ol, blockquote) {
	width: min(100%, 860px);
	margin-inline: auto;
}

.epoch-editorial__content > p:first-child {
	font-size: clamp(1.2rem, 2vw, 1.9rem);
	line-height: 1.45;
}

.epoch-editorial__content .wp-block-image,
.epoch-editorial__content .wp-block-gallery {
	margin-block: clamp(50px, 8vw, 110px);
}

.epoch-editorial__content .wp-block-gallery {
	gap: clamp(8px, 1.4vw, 22px) !important;
}

.epoch-editorial__content .wp-block-gallery img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.epoch-placeholder-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(8px, 1.4vw, 22px);
}

.epoch-placeholder-card {
	position: relative;
	display: grid;
	aspect-ratio: 4 / 5;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(135deg, transparent 0 74%, rgba(32, 32, 109, 0.07) 74%),
		var(--epoch-paper);
	border: 1px solid var(--epoch-border);
	color: rgba(17, 17, 17, 0.45);
	font-family: var(--epoch-font-display);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.epoch-placeholder-card::before {
	position: absolute;
	inset: 5%;
	border: 1px solid rgba(17, 17, 17, 0.12);
	content: "";
}

.epoch-managed-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(55px, 8vw, 120px) clamp(12px, 2.4vw, 36px);
}

.epoch-managed-card__link {
	display: block;
}

.epoch-managed-card__image {
	width: 100%;
	aspect-ratio: 4 / 5;
	background: var(--epoch-paper);
	object-fit: cover;
	transition: transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.epoch-managed-card__link:hover .epoch-managed-card__image,
.epoch-managed-card__link:focus-visible .epoch-managed-card__image {
	transform: scale(0.985);
}

.epoch-managed-card__meta {
	display: block;
	margin-top: 17px;
	font-family: var(--epoch-font-display);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.epoch-managed-card__title {
	margin: 5px 0 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(1.8rem, 4vw, 4.8rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.9;
	text-transform: uppercase;
}

.epoch-managed-single {
	width: min(100% - (var(--epoch-gutter) * 2), 1440px);
	padding: calc(var(--epoch-header-height) + 52px) 0 120px;
	margin: 0 auto;
}

.epoch-managed-single__header {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
	gap: clamp(30px, 7vw, 110px);
	align-items: end;
	padding-bottom: clamp(48px, 8vw, 110px);
}

.epoch-managed-single__title {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(3.3rem, 9vw, 9rem);
	font-weight: 900;
	letter-spacing: -0.07em;
	line-height: 0.82;
	text-transform: uppercase;
}

.epoch-managed-single__featured {
	margin: 0;
}

.epoch-managed-single__featured img {
	width: 100%;
	max-height: 88vh;
	object-fit: cover;
}

.epoch-managed-single__content {
	margin-top: clamp(58px, 9vw, 140px);
}

.epoch-managed-single__content > :where(p, h2, h3, ul, ol, blockquote) {
	width: min(100%, 860px);
	margin-inline: auto;
}

.epoch-managed-single__content > p:first-child {
	font-size: clamp(1.2rem, 2vw, 1.9rem);
	line-height: 1.45;
}

.epoch-managed-single__content .wp-block-gallery {
	gap: clamp(8px, 1.4vw, 22px) !important;
	margin-block: clamp(55px, 8vw, 115px);
}

.epoch-managed-single__content .wp-block-gallery img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.epoch-managed-single__back {
	display: inline-flex;
	margin-top: clamp(70px, 10vw, 150px);
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
	font-family: var(--epoch-font-display);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.epoch-empty-state {
	display: grid;
	min-height: 260px;
	place-items: center;
	padding: 35px;
	background: var(--epoch-paper);
	border: 1px solid var(--epoch-border);
	text-align: center;
}

.epoch-empty-state p,
.epoch-empty-state span {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.epoch-empty-state span {
	font-size: 0.62rem;
	opacity: 0.45;
}

.epoch-news-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: clamp(42px, 7vw, 90px);
	border-bottom: 1px solid var(--epoch-border);
}

.epoch-news-header__count {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

/* About EPOCH */
.page-id-16 .epoch-page__content {
	width: min(100%, 1180px);
}

.epoch-about__kicker,
.epoch-about__chapter-index,
.epoch-about__chapter-label,
.epoch-about__closing-label {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.epoch-about__statement {
	max-width: 10ch;
	margin: 22px 0 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(3.5rem, 8.2vw, 8.3rem);
	font-weight: 900;
	letter-spacing: -0.075em;
	line-height: 0.82;
	text-transform: uppercase;
}

.epoch-about__lead {
	width: min(74%, 760px);
	margin: clamp(52px, 8vw, 110px) 0 0 auto;
	font-size: clamp(1.35rem, 2.3vw, 2.15rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.6;
}

.epoch-about__chapters {
	margin-top: clamp(80px, 12vw, 170px);
}

.epoch-about__chapter {
	display: grid;
	grid-template-columns: minmax(86px, 0.35fr) minmax(0, 1.65fr);
	gap: clamp(28px, 6vw, 86px);
	padding: clamp(36px, 5vw, 66px) 0;
	border-top: 1px solid var(--epoch-border);
}

.epoch-about__chapter:last-child {
	border-bottom: 1px solid var(--epoch-border);
}

.epoch-about__chapter-body {
	display: grid;
	grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.epoch-about__chapter-title {
	margin: 8px 0 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(2rem, 3.7vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.9;
	text-transform: uppercase;
}

.epoch-about__chapter-copy {
	margin: 0;
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.95;
}

.epoch-about__manifesto {
	padding: clamp(40px, 7vw, 90px);
	margin-top: clamp(80px, 12vw, 170px);
	background: var(--epoch-ink);
	color: var(--epoch-white);
}

.epoch-about__manifesto p {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(3rem, 7.3vw, 7.3rem);
	font-weight: 900;
	letter-spacing: -0.07em;
	line-height: 0.82;
	text-transform: uppercase;
}

.epoch-about__closing {
	display: grid;
	grid-template-columns: minmax(160px, 0.55fr) minmax(0, 1.45fr);
	gap: clamp(28px, 7vw, 100px);
	align-items: start;
	margin-top: clamp(62px, 9vw, 120px);
}

.epoch-about__closing-copy {
	margin: 0;
	font-size: clamp(1.15rem, 1.8vw, 1.55rem);
	line-height: 1.8;
}

.epoch-about__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(48px, 7vw, 90px);
}

.epoch-about__links .wp-block-button__link {
	min-width: 210px;
	padding: 17px 24px;
	border: 1px solid var(--epoch-ink);
	border-radius: 0;
	background: var(--epoch-ink);
	color: var(--epoch-white);
	font-family: var(--epoch-font-display);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-align: center;
	transition: background-color 180ms ease, color 180ms ease;
}

.epoch-about__links .wp-block-button:last-child .wp-block-button__link {
	background: transparent;
	color: var(--epoch-ink);
}

.epoch-about__links .wp-block-button__link:hover,
.epoch-about__links .wp-block-button__link:focus-visible {
	background: var(--epoch-paper);
	color: var(--epoch-ink);
}

/* Stockists */
.page-id-18 .epoch-page__content {
	width: min(100%, 1180px);
}

.epoch-stockists__intro {
	display: grid;
	grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1.55fr);
	gap: clamp(30px, 7vw, 100px);
	align-items: start;
	padding-bottom: clamp(60px, 9vw, 120px);
	border-bottom: 1px solid var(--epoch-border);
}

.epoch-stockists__kicker,
.epoch-stockists__section-index,
.epoch-stockists__store-meta,
.epoch-stockists__status,
.epoch-stockists__inquiry-label {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.epoch-stockists__statement {
	max-width: 10ch;
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(3.5rem, 8.2vw, 8.3rem);
	font-weight: 900;
	letter-spacing: -0.075em;
	line-height: 0.82;
	text-transform: uppercase;
}

.epoch-stockists__lead {
	width: min(100%, 700px);
	margin: clamp(36px, 5vw, 66px) 0 0;
	font-size: clamp(1.15rem, 1.9vw, 1.6rem);
	line-height: 1.75;
}

.epoch-stockists__section {
	margin-top: clamp(72px, 10vw, 140px);
}

.epoch-stockists__section-header {
	display: grid;
	grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1.55fr);
	gap: clamp(30px, 7vw, 100px);
	align-items: end;
	padding-bottom: 24px;
}

.epoch-stockists__section-title {
	margin: 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(2.1rem, 4.2vw, 4.8rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.9;
	text-transform: uppercase;
}

.epoch-stockists__store {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
	gap: clamp(30px, 7vw, 100px);
	align-items: start;
	padding: clamp(34px, 5vw, 62px) 0;
	border-top: 1px solid var(--epoch-border);
	border-bottom: 1px solid var(--epoch-border);
}

.epoch-stockists__store-title {
	margin: 12px 0 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(2.2rem, 4.8vw, 5.2rem);
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.88;
	text-transform: uppercase;
}

.epoch-stockists__store-copy {
	margin: 24px 0 0;
	line-height: 1.9;
}

.epoch-stockists__store-side {
	display: grid;
	gap: 26px;
	justify-items: start;
}

.epoch-stockists__store-side > .epoch-stockists__store-copy {
	margin: 0;
}

.epoch-stockists__status {
	display: inline-flex;
	padding: 7px 10px;
	border: 1px solid var(--epoch-ink);
}

.epoch-stockists__link .wp-block-button__link,
.epoch-stockists__inquiry-link .wp-block-button__link {
	min-width: 210px;
	padding: 17px 24px;
	border: 1px solid var(--epoch-ink);
	border-radius: 0;
	background: var(--epoch-ink);
	color: var(--epoch-white);
	font-family: var(--epoch-font-display);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-align: center;
	transition: background-color 180ms ease, color 180ms ease;
}

.epoch-stockists__link .wp-block-button__link:hover,
.epoch-stockists__link .wp-block-button__link:focus-visible,
.epoch-stockists__inquiry-link .wp-block-button__link:hover,
.epoch-stockists__inquiry-link .wp-block-button__link:focus-visible {
	background: var(--epoch-white);
	color: var(--epoch-ink);
}

.epoch-stockists__store--pending {
	padding: clamp(44px, 7vw, 84px);
	background: var(--epoch-paper);
	border: 0;
}

.epoch-stockists__store--pending .epoch-stockists__store-side {
	align-self: end;
}

.epoch-stockists__inquiry {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(34px, 7vw, 100px);
	align-items: start;
	padding: clamp(44px, 7vw, 90px);
	margin-top: clamp(80px, 12vw, 170px);
	background: var(--epoch-ink);
	color: var(--epoch-white);
}

.epoch-stockists__inquiry-title {
	margin: 12px 0 0;
	font-family: var(--epoch-font-display);
	font-size: clamp(2.7rem, 5.5vw, 6rem);
	font-weight: 900;
	letter-spacing: -0.065em;
	line-height: 0.84;
	text-transform: uppercase;
}

.epoch-stockists__inquiry-copy {
	margin: 0;
	font-size: clamp(1.08rem, 1.6vw, 1.35rem);
	line-height: 1.8;
}

.epoch-stockists__inquiry-link {
	margin-top: 34px;
}

.epoch-stockists__inquiry-link .wp-block-button__link {
	border-color: var(--epoch-white);
	background: var(--epoch-white);
	color: var(--epoch-ink);
}

/* Contact */
.epoch-contact-intro {
	display: grid;
	grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.35fr);
	gap: clamp(24px, 7vw, 90px);
	align-items: start;
	padding-bottom: clamp(48px, 7vw, 80px);
	border-bottom: 1px solid var(--epoch-border);
}

.epoch-contact-intro__kicker,
.epoch-contact-intro__copy {
	margin: 0;
}

.epoch-contact-intro__kicker {
	font-family: var(--epoch-font-display);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.epoch-contact-intro__copy {
	font-size: clamp(1.08rem, 1.8vw, 1.45rem);
	line-height: 1.7;
}

.wpcf7 {
	margin-top: clamp(50px, 8vw, 90px);
}

.epoch-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(34px, 5vw, 62px) clamp(24px, 5vw, 60px);
}

.epoch-contact-form__field {
	display: block;
	margin: 0;
}

.epoch-contact-form__field--full {
	grid-column: 1 / -1;
}

.epoch-contact-form__label {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 12px;
	font-family: var(--epoch-font-display);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.epoch-contact-form__label em {
	font-size: 0.52rem;
	font-style: normal;
	opacity: 0.42;
}

.epoch-contact-form :where(input:not([type="submit"]):not([type="checkbox"]), select, textarea) {
	width: 100%;
	padding: 14px 0;
	border: 0;
	border-bottom: 1px solid var(--epoch-ink);
	border-radius: 0;
	background: transparent;
	color: var(--epoch-ink);
	font: inherit;
	line-height: 1.5;
	outline: 0;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.epoch-contact-form select {
	min-height: 53px;
	cursor: pointer;
}

.epoch-contact-form textarea {
	min-height: 210px;
	padding: 16px;
	border: 1px solid var(--epoch-ink);
	resize: vertical;
}

.epoch-contact-form :where(input:not([type="submit"]):not([type="checkbox"]), select, textarea):focus {
	background: var(--epoch-paper);
	box-shadow: 0 0 0 2px var(--epoch-ink);
}

.epoch-contact-form ::placeholder {
	color: currentColor;
	opacity: 0.38;
}

.epoch-contact-form__consent {
	padding-top: 4px;
	font-size: 0.78rem;
	line-height: 1.7;
}

.epoch-contact-form__consent .wpcf7-list-item {
	margin: 0;
}

.epoch-contact-form__consent label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	cursor: pointer;
}

.epoch-contact-form__consent input {
	flex: 0 0 auto;
	margin-top: 0.35em;
	accent-color: var(--epoch-ink);
}

.epoch-contact-form__consent a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.epoch-contact-form__actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.epoch-contact-form__submit {
	min-width: 270px;
	max-width: 100%;
	padding: 18px 28px;
	border: 1px solid var(--epoch-ink);
	border-radius: 0;
	background: var(--epoch-ink);
	color: var(--epoch-white);
	font-family: var(--epoch-font-display);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease;
}

.epoch-contact-form__submit:hover,
.epoch-contact-form__submit:focus-visible {
	background: var(--epoch-white);
	color: var(--epoch-ink);
}

.wpcf7 .wpcf7-spinner {
	margin: 0;
}

.wpcf7-not-valid-tip {
	margin-top: 8px;
	font-family: var(--epoch-font-display);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.wpcf7 form .wpcf7-response-output {
	padding: 14px 16px;
	margin: 28px 0 0;
	border: 1px solid var(--epoch-ink);
	font-size: 0.8rem;
	line-height: 1.6;
}

@media (max-width: 780px) {
	.epoch-editorial {
		width: calc(100% - 40px);
		padding-top: calc(var(--epoch-header-height) + 48px);
	}

	.epoch-editorial__header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.epoch-editorial__title {
		font-size: clamp(2.5rem, 13.5vw, 4rem);
	}

	.epoch-placeholder-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epoch-managed-grid {
		grid-template-columns: 1fr;
	}

	.epoch-managed-single {
		width: calc(100% - 40px);
		padding-top: calc(var(--epoch-header-height) + 48px);
	}

	.epoch-managed-single__header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.epoch-managed-single__title {
		font-size: clamp(2.7rem, 14vw, 4.8rem);
	}

	.epoch-contact-intro,
	.epoch-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.epoch-contact-form__field--full {
		grid-column: auto;
	}

	.epoch-about__statement {
		font-size: clamp(3.15rem, 15vw, 5.5rem);
	}

	.epoch-about__lead {
		width: 100%;
		margin-left: 0;
		font-size: clamp(1.2rem, 5.8vw, 1.65rem);
	}

	.epoch-about__chapter,
	.epoch-about__chapter-body,
	.epoch-about__closing {
		grid-template-columns: 1fr;
	}

	.epoch-about__chapter {
		gap: 22px;
	}

	.epoch-about__chapter-body {
		gap: 28px;
	}

	.epoch-about__manifesto {
		padding-inline: 22px;
	}

	.epoch-about__manifesto p {
		font-size: clamp(2.65rem, 13vw, 4.6rem);
	}

	.epoch-about__links {
		display: grid;
	}

	.epoch-about__links .wp-block-button,
	.epoch-about__links .wp-block-button__link {
		width: 100%;
	}

	.epoch-stockists__intro,
	.epoch-stockists__section-header,
	.epoch-stockists__store,
	.epoch-stockists__inquiry {
		grid-template-columns: 1fr;
	}

	.epoch-stockists__statement {
		font-size: clamp(3.15rem, 15vw, 5.5rem);
	}

	.page-id-18 .epoch-page__title {
		font-size: clamp(2.55rem, 14vw, 4.5rem);
		letter-spacing: -0.075em;
	}

	.epoch-stockists__store--pending,
	.epoch-stockists__inquiry {
		padding-inline: 22px;
	}

	.epoch-stockists__store-side {
		gap: 20px;
	}

	.epoch-stockists__link,
	.epoch-stockists__link .wp-block-button__link,
	.epoch-stockists__inquiry-link,
	.epoch-stockists__inquiry-link .wp-block-button__link {
		width: 100%;
	}

}
