/*
Theme Name: Kadence Saint Art Child
Template: kadence
Version: 1.0.0
Author: Saint Art Studio
Description: Child theme for Kadence on saintart.cn.
*/

body {
	background: #f1f1ed;
	color: #202320;
	font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
}

:root {
	--global-palette1: #8c5a42;
	--global-palette2: #a88d5b;
	--global-palette3: #202320;
	--global-palette4: #30332f;
	--global-palette5: #4c504b;
	--global-palette6: #70746f;
	--global-palette7: #e7e7e3;
	--global-palette8: #f7f7f3;
	--global-palette9: #ffffff;
}

/* Kadence header and footer */
.site-header-row-container-inner {
	background: #fbfbf8;
}
#masthead {
	border-bottom: 1px solid #d8d9d4;
}
.site-branding .site-title a,
.site-branding .site-title {
	font-family: Georgia, Times, Noto Serif SC, serif;
	color: #202320;
	letter-spacing: .01em;
}
.main-navigation .menu-item > a {
	color: #202320;
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.main-navigation .menu-item > a:hover,
.main-navigation .menu-item.current-menu-item > a {
	color: #8c5a42;
}
.site-footer-row-container-inner {
	background: #202320;
	color: rgba(255,255,255,.82);
}
#colophon .footer-html,
#colophon .footer-html p {
	color: rgba(255,255,255,.68);
}
#colophon .footer-html a {
	color: #d1b17c;
}

/* Kadence buttons */
.wp-block-button__link,
.button,
button,
input[type="submit"],
.single_add_to_cart_button {
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: 12px;
}

/* Kadence WooCommerce */
.woocommerce div.product .product_title,
.woocommerce h1.page-title,
.entry-content h1,
.entry-content h2 {
	font-family: Georgia, Times, Noto Serif SC, serif;
	font-weight: 400;
	letter-spacing: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: Georgia, Times, serif;
	font-weight: 400;
	font-size: 21px;
	color: #202320;
}
.woocommerce ul.products li.product .price {
	color: #8c5a42;
}
.woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid #e1e2dd;
}
.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.woocommerce ul.products li.product .button {
	background: #202320;
	color: #fff;
	border-radius: 0;
}
.woocommerce ul.products li.product .button:hover {
	background: #8c5a42;
	color: #fff;
}
.woocommerce div.product div.images img {
	background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #8c5a42;
}

.sa-container {
	width: min(1180px, calc(100% - 44px));
	margin: 0 auto;
}
.sa-band {
	padding: 82px 0;
	background: #f8f8f5;
}
.sa-band--light {
	background: #f1f1ed;
}
.sa-eyebrow {
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #8c5a42;
	margin: 0 0 12px;
}
.sa-eyebrow-light {
	color: #d1b17c;
}
.sa-band h1,
.sa-band h2,
.sa-editorial h2 {
	font-family: Georgia, Times, Noto Serif SC, serif;
	font-weight: 400;
	letter-spacing: 0;
}
.sa-band h2 {
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.05;
	margin: 0;
}
.sa-section-head {
	margin-bottom: 34px;
}
.sa-section-head--row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 28px;
}
.sa-link {
	color: #202320;
	border-bottom: 1px solid #202320;
	padding-bottom: 3px;
	font-size: 13px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.sa-link:hover {
	color: #8c5a42;
	border-color: #8c5a42;
}

.sa-hero {
	position: relative;
	min-height: min(680px, 86vh);
	display: flex;
	align-items: flex-end;
	color: #fff;
	overflow: hidden;
	background: #202320;
}
.sa-hero__media {
	position: absolute;
	inset: 0;
	opacity: .68;
}
.sa-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
}
.sa-hero__content {
	position: relative;
	z-index: 2;
	padding: 110px 0 76px;
	max-width: 700px;
	margin-left: max(22px, calc((100% - 1180px) / 2));
}
.sa-hero h1 {
	font-size: clamp(48px, 7vw, 88px);
	margin: 0 0 18px;
	line-height: 1;
	font-weight: 400;
}
.sa-hero__content > p {
	color: rgba(255,255,255,.9);
	font-size: clamp(15px, 1.4vw, 19px);
	max-width: 620px;
	margin-bottom: 28px;
}
.sa-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}
.sa-btn {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 20px;
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
	background: #202320;
	color: #fff;
	text-decoration: none;
}
.sa-btn:hover {
	background: #8c5a42;
	color: #fff;
}
.sa-btn-light {
	background: #fff;
	color: #202320;
}
.sa-btn-light:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.sa-btn-ghost {
	background: transparent;
	border: 1px solid rgba(255,255,255,.75);
	color: #fff;
}
.sa-btn-ghost:hover {
	background: #fff;
	color: #202320;
}
.sa-hero .sa-link {
	color: #fff;
	border-color: rgba(255,255,255,.5);
}

