/**
 * Hub La Marzocco + contact tracking links
 * Palette: noir / blanc / moka — minimaliste premium
 *
 * --ink:    #0a0a0a
 * --paper:  #ffffff
 * --moka:   #be9c79
 * --mute:   #6b6b6b
 * --line:   #e8e4df
 */

:root {
	--bremart-ink: #0a0a0a;
	--bremart-paper: #ffffff;
	--bremart-moka: #be9c79;
	--bremart-moka-deep: #9a7a58;
	--bremart-mute: #6b6b6b;
	--bremart-line: #e8e4df;
}

/* —— Sitewide contact tracking —— */
.subheader {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75em 1.5em;
}

.subheader-email {
	color: var(--bremart-moka);
	font-size: 0.8em;
	letter-spacing: 0.06em;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.subheader-email:hover {
	color: var(--bremart-ink);
}

.subheader-email i {
	margin-right: 0.35em;
}

.contact-direct-links {
	list-style: none;
	margin: 1.5em 0 1.75em;
	padding: 0;
}

.contact-direct-links li {
	margin: 0 0 0.65em;
}

.contact-direct-links a {
	color: var(--bremart-ink);
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-bottom: 1px solid var(--bremart-moka);
	padding-bottom: 0.1em;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-direct-links a:hover {
	color: var(--bremart-moka-deep);
	border-color: var(--bremart-ink);
}

.contact-direct-links i {
	margin-right: 0.45em;
	color: var(--bremart-moka);
}

/* —— Hub page scope —— */
.marques-main--hub-marzocco {
	background: var(--bremart-paper);
	color: var(--bremart-ink);
}

.marques-main--hub-marzocco .marques-main-content .title {
	color: var(--bremart-ink);
	letter-spacing: 0.16em;
}

.marques-main--hub-marzocco .marques-main-content .description {
	color: var(--bremart-mute);
	line-height: 1.65;
	max-width: 42em;
	margin-left: auto;
	margin-right: auto;
}

.marques-main--hub-marzocco .machines .title,
.marques-main--hub-marzocco .machines .title-link {
	color: var(--bremart-ink);
	letter-spacing: 0.08em;
}

.marques-main--hub-marzocco .machines .title::before {
	color: var(--bremart-moka);
}

.marques-main--hub-marzocco .machines .title-link:hover {
	color: var(--bremart-moka-deep);
}

.marques-main--hub-marzocco .machines .description {
	color: var(--bremart-mute);
	line-height: 1.55;
}

.marques-main--hub-marzocco .machines-list-block .block-title {
	color: var(--bremart-ink);
	letter-spacing: 0.14em;
}

/* Breadcrumbs */
.hub-breadcrumbs {
	padding: 1.25em 0 0;
	font-size: 0.72em;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hub-breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35em 0.55em;
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--bremart-mute);
}

.hub-breadcrumbs-list li:not(:last-child)::after {
	content: "—";
	margin-left: 0.55em;
	color: var(--bremart-line);
}

.hub-breadcrumbs-list a {
	color: var(--bremart-mute);
	text-decoration: none;
	transition: color 0.2s ease;
}

.hub-breadcrumbs-list a:hover {
	color: var(--bremart-moka);
}

.hub-breadcrumbs-list li[aria-current="page"] {
	color: var(--bremart-ink);
}

/* Intent note — hairline, no filled cream card */
.hub-intent-note {
	margin: 2.5em auto 0;
	max-width: 42em;
	padding: 2em 0 0;
	background: transparent;
	border: none;
	border-top: 1px solid var(--bremart-line);
}

.hub-intent-note h2 {
	margin: 0 0 0.85em;
	font-size: 1.15em;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bremart-ink);
	text-align: left;
}

.hub-intent-note h2::before,
.hub-intent-note h2::after {
	display: none;
}

.hub-intent-note p {
	margin: 0 0 1.25em;
	color: var(--bremart-mute);
	font-size: 0.92em;
	line-height: 1.65;
}

.hub-intent-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.65em;
}

.hub-intent-list a {
	color: var(--bremart-ink);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.88em;
	letter-spacing: 0.04em;
	border-bottom: 1px solid var(--bremart-moka);
	align-self: flex-start;
	padding-bottom: 0.15em;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.hub-intent-list a:hover {
	color: var(--bremart-moka-deep);
	border-color: var(--bremart-ink);
}

/* CTA — noir / moka */
.hub-cta {
	padding: 3.25em 0;
	background: var(--bremart-ink);
	color: var(--bremart-paper);
}

.hub-cta--bottom {
	margin-top: 0;
}

.hub-cta-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2em;
}

