/* Hauska interior article */
#blog-article-page.is-interior-article.hia-page {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background: #fff;
	color: #221F20;
	font-family: Montserrat, sans-serif;
}
#blog-article-page.is-interior-article.hia-page * { box-sizing: border-box; }
#blog-article-page.is-interior-article.hia-page svg,
#blog-article-page.is-interior-article.hia-page svg * { box-sizing: content-box; }
#blog-article-page.is-interior-article.hia-page a { text-decoration: none; color: inherit; }
#blog-article-page.is-interior-article.hia-page h1:after,
#blog-article-page.is-interior-article.hia-page h2:after,
#blog-article-page.is-interior-article.hia-page h3:after { display: none !important; content: none !important; }

.hia-hero {
	position: relative;
	width: 100%;
	height: calc(var(--hauska-vvh, 100svh) - var(--hauska-header-offset, 118px));
	min-height: calc(var(--hauska-vvh, 100svh) - var(--hauska-header-offset, 118px));
	max-height: calc(var(--hauska-vvh, 100svh) - var(--hauska-header-offset, 118px));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 0 64px;
	overflow: hidden;
	border-bottom: 4px solid #BD9746;
	background: #111 center / cover no-repeat;
}
.hia-hero__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}
.hia-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(30, 20, 10, 0.40) 0%, rgba(22, 14, 6, 0.35) 7%, rgba(15, 8, 4, 0.30) 14%, rgba(8, 4, 2, 0.15) 21%, rgba(0, 0, 0, 0) 100%),
		linear-gradient(0deg, rgba(10, 8, 6, 0.90) 0%, rgba(10, 8, 6, 0.35) 50%, rgba(3, 2, 2, 0.30) 67%, rgba(0, 0, 0, 0.20) 83%, rgba(0, 0, 0, 0.15) 100%);
	pointer-events: none;
}
.hia-hero__box {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.hia-hero__crumbs {
	align-self: flex-start;
	max-width: 100%;
}
#blog-article-page.is-interior-article .hia-hero nav[aria-label="breadcrumb"] {
	margin: 0;
}
#blog-article-page.is-interior-article .hia-hero ul.breadcrumb.us-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}
#blog-article-page.is-interior-article .hia-hero .us-breadcrumb-item,
#blog-article-page.is-interior-article .hia-hero .breadcrumb-item,
#blog-article-page.is-interior-article .hia-hero .us-breadcrumb-item a,
#blog-article-page.is-interior-article .hia-hero .breadcrumb-item a {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	background: none !important;
}
#blog-article-page.is-interior-article .hia-hero .us-breadcrumb-item + .us-breadcrumb-item::before,
#blog-article-page.is-interior-article .hia-hero .breadcrumb-item + .breadcrumb-item::before {
	color: #fff !important;
	content: "/" !important;
	padding: 0 1rem 0 0;
	font-size: 12px;
}
#blog-article-page.is-interior-article .hia-hero .fa-home {
	color: #fff !important;
	font-size: 12px;
}

.hia-hero__copy {
	padding-top: 48px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	max-width: 944px;
}
.hia-hero__author {
	color: #B59A73;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 2px;
}
.hia-hero__title {
	margin: 0;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
}
.hia-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 48px;
}
.hia-hero__stat { display: flex; flex-direction: column; gap: 4px; }
.hia-hero__label {
	color: rgba(255, 255, 255, 0.45);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 2px;
}
.hia-hero__value {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.hia-split {
	display: flex;
	align-items: center;
	gap: 80px;
	padding: 80px 0;
}
.hia-split.is-text-right { flex-direction: row-reverse; }
.hia-split.is-text-left { padding: 80px 0; }
.hia-split + .hia-split.is-text-right { padding-top: 24px; padding-bottom: 24px; }
.hia-split__copy {
	flex: 1 1 0;
	min-width: 0;
	padding: 24px 0 40px;
}
.hia-split__copy h1,
.hia-split__copy h2,
.hia-split__copy h3,
.hia-split__copy h4 {
	margin: 0 0 16px;
	color: #BD9746;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 2px;
}
.hia-split__copy h1::after,
.hia-split__copy h2::after,
.hia-split__copy h3::after,
.hia-split__copy h4::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	margin-top: 16px;
	background: #BD9746;
}
.hia-split__copy p,
.hia-split__copy li,
.hia-split__copy div {
	margin: 0;
	color: #221F20;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
}
.hia-split__copy p + p,
.hia-split__copy div + p,
.hia-split__copy p + div { margin-top: 16px; }
.hia-split__media {
	flex: 0 1 640px;
	width: min(800px, 48%);
	min-width: 0;
}
.hia-split.is-text-left .hia-split__media { width: min(800px, 52%); flex-basis: 800px; }
.hia-split__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 640px;
	object-fit: cover;
}
.hia-split__slider { position: relative; }
.hia-split__slide { display: none; }
.hia-split__slide.is-on { display: block; }

