:root {
	--igosca-text: #111;
	--igosca-muted: #333;
	--igosca-header-h: 90px;
	--igosca-container: 1320px;
	--igosca-sans: "M PLUS 1p", sans-serif;
}

@font-face {
	font-family: "woodmart-font";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/woodmart-font.woff2") format("woff2");
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: var(--igosca-text);
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.igosca-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.igosca-header {
	position: sticky;
	top: 0;
	z-index: 40;
	height: var(--igosca-header-h);
	background: #fff;
	transition: transform .25s ease;
}

.igosca-header.is-hidden {
	transform: translateY(-100%);
}

.igosca-header-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	height: 100%;
	padding: 0 15px;
	max-width: var(--igosca-container);
	margin: 0 auto;
}

.igosca-logo img {
	display: block;
	max-width: 202px;
	width: 202px;
	height: auto;
}

.igosca-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 18px;
}

.igosca-menu {
	display: flex;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.igosca-menu a {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-transform: lowercase;
	letter-spacing: .6px;
}

.igosca-menu .current-menu-item a {
	font-weight: 500;
}

.igosca-icon-btn {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 4px;
	color: #111;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.igosca-icon-btn::before {
	font-family: "woodmart-font";
	font-weight: normal;
	font-style: normal;
	speak: never;
	display: inline-block;
	line-height: 1;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
}

.igosca-icon-search::before {
	content: "\f130";
}

.igosca-icon-cart::before {
	content: "\f105";
}

.igosca-burger {
	display: none;
	width: 22px;
	height: 16px;
	padding: 0;
}

.igosca-burger::before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background: #111;
	box-shadow: 0 -6px 0 #111, 0 6px 0 #111;
	font-family: inherit;
	font-size: 0;
}

.igosca-cart-count {
	position: absolute;
	top: -4px;
	right: -8px;
	min-width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

.igosca-main {
	flex: 1 0 auto;
}

/* HERO */
.igosca-hero {
	min-height: calc(100vh - var(--igosca-header-h));
	width: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;

	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;

	padding: 40px 15px;
	color: #fff;
}

@media (min-width: 1320px) {
	.igosca-hero {
		padding-left: calc((100vw - var(--igosca-container)) / 2);
		padding-right: calc((100vw - var(--igosca-container)) / 2);
	}
}

.igosca-hero-header h2 {
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: -.02em;
	color: black;
}

.igosca-home-about {
	min-height: 500px;
	display: flex;
	align-items: center;
	padding: 80px 15px;
}

.igosca-home-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	width: 100%;
	max-width: var(--igosca-container);
	margin: 0 auto;
	align-items: end;
}

.igosca-home-about-flex {
	max-width: var(--igosca-container);
	width: 100%;
	margin: 0 auto;
	align-items: end;
	text-align: center;
}

.igosca-home-about h3 {
	margin: 0;
	font-size: 2.5rem;
	line-height: 90px;
	font-weight: 400;
}

.igosca-home-about p {
	margin: 0 0 1.2em;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
	color: #222;
}

.igosca-more {
	font-size: 25px;
	text-transform: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
}

.igosca-page-content {
	max-width: 980px;
	margin: 40px auto 80px;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}

.igosca-page-content h2 {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
}

.igosca-page-content figure {
	margin: 40px 0;
	text-align: center;
}

.igosca-page-content figcaption {
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}

.igosca-artist {
	max-width: 1100px;
	margin: 60px auto 90px;
	padding: 0 24px;
	display: grid;
	gap: 40px;
}

.igosca-artist-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .04em;
}

.igosca-contact {
	min-height: 40vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 80px 24px;
}

.igosca-contact a.mail {
	font-size: 18px;
}

.igosca-social-icons {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.igosca-social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #000;
	color: #fff;
}

.igosca-social-icons a:hover {
	opacity: .7;
	color: #fff;
}

.igosca-social-icons svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.igosca-social-icons .facebook svg {
	width: 15px;
	height: 15px;
}