.sa-link-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: #d8d9d4;
	border: 1px solid #d8d9d4;
	gap: 1px;
}
.sa-link-grid a {
	background: #fbfbf8;
	padding: 25px;
	display: flex;
	flex-direction: column;
	gap: 9px;
	color: #202320;
	text-decoration: none;
}
.sa-link-grid a:hover {
	background: #fff;
}
.sa-link-grid a {
	font-family: Georgia, Times, serif;
	font-size: 28px;
}
.sa-link-grid span {
	font-family: Avenir Next, Segoe UI, Arial, sans-serif;
	font-size: 13px;
	color: #70746f;
}

.sa-collections {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.sa-collection {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #d8d9d4;
	text-decoration: none;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}
.sa-collection:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(0,0,0,.1);
}
.sa-collection img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	display: block;
}
.sa-collection__body {
	padding: 20px;
}
.sa-collection strong {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: 400;
	display: block;
	margin-bottom: 7px;
	color: #202320;
}
.sa-collection small {
	color: #70746f;
	font-size: 13px;
}

.sa-editorial {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	background: #30332f;
	color: #fff;
	min-height: 570px;
}
.sa-editorial__media {
	min-height: 440px;
	background: #202320;
}
.sa-editorial__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sa-editorial__body {
	padding: 80px max(24px, calc((100% - 1180px) / 2));
	align-self: center;
	max-width: 690px;
}
.sa-editorial__body h2 {
	font-size: clamp(36px, 4vw, 58px);
	margin: 0 0 18px;
}
.sa-editorial__body > p {
	color: rgba(255,255,255,.84);
	max-width: 560px;
	margin-bottom: 22px;
}
.sa-features {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 26px;
	font-size: 14px;
}
.sa-features span {
	color: #d1b17c;
}

.sa-notes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #d8d9d4;
}
.sa-notes a {
	display: block;
	padding: 28px 24px 28px 0;
	border-bottom: 1px solid #d8d9d4;
	border-right: 1px solid #d8d9d4;
	color: #202320;
	text-decoration: none;
}
.sa-notes a:last-child {
	border-right: 0;
}
.sa-notes a:hover strong {
	color: #8c5a42;
}
.sa-notes span {
	color: #8c5a42;
	font-size: 12px;
	display: block;
	margin-bottom: 14px;
}
.sa-notes strong {
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 9px;
}
.sa-notes small {
	color: #70746f;
}
.sa-notes-more {
	margin-top: 24px;
	display: flex;
	justify-content: flex-end;
}

