.d_fl {
	display: flex;
	justify-content: space-between;
}
.fl_dir {
	flex-direction: column;	
}
.al_cen {
	align-items: center;
}
p {
	margin-bottom: 20px;
}
.btn {
	font-size: 13px;
	text-transform: uppercase;
	background: #e60003;
	padding: 5px 10px;
	max-width: 100%;
	display: inline-block;
	color: #fff;
}
.tel {
	color: #e60003;
	font-weight: 700;
}






header {
	padding: 10px 0;
}
.slogan p {
	margin: 0;
	font-size: 13px;
}
.contact_info {
	margin-left: auto;
	margin-right: 20px;
}














@media (max-width: 992px) {
.menumobile {
	display: block;
}
}

/* Coffee Experts header */
#loftloader-wrapper {
	display: none !important;
}
@font-face {
	font-family: "Bebas Neue GC";
	src: url("craftcoffee/fonts/bebasneue-bold-webfont.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Arkipelago GC";
	src: url("craftcoffee/fonts/arkipelago-webfont.woff") format("woff");
	font-display: swap;
}
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.gc-wrap {
	width: min(100% - 60px, 1100px);
	margin-inline: auto;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 95px;
	background: rgba(11, 12, 10, .96);
	border-bottom: 1px solid rgba(255, 255, 255, .26);
	color: #fff;
	transition: height .25s ease, background .25s ease, box-shadow .25s ease;
}
.home .site-header,
.page-template-page-home .site-header {
	background: rgba(5, 7, 6, .58);
}
.site-header.scrolled {
	height: 74px;
	background: #fffbf2;
	border-bottom-color: #1b1814;
	box-shadow: none;
}
.site-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	gap: 28px;
}
.site-logo {
	align-self: flex-start;
	flex: 0 0 132px;
	height: 132px;
	margin-top: 14px;
	padding: 5px;
	border-radius: 50%;
	background: rgba(12, 13, 11, .82);
	z-index: 2;
	transition: width .25s ease, height .25s ease, flex-basis .25s ease, padding .25s ease;
}
.site-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.primary-nav {
	margin-left: 8px;
	height: 100%;
}
.primary-nav > ul {
	display: flex;
	align-items: stretch;
	height: 100%;
	gap: 34px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.primary-nav li {
	position: relative;
	list-style: none;
}
.primary-nav > ul > li {
	display: flex;
	align-items: center;
}
.primary-nav a,
.header-cta {
	font-family: "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.primary-nav > ul > li > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 100%;
	color: #fff;
	font-size: 19px;
	white-space: nowrap;
	letter-spacing: .8px;
}
.primary-nav > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 24px;
	width: 100%;
	height: 2px;
	background: #d8ac87;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform .3s ease;
}
.primary-nav > ul > li:hover > a::before,
.primary-nav > ul > li:focus-within > a::before {
	transform: scaleX(1);
	transform-origin: left center;
}
.site-header.scrolled .primary-nav > ul > li > a::before {
	bottom: 14px;
}
.primary-nav > ul > .has-submenu > a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 3px 8px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg);
	opacity: .8;
}
.primary-nav ul ul {
	position: absolute;
	top: calc(100% - 7px);
	left: 0;
	width: 280px;
	margin: 0;
	padding: 12px 20px 16px;
	list-style: none;
	background: #050505;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
	box-shadow: none;
}
.primary-nav li:hover > ul,
.primary-nav li:focus-within > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.primary-nav ul ul a {
	position: relative;
	display: inline-block;
	padding: 10px 0 9px;
	color: #fff;
	font: 400 18px/1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: .8px;
}
.primary-nav ul ul a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 1px;
	background: #d8ac87;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform .25s ease;
}
.primary-nav ul ul a:hover,
.primary-nav ul ul a:focus {
	color: #d6a77f;
	background: transparent;
}
.primary-nav ul ul a:hover::after,
.primary-nav ul ul a:focus::after {
	transform: scaleX(1);
	transform-origin: left center;
}
.scrolled img.managed-italy {
    margin-left: 25px;
    margin-right: auto;
}
.managed-italy {
    width: 135px;
    height: auto;
    margin-left: 15px;
    object-fit: contain;
    margin-right: auto;
}
.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	height: 42px;
	padding: 0 20px;
	border-radius: 22px 0 22px 0;
	background: #d8ac87;
	color: #fff;
	font-size: 15px;
	transition: background .2s ease;
}
a.header-cta {
	margin-left: auto;
}
.site-header.scrolled .site-logo {
	align-self: flex-start;
	flex-basis: 100px;
	width: 100px;
	height: 100px;
	margin-top: 8px;
	padding: 4px;
}
.site-header.scrolled .header-cta {
	height: 42px;
}
.site-header.scrolled .primary-nav > ul > li > a,
.site-header.scrolled .header-search {
	color: #000;
}
.site-header.scrolled .header-search::before {
	border-color: #000;
}
.site-header.scrolled .header-search::after,
.site-header.scrolled .menu-toggle span {
	background: #000;
}
.header-cta:hover {
	background: #c49067;
	color: #fff;
}
.header-search {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 0;
}
.header-search::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border: 3px solid #fff;
	border-radius: 50%;
}
.header-search::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 8px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: left center;
}
.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 7px 7px 10px;
	margin-left: 10px;
	border: 0;
	background: transparent;
}
.menu-toggle span {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: #fff;
	transition: transform .2s, opacity .2s;
}

