.ac-product-series-main,
.ac-product-series-main > .wp-block-shortcode {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ac-product-series-main > .wp-block-shortcode > br:first-child {
	display: none;
}

.ac-product-series-main .wp-block-shortcode > :first-child {
	margin-block-start: 0;
}

.ac-series-page {
	--ac-series-display: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	--ac-series-sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	margin: 0;
	background: #f3f1e9;
	color: #172019;
	font-family: var(--ac-series-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.ac-series-page *,
.ac-series-page *::before,
.ac-series-page *::after {
	box-sizing: border-box;
}

.ac-series-page :where(h1, h2, h3, p, dl, dd, ol) {
	margin-block: 0;
}

.ac-series-page :where(h1, h2, h3, p, a, span, em, dt, dd, summary) {
	overflow-wrap: normal;
	word-break: normal;
}

.ac-series-page a {
	color: inherit;
	text-decoration: none;
	transition: opacity 160ms ease;
}

.ac-series-page a:hover {
	opacity: .72;
}

.ac-series-shell,
.ac-series-intro,
.ac-series-collection,
.ac-series-selection,
.ac-series-faq {
	width: auto;
	margin-inline: 32px;
}

.ac-series-eyebrow {
	margin: 0 0 18px !important;
	color: #697b6c;
	font-family: var(--ac-series-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.98px;
	line-height: 16.5px;
	text-transform: uppercase;
}

.ac-series-eyebrow--light {
	color: #c6d1c3;
}

.ac-series-page h1,
.ac-series-page h2,
.ac-series-page h3 {
	font-family: var(--ac-series-display);
	font-weight: 400;
}

.ac-series-page h2 {
	color: #172019;
	font-size: clamp(42px, 5vw, 64px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-series-hero {
	background:
		radial-gradient(circle at 78% 26%, rgba(195, 174, 130, .25), transparent 28%),
		linear-gradient(135deg, #17231b 0%, #34453a 60%, #707a6d 100%);
	color: #f7f4ec;
}

.ac-series-hero__inner {
	padding: 30px 0 84px;
}

.ac-series-breadcrumbs {
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	margin: 0 0 45px;
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	line-height: 18px;
}

.ac-series-breadcrumbs em {
	color: rgba(255, 255, 255, .94);
	font-style: normal;
}

.ac-series-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	align-items: center;
	gap: 7vw;
}

.ac-series-hero__copy h1 {
	max-width: 790px;
	color: #f7f4ec;
	font-size: clamp(50px, 6vw, 76.8px);
	letter-spacing: -.048em;
	line-height: .95;
}

.ac-series-hero__lead {
	max-width: 700px;
	margin: 29px 0 !important;
	color: rgba(255, 255, 255, .77);
	font-family: var(--ac-series-display);
	font-size: 20px;
	line-height: 1.58;
}

.ac-series-hero__actions {
	display: flex;
	align-items: center;
	gap: 27px;
}

.ac-series-hero__actions > a:not(.ac-series-button) {
	display: flex;
	min-height: 44px;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.ac-series-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 0 23px;
	border: 1px solid currentcolor;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .54px;
	line-height: 18px;
	transition: transform 200ms ease, background-color 200ms ease, color 200ms ease !important;
}

.ac-series-button:hover {
	opacity: 1 !important;
	transform: translateY(-2px);
}

.ac-series-button--cream {
	border-color: #f7f6f1;
	background: #f7f6f1;
	color: #111410 !important;
}

.ac-series-button--dark {
	border-color: #111410;
	background: #111410;
	color: #fff !important;
}

.ac-series-hero__facts {
	display: flex;
	gap: 36px;
	margin-top: 44px !important;
}

.ac-series-hero__facts > div {
	display: grid;
	gap: 4px;
	padding-left: 17px;
	border-left: 1px solid rgba(255, 255, 255, .28);
}

.ac-series-hero__facts dt {
	color: #f7f4ec;
	font-family: var(--ac-series-display);
	font-size: 30px;
	line-height: 45px;
}

.ac-series-hero__facts dd {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: 10px;
	letter-spacing: 1.3px;
	line-height: 15px;
	text-transform: uppercase;
}

.ac-series-hero__products {
	position: relative;
	width: 100%;
	height: 520px;
	align-self: center;
}

.ac-series-hero__product {
	position: absolute;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .35);
	background: #e8e7df;
}

.ac-series-hero__product--1 {
	z-index: 3;
	top: 0;
	left: 27%;
	width: 54%;
	aspect-ratio: 1;
	transform: rotate(2deg);
}

.ac-series-hero__product--2 {
	z-index: 2;
	top: auto;
	bottom: 1%;
	left: 0;
	width: 54%;
	aspect-ratio: 1;
	transform: rotate(-7deg);
}

.ac-series-hero__product--3 {
	z-index: 1;
	top: auto;
	bottom: -2%;
	right: 0;
	width: 54%;
	aspect-ratio: 1;
	transform: rotate(7deg);
}

.ac-series-hero__product img,
.ac-series-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10%;
	object-fit: contain;
}

.ac-series-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.315fr) minmax(0, 1fr);
	gap: 10vw;
	padding: 118px 0;
}

.ac-series-intro > div:last-child {
	color: #566158;
	font-family: var(--ac-series-display);
	font-size: 18px;
	line-height: 1.7;
}

.ac-series-intro > div:last-child p {
	margin-bottom: 20px;
}

.ac-series-safety {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
	align-items: center;
	gap: 9vw;
	margin: 0;
	padding: 56px 32px;
	background: #dedfd3;
}

.ac-series-safety h2 {
	font-size: clamp(32px, 4vw, 49px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-series-safety p {
	color: #566158;
	font-family: var(--ac-series-display);
	font-size: 17px;
	line-height: 1.65;
}

.ac-series-safety a {
	border-bottom: 1px solid currentcolor;
	color: #172019;
}

.ac-series-guides {
	padding: 100px 32px;
	background: #19261e;
	color: #f7f4ec;
}

.ac-series-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 375px;
	gap: 60px;
	margin-bottom: 50px;
}

.ac-series-guides h2 {
	color: #f7f4ec;
}

.ac-series-section-heading > p {
	align-self: end;
	color: #5d675f;
	font-family: var(--ac-series-display);
	font-size: 17px;
	line-height: 1.65;
}

.ac-series-guides .ac-series-section-heading > p {
	color: rgba(255, 255, 255, .68);
}

.ac-series-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, .2);
}

.ac-series-guide-grid article {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	padding: 34px;
	background: #26362c;
}

.ac-series-guide-grid article > span {
	color: #9bad9d;
	font-family: var(--ac-series-display);
	font-size: 25px;
	line-height: 1.5;
}

.ac-series-guide-grid h3 {
	margin: 54px 0 14px;
	color: #f7f4ec;
	font-size: 29px;
	letter-spacing: normal;
	line-height: 1.5;
}

.ac-series-guide-grid p {
	color: rgba(255, 255, 255, .67);
	font-size: 13px;
	line-height: 1.72;
}

.ac-series-collection {
	padding: 108px 0;
}

.ac-series-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ac-series-product-card {
	align-self: stretch;
	background: #e7e6de;
}

.ac-series-product-card__image {
	display: block;
	height: 365px;
	overflow: hidden;
}

.ac-series-product-card__image img,
.ac-series-product-card__image .ac-series-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8%;
	object-fit: contain;
	transition: transform 350ms ease;
}