.sa-btn-dark {
	background: #202320;
	color: #fff;
}
.sa-btn-dark:hover {
	background: #8c5a42;
	color: #fff;
}
.sa-link-light {
	color: #fff;
	border-color: rgba(255,255,255,.55);
}
.sa-service-bar {
	border-bottom: 1px solid #d8d9d4;
	background: #fbfbf8;
}
.sa-service-bar .sa-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sa-service-bar div {
	padding: 20px 22px;
	border-right: 1px solid #d8d9d4;
}
.sa-service-bar div:last-child {
	border-right: 0;
}
.sa-service-bar strong {
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 3px;
}
.sa-service-bar span {
	color: #70746f;
	font-size: 12px;
}
.sa-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.sa-product-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e1e2dd;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}
.sa-product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(0,0,0,.1);
}
.sa-product-card > img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.sa-product-card > span {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px;
}
.sa-product-card small {
	color: #8c5a42;
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.sa-product-card strong {
	color: #202320;
	font-family: Georgia, Times, serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.15;
}
.sa-product-card em {
	color: #202320;
	font-size: 11px;
	font-style: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-top: 4px;
}
.sa-wide-story {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	min-height: 520px;
	background: #f1f1ed;
}
.sa-wide-story__image {
	min-height: 460px;
}
.sa-wide-story__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sa-wide-story__copy {
	align-self: center;
	padding: 60px max(24px, calc((100% - 1180px) / 2));
}
.sa-wide-story__copy h2 {
	font-family: Georgia, Times, serif;
	font-size: clamp(34px, 4.2vw, 56px);
	font-weight: 400;
	line-height: 1.05;
	margin: 10px 0 18px;
	color: #202320;
}
.sa-wide-story__copy p {
	color: #4c504b;
	margin-bottom: 24px;
}
.sa-custom-cta {
	background: #202320;
	color: #fff;
	padding: 78px 0;
}
.sa-custom-cta__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
}
.sa-custom-cta h2 {
	font-family: Georgia, Times, serif;
	font-size: clamp(34px, 4.2vw, 58px);
	font-weight: 400;
	line-height: 1.05;
	margin: 10px 0 16px;
}
.sa-custom-cta p {
	color: rgba(255,255,255,.82);
	max-width: 680px;
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.sa-collections,
	.sa-link-grid,
	.sa-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sa-notes {
		grid-template-columns: 1fr;
	}
	.sa-notes a {
		border-right: 0;
	}
}
@media (max-width: 760px) {
	.sa-editorial {
		grid-template-columns: 1fr;
	}
	.sa-editorial__media {
		order: 2;
	}
	.sa-collections,
	.sa-link-grid,
	.sa-product-grid {
		grid-template-columns: 1fr;
	}
	.sa-service-bar .sa-container,
	.sa-wide-story,
	.sa-custom-cta__inner {
		grid-template-columns: 1fr;
	}
	.sa-service-bar .sa-container,
	.sa-wide-story,
	.sa-custom-cta__inner {
		display: grid;
	}
	.sa-service-bar div {
		border-right: 0;
		border-bottom: 1px solid #d8d9d4;
	}
	.sa-wide-story__image {
		min-height: 320px;
	}
	.sa-custom-cta__inner {
		align-items: flex-start;
	}
	.sa-container {
		width: calc(100% - 28px);
	}
	.sa-section-head--row {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* About page */
.sa-about-lead {
	max-width: 950px;
	margin: 0 auto 42px;
	text-align: center;
}
.sa-about-lead h2 {
	font-size: clamp(36px, 5vw, 62px);
	margin: 10px 0 22px;
}
.sa-about-lead p {
	font-size: 16px;
	color: #4c504b;
	max-width: 820px;
	margin: 0 auto 14px;
}
.sa-about-hero-image {
	margin: 0 0 54px;
}
.sa-about-hero-image img {
	width: 100%;
	max-height: 650px;
	object-fit: cover;
}
.sa-about-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid #d8d9d4;
	margin-bottom: 70px;
}
.sa-about-facts div {
	padding: 24px;
	border-right: 1px solid #d8d9d4;
}
.sa-about-facts div:last-child {
	border-right: 0;
}
.sa-about-facts span {
	display: block;
	color: #8c5a42;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 8px;
}
.sa-about-facts strong {
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.25;
}
.sa-about-copy {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 60px;
	margin-bottom: 74px;
}
.sa-about-copy h2,
.sa-about-gallery h2,
.sa-about-materials h2,
.sa-about-trade h2,
.sa-about-contact h2 {
	font-size: clamp(32px, 4vw, 50px);
	margin: 8px 0 18px;
}
.sa-about-copy__body p {
	font-size: 16px;
	color: #4c504b;
}
.sa-about-gallery {
	margin-bottom: 74px;
}
.sa-about-gallery__heading {
	margin-bottom: 24px;
}
.sa-about-gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.sa-about-gallery__grid img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.sa-about-materials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	background: #30332f;
	color: #fff;
	padding: clamp(28px, 5vw, 60px);
	margin-bottom: 74px;
}
.sa-about-materials p {
	color: rgba(255,255,255,.84);
}
.sa-material-list {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	gap: 10px;
}
.sa-material-list span {
	border: 1px solid rgba(255,255,255,.35);
	padding: 9px 12px;
	font-size: 13px;
}
.sa-about-trade {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	border-top: 1px solid #d8d9d4;
	border-bottom: 1px solid #d8d9d4;
	margin-bottom: 74px;
}
.sa-about-trade > div {
	padding: 42px 36px;
}
.sa-about-trade > div:first-child {
	border-right: 1px solid #d8d9d4;
}
.sa-about-trade__quote {
	display: flex;
	align-items: center;
	background: #f7f7f3;
}
.sa-about-trade__quote p {
	font-family: Georgia, Times, serif;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.2;
	color: #202320;
}
.sa-about-contact {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 50px;
}
.sa-about-contact__details p {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 14px;
	border-bottom: 1px solid #d8d9d4;
	padding-bottom: 13px;
	color: #4c504b;
}
.sa-about-contact__details strong {
	color: #202320;
}
@media (max-width: 900px) {
	.sa-about-facts,
	.sa-about-copy,
	.sa-about-materials,
	.sa-about-trade,
	.sa-about-contact {
		grid-template-columns: 1fr;
	}
	.sa-about-facts div {
		border-right: 0;
		border-bottom: 1px solid #d8d9d4;
	}
	.sa-about-trade > div:first-child {
		border-right: 0;
		border-bottom: 1px solid #d8d9d4;
	}
}
@media (max-width: 620px) {
	.sa-about-gallery__grid {
		grid-template-columns: 1fr;
	}
}