@media (max-width: 1150px) {
	.site-header__inner { gap: 18px; }
	.primary-nav > ul { gap: 21px; }
	.primary-nav > ul > li > a { font-size: 15px; }
	.managed-italy { width: 76px; }
	.header-cta { min-width: 126px; padding-inline: 16px; }
}
@media (max-width: 1025px) {
	.gc-wrap { width: min(100% - 32px, 1100px); }
	.site-header { height: 76px; }
	.site-header.scrolled { height: 62px; }
	.site-logo {
		flex-basis: 86px;
		width: 86px;
		height: 86px;
		margin-top: 5px;
		padding: 8px;
	}
	.menu-toggle { display: block; }
	.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.managed-italy { margin-left: 0; width: 70px; }
	.header-cta { min-width: auto; height: 38px; font-size: 13px; }
	.header-search { display: none; }
	.primary-nav {
		position: absolute;
		top: 76px;
		left: -16px;
		right: -16px;
		height: auto;
		margin: 0;
		padding: 22px 28px 30px;
		background: #11120f;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: .2s ease;
	}
	.site-header.scrolled .primary-nav { top: 62px; }
	.site-header.scrolled .site-logo {
		flex-basis: 76px;
		width: 76px;
		height: 76px;
		margin-top: 4px;
	}
	.primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.primary-nav > ul { display: block; height: auto; }
	.primary-nav > ul > li { display: block; border-bottom: 1px solid rgba(255,255,255,.1); }
	.primary-nav > ul > li > a { display: block; padding: 13px 0; font-size: 19px; }
	.primary-nav > ul > li > a::before { display: none; }
	.primary-nav ul ul {
		position: static;
		display: none;
		width: 100%;
		padding: 0 0 10px 14px;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.primary-nav .submenu-open > ul { display: block; }
	.primary-nav ul ul a { padding: 7px 0; }
}

/* Home slider */
.container {
	width: min(100% - 60px, 1100px);
	margin-inline: auto;
}
.home-slider {
	position: relative;
	height: 100vh;
	min-height: 680px;
	overflow: hidden;
	background: #17130e;
}
.home-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.025);
	transition: opacity .65s ease, visibility .65s ease, transform 5s ease;
}
.home-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .35) 52%, rgba(0, 0, 0, .18) 100%);
}
.home-slide.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	z-index: 1;
}
.slide-content {
	position: relative;
	z-index: 2;
	padding-top: 80px;
	color: #fff;
}
.home-slide:not(.active) .slide-content > * {
	opacity: 0;
	transform: translateY(45px);
}
.home-slide.active .slide-content > :nth-child(1) {
	animation: slide-content-up .7s .12s both;
}
.home-slide.active .slide-content > :nth-child(2) {
	animation: slide-content-up .7s .25s both;
}
.home-slide.active .slide-content > :nth-child(3) {
	animation: slide-content-up .7s .38s both;
}
@keyframes slide-content-up {
	from {
		opacity: 0;
		transform: translateY(45px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Coffee shop profile */
.single-post .coffee-profile > section {
	margin: 0;
}
.coffee-profile__hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: calc(100vh - 95px);
	margin-top: 95px !important;
	padding: 0;
	background: url("craftcoffee/images/cafe_item_bg3.webp") center / cover fixed no-repeat;
}
.coffee-profile__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
}
.coffee-profile__hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	margin-inline: auto;
}
.coffee-profile__award {
	display: block;
	flex: 0 0 150px;
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.coffee-profile__hero h1 {
	margin: 0;
	color: #fff;
	font: 700 80px / 1.1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.coffee-profile__location {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
.coffee-profile__location a {
	color: #c7a17a;
}
.coffee-profile__content {
	padding: 35px 0 60px;
	background: #fffbf2;
}
.coffee-profile__container {
	width: 100%;
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	margin-inline: auto;
}
.profile-city-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	margin-bottom: 30px;
	padding: 20px 0 5px 20px;
}
.profile-city-nav a {
	display: inline-flex;
	align-items: center;
	color: #c7a27a;
	font-weight: 600;
}
.profile-city-nav a:hover {
	color: #000;
}
.profile-city-nav__all {
	color: #c7a17a !important;
	font-size: 22px;
	font-weight: 700 !important;
}
.profile-city-nav__country {
	color: #000 !important;
	font-size: 20px;
	font-weight: 700 !important;
}
.coffee-profile__intro {
	margin-bottom: 90px;
	text-align: center;
}
.coffee-profile__pretitle {
	margin-bottom: 10px;
	font: 400 55px / 1.8 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.star_rating {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 31px;
}
.star_rating_button {
	width: 30px;
	height: 31px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #d4d4d4;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}
.star_rating_button.active,
.star_rating_button:hover {
	color: #c7a17a;
}
.star_rating_value,
.star_rating_count {
	margin-left: 9px;
	font-weight: 700;
}
.star_rating_count::before {
	content: "(";
}
.star_rating_count::after {
	content: ")";
}
.star_rating_message {
	min-height: 22px;
	text-align: center;
}
.coffee-profile__rating-copy {
	margin: 0;
	font-size: 18px;
	text-align: center;
}
.coffee-profile__about {
	margin-bottom: 90px;
	text-align: center;
}
.profile-title {
	margin: 0 0 40px;
	color: #000;
	font: 400 65px / 1.7 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.profile-title span {
	display: block;
	color: #c7a17a;
	font: 45px / 1 "Arkipelago GC", cursive;
	text-transform: none;
}
.profile-info__line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: #000;
}
.cafe_info_item_icon {
	flex: 0 0 20px;
	width: 20px;
	height: 25px;
	fill: #c7a17a;
}
.profile-info__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding: 30px 0;
}
.profile-info__card {
	min-width: 220px;
	font-size: 16px;
	line-height: 1.8;
}
.profile-info__card h3 {
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #000;
	font: 700 22px / 1.3 Roboto, Arial, sans-serif;
	text-transform: none;
}
.profile-info__card p {
	margin: 0;
}
.share {
	display: flex;
	gap: 10px;
	align-items: center;
}
.share_title {
	font-weight: 700;
}
ul.ya-share2__list {
	margin: 0 !important;
	padding: 0 !important;
}
.map_cafe {
	width: 100%;
	height: 402px;
	margin: 20px 0;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
}
.profile-nearby,
.profile-culture {
	margin-top: 95px;
}
.profile-nearby__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.profile-nearby__grid .cafe_item {
	margin: 0;
}
.profile-culture {
	font-size: 16px;
	line-height: 1.8;
}

@media (max-width: 1025px) {
	.coffee-profile__hero {
		min-height: 400px;
		margin-top: 76px !important;
		background-attachment: scroll;
	}
	.coffee-profile__hero-inner,
	.coffee-profile__container {
		width: 100%;
		max-width: 1200px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.coffee-profile__hero-inner {
		padding-left: 20px;
	}
	.coffee-profile__hero h1 {
		font-size: 62px;
	}
	.profile-nearby__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.profile-info__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	.coffee-profile__hero-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.coffee-profile__award {
		width: 110px;
		height: 110px;
		flex-basis: 110px;
	}
	.coffee-profile__hero h1 {
		font-size: 52px;
	}
	.profile-title {
		font-size: 50px;
		line-height: 1.35;
	}
	.profile-title span {
		font-size: 38px;
	}
	.profile-nearby__grid {
		grid-template-columns: 1fr;
	}
	.profile-info__grid {
		grid-template-columns: 1fr;
	}
}

/* Benefits of listing page */
.benefits-page {
	padding-top: 0;
}
.benefits-page__section {
	margin: 0;
	padding: 55px 0 70px;
}
.benefits-page__title {
	margin: 0 0 10px;
	color: #000;
	font: 400 42px / 1.2 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.benefits-page .benefit-card h2 {
	margin: 0;
	font: 400 36px / 1.3 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.benefits-page .benefit-card:nth-child(1),
.benefits-page .benefit-card:nth-child(2) {
	--benefit-title-height: 93.6px;
}
@media (max-width: 1025px) {
	.benefits-page {
		padding-top: 0;
	}
	.benefits-page__section {
		padding-top: 50px;
	}
}
@media (max-width: 560px) {
	.benefits-page__section {
		padding: 45px 0 60px;
	}
	.benefits-page__title {
		margin-bottom: 25px;
		font-size: 38px;
	}
}

/* One header component everywhere: only the home-page background differs. */
body:not(.home):not(.page-template-page-home) .site-header {
	height: 95px;
	background: #fffbf2;
	border-bottom-color: #1b1814;
	color: #000;
}
body:not(.home):not(.page-template-page-home) .site-header.scrolled {
	height: 74px;
}
body:not(.home):not(.page-template-page-home) .primary-nav > ul > li > a,
body:not(.home):not(.page-template-page-home) .header-search {
	color: #000;
}
body:not(.home):not(.page-template-page-home) .menu-toggle span {
	background: #000;
}
body:not(.home):not(.page-template-page-home) .header-search::before {
	border-color: #000;
}
body:not(.home):not(.page-template-page-home) .header-search::after {
	background: #000;
}
.countries-hero,
.category-hero {
	margin-top: 95px !important;
}

@media (max-width: 1025px) {
	body:not(.home):not(.page-template-page-home) .site-header {
		height: 76px;
	}
	body:not(.home):not(.page-template-page-home) .site-header.scrolled {
		height: 62px;
	}
	.countries-hero,
	.category-hero {
		margin-top: 76px !important;
	}
}

/* Keep these last: legacy page styles above must not override them. */
.benefits-page__section {
	padding: 55px 0 70px;
}
.benefits-page__title {
	margin-bottom: 10px;
}
@media (max-width: 1025px) {
	.mob_prices_labels {
		display: flex;
	}
	.pricesrow .prices_value {
		display: none;
	}
	.pricesrow .prices_value.active {
		display: flex;
		width: 30%;
	}
	.prices_title {
		width: 70%;
	}
}

/* Reusable template for standard content pages. */
.default-page > section {
	margin: 0;
}
.default-page__hero {
	position: relative;
	display: flex;
	align-items: center;
	height: 400px;
	margin-top: 95px !important;
	padding: 60px 0;
	background: url("craftcoffee/images/page_bg.webp") center / cover no-repeat;
}
.default-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}
.default-page__hero .container {
	position: relative;
	z-index: 1;
}
.default-page__hero h1 {
	margin: 0;
	color: #fff;
	font: 700 100px / 1.1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.default-page__content {
	padding: 45px 0 60px;
	background: #fffbf2;
}
.default-page__entry {
	color: #000;
	font: 400 16px / 1.8 Roboto, Arial, sans-serif;
}
.default-page__entry > :first-child {
	margin-top: 0;
}
.default-page__entry > :last-child {
	margin-bottom: 0;
}
.default-page__entry h2 {
	margin: 0;
	font: 700 38px / 1.7 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.default-page__entry h3 {
	margin: 30px 0 10px;
	font: 700 32px / 1.4 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.default-page__entry h4,
.default-page__entry h5,
.default-page__entry h6 {
	margin: 25px 0 10px;
	font-family: "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.default-page__entry p {
	margin: 0 0 20px;
}
.default-page__entry ul,
.default-page__entry ol {
	margin: 0 0 20px;
	padding-left: 24px;
}
.default-page__entry li {
	margin-bottom: 7px;
}
.default-page__entry a {
	color: #c7a17a;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.default-page__entry img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1025px) {
	.default-page__hero {
		height: 320px;
		margin-top: 76px !important;
		padding: 45px 0;
	}
	.default-page__hero h1 {
		font-size: 72px;
	}
	.default-page__content {
		padding: 40px 0 50px;
	}
}
@media (max-width: 770px) {
	.default-page__hero {
		height: 250px;
	}
	.default-page__hero h1 {
		font-size: 50px;
	}
	.default-page__content {
		padding: 32px 0 42px;
	}
	.default-page__entry h2 {
		font-size: 32px;
		line-height: 1.4;
	}
}

/* FAQ page */
.faq-page__content {
	padding: 55px 0 60px;
	background: #fffbf2;
}
.faq-page__intro {
	margin-bottom: 35px;
}
.faq-item + .faq-item {
	margin-top: 20px;
}
.faq-item {
	overflow: hidden;
	border: 1px solid #c7a17a;
	border-radius: 20px;
}
.faq-item__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 20px 24px;
	border: 0;
	background: transparent;
	color: #1a243f;
	font: 700 22px / 1.8 Roboto, Arial, sans-serif;
	text-align: left;
	cursor: pointer;
}
.faq-item__icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	margin-left: 24px;
	border-radius: 50%;
	background: #c7a17a url("craftcoffee/images/v_o_icon.svg") center / 10px 7px no-repeat;
	transition: transform .25s ease, background-color .25s ease;
}
.faq-item.active .faq-item__icon {
	transform: rotate(180deg);
	background-color: #000;
}
.faq-item__answer {
	padding: 0 24px 24px;
	font: 400 16px / 1.8 Roboto, Arial, sans-serif;
}
.faq-item__answer[hidden] {
	display: none;
}
.faq-item__answer > :first-child {
	margin-top: 0;
}
.faq-item__answer > :last-child {
	margin-bottom: 0;
}
.faq-item__answer p {
	margin: 0 0 20px;
}
.faq-item__answer a {
	color: #845f3a;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 1025px) {
	.faq-item__question {
		font-size: 18px;
	}
}
@media (max-width: 770px) {
	.faq-page__content {
		padding: 35px 0 45px;
	}
	.faq-item__question {
		padding: 16px 18px;
		line-height: 1.45;
	}
	.faq-item__icon {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
		margin-left: 15px;
	}
	.faq-item__answer {
		padding: 0 18px 18px;
	}
}

/* Contact Form 7 inside the standard Contact us page. */
.default-page--contact-us .wpcf7 {
	margin-top: 25px;
}
.default-page--contact-us .form_row + .form_row {
	margin-top: 15px;
}
.default-page--contact-us .wpcf7-form-control-wrap {
	display: block;
}
.default-page--contact-us .form_row input.wpcf7-text,
.default-page--contact-us .form_row input.wpcf7-email,
.default-page--contact-us .form_row input.wpcf7-tel,
.default-page--contact-us .form_row textarea.wpcf7-form-control {
	display: block;
	width: 100%;
	margin: 0;
	border: 1px solid #c7a17a;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	background: #fffbf2;
	color: #4b4b4b;
	font: 400 16px / 55px Roboto, Arial, sans-serif;
}
.default-page--contact-us .form_row input.wpcf7-text,
.default-page--contact-us .form_row input.wpcf7-email,
.default-page--contact-us .form_row input.wpcf7-tel {
	height: 57px;
	padding: 0 15px;
}
.default-page--contact-us .form_row textarea.wpcf7-form-control {
	height: 115px;
	min-height: 115px;
	padding: 15px;
	line-height: 1.35;
	resize: vertical;
}
.default-page--contact-us label.ch {
	display: flex;
	align-items: center;
	padding: 20px 0 0;
	font-size: 14px;
	cursor: pointer;
}
.default-page--contact-us label.ch + label.ch {
	padding-top: 0;
}
.default-page--contact-us label.ch > span:last-child {
	display: block;
	width: calc(100% - 20px);
	padding-left: 10px;
	line-height: 1.2;
}
.default-page--contact-us .ch .wpcf7-form-control-wrap {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}
.default-page--contact-us .wpcf7-list-item {
	margin: 0;
}
.ch .wpcf7-list-item {
	display: block;
	margin: 0;
}
.ch label {
	display: block;
	height: 19px;
}
label.ch span {
	display: block !important;
	line-height: 1.4;
}
.ch span.wpcf7-list-item-label {
	display: none !important;
}
label.ch {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 0 0;
	font-size: 14px;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	border-color: #000 !important;
	background: transparent !important;
	color: #000 !important;
}
.default-page--contact-us .wpcf7-list-item-label {
	display: none;
}
.default-page--contact-us label.ch input[type="checkbox"] {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
}
.default-page--contact-us input.wpcf7-submit {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 12px 50px 10px !important;
	border: 2px solid #000;
	border-radius: 0;
	background: #000;
	color: #fff;
	font: 700 20px / 32px "Bebas Neue GC", "Arial Narrow", sans-serif !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}
.default-page--contact-us input.wpcf7-submit:hover {
	background: transparent;
	color: #000;
}
.default-page--contact-us .wpcf7-not-valid-tip,
.default-page--contact-us .wpcf7-spinner {
	display: none;
}
.default-page--contact-us input.wpcf7-not-valid,
.default-page--contact-us textarea.wpcf7-not-valid {
	border-color: #f00 !important;
}
.default-page--contact-us .wpcf7-not-valid input[type="checkbox"],
.default-page--contact-us input[type="checkbox"].wpcf7-not-valid {
	box-shadow: inset 0 0 2px 2px #f00;
}
.default-page--contact-us input.wpcf7-not-valid::placeholder,
.default-page--contact-us textarea.wpcf7-not-valid::placeholder {
	color: #f00;
}
.default-page--contact-us .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 10px 20px !important;
	border: 0 !important;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.default-page--contact-us .wpcf7 form.invalid .wpcf7-response-output,
.default-page--contact-us .wpcf7 form.unaccepted .wpcf7-response-output,
.default-page--contact-us .wpcf7 form.payment-required .wpcf7-response-output {
	background: #f00;
}
.default-page--contact-us .wpcf7 form.sent .wpcf7-response-output {
	background: #46b450;
}

/* Membership application tabs rendered conditionally by page.php. */
.default-page--membership-application .tab_labels {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin: 20px 0 30px;
}
.default-page--membership-application .tab_labels > button {
	width: 202px;
	height: auto !important;
	padding: 10px 35px;
	border: 2px solid #c7a17a;
	border-radius: 20px 0;
	background: #c7a17a;
	color: #fff;
	font: 600 20px / 1.4 Roboto, Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.default-page--membership-application .tab_labels > button:hover {
	background: transparent;
	color: #000;
}
.default-page--membership-application .tab_labels > button.active {
	border-color: #000;
	background: #000;
	color: #fff;
}
.default-page--membership-application .application-tab[hidden] {
	display: none;
}
.default-page--membership-application .form_block_title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
.default-page--membership-application .thx_block {
	display: none;
}
.default-page--membership-application .thx_block.active {
	display: block;
}
.default-page--membership-application .form_row + .form_row {
	margin-top: 15px;
}
.default-page--membership-application .form_row input.wpcf7-text,
.default-page--membership-application .form_row input.wpcf7-email,
.default-page--membership-application .form_row input.wpcf7-tel,
.default-page--membership-application .form_row input.wpcf7-number,
.default-page--membership-application .form_row textarea.wpcf7-form-control,
.default-page--membership-application .form_row select.wpcf7-form-control {
	display: block;
	width: 100%;
	margin: 0;
	border: 1px solid #c7a17a;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	background-color: #fffbf2;
	color: #4b4b4b;
	font: 400 16px / 1.35 Roboto, Arial, sans-serif;
}
.default-page--membership-application .form_row input.wpcf7-text,
.default-page--membership-application .form_row input.wpcf7-email,
.default-page--membership-application .form_row input.wpcf7-tel,
.default-page--membership-application .form_row input.wpcf7-number,
.default-page--membership-application .form_row select.wpcf7-form-control {
	height: 57px;
	padding: 0 15px;
}
.default-page--membership-application .form_row textarea.wpcf7-form-control {
	height: 115px;
	min-height: 115px;
	padding: 15px;
	resize: vertical;
}
.default-page--membership-application label.ch {
	display: flex;
	align-items: center;
	padding: 20px 0 0;
	font-size: 14px;
	cursor: pointer;
}
.default-page--membership-application label.ch + label.ch {
	padding-top: 0;
}
.default-page--membership-application .wpcf7-list-item-label {
	display: none;
}
.default-page--membership-application label.ch input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
}
.default-page--membership-application input.wpcf7-submit {
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 12px 50px 10px !important;
	border: 2px solid #000;
	border-radius: 0;
	background: #000;
	color: #fff;
	font: 700 20px / 32px "Bebas Neue GC", "Arial Narrow", sans-serif !important;
	text-transform: uppercase;
	cursor: pointer;
}
.default-page--membership-application input.wpcf7-not-valid,
.default-page--membership-application textarea.wpcf7-not-valid,
.default-page--membership-application select.wpcf7-not-valid {
	border-color: #f00 !important;
}
.default-page--membership-application .wpcf7-not-valid input[type="checkbox"] {
	box-shadow: inset 0 0 2px 2px #f00;
}

@media (max-width: 770px) {
	.default-page--membership-application .tab_labels {
		flex-direction: column;
		gap: 12px;
	}
	.default-page--membership-application .tab_labels > button {
		width: 100%;
	}
}

/* Final inner-page responsive overrides. */
.container {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.benefits-page__section {
	padding: 55px 0 70px;
}
.benefits-page__title {
	margin-bottom: 10px;
}
@media (max-width: 1025px) {
	.mob_prices_labels {
		display: flex;
	}
	.pricesrow .prices_value {
		display: none;
	}
	.pricesrow .prices_value.active {
		display: flex;
		width: 30%;
	}
	.prices_title {
		width: 70%;
	}
}

/* Membership plans page */
.plans-page > section {
	margin: 0;
}
.plans-container {
	width: 100%;
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
}
.plans-hero {
	position: relative;
	display: flex;
	align-items: center;
	height: 400px;
	margin-top: 95px !important;
	padding: 60px 0;
	background: url("craftcoffee/images/page_bg.webp") center / cover no-repeat;
}
.plans-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}
.plans-hero__inner {
	position: relative;
	z-index: 1;
}
.plans-hero h1 {
	margin: 0;
	color: #fff;
	font: 700 100px / 1.1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.plans-content {
	padding: 50px 0 60px;
	background: #fffbf2;
}
.plans-intro {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.8;
}
.plans-intro h3 {
	margin: 0 0 10px;
	font: 400 36px / 1.2 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.plans-intro p {
	margin: 0 0 18px;
}
.mob_prices_labels {
	display: none;
}
.pricesrow {
	display: flex;
	align-items: stretch;
	min-height: 38px;
	border: 1px solid #ddd;
	border-bottom: 0;
	cursor: default;
}
.pricesrow.has-description {
	cursor: pointer;
}
.pricesrow:last-child {
	border-bottom: 1px solid #ddd;
}
.prices_title {
	position: relative;
	width: 60%;
	padding: 7px 8px 7px 25px;
	font-weight: 600;
	line-height: 1.3;
}
.pricesrow.has-description .prices_title::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	width: 9px;
	height: 11px;
	background: url("craftcoffee/images/arrow_right.svg") center / contain no-repeat;
	transition: transform .3s ease;
}
.pricesrow.show .prices_title::before {
	transform: rotate(90deg);
}
.prices_value {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10%;
	padding: 9px 8px 7px;
	border-left: 1px solid #ddd;
	text-align: center;
}
.prices_value svg {
	display: block;
	width: 19px;
	height: 19px;
	margin: 0 auto;
	padding: 5px;
	border-radius: 50%;
	background: #5cbd00;
	fill: #fff;
}
.prices_value .prices_value_none {
	display: block;
	width: 10px;
	height: 1px;
	margin: 0 auto;
	background: #a9a9a9;
}
.prices_row_info {
	display: none;
	padding: 10px 10px 10px 25px;
	background: #c7a17a;
	color: #fff;
}
.prices_row_info.show {
	display: block;
}
.pricesrow--head {
	min-height: 64px;
	align-items: stretch;
}
.pricesrow--head .prices_value {
	display: block;
}
.tarif_name {
	display: block;
	color: #000;
	font-size: 22px;
	line-height: 1;
}
.tarif_name_label {
	display: block;
	font-size: 14px;
}
.pricesrow--spacer {
	min-height: 38px;
}
.pricesrow--spacer .prices_title::before,
.pricesrow--actions .prices_title::before {
	display: none;
}
.actual {
	display: block;
	color: #5cbd00;
	font-size: 19px;
	font-weight: 600;
}
.prices_value_btn {
	display: block;
	width: 100%;
	border-radius: 20px 0;
	box-shadow: 0 0 0 1px #c7a17a inset;
	color: #c7a17a;
	font: 400 16px / 40px "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-align: center;
	text-transform: uppercase;
	transition: color .2s ease, box-shadow .2s ease;
}
.prices_value_btn:hover {
	box-shadow: 0 0 0 50px #c7a17a inset;
	color: #fff;
}
.prices_box_barista .prices_value {
	width: 20%;
}

@media (max-width: 1025px) {
	.plans-hero {
		margin-top: 76px !important;
	}
	.mob_prices_labels {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-bottom: 30px;
	}
	.mob_prices_label {
		padding: 0 10px;
		border: 0;
		background: transparent;
		color: #1a243f;
		font-weight: 700;
		text-align: center;
	}
	.mob_prices_label.active {
		color: #c7a17a;
	}
	.mob_prices_label span:first-child {
		border-bottom: 1px dashed;
		font-size: 18px;
	}
	.mob_prices_label span:last-child {
		display: block;
		margin-top: 5px;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.2;
	}
	.pricesrow .prices_value {
		display: none;
	}
	.pricesrow .prices_value.active {
		display: flex;
		width: 30%;
	}
	.prices_title {
		width: 70%;
		padding-left: 10px;
	}
	.pricesrow.has-description .prices_title::before {
		display: none;
	}
}
@media (max-width: 560px) {
	.plans-hero {
		height: 300px;
		padding: 45px 0;
	}
	.plans-hero h1 {
		font-size: 62px;
	}
	.plans-content {
		padding-top: 45px;
	}
	.plans-intro h3 {
		font-size: 31px;
	}
	.mob_prices_labels {
		justify-content: flex-start;
		overflow-x: auto;
	}
	.mob_prices_label {
		flex: 0 0 auto;
	}
	.prices_value_btn {
		font-size: 14px;
	}
}
.slide-content h1,
.slide-content h2 {
	max-width: 720px;
	margin: 0 0 24px;
	color: #fff;
	font: 400 72px/.98 "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.slide-content p {
	max-width: 710px;
	margin: 0 0 30px;
	font: 400 17px/1.8 Roboto, Arial, sans-serif;
}
.slide-content a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 290px;
	height: 64px;
	padding: 0 54px;
	border: 2px solid #fff;
	border-radius: 24px 0 24px 0;
	color: #fff;
	font: 400 18px/1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: background .2s, color .2s;
}
.slide-content a:hover {
	background: #fff;
	color: #191713;
}
.slide-arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 52px;
	height: 70px;
	margin-top: -35px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: 200 58px/1 Arial, sans-serif;
	opacity: .8;
}
.slide-arrow:hover { opacity: 1; }
.slide-prev { left: 28px; }
.slide-next { right: 28px; }
.slide-dots {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 48px;
	display: flex;
	gap: 14px;
	transform: translateX(-50%);
}
.slide-dots button {
	width: 38px;
	height: 2px;
	padding: 0;
	border: 0;
	background: rgba(255,255,255,.45);
}
.slide-dots button.active { background: #fff; }

@media (max-width: 1025px) {
	.container { width: min(100% - 40px, 1100px); }
	.home-slider { height: 100vh; min-height: 620px; }
	.slide-content { padding-top: 70px; }
	.slide-content h1,
	.slide-content h2 { max-width: 620px; font-size: 58px; }
	.slide-content p { max-width: 600px; font-size: 15px; }
	.slide-prev { left: 4px; }
	.slide-next { right: 4px; }
}
@media (max-width: 560px) {
	.home-slider { height: 100vh; min-height: 650px; }
	.home-slide { background-position: 58% center; }
	.home-slide::before { background: rgba(0,0,0,.58); }
	.slide-content h1,
	.slide-content h2 { font-size: 43px; line-height: 1; }
	.slide-content p { font-size: 14px; line-height: 1.65; }
	.slide-content a { min-width: 205px; height: 54px; font-size: 16px; }
	.slide-arrow { display: none; }
	.slide-dots { bottom: 30px; }
}
@media (prefers-reduced-motion: reduce) {
	.home-slide,
	.home-slide.active .slide-content > * {
		animation: none;
		transition: none;
	}
	.home-slide.active .slide-content > * {
		opacity: 1;
		transform: none;
	}
}

/* Our Story */
/*
 * Home layout rule:
 * - section controls vertical spacing with padding;
 * - its direct .container controls width only;
 * - blocks inside the container use margins between each other;
 * - full-width visual sections such as .members-map are exceptions.
 */
.home main > section {
	margin: 0;
}
.our-story {
	position: relative;
	padding: 100px 0;
	height: auto;
	overflow: hidden;
	background: #fffbf2;
}
.story-container {
	width: min(calc(100% - 125px), 1140px);
}
/* Reusable section title */
.section-title {
	position: relative;
	margin-bottom: 65px;
	overflow: visible;
	text-align: center;
}
.section-title__accent {
	display: block;
	margin-top: -10px;
	margin-bottom: 30px;
	color: #c7a17a;
	font: 60px/60px "Arkipelago GC", cursive;
}
.section-title__heading {
	margin: -20px 0 0;
	color: #000;
	font: 400 100px/100px "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.section-title__decor {
	position: absolute;
	z-index: 1;
	top: 33px;
	right: 0;
	left: auto;
	width: 230px;
	height: 223px;
	object-fit: contain;
	opacity: 1;
}
.story-inner {
	position: relative;
	display: grid;
	grid-template-columns: 60% 40%;
	width: 100%;
	height: auto;
}
.story-photo {
	position: relative;
	height: 100%;
}
.story-photo > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 150%;
	max-width: none;
	height: 685px;
	object-fit: cover;
}
.story-photo > h2 {
	position: absolute;
	z-index: 2;
	left: -20px;
	bottom: 117px;
	margin: 0;
	color: #fff;
	font: 400 100px/.9 "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
	translate: 0 var(--story-parallax, 0px);
	will-change: translate;
}
.story-text {
	padding: 95px 0 0 50px;
	color: #000;
	font: 400 16px/1.8 Roboto, Arial, sans-serif;
}
.story-title {
	display: flex;
	align-items: center;
	height: 60px;
	margin-bottom: 0;
}
.story-title i {
	display: block;
	flex: 0 0 170px;
	height: 1px;
	margin-left: -85px;
	background: #17120d;
	transform-origin: left center;
}
.story-title h3 {
	margin: 0 0 0 20px;
	font: 400 36px/40px "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}
.story-text p {
	margin: 0 0 20px;
}
[data-reveal] {
	opacity: 0;
	transform: translateY(45px);
	transition: opacity .9s var(--delay, 0s) ease, transform .9s var(--delay, 0s) ease;
}
.story-title i[data-reveal] {
	transform: scaleX(0);
	transition: transform 1s ease;
}
[data-reveal].revealed {
	opacity: 1;
	transform: translateY(0);
}
.story-title i[data-reveal].revealed {
	transform: scaleX(1);
}

/* Global members map */
.members-map {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 950px;
	padding: 0 10px;
	background: url("../../uploads/2026/03/home_map.webp") 0 50% / cover no-repeat;
	text-align: center;
}
.members-map h2 {
	margin: 0;
	color: #fff;
	font: 700 105px/1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}

/* Recommended coffee shops */
.recommended-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: #fffbf2;
}
.recommended-container {
	width: min(calc(100% - 125px), 1140px);
}
.recommended-slider {
	position: relative;
	width: 100%;
}
.recommended-viewport {
	overflow: hidden;
}
.recommended-track {
	display: flex;
	gap: 24px;
	transition: transform .6s ease;
}
.recommended-card {
	flex: 0 0 calc((100% - 48px) / 3);
	min-width: 0;
	overflow: hidden;
	border: 1px solid #c7a17a;
	border-radius: 4px;
	background: #fff;
}
.recommended-thumb {
	display: block;
	height: 280px;
	overflow: hidden;
	background: #f5f1ec;
}
.recommended-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}
.recommended-card:hover .recommended-thumb img {
	transform: scale(1.04);
}
.recommended-content {
	display: flex;
	min-height: 310px;
	padding: 20px;
	flex-direction: column;
}
.recommended-country {
	color: #c7a17a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.recommended-city {
	margin-top: 6px;
	color: #777;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}
.recommended-content h3 {
	margin: 14px 0 12px;
	font: 400 28px/1.12 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.recommended-content h3 a {
	color: #111;
}
.recommended-content p {
	min-height: 70px;
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.5;
}
.recommended-link {
	margin-top: auto;
	padding: 8px 10px;
	border: 1px solid #c7a17a;
	border-radius: 20px 0;
	background: #c7a17a;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	transition: background .3s ease;
}
.recommended-link:hover {
	background: #b78e66;
	color: #fff;
}
.recommended-arrow {
	position: absolute;
	z-index: 3;
	top: 260px;
	width: 42px;
	height: 58px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font: 300 52px/1 Arial, sans-serif;
}
.recommended-arrow:hover {
	color: #c7a17a;
}
.recommended-prev { left: -58px; }
.recommended-next { right: -58px; }
.recommended-dots {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: 30px;
}
.recommended-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c7a17a;
	opacity: .3;
}
.recommended-dots button.active {
	opacity: 1;
}

/* Membership benefits */
.membership-benefits {
	padding: 30px 0 10px;
	overflow: hidden;
	background: #fffbf2;
}
.membership-benefits__container {
	width: min(calc(100% - 125px), 1140px);
}
.membership-benefits .section-title__heading {
	font-size: 67px;
	line-height: 1;
}
.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 35px;
}
.benefit-card {
	position: relative;
	height: 550px;
	padding: 20px;
	overflow: hidden;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, .05) 30%, rgba(0, 0, 0, .76) 100%),
		var(--benefit-image) center / cover no-repeat;
	color: #fff;
}
.benefit-card__inner {
	position: relative;
	height: 100%;
	padding: 28px 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .85);
}
.benefit-card__content {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	transform: translateY(calc(100% - var(--benefit-title-height, 46.8px)));
	transition: transform .45s ease;
}
.benefit-card:nth-child(1),
.benefit-card:nth-child(2) {
	--benefit-title-height: 93.6px;
}
.benefit-card h3 {
	margin: 0;
	font: 400 36px/1.3 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.benefit-card p {
	margin: 18px 0 0;
	font: 400 15px/1.65 Roboto, Arial, sans-serif;
	opacity: 0;
	transition: opacity .3s .1s ease;
}
.benefit-card:hover .benefit-card__content,
.benefit-card:focus-within .benefit-card__content {
	transform: translateY(0);
}
.benefit-card:hover p,
.benefit-card:focus-within p {
	opacity: 1;
}

/* Member promotion */
.member-promotion {
	position: relative;
	padding: 100px 0 25px;
	overflow: hidden;
	background: #fffbf2;
}
.member-promotion__decor {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	object-fit: fill;
}
.member-promotion__decor--top {
	top: -301px;
	left: -74px;
	width: 110px;
	height: 271px;
}
.member-promotion__decor--bottom {
	top: 432px;
	left: -149px;
	width: 260px;
	height: 247px;
}
.member-promotion__container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 380px 285px 475px;
	width: min(calc(100% - 125px), 1140px);
	height: 723px;
	align-items: start;
}
.member-promotion__heading {
	position: relative;
	z-index: 2;
	padding-top: 190px;
}
.member-promotion__heading h2 {
	max-width: 342px;
	margin: 0;
	font: 400 52px/1.14 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.member-promotion__heading p {
	margin: 42px 0 0;
	font: 600 12px/1.2 Roboto, Arial, sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	white-space: nowrap;
}
.member-promotion__image {
	width: 470px;
	height: 704px;
	margin-top: 36px;
}
.member-promotion__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.member-promotion__content {
	position: relative;
	z-index: 3;
	width: 471px;
	min-height: 523px;
	margin-top: 200px;
	padding: 70px 50px 60px;
	background: #000;
	color: #c8c8c8;
	translate: 0 var(--promotion-parallax, -100px);
	will-change: translate;
}
.member-promotion__content p {
	margin: 0 0 30px;
	font: 400 16px/1.75 Roboto, Arial, sans-serif;
}
.outline-button {
	display: inline-flex;
	min-width: 174px;
	height: 46px;
	padding: 0 24px;
	border: 1px solid #c7a17a;
	border-radius: 20px 0;
	align-items: center;
	justify-content: center;
	color: #fff;
	font: 400 16px/1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	transition: background .25s ease, color .25s ease;
}
.outline-button:hover {
	background: #c7a17a;
	color: #fff;
}

/* Membership plans */
.membership-plans {
	padding: 100px 0 0;
	overflow: hidden;
	background: #fffbf2;
}
.membership-plans__container {
	width: 100%;
	max-width: none;
}
.membership-plans__panel {
	height: 544px;
	padding: 50px 40px 30px;
	background: #000;
	text-align: center;
}
.membership-plans__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 35px;
	margin-bottom: 66px;
}
.membership-plan {
	display: block;
	color: #fff;
}
.membership-plan__image {
	height: 275px;
	overflow: hidden;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	transition: -webkit-clip-path .45s ease, clip-path .45s ease;
}
.membership-plan__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .65s ease;
}
.membership-plan:hover .membership-plan__image {
	-webkit-clip-path: inset(15px);
	clip-path: inset(15px);
}
.membership-plan:hover .membership-plan__image img {
	transform: scale(1.15);
}
.membership-plan span {
	position: relative;
	z-index: 1;
	display: flex;
	width: 176px;
	height: 84px;
	margin: 30px auto 0;
	border: 2px solid #fff;
	align-items: center;
	justify-content: center;
	font: 400 31px/1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	transition: border-color .25s ease, color .25s ease;
}
.membership-plan span::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
.membership-plan:hover {
	color: #c7a17a;
}
.membership-plan:hover span {
	border-color: #c7a17a;
}
.membership-plans__button {
	min-width: 337px;
	height: 63px;
	font-size: 18px;
}

