/* ==============================================================
 * BDA CONTENT PAGES
 * Editorial, utility, recovery and native WooCommerce account UI.
 * ============================================================== */

body.bda-storefront {
	--bda-content-forest: #0d4037;
	--bda-content-forest-deep: #082f29;
	--bda-content-pearl: #f7f6f3;
	--bda-content-white: #fff;
	--bda-content-ink: #18342f;
	--bda-content-copy: #40534f;
	--bda-content-muted: #596a66;
	--bda-content-silver: #b8c0bd;
	--bda-content-silver-soft: rgba(13, 64, 55, 0.14);
	--bda-content-gold: #c79a4a;
	--bda-content-gold-soft: rgba(199, 154, 74, 0.2);
	--bda-content-reading: 46rem;
	--bda-content-wide: 74rem;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page {
	position: relative;
	isolation: isolate;
	min-height: 62vh;
	padding: calc(var(--bda-nav-offset, 5rem) + 4.5rem) 0 6rem;
	color: var(--bda-content-copy);
	background: var(--bda-content-pearl);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page::before {
	position: absolute;
	top: calc(var(--bda-nav-offset, 5rem) + 0.75rem);
	right: -7rem;
	z-index: 0;
	width: 27rem;
	aspect-ratio: 1;
	content: "";
	pointer-events: none;
	background:
		radial-gradient(circle at center, transparent 0 23%, rgba(13, 64, 55, 0.09) 23.2% 23.5%, transparent 23.8% 43%, rgba(199, 154, 74, 0.12) 43.2% 43.5%, transparent 43.8%),
		repeating-conic-gradient(from 8deg at center, rgba(13, 64, 55, 0.08) 0 0.35deg, transparent 0.35deg 14deg);
	-webkit-mask-image: linear-gradient(135deg, #000 0 38%, transparent 76%);
	mask-image: linear-gradient(135deg, #000 0 38%, transparent 76%);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page::after {
	position: absolute;
	top: calc(var(--bda-nav-offset, 5rem) + 3rem);
	left: 0;
	z-index: 0;
	width: min(18rem, 34vw);
	height: 1px;
	content: "";
	pointer-events: none;
	background: linear-gradient(90deg, var(--bda-content-gold), transparent);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--bda-content-wide);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page :where(*) {
	min-width: 0;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page :where(h1, h2, h3, h4, h5, h6, p, li, a, td, th, label) {
	overflow-wrap: anywhere;
}

.bda-reading-column {
	width: 100%;
	max-width: var(--bda-content-reading);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page :where(.bda-content-article, .bda-content-card, .bda-content-empty) {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.bda-content-hero {
	width: 100%;
	max-width: 56rem;
	margin: 0 0 3.5rem;
}

.bda-content-kicker,
.bda-entry-meta,
.bda-search-form__label,
.bda-post-navigation__label {
	margin: 0 0 0.7rem;
	color: var(--bda-content-forest);
	font-family: var(--bda-font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-title {
	max-width: 15ch;
	margin: 0;
	color: var(--bda-content-forest-deep);
	font-family: var(--bda-font-display);
	font-size: 4.25rem;
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: 0;
}

.bda-content-description,
.bda-content-summary {
	margin-top: 1.35rem;
	color: var(--bda-content-copy);
	font-size: 1.08rem;
	line-height: 1.7;
}

.bda-content-description > :first-child,
.bda-content-summary:first-child {
	margin-top: 0;
}

.bda-content-description > :last-child {
	margin-bottom: 0;
}

.bda-content-featured {
	width: 100%;
	max-width: 64rem;
	margin: 0 0 3.75rem;
}

.bda-content-featured img {
	display: block;
	width: 100%;
	max-height: 42rem;
	object-fit: cover;
	border-radius: var(--bda-radius);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body {
	color: var(--bda-content-copy);
	font-size: 1.05rem;
	line-height: 1.78;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body > :first-child {
	margin-top: 0;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body > :last-child {
	margin-bottom: 0;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(h2, h3) {
	margin: 2.75rem 0 1rem;
	color: var(--bda-content-forest-deep);
	font-family: var(--bda-font-display);
	font-weight: 500;
	letter-spacing: 0;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body h2 {
	font-size: 2.15rem;
	line-height: 1.12;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body h3 {
	font-size: 1.65rem;
	line-height: 1.2;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(h4, h5, h6) {
	margin: 2.25rem 0 0.8rem;
	color: var(--bda-content-forest-deep);
	font-family: var(--bda-font-sans);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(p, ul, ol) {
	margin-top: 0;
	margin-bottom: 1.35rem;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(ul, ol) {
	padding-left: 1.25rem;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body li + li {
	margin-top: 0.45rem;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body a:not(.button):not(.wp-block-button__link) {
	color: var(--bda-content-forest);
	text-decoration-color: var(--bda-content-gold);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(img, video, iframe) {
	max-width: 100%;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body figure {
	margin: 2.5rem 0;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body figcaption {
	margin-top: 0.7rem;
	color: var(--bda-content-muted);
	font-size: 0.8rem;
	line-height: 1.55;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body blockquote {
	margin: 2.5rem 0;
	padding: 0.3rem 0 0.3rem 1.5rem;
	color: var(--bda-content-forest-deep);
	border-left: 2px solid var(--bda-content-gold);
	font-family: var(--bda-font-display);
	font-size: 1.5rem;
	line-height: 1.45;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body blockquote > :last-child {
	margin-bottom: 0;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body hr {
	margin: 3rem 0;
	border: 0;
	border-top: 1px solid var(--bda-content-silver-soft);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body table {
	width: 100%;
	margin: 2rem 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.92rem;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(th, td) {
	padding: 0.85rem 0.75rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--bda-content-silver-soft);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body th {
	color: var(--bda-content-forest-deep);
	font-weight: 700;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(code, kbd) {
	padding: 0.15em 0.35em;
	background: rgba(13, 64, 55, 0.06);
	border-radius: var(--bda-radius);
	font-size: 0.9em;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body pre {
	max-width: 100%;
	padding: 1.25rem;
	overflow-x: auto;
	color: var(--bda-content-pearl);
	background: var(--bda-content-forest-deep);
	border-radius: var(--bda-radius);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body pre code {
	padding: 0;
	color: inherit;
	background: transparent;
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(.alignwide, .alignfull) {
	position: relative;
	left: 50%;
	width: min(calc(100vw - 3rem), 64rem);
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	transform: translateX(-50%);
}

body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-button {
	margin-top: 0;
}

.bda-page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 2.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--bda-content-silver-soft);
}

/* Entry lists */

.bda-entry-list {
	width: 100%;
	max-width: 64rem;
	border-top: 1px solid var(--bda-content-silver-soft);
}

.bda-entry-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.75rem;
	padding: 2rem 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--bda-content-silver-soft);
	border-radius: 0;
}

.bda-entry-card--with-media {
	grid-template-columns: minmax(12rem, 17rem) minmax(0, 1fr);
	align-items: center;
}

.bda-entry-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: rgba(184, 192, 189, 0.2);
	border-radius: var(--bda-radius);
}

.bda-entry-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bda-entry-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.bda-entry-meta {
	margin-bottom: 0.55rem;
	color: var(--bda-content-muted);
}

.bda-entry-meta--single {
	margin-top: 1.25rem;
	margin-bottom: 0;
}

.bda-entry-card__title {
	margin: 0;
	color: var(--bda-content-forest-deep);
	font-family: var(--bda-font-display);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0;
}

.bda-entry-card__title a {
	color: inherit;
	text-decoration: none;
}

.bda-entry-card__excerpt {
	margin-top: 0.85rem;
	color: var(--bda-content-copy);
	font-size: 0.95rem;
	line-height: 1.65;
}

.bda-entry-card__excerpt > :last-child {
	margin-bottom: 0;
}

.bda-entry-card__action,
.bda-content-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: 1rem;
	color: var(--bda-content-forest);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	text-decoration-color: var(--bda-content-gold);
	text-underline-offset: 0.25em;
}

/* Search, empty and 404 states */

.bda-search-form {
	width: 100%;
	max-width: var(--bda-content-reading);
	margin: 0 0 3.5rem;
	padding: 1.5rem 0;
	border-top: 1px solid var(--bda-content-silver-soft);
	border-bottom: 1px solid var(--bda-content-silver-soft);
}

.bda-search-form__label {
	display: block;
	margin-bottom: 0.65rem;
}

.bda-search-form__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.6rem;
}

.bda-search-form__field {
	width: 100%;
	min-height: 48px;
	padding: 0.72rem 0.85rem;
	color: var(--bda-content-ink);
	background: var(--bda-content-white);
	border: 1px solid var(--bda-content-silver);
	border-radius: var(--bda-radius);
	font-size: 1rem;
	line-height: 1.3;
}

.bda-search-form__button {
	min-width: 7rem;
}

.bda-state {
	width: 100%;
	padding-top: 2rem;
	border-top: 1px solid var(--bda-content-silver-soft);
}

.bda-state h2 {
	max-width: 22ch;
	margin: 0;
	color: var(--bda-content-forest-deep);
	font-family: var(--bda-font-display);
	font-size: 2.15rem;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0;
}

.bda-state > p {
	margin: 0.9rem 0 0;
	line-height: 1.7;
}

.bda-state__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1.25rem;
	margin-top: 1.25rem;
}

.bda-state__actions .bda-content-link {
	margin-top: 0;
}

.bda-state--404 {
	padding-top: 0;
	border-top: 0;
}

.bda-state--404 .bda-search-form {
	margin-top: 3rem;
}

.bda-state__code {
	margin: 0 0 0.75rem;
	color: var(--bda-content-gold);
	font-family: var(--bda-font-display);
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 0.82;
	letter-spacing: 0;
}

.bda-route-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	max-width: 64rem;
	border-top: 1px solid var(--bda-content-silver-soft);
	border-bottom: 1px solid var(--bda-content-silver-soft);
}

.bda-route-list a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 7.5rem;
	padding: 1.25rem 1.5rem;
	color: var(--bda-content-forest-deep);
	text-decoration: none;
}

.bda-route-list a + a {
	border-left: 1px solid var(--bda-content-silver-soft);
}

.bda-route-list span {
	font-family: var(--bda-font-display);
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.2;
}

.bda-route-list small {
	margin-top: 0.4rem;
	color: var(--bda-content-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

/* WordPress pagination and adjacent posts */

.bda-content-page .navigation.pagination {
	width: 100%;
	max-width: 64rem;
	margin-top: 2.5rem;
}

.bda-content-page .navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
}

.bda-content-page .navigation.pagination :where(.page-numbers) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0.55rem 0.75rem;
	color: var(--bda-content-forest);
	border: 1px solid var(--bda-content-silver-soft);
	border-radius: var(--bda-radius);
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.bda-content-page .navigation.pagination .page-numbers.current {
	color: var(--bda-content-pearl);
	background: var(--bda-content-forest);
	border-color: var(--bda-content-forest);
}

.bda-content-page .post-navigation {
	width: 100%;
	max-width: 64rem;
	margin-top: 4rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--bda-content-silver-soft);
}

.bda-content-page .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.bda-content-page .post-navigation :where(.nav-previous, .nav-next) a {
	display: flex;
	flex-direction: column;
	min-height: 44px;
	color: var(--bda-content-forest-deep);
	text-decoration: none;
}

.bda-content-page .post-navigation .nav-next {
	text-align: right;
}

.bda-post-navigation__label {
	margin-bottom: 0.4rem;
	color: var(--bda-content-muted);
}

.bda-post-navigation__title {
	font-family: var(--bda-font-display);
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.25;
}

/* Native WooCommerce account */

body.woocommerce-account .bda-content-page__inner,
body.woocommerce-account .bda-content-article--account {
	max-width: var(--bda-content-wide);
}

body.woocommerce-account .bda-content-article--account > .bda-content-header {
	margin-bottom: 3rem;
}

body.woocommerce-account .bda-content-article--account > .bda-content-body {
	max-width: none;
	font-size: 1rem;
}

body.woocommerce-account .woocommerce {
	width: 100%;
	min-width: 0;
	color: var(--bda-content-copy);
}

body.logged-in.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
	display: grid;
	grid-template-columns: 15rem minmax(0, 1fr);
	gap: 2.75rem;
	align-items: start;
}

body.logged-in.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation)::before,
body.logged-in.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation)::after {
	display: none;
}

body.logged-in.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	min-width: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--bda-content-silver-soft);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	border-bottom: 1px solid var(--bda-content-silver-soft);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0.75rem 0.8rem;
	color: var(--bda-content-copy);
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	padding-left: 0.65rem;
	color: var(--bda-content-forest-deep);
	border-left: 2px solid var(--bda-content-gold);
}

body.woocommerce-account .woocommerce-MyAccount-content > :first-child,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper + :first-child {
	margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content :where(h2, h3),
body.woocommerce-account .u-column1 > h2,
body.woocommerce-account .u-column2 > h2 {
	margin: 0 0 1.25rem;
	color: var(--bda-content-forest-deep);
	font-family: var(--bda-font-display);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
	line-height: 1.7;
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
	color: var(--bda-content-forest);
	text-decoration-color: var(--bda-content-gold);
	text-underline-offset: 0.2em;
}

body.woocommerce-account .u-columns,
body.woocommerce-account .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem;
	width: 100%;
}

body.woocommerce-account .u-columns::before,
body.woocommerce-account .u-columns::after,
body.woocommerce-account .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-Addresses::after {
	display: none;
}

body.woocommerce-account :where(.u-column1, .u-column2),
body.woocommerce-account .woocommerce-Address {
	float: none;
	width: 100%;
	min-width: 0;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .lost_reset_password,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-address-fields {
	width: 100%;
	max-width: 38rem;
	margin: 0;
	padding: 1.5rem 0 0;
	border: 0;
	border-top: 1px solid var(--bda-content-silver-soft);
	border-radius: 0;
}

body.woocommerce-account .form-row {
	width: 100%;
	margin: 0 0 1rem;
	padding: 0;
}

body.woocommerce-account .form-row-first,
body.woocommerce-account .form-row-last {
	float: none;
	width: 100%;
}

body.woocommerce-account .form-row label,
body.woocommerce-account fieldset legend {
	display: block;
	margin: 0 0 0.45rem;
	color: var(--bda-content-ink);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}

body.woocommerce-account .required {
	color: #a34736;
}

body.woocommerce-account :where(input.input-text, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea) {
	width: 100%;
	min-height: 48px;
	padding: 0.72rem 0.8rem;
	color: var(--bda-content-ink);
	background: var(--bda-content-white);
	border: 1px solid var(--bda-content-silver);
	border-radius: var(--bda-radius);
	font-size: 1rem;
	line-height: 1.35;
}

body.woocommerce-account textarea {
	min-height: 8rem;
	resize: vertical;
}

body.woocommerce-account :where(input[type="checkbox"], input[type="radio"]) {
	width: 1rem;
	height: 1rem;
	margin: 0 0.4rem 0 0;
	accent-color: var(--bda-content-forest);
}

body.woocommerce-account .password-input {
	display: block;
	width: 100%;
}

body.woocommerce-account fieldset {
	margin: 2rem 0 1rem;
	padding: 1.25rem 0 0;
	border: 0;
	border-top: 1px solid var(--bda-content-silver-soft);
}

body.woocommerce-account .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	min-height: 44px;
	margin-bottom: 0.7rem;
}

body.woocommerce-account .woocommerce-LostPassword {
	margin-top: 1rem;
	font-size: 0.88rem;
}

body.woocommerce-account :where(.woocommerce-message, .woocommerce-info, .woocommerce-error) {
	position: relative;
	margin: 0 0 1.5rem;
	padding: 1rem 1.1rem;
	color: var(--bda-content-ink);
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid var(--bda-content-silver-soft);
	border-left: 3px solid var(--bda-content-forest);
	border-radius: var(--bda-radius);
	list-style: none;
}

body.woocommerce-account .woocommerce-error {
	border-left-color: #a34736;
}

body.woocommerce-account :where(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before {
	display: none;
}

body.woocommerce-account :where(.woocommerce-orders-table, .woocommerce-table, .shop_table) {
	display: table;
	width: 100%;
	margin: 0 0 2rem;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	font-size: 0.88rem;
}

body.woocommerce-account :where(.woocommerce-orders-table, .woocommerce-table, .shop_table) :where(th, td) {
	padding: 0.85rem 0.75rem;
	text-align: left;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid var(--bda-content-silver-soft);
}

body.woocommerce-account :where(.woocommerce-orders-table, .woocommerce-table, .shop_table) th {
	color: var(--bda-content-forest-deep);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
	margin: 0.2rem 0.35rem 0.2rem 0;
}

body.woocommerce-account .woocommerce-Address {
	padding-top: 1.25rem;
	border-top: 1px solid var(--bda-content-silver-soft);
}

body.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
}

body.woocommerce-account .woocommerce-Address-title::before,
body.woocommerce-account .woocommerce-Address-title::after {
	display: none;
}

body.woocommerce-account .woocommerce-Address-title h3 {
	margin: 0 0 1rem;
	font-family: var(--bda-font-display);
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: 0;
}

body.woocommerce-account address {
	font-style: normal;
	line-height: 1.7;
}

body.woocommerce-account mark {
	padding: 0.12em 0.25em;
	color: var(--bda-content-forest-deep);
	background: var(--bda-content-gold-soft);
}

body.woocommerce-account .woocommerce-pagination {
	margin-top: 1.5rem;
}

body.woocommerce-account .woocommerce-pagination .button + .button {
	margin-left: 0.5rem;
}

/* Compact global footer */

.bda-site-footer {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: rgba(247, 246, 243, 0.82);
	background: var(--bda-content-forest);
	border-top: 1px solid rgba(199, 154, 74, 0.38);
}

.bda-site-footer::before {
	position: absolute;
	right: -7rem;
	bottom: -10rem;
	z-index: 0;
	width: 25rem;
	aspect-ratio: 1;
	content: "";
	pointer-events: none;
	background: radial-gradient(circle at center, transparent 0 27%, rgba(247, 246, 243, 0.1) 27.2% 27.5%, transparent 27.8% 48%, rgba(199, 154, 74, 0.14) 48.2% 48.5%, transparent 48.8%);
}

.bda-site-footer__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.75rem 3rem;
	align-items: center;
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
}

.bda-site-footer__brand {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.bda-site-footer__logo {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--bda-content-pearl);
	font-family: var(--bda-font-display);
	font-size: 1.4rem;
	text-decoration: none;
}

.bda-site-footer__logo img {
	display: block;
	width: auto;
	max-width: 9rem;
	max-height: 3rem;
	filter: brightness(0) invert(1);
}

.bda-site-footer__brand p {
	max-width: 30rem;
	margin: 0;
	color: rgba(247, 246, 243, 0.68);
	font-size: 0.8rem;
	line-height: 1.55;
}

.bda-site-footer__navigation {
	display: grid;
	gap: 0.15rem;
	justify-items: end;
}

.bda-site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.4rem 1.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bda-site-footer__menu li {
	margin: 0;
}

.bda-site-footer__menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--bda-content-pearl);
	font-size: 0.8rem;
	font-weight: 650;
	line-height: 1.35;
	letter-spacing: 0;
	text-decoration-color: rgba(199, 154, 74, 0.75);
	text-underline-offset: 0.25em;
}

.bda-site-footer__legal {
	grid-column: 1 / -1;
	margin: 0;
	padding-top: 1rem;
	color: rgba(247, 246, 243, 0.58);
	border-top: 1px solid rgba(247, 246, 243, 0.15);
	font-size: 0.72rem;
	line-height: 1.5;
}

/* Focus and direct feedback */

body.bda-storefront :where(.bda-content-page, .bda-site-footer) :where(a:not(.bda-editorial-cta), button:not(.bda-editorial-cta), input, select, textarea):focus-visible,
body.woocommerce-account .woocommerce :where(a:not(.bda-editorial-cta), button:not(.bda-editorial-cta), input, select, textarea):focus-visible {
	outline: 2px solid var(--bda-content-gold);
	outline-offset: 3px;
}

.bda-search-form__field:focus,
body.woocommerce-account :where(input.input-text, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea):focus {
	border-color: var(--bda-content-forest);
	box-shadow: 0 0 0 3px rgba(13, 64, 55, 0.12);
}

@media (hover: hover) and (pointer: fine) {
	.bda-entry-card__title a:hover,
	.bda-entry-card__action:hover,
	.bda-content-link:hover,
	.bda-content-body a:hover,
	.bda-site-footer__menu a:hover,
	body.woocommerce-account .woocommerce-MyAccount-content a:not(.bda-editorial-cta):hover {
		color: var(--bda-content-gold);
	}

	.bda-route-list a:hover {
		background: rgba(255, 255, 255, 0.48);
	}

}

@media (max-width: 48rem) {
	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page {
		padding-top: calc(var(--bda-nav-offset, 4.75rem) + 2.75rem);
		padding-bottom: 4.5rem;
	}

	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page::before {
		top: calc(var(--bda-nav-offset, 4.75rem) + 0.5rem);
		right: -10rem;
		width: 22rem;
	}

	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page::after {
		top: calc(var(--bda-nav-offset, 4.75rem) + 1.65rem);
		width: 5rem;
	}

	.bda-content-hero {
		margin-bottom: 2.5rem;
	}

	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-title {
		max-width: 18ch;
		font-size: 2.75rem;
		line-height: 1.05;
	}

	.bda-content-description,
	.bda-content-summary {
		font-size: 1rem;
	}

	.bda-content-featured {
		margin-bottom: 2.5rem;
	}

	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body {
		font-size: 1rem;
		line-height: 1.72;
	}

	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body h2 {
		font-size: 1.8rem;
	}

	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body h3 {
		font-size: 1.45rem;
	}

	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body blockquote {
		padding-left: 1rem;
		font-size: 1.25rem;
	}

	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-body :where(.alignwide, .alignfull) {
		left: auto;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
		transform: none;
	}

	.bda-entry-card,
	.bda-entry-card--with-media {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
		padding: 1.5rem 0;
	}

	.bda-entry-card__media {
		aspect-ratio: 16 / 10;
	}

	.bda-entry-card__title {
		font-size: 1.65rem;
	}

	.bda-route-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.bda-route-list a {
		min-height: 6.25rem;
		padding: 1rem 0;
	}

	.bda-route-list a + a {
		border-top: 1px solid var(--bda-content-silver-soft);
		border-left: 0;
	}

	.bda-state__code {
		font-size: 4.25rem;
	}

	.bda-content-page .post-navigation .nav-links {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	.bda-content-page .post-navigation .nav-next {
		text-align: left;
	}

	body.logged-in.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-left: 1px solid var(--bda-content-silver-soft);
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation li {
		border-right: 1px solid var(--bda-content-silver-soft);
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
		padding-left: 0.8rem;
		border-left: 0;
		box-shadow: inset 0 -2px var(--bda-content-gold);
	}

	body.woocommerce-account .u-columns,
	body.woocommerce-account .woocommerce-Addresses {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	body.woocommerce-account :where(.woocommerce-orders-table, .woocommerce-table, .shop_table) {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}

	.bda-site-footer__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
		padding-top: 2rem;
	}

	.bda-site-footer__brand {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
	}

	.bda-site-footer__menu {
		justify-content: flex-start;
	}

	.bda-site-footer__navigation {
		justify-items: start;
	}
}

@media (max-width: 30rem) {
	.bda-search-form__controls {
		grid-template-columns: minmax(0, 1fr);
	}

	.bda-search-form__button {
		width: 100%;
	}

	.bda-state__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bda-state__actions :where(.bda-content-button, .bda-content-link) {
		justify-content: center;
		width: 100%;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.bda-site-footer__menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.bda-storefront:not(.woocommerce-cart):not(.woocommerce-checkout) .bda-content-page,
	.bda-site-footer,
	body.woocommerce-account .woocommerce {
		scroll-behavior: auto;
	}

	body.bda-storefront :where(.bda-content-page, .bda-site-footer) *,
	body.bda-storefront :where(.bda-content-page, .bda-site-footer) *::before,
	body.bda-storefront :where(.bda-content-page, .bda-site-footer) *::after,
	body.woocommerce-account .woocommerce * {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