.hub-cta-title {
	margin: 0 0 0.5em;
	color: var(--bremart-paper);
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: left;
}

.hub-cta-title::before,
.hub-cta-title::after {
	display: none;
}

.hub-cta-desc {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.88em;
	line-height: 1.55;
	max-width: 34em;
	letter-spacing: 0.02em;
}

.hub-cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85em 1.1em;
}

.hub-cta .button {
	background: var(--bremart-moka);
	border: 1px solid var(--bremart-moka);
	border-radius: 0;
	color: var(--bremart-ink);
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.78em;
	padding: 0.95em 1.6em;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hub-cta .button:hover {
	background: var(--bremart-paper);
	border-color: var(--bremart-paper);
	color: var(--bremart-ink);
}

.hub-cta .button.color-revers {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: var(--bremart-paper);
}

.hub-cta .button.color-revers:hover {
	background: var(--bremart-paper);
	border-color: var(--bremart-paper);
	color: var(--bremart-ink);
}

.hub-cta-mail {
	color: var(--bremart-moka);
	font-size: 0.85em;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.hub-cta-mail:hover {
	color: var(--bremart-paper);
	border-bottom-color: var(--bremart-moka);
}

/* FAQ — accordion lignes fines */
.hub-faq {
	padding: 4em 0 3.5em;
	background: var(--bremart-paper);
	border-top: 1px solid var(--bremart-line);
}

.hub-faq-title {
	margin: 0 0 0.55em;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bremart-ink);
	text-align: left;
}

.hub-faq-title::before,
.hub-faq-title::after {
	display: none;
}

.hub-faq-intro {
	margin: 0 0 2em;
	color: var(--bremart-mute);
	font-size: 0.9em;
	line-height: 1.6;
	max-width: 40em;
}

.hub-faq-list {
	border-top: 1px solid var(--bremart-line);
}

.hub-faq-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--bremart-line);
	margin: 0;
	padding: 0;
}

.hub-faq-question {
	cursor: pointer;
	list-style: none;
	padding: 1.15em 2em 1.15em 0;
	font-weight: 500;
	color: var(--bremart-ink);
	font-size: 0.95em;
	letter-spacing: 0.02em;
	position: relative;
}

.hub-faq-question::-webkit-details-marker {
	display: none;
}

.hub-faq-question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--bremart-moka);
	font-weight: 400;
	font-size: 1.15em;
}

.hub-faq-item[open] .hub-faq-question::after {
	content: "–";
}

.hub-faq-answer {
	padding: 0 2em 1.35em 0;
	color: var(--bremart-mute);
	font-size: 0.88em;
	line-height: 1.65;
	max-width: 44em;
}

.hub-faq-answer p:last-child {
	margin-bottom: 0;
}

/* Links — grille minimaliste */
.hub-links {
	padding: 3.5em 0 2.5em;
	border-top: 1px solid var(--bremart-line);
}

.hub-links-title {
	margin: 0 0 0.55em;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bremart-ink);
	text-align: left;
}

.hub-links-title::before,
.hub-links-title::after {
	display: none;
}

.hub-links-intro {
	margin: 0 0 2em;
	color: var(--bremart-mute);
	font-size: 0.9em;
	line-height: 1.6;
	max-width: 40em;
}

.hub-links-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--bremart-line);
}

.hub-links-item {
	border-bottom: 1px solid var(--bremart-line);
	border-right: 1px solid var(--bremart-line);
}

.hub-links-item:nth-child(2n) {
	border-right: none;
}

.hub-links-item a {
	display: block;
	padding: 1.35em 1.25em 1.35em 0;
	text-decoration: none;
	background: transparent;
	transition: background 0.2s ease;
}

.hub-links-item a:hover {
	background: transparent;
	box-shadow: none;
}

.hub-links-item a:hover .hub-links-label {
	color: var(--bremart-moka-deep);
}

.hub-links-label {
	display: block;
	color: var(--bremart-ink);
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.06em;
	margin-bottom: 0.35em;
	transition: color 0.2s ease;
}

.hub-links-desc {
	display: block;
	color: var(--bremart-mute);
	font-size: 0.78em;
	line-height: 1.45;
	letter-spacing: 0.02em;
}

/* Hide ACF text machines list on hub — replaced by product carousel */
.marques-main--hub-marzocco .machines-list-block {
	display: none !important;
}

/* NAP distributeur */
.hub-nap {
	padding: 3em 0 2.5em;
	border-top: 1px solid var(--bremart-line);
}