/* Coffee in different languages */
.coffee-languages {
	padding: 65px 0;
	overflow: hidden;
	background: #fffbf2;
}
.coffee-languages__container {
	width: 100%;
	max-width: none;
	padding: 0 10px;
	color: #111;
	font-family: Roboto, Arial, sans-serif;
	line-height: 1;
	text-align: justify;
}
.coffee-languages__container span {
	display: inline-block;
	margin: 4px 6px;
	font-size: var(--word-size);
	line-height: 1.2;
	white-space: nowrap;
}

/* Footer */
.site-footer {
	background: #000;
	color: #fff;
}
.site-footer__container {
	display: grid;
	grid-template-columns: 1.05fr 1.05fr 1.2fr .8fr;
	gap: 55px;
	width: min(calc(100% - 125px), 1140px);
	padding: 58px 0 80px;
}
.site-footer__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.site-footer__column h2 {
	margin: 0 0 15px;
	font: 700 20px/1.2 Roboto, Arial, sans-serif;
}
.site-footer__column a {
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .65);
	color: #ddd;
	font: 400 16px/1.35 Roboto, Arial, sans-serif;
}
.site-footer__column a:hover {
	color: #c7a17a;
	border-color: #c7a17a;
}
.site-footer__brand {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.site-footer__brand > img {
	width: 145px;
	height: 145px;
	object-fit: contain;
}
.footer-contact-button {
	display: flex;
	min-width: 122px;
	height: 40px;
	margin-top: 18px;
	border-radius: 20px 0;
	align-items: center;
	justify-content: center;
	background: #c7a17a;
	color: #fff;
	font: 400 15px/1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.site-footer__socials {
	display: flex;
	gap: 22px;
	margin-top: 18px;
}
.site-footer__socials a {
	color: #fff;
	font: 700 28px/1 Arial, sans-serif;
}
.site-footer__bottom {
	display: flex;
	min-height: 174px;
	padding: 38px 20px 25px;
	border-top: 1px solid #444;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.italy-flag {
	display: block;
	width: 79px;
	height: 54px;
	background: linear-gradient(to right, #009246 0 33.333%, #fff 33.333% 66.666%, #ce2b37 66.666%);
}
.site-footer__bottom p {
	margin: 18px 0 0;
	font: 400 20px/1.15 "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

/* Countries catalogue */
.page-template-page-countries .site-header,
.page-template-page-countriees .site-header {
	height: 104px;
	background: #fffbf2;
	border-bottom-color: #1b1814;
	color: #000;
}

/* Country and city category catalogue */
.category .site-header {
	height: 104px;
	background: #fffbf2;
	border-bottom-color: #1b1814;
	color: #000;
}
.category .site-header.scrolled {
	height: 74px;
}
.category .primary-nav > ul > li > a,
.category .header-search {
	color: #000;
}
.category .menu-toggle span {
	background: #000;
}
.category-catalogue > section {
	margin: 0;
}
.category-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 520px;
	margin-top: 104px !important;
	padding: 60px 0;
	background: url("craftcoffee/images/cat_bg.jpg") center / cover no-repeat;
}
.category-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .7);
}
.category-hero__container {
	position: relative;
	z-index: 1;
	width: min(100% - 180px, 1170px);
	text-align: center;
}
.category-hero h1 {
	margin: 0;
	color: #fff;
	font: 700 100px / 1.1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.child-categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 20px 0 5px;
}
.child-categories__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 2px 46px;
	border-radius: 20px 0;
	background: #c7a27a;
	color: #fff;
	font: 600 16px / 1.2 Roboto, Arial, sans-serif;
	letter-spacing: .5px;
	transition: background .2s ease, color .2s ease;
}
.child-categories__item:hover,
.child-categories__item.active {
	background: #000;
	color: #fff;
}
.child-categories--city {
	justify-content: flex-start;
	margin-bottom: 30px;
	padding-left: 20px;
	color: #000;
}
.child-categories--city .child-categories__item,
.child-categories--city .child-categories__item.active {
	min-height: 38px;
	padding: 0;
	background: none;
	color: #c7a27a;
}
.child-categories--city .child-categories__item:hover {
	background: none;
	color: #000;
}
.child-categories__all,
.child-categories__country {
	align-self: center;
	color: #000;
	font-weight: 700;
}
.child-categories__all {
	font-size: 22px;
	color: #c7a17a;
}
.child-categories__country {
	font-size: 20px;
}
.category-results {
	padding: 40px 0 20px;
	background: #fffbf2;
}
.category-results__inner {
	display: flex;
	width: 100%;
}
.cafe_items {
	flex: 0 0 490px;
	width: 490px;
	padding: 0 20px;
}
.cafe_items_map {
	flex: 1 1 auto;
	position: sticky;
	top: 104px;
	align-self: flex-start;
	height: calc(100vh - 104px);
	min-width: 0;
}
.cafe_item {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 15px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	cursor: pointer;
	transition: border-color .2s ease;
}
.cafe_item:hover {
	border-color: #000;
}
.cafe_item_content {
	width: 100%;
}
.cafe_item_title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font: 700 20px / 1.8 Roboto, Arial, sans-serif;
	letter-spacing: .5px;
	text-transform: none;
	line-height: 1.4;
}
.cafe_item_title a {
	color: #000;
}
.cafe_item_count {
	position: relative;
	display: block;
	flex: 0 0 29px;
	width: 29px;
	height: 40px;
	background: url("craftcoffee/images/point.svg") center / 28px no-repeat;
}
.cafe_item_count span {
	position: absolute;
	top: 7px;
	left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	font-size: 9px;
	font-weight: 400;
	line-height: 1;
}
.cafe_item_city {
	margin-top: 10px;
	color: #9c9c9c;
	font: 400 15px / 1.2 Roboto, Arial, sans-serif;
}
.map-data {
	display: none !important;
}
.category-results #category-map {
	width: 98%;
	height: 100%;
	min-height: 0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}