.ac-series-product-card__image:hover {
	opacity: 1 !important;
}

.ac-series-product-card__image:hover img {
	transform: scale(1.035);
}

.ac-series-product-card__copy {
	padding: 27px;
}

.ac-series-product-card__copy > p {
	min-height: 30px;
	color: #69786b;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .9px;
	line-height: 1.55;
	text-transform: uppercase;
}

.ac-series-product-card h3 {
	margin: 13px 0 12px;
	color: #172019;
	font-size: 29px;
	letter-spacing: normal;
	line-height: 1.05;
}

.ac-series-product-card__copy > span {
	display: block;
	min-height: 68px;
	color: #59635b;
	font-size: 13px;
	line-height: 1.66;
}

.ac-series-product-card__link {
	display: flex;
	min-height: 49px;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 20px;
	border-top: 1px solid rgba(23, 32, 25, .24);
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

.ac-series-selection {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
	gap: 10vw;
	padding: 116px 0;
}

.ac-series-selection > div > p:nth-of-type(2) {
	margin: 26px 0 31px;
	color: #59635b;
	font-family: var(--ac-series-display);
	font-size: 17px;
	line-height: 1.68;
}

.ac-series-selection ol {
	padding: 0;
	list-style: none;
}

.ac-series-selection li {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 18px;
	padding: 22px 0;
	border-top: 1px solid rgba(23, 32, 25, .22);
}

.ac-series-selection li:last-child {
	border-bottom: 1px solid rgba(23, 32, 25, .22);
}

.ac-series-selection li > span {
	color: #69786b;
	font-family: var(--ac-series-display);
	font-size: 18px;
	line-height: 1.5;
}

.ac-series-selection h3 {
	margin-bottom: 7px;
	color: #172019;
	font-size: 23px;
	letter-spacing: normal;
	line-height: 1.5;
}

.ac-series-selection li p {
	color: #5b655c;
	font-size: 13px;
	line-height: 1.65;
}

.ac-series-faq {
	display: grid;
	grid-template-columns: minmax(0, .64fr) minmax(0, 1fr);
	gap: 9vw;
	padding: 116px 0;
}

.ac-series-faq details {
	border-top: 1px solid rgba(23, 32, 25, .24);
}

.ac-series-faq details:last-child {
	border-bottom: 1px solid rgba(23, 32, 25, .24);
}

.ac-series-faq summary {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	cursor: pointer;
	font-family: var(--ac-series-display);
	font-size: 20px;
	line-height: 1.5;
	list-style: none;
	transition: opacity 160ms ease;
}

.ac-series-faq summary::-webkit-details-marker {
	display: none;
}

.ac-series-faq summary::after {
	content: "+";
	display: inline-grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	font-family: var(--ac-series-sans);
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}

.ac-series-faq details[open] summary::after {
	content: "−";
}

.ac-series-faq details p {
	max-width: none;
	margin: 0 45px 25px 0;
	padding: 0;
	color: #59645b;
	font-size: 14px;
	line-height: 1.7;
}

.ac-series-cta {
	padding: 108px 32px;
	background: #18241c;
	color: #f7f4ec;
	text-align: center;
}

.ac-series-cta > div {
	max-width: 860px;
	margin-inline: auto;
}

.ac-series-cta h2 {
	color: #f7f4ec;
	font-size: clamp(46.08px, 6vw, 76px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-series-cta > div > p:nth-of-type(2) {
	max-width: 700px;
	margin: 27px auto 32px;
	color: rgba(255, 255, 255, .7);
	font-family: var(--ac-series-display);
	font-size: 18px;
	line-height: 1.65;
}

.ac-series-cta > div > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
}

.ac-series-cta > div > div > a:not(.ac-series-button) {
	display: flex;
	min-height: 44px;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
}

.ac-series-cta .ac-series-button {
	min-height: 44px;
}

@media (max-width: 980px) {
	.ac-series-hero__grid,
	.ac-series-intro,
	.ac-series-safety,
	.ac-series-section-heading,
	.ac-series-selection,
	.ac-series-faq {
		grid-template-columns: minmax(0, 1fr);
		gap: 38px;
	}

	.ac-series-hero__grid {
		gap: 53.76px;
	}

	.ac-series-hero__copy h1 {
		font-size: 50px;
		line-height: .95;
	}

	.ac-series-hero__products {
		width: min(620px, 88%);
		height: 500px;
		margin-inline: auto;
	}

	.ac-series-page h2,
	.ac-series-guides h2,
	.ac-series-selection h2,
	.ac-series-faq h2 {
		font-size: 42px;
		letter-spacing: -1.47px;
	}

	.ac-series-safety h2 {
		font-size: 32px;
		letter-spacing: -1.12px;
	}

	.ac-series-product-grid,
	.ac-series-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ac-series-cta h2 {
		font-size: 46.08px;
		letter-spacing: -1.6128px;
	}
}

@media (max-width: 680px) {
	.ac-series-shell,
	.ac-series-intro,
	.ac-series-collection,
	.ac-series-selection,
	.ac-series-faq {
		margin-inline: 16px;
	}

	.ac-series-hero__inner {
		padding-bottom: 62px;
	}

	.ac-series-hero__grid {
		gap: 46px;
	}

	.ac-series-hero__copy h1 {
		font-size: clamp(46px, 12.5vw, 50px);
	}

	.ac-series-hero__lead {
		font-size: 18px;
		line-height: 1.58;
	}

	.ac-series-hero__actions {
		flex-wrap: wrap;
	}

	.ac-series-hero__facts {
		gap: 17px;
	}

	.ac-series-hero__facts > div {
		min-width: 0;
		flex: 1 1 0;
	}

	.ac-series-hero__products {
		width: 100%;
		height: 365px;
	}

	.ac-series-hero__products--single {
		height: 350px;
	}

	.ac-series-hero__product--1 {
		left: 24%;
		width: 57%;
	}

	.ac-series-hero__product--2 {
		top: 45.44%;
		bottom: auto;
		width: 57%;
	}

	.ac-series-hero__product--3 {
		top: 48.44%;
		bottom: auto;
		width: 57%;
	}

	.ac-series-hero__products--single .ac-series-hero__product--1 {
		top: 3%;
		left: 13%;
		width: 75%;
		transform: rotate(3deg);
	}

	.ac-series-intro,
	.ac-series-collection,
	.ac-series-selection,
	.ac-series-faq {
		padding-block: 80px;
	}

	.ac-series-safety {
		padding: 50px 16px;
	}

	.ac-series-guides {
		padding: 80px 16px;
	}

	.ac-series-product-grid,
	.ac-series-guide-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ac-series-product-card__image {
		height: 330px;
	}

	.ac-series-product-card__copy > p,
	.ac-series-product-card__copy > span {
		min-height: 0;
	}

	.ac-series-guide-grid article {
		min-height: 270px;
	}

	.ac-series-selection li {
		grid-template-columns: 60px minmax(0, 1fr);
	}

	.ac-series-cta {
		padding: 80px 16px;
	}

	.ac-series-cta > div > div {
		align-items: flex-start;
	}

	.ac-series-cta h2 {
		font-size: 46px;
		letter-spacing: -1.61px;
	}

	.ac-series-cta > div > div {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ac-series-page *,
	.ac-series-page *::before,
	.ac-series-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Imported series copy varies considerably in length. Keep every category
 * readable at the supported 320, 375 and 768 widths without mid-word splits. */
@media (max-width: 980px) {
	.ac-series-page :where(h1, h2, h3) {
		text-wrap: balance;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: manual;
	}
}

@media (max-width: 680px) {
	.ac-series-page h2,
	.ac-series-guides h2,
	.ac-series-selection h2,
	.ac-series-faq h2 {
		font-size: clamp(34px, 10.8vw, 40px);
		letter-spacing: -.025em;
		line-height: 1.04;
	}

	.ac-series-hero__copy h1 {
		font-size: clamp(38px, 11.75vw, 46px);
		line-height: 1;
	}

	.ac-series-hero__lead {
		margin-block: 24px !important;
		font-size: 17px;
		line-height: 1.62;
	}

	.ac-series-guide-grid article {
		min-height: 0;
		padding: 28px;
	}

	.ac-series-guide-grid h3 {
		margin-top: 34px;
		font-size: 26px;
		line-height: 1.16;
	}

	.ac-series-product-card h3 {
		font-size: 26px;
		line-height: 1.1;
	}

	.ac-series-selection li {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 14px;
	}

	.ac-series-selection h3 {
		font-size: 21px;
		line-height: 1.22;
	}

	.ac-series-faq summary {
		min-height: 64px;
		gap: 16px;
		font-size: 18px;
		line-height: 1.35;
	}

	.ac-series-cta h2 {
		font-size: clamp(36px, 11.5vw, 44px);
		letter-spacing: -.025em;
		line-height: 1.04;
	}
}

@media (max-width: 26.25rem) {
	.ac-series-hero__actions,
	.ac-series-cta > div > div {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.ac-series-hero__actions > a,
	.ac-series-cta > div > div > a {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.ac-series-hero__facts {
		flex-wrap: wrap;
	}

	.ac-series-hero__facts > div {
		min-width: 7.5rem;
	}
}