.hia-wide {
	margin: 0;
	padding: 24px 0;
}
.hia-wide img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 947px;
	object-fit: cover;
}
.hia-wide__caption {
	padding-top: 16px;
	color: #221F20;
	font-size: 16px;
	line-height: 28px;
}

.hia-text {
	padding: 40px 0;
	color: #221F20;
	font-size: 20px;
	line-height: 36px;
}
.hia-text--center { text-align: center; }
.hia-text--left { text-align: left; }
.hia-text p { margin: 0 0 16px; }

.hia-body {
	padding: 0 0 40px;
}
.hia-body--html {
	padding: 80px 0;
	color: #221F20;
	font-size: 20px;
	line-height: 36px;
}
.hia-body--html img { max-width: 100%; height: auto; }

.hia-gallery {
	padding: 48px 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.hia-gallery + .hia-gallery .hia-gallery__head { display: none; }
.hia-gallery + .hia-gallery { padding-top: 0; }
.hia-gallery__head { display: flex; flex-direction: column; gap: 16px; }
.hia-gallery__title {
	margin: 0;
	color: #221F20;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 56px;
	letter-spacing: 2px;
}
.hia-gallery__rule {
	width: 124px;
	height: 1px;
	background: #2A2826;
}
.hia-gallery__pages { width: 100%; }
.hia-gallery__page {
	display: none;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}
.hia-gallery__page.is-on { display: grid; }
.hia-gallery__item { display: block; min-width: 0; }
.hia-gallery__item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.hia-gallery__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding-top: 16px;
}
.hia-gallery__btn {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #0A0A0A;
	background: #fff;
	color: #0A0A0A;
	cursor: pointer;
}
.hia-gallery__btn[disabled] {
	border-color: #BDBCBD;
	color: #BDBCBD;
	cursor: default;
}
.hia-gallery__pager {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 20px;
}
.hia-gallery__cur { color: #221F20; }
.hia-gallery__total { color: #BDBCBD; }
.hia-gallery__bar {
	position: relative;
	width: 64px;
	height: 1px;
	background: #BDBCBD;
}
.hia-gallery__bar span {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	background: #221F20;
	width: 50%;
}

.hia-author {
	padding: 100px 0;
	border-top: 1px solid rgba(34, 31, 32, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.hia-author__kicker {
	color: #BD9746;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 2.4px;
}
.hia-author__main {
	width: 100%;
	padding-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.hia-author__avatars {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.hia-author__avatar {
	width: 120px;
	height: 120px;
	border-radius: 99px;
	border: 2px solid rgba(34, 31, 32, 0.08);
	object-fit: cover;
	background: #221F20;
}
.hia-author__name {
	margin: 0;
	color: #221F20;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 44px;
	letter-spacing: 2px;
}
.hia-author__role {
	padding-top: 16px;
	color: #221F20;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 1px;
}
.hia-author__city {
	padding-top: 8px;
	color: rgba(34, 31, 32, 0.45);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
}
.hia-author__ornament {
	width: min(480px, 100%);
	display: flex;
	align-items: center;
	gap: 20px;
}
.hia-author__ornament span:first-child,
.hia-author__ornament span:last-child {
	flex: 1 1 auto;
	height: 1px;
	background: rgba(34, 31, 32, 0.10);
}
.hia-author__dot {
	width: 6px;
	height: 6px;
	border-radius: 99px;
	background: #BD9746;
	flex: 0 0 6px;
}
.hia-author__bio {
	max-width: 920px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: rgba(34, 31, 32, 0.70);
	font-size: 16px;
	line-height: 28px;
}
.hia-author__bio p { margin: 0; }
.hia-author__contacts {
	width: 100%;
	padding-top: 8px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 48px;
}
.hia-author__col {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hia-author__col-label {
	color: rgba(34, 31, 32, 0.40);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 2px;
}
.hia-author__col-value,
.hia-author__col-value a {
	padding-top: 6px;
	color: #BD9746;
	font-size: 16px;
	line-height: 28px;
}
.hia-author__col-value a { text-decoration: underline; }
.hia-author__col-value a:hover { opacity: 0.8; }
.hia-author__vrule {
	width: 1px;
	height: 32px;
	background: rgba(34, 31, 32, 0.12);
	flex: 0 0 1px;
	align-self: center;
}
.hia-author__socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	padding-top: 8px;
}
.hia-author__social {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(42, 40, 38, 0.10);
	color: #2A2826;
}
.hia-author__social:hover { background: rgba(42, 40, 38, 0.16); }
.hia-author__social img {
	display: block;
	width: 18px;
	height: 18px;
	filter: brightness(0);
	opacity: 0.8;
}

#blog-article-page.is-interior-article.hia-page #collection-items {
	padding-top: 24px;
	padding-bottom: 80px;
}

@media (max-width: 1199px) {
	.hia-split { gap: 40px; padding: 56px 0; }
	.hia-split__media,
	.hia-split.is-text-left .hia-split__media { width: 46%; flex-basis: 46%; }
	.hia-gallery__item img { aspect-ratio: 1 / 1; }
	.hia-hero__title { font-size: 36px; line-height: 44px; }
}
@media (max-width: 991px) {
	.hia-hero {
		height: calc(var(--hauska-vvh, 100svh) - var(--hauska-header-offset, 65px) - var(--hauska-tabbar-h, 56px) - env(safe-area-inset-bottom, 0px));
		min-height: 0;
		max-height: calc(var(--hauska-vvh, 100svh) - var(--hauska-header-offset, 65px) - var(--hauska-tabbar-h, 56px) - env(safe-area-inset-bottom, 0px));
		padding: 20px 0 20px;
		box-sizing: border-box;
	}
	.hia-hero__box { min-height: 0; }
	.hia-hero__copy { gap: 16px; padding-top: 12px; }
	.hia-hero__title { font-size: 28px; line-height: 32px; }
	.hia-hero__meta { gap: 16px 24px; }

	.hia-body.container,
	.hia-author.container {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.hia-split,
	.hia-split.is-text-right,
	.hia-split.is-text-left {
		flex-direction: column;
		gap: 28px;
		padding: 40px 0;
	}
	.hia-split__media,
	.hia-split.is-text-left .hia-split__media { width: 100%; flex-basis: auto; }
	.hia-split__copy { padding: 0; }
	.hia-split__copy p,
	.hia-split__copy li,
	.hia-split__copy div { font-size: 16px; line-height: 28px; }
	.hia-gallery__page.is-on { gap: 20px; }
	.hia-gallery__item img { aspect-ratio: 1 / 1; }
	.hia-author { padding: 64px 0; align-items: center; text-align: center; }
	.hia-author__contacts {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 24px;
		width: 100%;
	}
	.hia-author__col,
	.hia-author__socials {
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	.hia-author__vrule { display: none; }
}
@media (max-width: 767px) {
	.hia-hero { padding: 16px 0 40px; }
	.hia-hero__copy { gap: 24px; padding-top: 24px; }
	.hia-hero__title { font-size: 28px; line-height: 36px; }
	.hia-hero__meta { gap: 20px; }
	.hia-hero__author { font-size: 13px; letter-spacing: 1px; }
	.hia-gallery { padding: 32px 0; gap: 24px; }
	.hia-gallery__title { font-size: 24px; line-height: 34px; }
	.hia-gallery__page.is-on { grid-template-columns: 1fr; }
	.hia-gallery__item img { aspect-ratio: 4 / 3; }
	.hia-author__name { font-size: 24px; line-height: 32px; }
	.hia-wide { padding: 12px 0; }
}