.category-results__empty {
	margin: 15px 0;
	padding: 25px;
	background: #fff;
}

@media (max-width: 1025px) {
	.category .site-header {
		height: 76px;
	}
	.category-hero {
		min-height: 400px;
		margin-top: 76px !important;
		padding: 50px 0;
	}
	.category-hero__container {
		width: min(100% - 40px, 1170px);
	}
	.category-hero h1 {
		font-size: clamp(54px, 12vw, 80px);
	}
	.category-results__inner {
		flex-direction: column;
		gap: 20px;
	}
	.cafe_items,
	.cafe_items_map {
		flex-basis: auto;
		width: 100%;
	}
	.cafe_items_map {
		position: static;
		height: auto;
	}
	.cafe_items {
		padding: 0 15px;
	}
	.category-results #category-map {
		position: relative !important;
		top: auto;
		width: calc(100% - 30px);
		min-height: 500px;
		margin: 0 15px;
	}
}
.page-template-page-countries .site-header.scrolled,
.page-template-page-countriees .site-header.scrolled {
	height: 74px;
}
.page-template-page-countries .primary-nav > ul > li > a,
.page-template-page-countries .header-search,
.page-template-page-countriees .primary-nav > ul > li > a,
.page-template-page-countriees .header-search {
	color: #000;
}
.page-template-page-countries .menu-toggle span,
.page-template-page-countriees .menu-toggle span {
	background: #000;
}
.countries-page > section {
	margin: 0;
}
.countries-hero {
	position: relative;
	height: 400px;
	margin-top: 104px !important;
	padding: 0;
	background: url("craftcoffee/images/page_bg.webp") center / cover no-repeat;
}
.countries-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}
.countries-hero__container {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 100%;
	max-width: none;
	align-items: center;
	justify-content: center;
}
.countries-hero h1 {
	margin: 0;
	color: #fff;
	font: 400 92px/1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.countries-search {
	padding: 73px 0 41px;
	background: #fffbf2;
}
.countries-container {
	width: min(calc(100% - 180px), 1085px);
}
.countries-search__form {
	display: flex;
	gap: 12px;
}
.countries-search__form .countries-search__input {
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 0 18px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	background: #fff;
	color: #111;
	font: 400 16px/1 Roboto, Arial, sans-serif;
}
.countries-search__button,
.countries-search__more {
	box-sizing: border-box;
	height: 54px;
	padding: 0 28px;
	border: 0;
	border-radius: 4px;
	background: #c7a17a;
	color: #fff;
	font: 400 16px/1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.countries-search__count,
.countries-search__empty {
	margin-top: 18px;
	font-size: 16px;
}
.countries-search__count:empty {
	display: none;
}
.countries-search__results {
	display: none;
	margin-top: 28px;
}
.countries-search__more {
	display: none;
	margin: 24px auto 0;
}
.countries-search.is-loading .countries-search__button {
	opacity: .6;
	pointer-events: none;
}
.countries-directory {
	position: relative;
	padding: 0 0 65px;
	background: #fffbf2;
}
.countries-directory[hidden] {
	display: none;
}
.countries-text {
	margin-bottom: 15px;
}
.countries-text h2 {
	margin: 0 0 15px;
	font: 400 36px/1.7 "Bebas Neue GC", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
.countries-text p {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.8;
}
.countries-alphabet {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	padding: 30px 0;
}
.countries-alphabet__group {
	margin-bottom: 28px;
}
.countries-alphabet__letter {
	margin: 0 0 8px;
	color: #c7a17a;
	font: 700 25px/1 Roboto, Arial, sans-serif;
}
.countries-alphabet__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.countries-alphabet__list li {
	margin: 0 0 3px;
	list-style: none;
	line-height: 1.8;
}
.countries-alphabet__list a {
	color: #333;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}
.countries-alphabet__list a:hover {
	color: #c7a17a;
}
.countries-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 50px;
	border-top: 1px solid #c7a17a;
	border-bottom: 1px solid #c7a17a;
}
.countries-stats__item {
	display: flex;
	min-height: 175px;
	padding: 25px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.countries-stats__item + .countries-stats__item { border-left: 1px solid #c7a17a; }
.countries-stats__item strong { color: #c7a17a; font: 400 clamp(58px, 7vw, 92px) / .85 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; }
.countries-stats__item span { margin-top: 12px; color: #25211d; font: 400 18px / 1 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.cafe-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.cafe-item {
	display: flex;
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	align-items: flex-start;
	gap: 10px;
	background: #fff;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	transition: border-color .2s ease;
}
.cafe-item:hover {
	border-color: #000;
}
.cafe-item__icon {
	display: none;
}
.cafe-item__title {
	display: flex;
	margin: 0;
	align-items: center;
	gap: 10px;
	font: 700 20px/1.25 Roboto, Arial, sans-serif;
}
.cafe-item__title a {
	color: #111;
}
.cafe-item__count {
	position: relative;
	display: flex;
	width: 29px;
	height: 40px;
	flex: 0 0 29px;
	align-items: flex-start;
	justify-content: center;
	padding-top: 7px;
	background: url("craftcoffee/images/point.svg") center / 28px no-repeat;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
.cafe-item__address {
	margin: 10px 0 0 39px;
	color: #9c9c9c;
	font-size: 15px;
	line-height: 1.2;
}

@media (max-width: 1025px) {
	.story-container { width: min(100% - 60px, 1140px); }
	.section-title { margin-bottom: 60px; }
	.section-title__accent { font-size: 50px; }
	.section-title__heading { font-size: 78px; line-height: 80px; }
	.section-title__decor { left: auto; right: -40px; width: 190px; }
	.our-story { overflow: visible; }
	.story-inner {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
	}
	.story-photo { height: 620px; }
	.story-photo > img { top: 0; right: 0; width: 100%; height: 100%; }
	.story-photo > h2 { left: 30px; bottom: 30px; font-size: 78px; }
	.story-text { padding: 75px 50px; }
	.story-title i { margin-left: -85px; }
	.members-map { height: 720px; }
	.members-map h2 { font-size: 78px; }
	.recommended-container { width: min(100% - 60px, 1140px); }
	.recommended-card { flex-basis: calc((100% - 24px) / 2); }
	.recommended-prev { left: -24px; }
	.recommended-next { right: -24px; }
	.membership-benefits__container { width: min(100% - 60px, 1140px); }
	.membership-benefits .section-title__heading { font-size: 54px; }
	.benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.member-promotion__container {
		grid-template-columns: 42% 58%;
		width: min(100% - 60px, 1140px);
	}
	.member-promotion__heading { padding-top: 100px; }
	.member-promotion__heading h2 { font-size: 44px; }
	.member-promotion__image { height: 620px; }
	.member-promotion__content {
		grid-column: 2;
		width: calc(100% + 50px);
		margin: -160px 0 0 -50px;
		translate: none;
	}
	.membership-plans__panel { height: auto; }
	.membership-plans__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.coffee-languages { padding: 50px 0; }
	.coffee-languages__container span { font-size: calc(var(--word-size) * .85); }
	.site-footer__container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(100% - 60px, 1140px);
	}
	.site-footer__brand {
		order: -1;
	}
	.countries-container { width: min(100% - 60px, 1085px); }
	.countries-alphabet { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
	.cafe-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.our-story { padding: 70px 0; }
	.story-container { width: calc(100% - 40px); }
	.section-title { margin-bottom: 40px; }
	.section-title__accent { font-size: 42px; line-height: 48px; }
	.section-title__heading { font-size: 60px; line-height: 65px; }
	.section-title__decor { top: 45px; width: 145px; opacity: .12; }
	.story-photo { height: 430px; }
	.story-photo > h2 { left: 20px; bottom: 20px; font-size: 58px; }
	.story-text { padding: 55px 25px; font-size: 15px; }
	.story-title i { flex-basis: 70px; margin-left: -25px; }
	.story-title h3 { font-size: 32px; }
	.members-map { height: 560px; }
	.members-map h2 { font-size: 58px; }
	.recommended-section { padding: 70px 0; }
	.recommended-container { width: calc(100% - 40px); }
	.recommended-track { gap: 16px; }
	.recommended-card { flex-basis: 100%; }
	.recommended-prev { left: -17px; }
	.recommended-next { right: -17px; }
	.membership-benefits { padding: 70px 0; }
	.membership-benefits__container { width: calc(100% - 40px); }
	.membership-benefits .section-title__heading { font-size: 44px; }
	.benefits-grid { grid-template-columns: 1fr; gap: 24px; }
	.benefit-card { height: 500px; }
	.benefit-card__content { transform: none; }
	.benefit-card p { opacity: 1; }
	.member-promotion { padding: 70px 0; }
	.member-promotion__container {
		display: block;
		width: calc(100% - 40px);
		height: auto;
	}
	.member-promotion__heading { padding-top: 0; }
	.member-promotion__heading h2 { font-size: 40px; }
	.member-promotion__heading p { margin-top: 28px; letter-spacing: 5px; }
	.member-promotion__image { height: 520px; margin-top: 45px; }
	.member-promotion__content {
		width: calc(100% - 30px);
		margin: -90px 0 0 30px;
		padding: 35px 30px 40px;
	}
	.member-promotion__decor { display: none; }
	.membership-plans { padding-top: 70px; }
	.membership-plans__panel { padding: 40px 20px 50px; }
	.membership-plans__grid { grid-template-columns: 1fr; gap: 45px; margin-bottom: 55px; }
	.membership-plan__image { height: auto; aspect-ratio: 3 / 2; }
	.membership-plans__button { min-width: 0; width: 100%; }
	.coffee-languages { padding: 40px 0; }
	.coffee-languages__container { text-align: center; }
	.coffee-languages__container span {
		margin: 3px 4px;
		font-size: calc(var(--word-size) * .65);
	}
	.site-footer__container {
		grid-template-columns: 1fr;
		gap: 40px;
		width: calc(100% - 40px);
	}
	.site-footer__brand { align-items: flex-start; }
	.site-footer__bottom p { font-size: 16px; }
	.page-template-page-countries .site-header,
	.page-template-page-countriees .site-header { height: 82px; }
	.countries-hero { height: 300px; margin-top: 82px !important; }
	.countries-hero h1 { font-size: 64px; }
	.countries-search { padding: 55px 0 30px; }
	.countries-container { width: calc(100% - 40px); }
	.countries-search__form { flex-direction: column; }
	.countries-search__button { width: 100%; }
	.countries-alphabet { grid-template-columns: 1fr 1fr; gap: 24px; }
	.countries-stats { grid-template-columns: 1fr; margin-top: 35px; }
	.countries-stats__item { min-height: 125px; }
	.countries-stats__item + .countries-stats__item { border-top: 1px solid #c7a17a; border-left: 0; }
	.cafe-items { grid-template-columns: 1fr; }
}

/* Global typography */
h1,
h2,
h3,
h4,
h5,
h6,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.btn,
a[class*="button"],
.header-cta,
.slide-content a {
	letter-spacing: .5px !important;
}
@media (max-width: 560px) {
	.site-header__inner { gap: 10px; }
	.managed-italy { display: none; }
	.header-cta {
		width: 143px;
		padding-inline: 13px;
		font-size: 16px;
	}
	.menu-toggle { order: 4; }
}

/* Final header normalization — identical dimensions and contents site-wide. */
body:not(.home):not(.page-template-page-home) .site-header {
	height: 95px;
	background: #fffbf2;
	border-bottom-color: #1b1814;
	color: #000;
}
body:not(.home):not(.page-template-page-home) .site-header.scrolled {
	height: 74px;
}
body:not(.home):not(.page-template-page-home) .primary-nav > ul > li > a,
body:not(.home):not(.page-template-page-home) .header-search {
	color: #000;
}
body:not(.home):not(.page-template-page-home) .menu-toggle span {
	background: #000;
}
.countries-hero,
.category-hero {
	margin-top: 95px !important;
}

@media (max-width: 1025px) {
	body:not(.home):not(.page-template-page-home) .site-header {
		height: 76px;
	}
	body:not(.home):not(.page-template-page-home) .site-header.scrolled {
		height: 62px;
	}
	.countries-hero,
	.category-hero {
		margin-top: 76px !important;
	}
}

/* Final inner-page responsive overrides. */
.benefits-page__section {
	padding: 55px 0 70px;
}
.benefits-page__title {
	margin-bottom: 10px;
}
@media (max-width: 1025px) {
	.mob_prices_labels {
		display: flex;
	}
	.pricesrow .prices_value {
		display: none;
	}
	.pricesrow .prices_value.active {
		display: flex;
		width: 30%;
	}
	.prices_title {
		width: 70%;
	}
}

/* Final membership application tab dimensions. */
.default-page--membership-application .tab_labels > button {
	width: 276px !important;
	height: 60px !important;
	padding: 10px 35px !important;
	font: 600 20px / 36px Roboto, Arial, sans-serif !important;
}
@media (max-width: 770px) {
	.default-page--membership-application .tab_labels > button {
		width: 100% !important;
	}
}

/* Brewing a Greener Future hero. */
.page-id-14935 .default-page__hero,
.default-page--brewing-a-greener-future .default-page__hero {
	height: auto;
	min-height: 400px;
	box-sizing: content-box;
	background: url("craftcoffee/images/ecolog.webp") 0 0 / cover no-repeat;
}
.page-id-14935 .default-page__hero::before,
.default-page--brewing-a-greener-future .default-page__hero::before {
	background: rgba(0, 0, 0, .3);
}
@media (max-width: 1025px) {
	.page-id-14935 .default-page__hero,
	.default-page--brewing-a-greener-future .default-page__hero {
		min-height: 320px;
		padding: 45px 0;
	}
}
@media (max-width: 770px) {
	.page-id-14935 .default-page__hero,
	.default-page--brewing-a-greener-future .default-page__hero {
		min-height: 250px;
		padding: 35px 0;
	}
}

/* Mobile navigation drawer. */
.mobile-nav__head,
.mobile-nav__cta,
.submenu-toggle,
.mobile-nav-overlay {
	display: none;
}

@media (max-width: 1025px) {
	body.mobile-nav-open {
		overflow: hidden;
	}
	.site-logo {
		order: 1;
	}
	.managed-italy {
		order: 2;
	}
	a.header-cta {
		order: 3;
	}
	.menu-toggle {
		order: 4;
	}
	.mobile-nav-overlay {
		position: fixed;
		z-index: 1001;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		background: rgba(0, 0, 0, .62);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease, visibility .3s ease;
	}
	.mobile-nav-overlay.is-open {
		opacity: 1;
		visibility: visible;
	}
	.primary-nav {
		position: fixed;
		z-index: 1002;
		top: 0 !important;
		right: auto;
		bottom: 0;
		left: 0;
		display: block;
		width: 450px;
		max-width: 100%;
		height: 100vh;
		height: 100dvh;
		margin: 0;
		padding: 24px 30px 38px;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		background: #fffbf2;
		opacity: 1;
		visibility: hidden;
		transform: translateX(-100%);
		transition: transform .3s ease, visibility .3s ease;
		-webkit-overflow-scrolling: touch;
	}
	.primary-nav.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
	.mobile-nav__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 24px;
	}
	.mobile-nav__logo {
		display: block;
		width: 112px;
		height: 112px;
		padding: 4px;
		border-radius: 50%;
		background: rgba(12, 13, 11, .82);
	}
	.mobile-nav__logo img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.mobile-nav__close {
		position: relative;
		display: block;
		width: 42px;
		height: 42px;
		padding: 0;
		border: 0;
		background: transparent;
	}
	.mobile-nav__close span {
		position: absolute;
		top: 20px;
		left: 7px;
		display: block;
		width: 28px;
		height: 2px;
		background: #000;
	}
	.mobile-nav__close span:first-child {
		transform: rotate(45deg);
	}
	.mobile-nav__close span:last-child {
		transform: rotate(-45deg);
	}
	.primary-nav > ul {
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.primary-nav > ul > li {
		position: relative;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, .14);
	}
	.primary-nav > ul > li > a {
		display: flex;
		align-items: center;
		width: 100%;
		height: auto;
		min-height: 55px;
		padding: 14px 52px 14px 0;
		color: #000 !important;
		font-size: 21px;
		line-height: 1.25;
	}
	.primary-nav > ul > li > a::before,
	.primary-nav > ul > .has-submenu > a::after {
		display: none;
	}
	.submenu-toggle {
		position: absolute;
		z-index: 2;
		top: 7px;
		right: 0;
		display: block;
		width: 42px;
		height: 42px;
		padding: 0;
		border: 0;
		background: transparent;
	}
	.submenu-toggle::before {
		content: "";
		position: absolute;
		top: 15px;
		left: 14px;
		width: 9px;
		height: 9px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		transform: rotate(45deg);
		transition: transform .2s ease;
	}
	.submenu-open > .submenu-toggle::before {
		top: 19px;
		transform: rotate(225deg);
	}
	.primary-nav li:hover > ul,
	.primary-nav li:focus-within > ul,
	.primary-nav ul ul {
		position: static;
		display: none !important;
		width: 100%;
		margin: 0;
		padding: 2px 0 14px 18px;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: none;
	}
	.primary-nav .submenu-open > ul {
		display: block !important;
	}
	.primary-nav ul ul li {
		border: 0;
	}
	.primary-nav ul ul a {
		display: inline-block;
		padding: 8px 0;
		color: #000;
		font-size: 18px;
		line-height: 1.15;
	}
	.primary-nav ul ul a:hover,
	.primary-nav ul ul a:focus {
		color: #c7a17a;
	}
	.mobile-nav__cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 210px;
		height: 58px;
		margin-top: 30px;
		padding: 0 34px;
		border-radius: 28px 0;
		background: #d8ac87;
		color: #fff;
		font: 400 19px / 1 "Bebas Neue GC", "Arial Narrow", sans-serif;
		letter-spacing: .8px;
		text-transform: uppercase;
	}
}

@media (max-width: 560px) {
	.site-header__inner {
		gap: 6px;
	}
	.site-logo,
	.site-header.scrolled .site-logo {
		flex-basis: 70px;
		width: 70px;
		height: 70px;
		margin-top: 0;
	}
	.managed-italy {
		display: block;
		width: 80px;
		margin-left: 20px;
	}
	.header-cta {
		flex: 0 0 143px;
	}
	.menu-toggle {
		flex: 0 0 42px;
		margin-left: 0;
	}
	.primary-nav {
		width: 100%;
		padding: 20px 22px 32px;
	}
}

/* Prevent the home-only plans/languages blocks from creating horizontal scroll. */
body.home {
	overflow-x: clip;
}
.home .membership-plans__container,
.home .coffee-languages__container {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

/* The plans panel must grow around its CTA instead of clipping it. */
.membership-plans__panel {
	height: auto;
	min-height: 544px;
	padding-bottom: 70px;
}
.membership-plans__grid {
	margin-bottom: 50px;
}

@media (max-width: 1025px) {
	.container {
		width: 100% !important;
		padding: 0 15px;
	}
	.home main > section {
		margin: 0;
		overflow-x: hidden;
	}
	section.our-story {
		padding-bottom: 0;
	}
	.recommended-content {
		display: flex;
		min-height: 275px;
		padding: 20px;
		flex-direction: column;
	}
	section.membership-benefits {
		padding-top: 20px;
	}
	section.member-promotion,
	section.membership-plans {
		padding-top: 20px;
	}
	.site-footer__container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 560px) {
	.members-map {
		height: 305px;
	}
}

@media (max-width: 1025px) {
	.primary-nav li.submenu-open > ul {
		display: block !important;
	}
}

@media (max-width: 770px) {
	.section-title__accent {
		margin-bottom: 30px;
	}
	.recommended-arrow {
		top: auto;
		bottom: -25px;
	}
	.recommended-prev {
		left: 20px;
	}
	.recommended-next {
		right: 20px;
	}
}

@media (max-width: 1025px) {
	.site-footer__container {
		padding: 40px 15px;
	}
	.site-logo {
		padding: 0 !important;
	}
}

@media (max-width: 560px) {
	img.managed-italy {
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (max-width: 400px) {
	.site-header .header-cta {
		height: 38px !important;
		flex: 0 0 120px !important;
	}
}

@media (max-width: 1025px) {
	.mobile-nav__logo {
		display: block;
		width: 88px;
		height: 88px;
		padding: 0;
		border-radius: 50%;
		background: rgba(12, 13, 11, .82);
	}
	.mobile-nav__italy {
		display: block;
		width: 110px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		object-fit: contain;
	}
}

@media (max-width: 375px) {
	.site-header img.managed-italy {
		display: none;
	}
}

@media (max-width: 770px) {
	.default-page__hero h1 {
		font-size: 45px;
	}
	.coffee-profile__pretitle {
		margin-bottom: 10px;
		font: 400 45px / 1.8 "Bebas Neue GC", "Arial Narrow", sans-serif;
		text-transform: uppercase;
	}
	.profile-title {
		font-size: 45px;
		line-height: 1.35;
	}
	.profile-nearby,
	.profile-culture {
		margin-top: 70px;
	}
	.site-footer__container {
		text-align: center;
	}
	.site-footer__column,
	.site-footer__brand {
		align-items: center;
	}
	.site-footer__socials {
		justify-content: center;
	}
	.site-footer__bottom,
	.site-footer__bottom p {
		text-align: center;
	}
	.footer-contact-button {
		display: flex;
		min-width: 160px;
		height: 48px;
		margin-top: 18px;
		border-radius: 20px 0;
		align-items: center;
		justify-content: center;
		background: #c7a17a;
		color: #fff;
		font: 400 18px / 1 "Bebas Neue GC", "Arial Narrow", sans-serif;
		text-transform: uppercase;
	}
}

.ch span.wpcf7-not-valid-tip {
	display: none !important;
}

label.ch + label.ch {
	margin-top: 5px;
}

/* One shared submit button for every Contact Form 7 form. */
.wpcf7 input[type="submit"] {
	display: inline-flex;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 12px 50px 10px !important;
	border: 2px solid #000 !important;
	border-radius: 0;
	background: #000 !important;
	color: #fff !important;
	font: 700 20px / 32px "Bebas Neue GC", "Arial Narrow", sans-serif !important;
	letter-spacing: .5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus-visible {
	border-color: #000 !important;
	background: transparent !important;
	color: #000 !important;
}

/* Who We Are page template. */
.who-we-are-page {
	background: #fffbf2;
	color: #000;
}
.who-we-are-page > section {
	margin: 0;
}
.who-we-are-hero,
.who-we-are-team,
.who-we-are-contact {
	background: var(--section-background) center / cover no-repeat;
}
.who-we-are-hero {
	position: relative;
	display: flex;
	min-height: 680px;
	padding: 180px 0 95px;
	align-items: flex-end;
	color: #fff;
	background-size: cover !important;
	background-position: 50% 0% !important;
}
.who-we-are-hero::before,
.who-we-are-contact::before {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .62);
	content: "";
}
.who-we-are-hero__container,
.who-we-are-team__grid,
.who-we-are-contact .container {
	position: relative;
	z-index: 1;
}
.who-we-are__eyebrow {
	margin: 0 0 18px;
	color: #c7a17a;
	font: 400 20px / 1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.who-we-are-hero h1,
.who-we-are-page h2,
.who-we-are-page h3 {
	margin: 0;
	font-family: "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.who-we-are-hero h1 {
	max-width: 900px;
	font-size: clamp(76px, 10vw, 150px);
	line-height: .87;
}
.who-we-are-hero__lead {
	max-width: 490px;
	margin: 28px 0 0;
	font: 400 19px / 1.55 Roboto, Arial, sans-serif;
}
.who-we-are__scroll {
	display: inline-flex;
	gap: 16px;
	margin-top: 44px;
	padding-bottom: 8px;
	border-bottom: 1px solid currentColor;
	color: #fff;
	font: 400 18px / 1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.who-we-are__scroll span { font: 400 24px / .65 Arial, sans-serif; }
.who-we-are-intro { padding: 125px 0; }
.who-we-are-intro__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.who-we-are-intro__copy { padding: 20px 85px 20px 0; }
.who-we-are-page h2 { font-size: clamp(48px, 5vw, 76px); line-height: .98; }
.who-we-are-team h2 { font-size: clamp(48px, 5vw, 65px); }
.who-we-are-intro__copy > p:not(.who-we-are__eyebrow),
.who-we-are-team__copy > p:not(.who-we-are__eyebrow),
.who-we-are-reach__top > p,
.who-we-are-contact p:not(.who-we-are__eyebrow) {
	font: 400 17px / 1.8 Roboto, Arial, sans-serif;
}
.who-we-are-intro__copy h2 { margin-bottom: 30px; }
.who-we-are-intro__copy > p:not(.who-we-are__eyebrow) { margin: 0 0 20px; }
.who-we-are__button {
	display: inline-flex;
	min-width: 160px;
	min-height: 48px;
	margin-top: 18px;
	padding: 0 31px;
	border: 1px solid #c7a17a;
	border-radius: 20px 0;
	align-items: center;
	justify-content: center;
	background: #c7a17a;
	color: #fff;
	font: 400 18px / 1 "Bebas Neue GC", "Arial Narrow", sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}
.who-we-are__button:hover { border-color: #000; background: transparent; color: #000; }
.who-we-are-intro__image {
	display: flex;
	min-height: 590px;
	padding: 45px;
	align-items: flex-end;
	background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.08)), var(--section-background) center / cover no-repeat;
	color: #fff;
}
.who-we-are-intro__image p {
    margin: 0;
    font: 400 clamp(42px, 4vw, 56px) / .95 "Bebas Neue GC", "Arial Narrow", sans-serif;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.who-we-are-values { padding: 118px 0 125px; background: #000; color: #fff; }
.who-we-are-values .section-title { margin-bottom: 65px; text-align: left; }
.who-we-are-values .section-title__heading { color: #fff; }
.who-we-are-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #555; }
.who-we-are-value { min-height: 240px; padding: 32px 35px 30px; border-right: 1px solid #555;border-bottom: 1px solid #555; }
.who-we-are-value:first-child { border-left: 1px solid #555; }
.who-we-are-value span { color: #c7a17a; font: 400 18px / 1 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: 1.5px; }
.who-we-are-value h3 {
    margin: 15px 0 25px;
    font-size: 42px;
    line-height: 1;
}
#our-commitment a.who-we-are__button {
    background: #122307;
    border-color: #367b09;
}
#our-commitment a.who-we-are__button:hover {
    background: #367b09;
    border-color: #122307;
		color:#fff;
}
#our-commitment h2 {
    font-size: clamp(31px, 4vw, 34px);
    line-height: .98;
}
.greener-page .who-we-are-team h2 {
    font-size: clamp(40px, 4vw, 55px);
}
.who-we-are-value p { margin: 0; color: #d4d1ca; font: 400 16px / 1.7 Roboto, Arial, sans-serif; }
.who-we-are-team { position: relative; padding: 125px 0; color: #fffbf2; }
.who-we-are-team__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.who-we-are-team__image { min-height: 560px; background: var(--team-image, url("craftcoffee/images/default-image.jpg")) center / cover no-repeat; }
.who-we-are-team__copy { padding: 76px 74px; background: #000; translate: 0 var(--team-copy-parallax, 0px); will-change: translate; }
.who-we-are-team__copy h2 { margin-bottom: 32px; }
.who-we-are-team__copy > p:not(.who-we-are__eyebrow) { margin: 0; color: #d4d1ca; }
.who-we-are-team blockquote { margin: 38px 0 0; padding-top: 25px; border-top: 1px solid #756c61; color: #c7a17a; font: 400 28px / 1.2 "Arkipelago GC", cursive; }
.who-we-are-reach { padding: 125px 0; }
.who-we-are-reach__top { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.who-we-are-reach__top > p { margin: 0; }
.who-we-are-reach__numbers { display: grid; grid-template-columns: repeat(3, 1fr); width: 80%; margin: 70px auto 0; border-top: 1px solid #b7afa5; }
.who-we-are-reach__numbers div { padding: 28px 30px 0; border-right: 1px solid #b7afa5; text-align: center; }
.who-we-are-reach__numbers div:first-child { border-left: 1px solid #b7afa5; }
.who-we-are-reach__numbers strong { display: block; font: 400 80px / .85 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; }
.who-we-are-reach__numbers span { display: block; margin-top: 16px; color: #735b43; font: 400 17px / 1.35 Roboto, Arial, sans-serif; }
.who-we-are-contact { position: relative; padding: 120px 0; color: #fff; text-align: center; }
.who-we-are-contact .container { max-width: 860px; }
.who-we-are-contact h2 { max-width: 750px; margin: auto; }
.who-we-are-contact p:not(.who-we-are__eyebrow) { max-width: 650px; margin: 28px auto 0; }
.who-we-are-contact__actions { display: flex; gap: 24px; margin-top: 34px; align-items: center; justify-content: center; }
.who-we-are__button--light {
	min-width: 160px;
	border-color: #c7a17a;
	border-radius: 20px 0;
	background: #c7a17a;
	color: #fff;
}
.who-we-are__button--light:hover {
	border-color: #fff;
	background: transparent;
	color: #fff;
}
.who-we-are__text-link { border-bottom: 1px solid #fff; color: #fff; font: 400 18px / 1.4 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; text-transform: uppercase; }

/* Brewing a Greener Future reuses the Who We Are page component system. */
.greener-page .who-we-are-hero::before { background: rgba(15, 34, 23, .46); }
.who-we-are-hero.shad05::before { background: rgba(0, 0, 0, .7); }
.greener-page .who-we-are-values { background: #15261a; }
.greener-page .who-we-are-value { border-color: rgba(219, 232, 204, .35); }
.greener-page .who-we-are-team::before { background: rgba(11, 24, 15, .68); }
.greener-page .who-we-are-contact::before { background: rgba(15, 34, 23, .68); }

/* What You Can Get has a dedicated membership introduction block. */
.membership-intro { padding: 125px 0; background: #fffbf2; }
.membership-intro__heading { max-width: 820px; margin: 0 auto 65px; text-align: center; }
.membership-intro h2 { margin: 0; font: 400 clamp(50px, 6vw, 82px) / .92 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.membership-intro__grid { display: grid; grid-template-columns: 52% 48%; align-items: center; }
.membership-intro__image { display: flex; order: 2; min-height: 600px; padding: 45px; align-items: flex-end; justify-content: flex-end; background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.08)), var(--membership-image) center / cover no-repeat; color: #fff; }
.membership-intro__image p { margin: 0; text-align: right; font: 400 clamp(42px, 4vw, 64px) / .95 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.membership-intro__card { position: relative; z-index: 1; order: 1; min-height: 490px; margin: 55px -75px 55px 0; padding: 62px 70px; background: #000; color: #fff; }
.membership-intro__card > p { margin: 0; color: #e2dfd8; font: 400 18px / 1.7 Roboto, Arial, sans-serif; }
.membership-intro__card ul { margin: 35px 0 0; padding: 0; list-style: none; border-top: 1px solid #706c65; }
.membership-intro__card li { display: grid; grid-template-columns: 165px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid #706c65; }
.membership-intro__card strong { color: #c7a17a; font: 400 20px / 1.1 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.membership-intro__card li span { color: #dedbd4; font: 400 15px / 1.4 Roboto, Arial, sans-serif; }
.membership-intro__card .who-we-are__button { margin-top: 32px; }

/* How To Join Us — an animated desktop joining timeline. */
.join-steps { padding: 0 0 125px; background: #fffbf2; }
.join-steps__list { border-top: 1px solid #cfc9bd; }
.join-step { display: grid; grid-template-columns: 19% 1fr; padding: 50px 0; border-bottom: 1px solid #cfc9bd; }
.join-step__number { color: #c7a17a; font: 400 clamp(58px, 7vw, 100px) / .8 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; }
.join-step__content { max-width: 790px; }
.join-step__content .who-we-are__eyebrow { margin-bottom: 18px; }
.join-step__content h3 { margin: 0 0 24px; color: #171512; font: 400 clamp(38px, 4vw, 56px) / .96 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.join-step__content > p { margin: 0; color: #56514a; font: 400 17px / 1.75 Roboto, Arial, sans-serif; }
.join-step__content > p + p { margin-top: 16px; }
.join-step__link { display: inline-flex; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid #171512; color: #171512; font: 400 19px / 1.1 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.join-step__link:hover { border-color: #c7a17a; color: #c7a17a; }
.join-step__link span { margin-left: 12px; }
.join-step__substeps { margin-top: 32px; border-top: 1px solid #cfc9bd; }
.join-step__substeps > div { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid #cfc9bd; }
.join-step__substeps strong { color: #c7a17a; font: 400 24px / 1 "Bebas Neue GC", "Arial Narrow", sans-serif; letter-spacing: .5px; }
.join-step__substeps span { color: #56514a; font: 400 16px / 1.65 Roboto, Arial, sans-serif; }
.join-step__substeps b { color: #171512; font-weight: 700; }

/* Certificates And Badges — two distinct product showcases. */
.credential-feature { padding: 125px 0; background: #fffbf2; }
.credential-feature__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.credential-feature__visual { display: flex; min-height: 630px; padding: 55px; align-items: center; justify-content: center; background: linear-gradient(135deg, #15120e, #4a3822); }
.credential-feature__content { padding: 55px 70px; }
.credential-feature__content .who-we-are__eyebrow { margin-bottom: 28px; }
.credential-feature__content h2 { margin: 0 0 30px; }
.credential-feature__content p:not(.who-we-are__eyebrow) { margin: 0; color: #56514a; font: 400 17px / 1.75 Roboto, Arial, sans-serif; }
.credential-feature__content p + p { margin-top: 17px; }
.credential-feature__visual--certificate { overflow: hidden; background: linear-gradient(135deg, #e8dfcf, #8f6c41); }
.credential-feature__visual--certificate img { width: min(100%, 620px); max-height: 530px; object-fit: contain; box-shadow: 18px 20px 0 rgba(0, 0, 0, .18); transition: transform .5s ease; }
.credential-feature__visual--certificate:hover img { transform: scale(1.04) rotate(-1deg); }
.credential-feature--badge { background: #16130f; color: #fffbf2; }
.credential-feature--badge .credential-feature__content { order: 1; }
.credential-feature--badge .credential-feature__content h2 { color: #fffbf2; }
.credential-feature--badge .credential-feature__content p:not(.who-we-are__eyebrow) { color: #d7d0c5; }
.credential-feature__visual--badge { order: 2; overflow: hidden; background: radial-gradient(circle at center, #62441e, #17130f 68%); }
.credential-feature__visual--badge img { width: min(100%, 520px); height: auto; filter: drop-shadow(0 25px 30px rgba(0, 0, 0, .35)); transition: transform .5s ease; }
.credential-feature__visual--badge:hover img { transform: scale(1.04) rotate(2deg); }
.who-we-are-values__grid + .who-we-are-values__grid { margin-top: 30px; }
.prices_title span {
    font-size: 13px;
    font-weight: 400;
}

@media (max-width: 1025px) {
	.membership-intro { padding: 85px 0; }
	.membership-intro__card { margin-right: -45px; padding: 52px 45px; }
	.join-step { grid-template-columns: 17% 1fr; }
	.credential-feature__content { padding: 45px; }
	.credential-feature__visual { padding: 40px; }
}
@media (max-width: 770px) {
	.membership-intro { padding: 70px 0; }
	.membership-intro__heading { margin-bottom: 45px; }
	.membership-intro__grid { grid-template-columns: 1fr; }
	.membership-intro__image { order: 1; min-height: 410px; }
	.membership-intro__card { order: 2; min-height: 0; margin: -1px 0 0; padding: 45px 30px; }
	.membership-intro__card li { grid-template-columns: 1fr; gap: 6px; }
	.join-steps { padding: 0 0 70px; }
	.join-step { grid-template-columns: 1fr; gap: 24px; padding: 36px 0; }
	.join-step__number { font-size: 60px; }
	.join-step__content h3 { font-size: 42px; }
	.join-step__substeps > div { grid-template-columns: 50px 1fr; gap: 12px; }
	.credential-feature { padding: 70px 0; }
	.credential-feature__grid { grid-template-columns: 1fr; }
	.credential-feature__visual { min-height: 460px; padding: 30px; }
	.credential-feature__content { padding: 45px 0 0; }
	.credential-feature--badge .credential-feature__content { order: 2; }
	.credential-feature__visual--badge { order: 1; }
	.credential-feature__visual--certificate img { max-height: 400px; }
}

@media (max-width: 1025px) {
	.who-we-are-hero { min-height: 590px; padding-top: 140px; }
	.who-we-are-intro { padding: 85px 0; }
	.who-we-are-intro__copy { padding-right: 45px; }
	.who-we-are-intro__image { min-height: 490px; }
	.who-we-are-team__copy { padding: 58px 45px; }
}
@media (max-width: 770px) {
	.who-we-are-hero { min-height: 410px; padding: 125px 0 65px; }
	.who-we-are-hero h1 { font-size: 50px; }
	.who-we-are-intro,
	.who-we-are-values,
	.who-we-are-team,
	.who-we-are-reach,
	.who-we-are-contact { padding: 70px 0; }
	.who-we-are-intro__grid,
	.who-we-are-team__grid,
	.who-we-are-reach__top { grid-template-columns: 1fr; }
	.who-we-are-intro__copy { padding: 0 0 45px; }
	.who-we-are-intro__image { min-height: 410px; }
	.who-we-are-values__grid,
	.who-we-are-reach__numbers { grid-template-columns: 1fr; }
	.who-we-are-value,
	.who-we-are-value:first-child,
	.who-we-are-reach__numbers div,
	.who-we-are-reach__numbers div:first-child { border-right: 0; border-left: 0; border-bottom: 1px solid #555; }
	.who-we-are-value { min-height: 0; padding: 28px 0; }
	.who-we-are-value h3 { margin-top: 36px; }
	.who-we-are-team__image { min-height: 400px; }
	.who-we-are-team__copy { padding: 52px 30px; }
	.who-we-are-reach__top { gap: 25px; }
	.who-we-are-reach__numbers { width: 100%; margin-top: 45px; }
	.who-we-are-reach__numbers div { padding: 24px 0; }
	.who-we-are-contact__actions { flex-direction: column; }
}

@media (max-width: 1025px) {
	.pricesrow .prices_value.active {
		display: block;
		width: 30%;
	}
}