.hub-nap-title {
	margin: 0 0 0.55em;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bremart-ink);
	text-align: left;
}

.hub-nap-title::before,
.hub-nap-title::after {
	display: none;
}

.hub-nap-intro {
	margin: 0 0 1.75em;
	color: var(--bremart-mute);
	font-size: 0.9em;
	line-height: 1.6;
	max-width: 40em;
}

.hub-nap-card {
	display: block;
	font-style: normal;
	max-width: 28em;
	padding: 1.75em 0 0;
	border-top: 1px solid var(--bremart-moka);
}

.hub-nap-name {
	margin: 0 0 0.65em;
	color: var(--bremart-ink);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.85em;
}

.hub-nap-address {
	margin: 0 0 1.35em;
	color: var(--bremart-mute);
	font-size: 0.95em;
	line-height: 1.55;
}

.hub-nap-contacts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75em;
}

.hub-nap-contacts a {
	display: flex;
	flex-direction: column;
	gap: 0.15em;
	color: var(--bremart-ink);
	text-decoration: none;
	font-size: 0.95em;
	font-weight: 500;
	border-bottom: 1px solid var(--bremart-line);
	padding-bottom: 0.65em;
	transition: color 0.2s ease;
}

.hub-nap-contacts a:hover {
	color: var(--bremart-moka-deep);
}

.hub-nap-label {
	color: var(--bremart-mute);
	font-size: 0.72em;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* Machines carousel */
.hub-machines-carousel {
	padding: 3.5em 0 2.5em;
	border-top: 1px solid var(--bremart-line);
	background: var(--bremart-paper);
}

.hub-machines-title {
	margin: 0 0 0.55em;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bremart-ink);
	text-align: left;
}

.hub-machines-title::before,
.hub-machines-title::after {
	display: none;
}

.hub-machines-intro {
	margin: 0 0 2em;
	color: var(--bremart-mute);
	font-size: 0.9em;
	line-height: 1.6;
	max-width: 42em;
}

.hub-machines-swiper,
.hub-installations-swiper {
	position: relative;
	padding: 0 2.75em 2.25em;
	overflow: hidden;
}

.hub-machines-swiper .swiper-wrapper,
.hub-installations-swiper .swiper-wrapper {
	align-items: stretch;
}

.hub-machines-swiper .swiper-slide,
.hub-installations-swiper .swiper-slide {
	height: auto;
	overflow: visible;
	box-sizing: border-box;
}

/* Theme-style chevrons — always visible on white (not default Swiper blue / white) */
.hub-machines-swiper .swiper-button-next,
.hub-machines-swiper .swiper-button-prev,
.hub-installations-swiper .swiper-button-next,
.hub-installations-swiper .swiper-button-prev {
	width: 2.4em;
	height: 2.4em;
	margin-top: 0;
	top: 32%;
	transform: translateY(-50%);
	color: transparent;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--bremart-line);
	border-radius: 50%;
	z-index: 5;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.hub-machines-swiper .swiper-button-next::after,
.hub-machines-swiper .swiper-button-prev::after,
.hub-installations-swiper .swiper-button-next::after,
.hub-installations-swiper .swiper-button-prev::after {
	content: "" !important;
	font-family: none !important;
	font-size: 0 !important;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	position: relative;
	display: block;
	width: 0.7em;
	height: 0.7em;
	border: 2px solid var(--bremart-ink);
	transform: rotate(45deg);
	transition: border-color 0.25s ease;
}

.hub-machines-swiper .swiper-button-next::after,
.hub-installations-swiper .swiper-button-next::after {
	border-bottom: none;
	border-left: none;
	margin-left: -0.1em;
}

.hub-machines-swiper .swiper-button-prev::after,
.hub-installations-swiper .swiper-button-prev::after {
	border-top: none;
	border-right: none;
	margin-left: 0.25em;
}

.hub-machines-swiper .swiper-button-next:hover::after,
.hub-machines-swiper .swiper-button-prev:hover::after,
.hub-installations-swiper .swiper-button-next:hover::after,
.hub-installations-swiper .swiper-button-prev:hover::after {
	border-color: var(--bremart-moka);
}

.hub-machines-pagination,
.hub-installations-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.35em;
	text-align: center;
	z-index: 4;
}

.hub-machines-pagination .swiper-pagination-bullet,
.hub-installations-pagination .swiper-pagination-bullet {
	background: var(--bremart-ink);
	opacity: 0.25;
	width: 0.55em;
	height: 0.55em;
	margin: 0 0.28em !important;
}

.hub-machines-pagination .swiper-pagination-bullet-active,
.hub-installations-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--bremart-moka-deep);
}