.igosca-social-icons .instagram svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
}

.igosca-footer {
	background: #fff;
	margin-top: 2rem;
	padding: 0 15px 1rem;
	text-align: center;
}

.igosca-footer-nav {
	display: flex;
	justify-content: center;
	margin: 0 0 15px;
}

.igosca-footer-menu {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.igosca-footer-menu a {
	display: inline-block;
	padding: 5px 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2;
	text-transform: lowercase;
	letter-spacing: .6px;
	color: #000;
}

.igosca-copy {
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.igosca-copy a {
	color: #333;
}

.igosca-search,
.igosca-mobile {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 200;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 32px 40px;
}

.igosca-search[hidden],
.igosca-mobile[hidden] {
	display: none !important;
}

.igosca-search form {
	display: flex;
	gap: 12px;
	width: min(640px, 90vw);
}

.igosca-search input {
	flex: 1;
	border: 0;
	border-bottom: 1px solid #111;
	font-size: 28px;
	padding: 8px 0;
	font-family: inherit;
	outline: none;
}

.igosca-search button[type="submit"] {
	border: 0;
	background: none;
	font-size: 16px;
	text-transform: lowercase;
	cursor: pointer;
}

.igosca-search-hint {
	color: #777;
	font-weight: 300;
}

.igosca-search-close,
.igosca-mobile-close {
	position: absolute;
	top: 22px;
	right: 22px;
	border: 0;
	background: none;
	padding: 8px;
	font-size: 36px;
	line-height: 1;
	color: #111;
	cursor: pointer;
}

.igosca-mobile-logo {
	position: absolute;
	top: 20px;
	left: 16px;
	z-index: 1;
}

.igosca-mobile-logo img {
	display: block;
	width: 140px;
	max-width: 140px;
	height: auto;
}

.igosca-mobile-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.igosca-mobile-menu a {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .8px;
	text-transform: lowercase;
	color: #111;
}

.igosca-mobile-menu .current-menu-item a {
	font-weight: 500;
}

body.igosca-menu-open,
body.igosca-search-open {
	overflow: hidden;
}

.igosca-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 350;
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 5px rgba(0, 0, 0, .17);
	opacity: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
}

.igosca-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.igosca-top::before {
	content: "\f115";
	font-family: "woodmart-font";
	font-size: 16px;
	line-height: 1;
	speak: never;
	-webkit-font-smoothing: antialiased;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	max-width: 1100px;
	margin: 40px auto 80px;
	padding: 0 24px;
}

/* TABLET */
@media (max-width: 1024px) {

	.igosca-nav {
		display: none;
	}

	.igosca-burger {
		display: inline-flex;
	}

	.igosca-header-inner {
		grid-template-columns: 1fr auto;
		padding: 0 16px;
	}

	.igosca-header-right {
		gap: 16px;
	}

	.igosca-hero-header h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.igosca-home-about h3 {
		font-size: 2rem;
		line-height: 70px;
	}

	.igosca-hero {
		min-height: calc(100vh - var(--igosca-header-h));
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #fff;
	}

	.igosca-footer {
		padding-top: 60px;
	}
}

/* MOBILE */
@media (max-width: 767px) {

	.igosca-home-about-flex {
		padding: 15px;
	}

	.igosca-header {
		height: 70px;
	}

	.igosca-logo img {
		max-width: 140px;
		width: 140px;
	}

	.igosca-hero {
		min-height: calc(100vh - 70px);
		width: 100%;
		padding: 20px;

		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #fff;
	}

	.igosca-hero h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 6rem;
	}

	.igosca-home-about-grid,
	.igosca-artist-row {
		grid-template-columns: 1fr;
	}

	.igosca-home-about h3 {
		font-size: 1.8rem;
		line-height: 50px;
	}

	.igosca-footer {
		padding-top: 40px;
	}

	.igosca-footer-menu {
		gap: 5px 24px;
	}

	.igosca-mobile-menu a {
		font-size: 26px;
	}
}