.hub-machine-card {
	height: 100%;
	background: var(--bremart-paper);
	border: 1px solid var(--bremart-line);
}

.hub-machine-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.hub-machine-card-media {
	margin: 0;
	aspect-ratio: 4 / 3;
	background: #f5f3f0;
	overflow: hidden;
}

.hub-machine-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.75em;
}

.hub-machine-card-body {
	padding: 1.15em 1.1em 1.35em;
	border-top: 1px solid var(--bremart-line);
	flex: 1;
	display: flex;
	flex-direction: column;
}

.hub-machine-card-title {
	margin: 0 0 0.45em;
	font-size: 0.92em;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bremart-ink);
	text-align: left;
	padding: 0;
}

.hub-machine-card-title::before,
.hub-machine-card-title::after {
	display: none;
}

.hub-machine-card-excerpt {
	margin: 0 0 1em;
	color: var(--bremart-mute);
	font-size: 0.8em;
	line-height: 1.5;
	flex: 1;
}

.hub-machine-card-cta {
	color: var(--bremart-ink);
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--bremart-moka);
	align-self: flex-start;
	padding-bottom: 0.1em;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.hub-machine-card-link:hover .hub-machine-card-cta {
	color: var(--bremart-moka-deep);
	border-color: var(--bremart-ink);
}

/* Installations Paris carousel */
.hub-shop-gallery {
	padding: 3.5em 0 2.5em;
	background: var(--bremart-paper);
	border-top: 1px solid var(--bremart-line);
}

.hub-shop-gallery-title {
	margin: 0 0 0.55em;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bremart-ink);
	text-align: left;
}

.hub-shop-gallery-title::before,
.hub-shop-gallery-title::after {
	display: none;
}

.hub-shop-gallery-intro {
	margin: 0 0 2em;
	color: var(--bremart-mute);
	font-size: 0.9em;
	line-height: 1.6;
}

.hub-shop-gallery-item {
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: transparent;
	overflow: visible;
}

.hub-shop-gallery-item > a {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--bremart-ink);
	flex-shrink: 0;
}

.hub-shop-gallery-item > img,
.hub-shop-gallery-item > a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	opacity: 0.92;
	transition: opacity 0.35s ease, transform 0.5s ease;
}

.hub-shop-gallery-item:hover img {
	opacity: 1;
	transform: scale(1.02);
}

.hub-shop-gallery-caption {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
	padding: 0.9em 0.1em 0.35em;
	overflow: visible;
	flex-shrink: 0;
	min-height: 3.1em;
	line-height: 1.35;
}

.hub-shop-gallery-venue {
	display: block;
	color: var(--bremart-ink);
	font-size: 0.88em;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.35;
	overflow: visible;
}

.hub-shop-gallery-city {
	display: block;
	color: var(--bremart-moka-deep);
	font-size: 0.78em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.35;
	overflow: visible;
}

.hub-nap-line {
	display: block;
}

.hub-nap-hours {
	margin: 1.25em 0 0;
	color: var(--bremart-mute);
	font-size: 0.82em;
	letter-spacing: 0.03em;
}

.hub-shop-gallery-more {
	margin: 1.75em 0 0;
	text-align: left;
	padding: 0 2.5em;
}

.hub-shop-gallery-more a {
	color: var(--bremart-ink);
	font-weight: 500;
	font-size: 0.85em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid var(--bremart-moka);
	padding-bottom: 0.15em;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.hub-shop-gallery-more a:hover {
	color: var(--bremart-moka-deep);
	border-color: var(--bremart-ink);
}

@media (max-width: 768px) {
	.hub-cta-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.hub-links-grid {
		grid-template-columns: 1fr;
	}

	.hub-links-item {
		border-right: none;
	}

	.hub-machines-swiper,
	.hub-installations-swiper {
		padding-left: 2.1em;
		padding-right: 2.1em;
		padding-bottom: 2.4em;
	}

	.hub-machines-swiper .swiper-button-next,
	.hub-machines-swiper .swiper-button-prev,
	.hub-installations-swiper .swiper-button-next,
	.hub-installations-swiper .swiper-button-prev {
		width: 2.1em;
		height: 2.1em;
		top: 28%;
	}

	.hub-shop-gallery-more {
		padding-left: 0.25em;
		padding-right: 0.25em;
	}

	.hub-intent-note,
	.hub-faq,
	.hub-links,
	.hub-shop-gallery,
	.hub-nap,
	.hub-machines-carousel {
		padding-left: 0;
		padding-right: 0;
	}
}
