/* =============================================================================
 * HOME SECTIONS 2–6 + FOOTER — Editorial / Timeline / Tasting / Stories /
 * Partnership / Brand closure. Scoped to index.html homepage only.
 * ===========================================================================*/

/* ---------- Shared: Editorial link CTA ---------- */
.editorial-link {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	font-family: var(--ff-body-en);
	font-size: var(--fs-small);
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ink);
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	transition: color .45s cubic-bezier(.19, 1, .22, 1),
		gap .45s cubic-bezier(.19, 1, .22, 1);
}

body.ar .editorial-link {
	font-family: var(--ff-body-ar);
	letter-spacing: .06em;
	text-transform: none;
	font-size: .95rem;
	font-weight: 500;
}

.editorial-link__arrow {
	color: var(--gold);
	font-size: 1.1em;
	line-height: 1;
	transition: transform .45s cubic-bezier(.19, 1, .22, 1);
}

[dir="rtl"] .editorial-link__arrow {
	transform: scaleX(-1);
}

.editorial-link:hover,
.editorial-link:focus-visible {
	color: var(--gold-deep-acc);
	text-decoration: none;
	gap: .85rem;
}

.editorial-link:hover .editorial-link__arrow,
.editorial-link:focus-visible .editorial-link__arrow {
	transform: translateX(3px);
}

[dir="rtl"] .editorial-link:hover .editorial-link__arrow,
[dir="rtl"] .editorial-link:focus-visible .editorial-link__arrow {
	transform: scaleX(-1) translateX(3px);
}

.editorial-link--large {
	font-size: .82rem;
	letter-spacing: .18em;
	padding-block: .35rem;
	border-bottom: 1px solid var(--gold-faint);
}

body.ar .editorial-link--large {
	font-size: 1.05rem;
	letter-spacing: .04em;
}

.editorial-link--large:hover,
.editorial-link--large:focus-visible {
	border-bottom-color: var(--gold);
}


/* =============================================================================
 * SECTION 2 — About Editorial Story
 * Luxury Minimalist / High-End Editorial — asymmetrical 55 / 10 / 35 grid
 * ===========================================================================*/

section.about-editorial,
section#about-preview.about-editorial {
	background: var(--paper, #FFFFFF);
	padding-block: 120px;
}

.about-editorial__layout {
	display: grid;
	/* Image 55% · strategic whitespace 10% · text 35% */
	grid-template-columns: minmax(0, 55fr) minmax(0, 35fr);
	column-gap: 10%;
	align-items: center;
	max-width: 78rem;
}

.about-editorial__figure {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: var(--s-4);
}

.about-editorial__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	max-height: 680px;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	background: var(--paper-warm, #FAF7F0);
}

/* Soft atmospheric veil — no heavy frame */
.about-editorial__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 28%;
	background: linear-gradient(to top, rgba(11, 11, 15, .14), transparent);
	pointer-events: none;
	z-index: 1;
}

.about-editorial__media img {
	width: 100%;
	height: 112%;
	object-fit: cover;
	object-position: center 40%;
	display: block;
	border: none;
	box-shadow: none;
	border-radius: 0;
	will-change: transform;
	transform: scale(1) translateY(0);
	transition: transform 1.5s ease;
}

/* Slow editorial hover — gentle scale + micro-parallax lift */
.about-editorial__figure:hover .about-editorial__media img,
.about-editorial__figure:focus-within .about-editorial__media img {
	transform: scale(1.03) translateY(-1.5%);
}

.about-editorial__caption {
	font-family: var(--ff-body-en);
	font-size: var(--fs-small);
	color: var(--gold-deep-acc, #8C6F1E);
	letter-spacing: .1em;
	padding-inline-start: var(--s-2);
	border-inline-start: 1px solid var(--gold-faint, rgba(212, 175, 55, .35));
	line-height: 1.55;
}

body.ar .about-editorial__caption {
	font-family: var(--ff-body-ar);
	font-size: .9rem;
	letter-spacing: .02em;
}

.about-editorial__content {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 2.5vw, 1.75rem);
	padding-block: var(--s-4);
	max-width: none;
	width: 100%;
}

/* Eyebrow — Luxury Gold, bold, elegant tracking */
.about-editorial__eyebrow.eyebrow {
	margin: 0;
	color: var(--gold, #D4AF37);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
}

body.ar .about-editorial__eyebrow.eyebrow {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .88rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: none;
}

/* H2 — typographic centerpiece (Amiri for Arabic) */
.about-editorial__heading.section-heading {
	margin: 0;
	color: var(--ink, #0B0B0F);
	font-family: 'Prata', var(--ff-display-en), serif;
	font-size: clamp(2.15rem, 4.2vw, 3.35rem);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -.01em;
}

body.ar .about-editorial__heading.section-heading {
	font-family: 'Amiri', var(--ff-display-ar), serif;
	font-size: clamp(2.35rem, 4.8vw, 3.65rem);
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0;
}

.about-editorial__rule {
	display: block;
	width: 2.75rem;
	height: 1px;
	background: var(--gold, #D4AF37);
	margin-block: .15rem;
}

/* Body — soft charcoal, luxurious reading measure */
.about-editorial__text {
	margin: 0;
	font-family: var(--ff-body-en);
	font-size: clamp(1.05rem, 1.25vw, 1.15rem);
	line-height: 1.8;
	color: #2C2C2C;
	font-style: normal;
}

body.ar .about-editorial__text {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: clamp(1.08rem, 1.35vw, 1.2rem);
	color: #2A2A2A;
}

.about-editorial__text::first-letter {
	font-family: var(--ff-display-en);
	font-size: 2.15em;
	float: inline-start;
	line-height: .85;
	margin-inline-end: .1em;
	color: var(--gold-deep-acc, #8C6F1E);
}

body.ar .about-editorial__text::first-letter {
	font-family: 'Amiri', var(--ff-display-ar), serif;
	font-size: 1em;
	float: none;
	margin: 0;
	color: inherit;
}

/* Premium inline CTA — gold interaction, RTL arrow glide */
.about-editorial__cta.editorial-link {
	align-self: flex-start;
	margin-top: .35rem;
	gap: .65rem;
	color: var(--ink-soft, #1A1A1F);
	border-bottom: 1px solid transparent;
	padding-block-end: .15rem;
	transition: color .3s ease,
		text-shadow .3s ease,
		border-color .3s ease,
		gap .3s ease;
}

.about-editorial__cta .editorial-link__arrow {
	display: inline-block;
	color: var(--gold, #D4AF37);
	transition: transform .3s ease;
}

.about-editorial__cta:hover,
.about-editorial__cta:focus-visible {
	color: var(--gold, #D4AF37);
	text-shadow: 0 0 18px rgba(212, 175, 55, .35);
	border-bottom-color: rgba(212, 175, 55, .45);
	gap: .65rem;
	text-decoration: none;
}

/* LTR: arrow eases outward */
.about-editorial__cta:hover .editorial-link__arrow,
.about-editorial__cta:focus-visible .editorial-link__arrow {
	transform: translateX(5px);
}

/* RTL: arrow mirrors, then glides left on hover */
[dir="rtl"] .about-editorial__cta .editorial-link__arrow {
	transform: scaleX(-1);
}

[dir="rtl"] .about-editorial__cta:hover .editorial-link__arrow,
[dir="rtl"] .about-editorial__cta:focus-visible .editorial-link__arrow {
	transform: translateX(-5px) scaleX(-1);
}

@media (max-width: 960px) {
	section.about-editorial,
section#about-preview.about-editorial {
		padding-block: clamp(4.5rem, 12vw, 6.5rem);
	}

	.about-editorial__layout {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: clamp(2rem, 6vw, 3rem);
	}

	.about-editorial__media {
		aspect-ratio: 5 / 4;
		max-height: none;
	}

	.about-editorial__media img {
		height: 100%;
	}

	.about-editorial__content {
		padding-block: 0;
	}

	.about-editorial__heading.section-heading,
	body.ar .about-editorial__heading.section-heading {
		font-size: clamp(1.85rem, 7vw, 2.55rem);
	}
}


/* =============================================================================
 * SECTION 3 — Harvest Seasonal Timeline
 * ===========================================================================*/

.harvest-timeline-section {
	padding-block: clamp(5rem, 10vw, 8.5rem);
	background: linear-gradient(180deg, var(--ink) 0%, var(--ink-soft) 100%);
}

.harvest-timeline__intro {
	max-width: 46rem;
	margin-inline: auto;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.harvest-timeline__intro .section-heading {
	margin-bottom: 0;
}

.harvest-timeline__shell {
	max-width: 72rem;
}

.harvest-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Fading gold track — dissipates into the background at both ends */
.harvest-timeline::before {
	content: "";
	position: absolute;
	inset-inline: 8%;
	top: 1.35rem;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(212, 175, 55, .5),
		transparent
	);
	z-index: 0;
	pointer-events: none;
}

.harvest-timeline__phase {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	opacity: .5;
	transition: opacity .5s ease-in-out;
}

.harvest-timeline__phase.is-focused,
.harvest-timeline__phase.is-active.is-focused {
	opacity: 1;
}

.harvest-timeline__phase.is-active:not(.is-focused) {
	opacity: .72;
}

.harvest-timeline__trigger {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--s-2);
	width: 100%;
	padding: var(--s-3) var(--s-2);
	background: transparent !important;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	color: rgba(245, 235, 214, .55);
	font: inherit;
	text-transform: none;
	letter-spacing: inherit;
	font-weight: inherit;
	transition: color .5s ease-in-out,
		text-shadow .5s ease-in-out,
		filter .5s ease-in-out;
}

.harvest-timeline-section button.harvest-timeline__trigger:hover,
.harvest-timeline-section button.harvest-timeline__trigger:focus-visible {
	background: transparent !important;
	outline: none;
	border: none;
	box-shadow: none;
	color: var(--gold);
	text-shadow: 0 0 18px rgba(212, 175, 55, .35),
		0 0 36px rgba(212, 175, 55, .12);
	filter: brightness(1.12);
}

.harvest-timeline__phase.is-focused .harvest-timeline__trigger,
.harvest-timeline__phase.is-active .harvest-timeline__trigger {
	background: transparent !important;
	border: none;
	box-shadow: none;
	color: var(--gold);
	text-shadow: 0 0 20px rgba(212, 175, 55, .4),
		0 0 40px rgba(212, 175, 55, .14);
	filter: brightness(1.15);
}

.harvest-timeline__marker {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.75rem;
	flex-shrink: 0;
}

/* Wrappers — transparent on desktop, structured on mobile */
.harvest-timeline__content,
.harvest-timeline__meta {
	display: contents;
}

.harvest-timeline__dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(212, 175, 55, .55);
	border: none;
	box-shadow: none;
	transition: width .5s ease-in-out,
		height .5s ease-in-out,
		background .5s ease-in-out,
		box-shadow .5s ease-in-out;
}

.harvest-timeline-section button.harvest-timeline__trigger:hover .harvest-timeline__dot,
.harvest-timeline__phase.is-focused .harvest-timeline__dot {
	width: 11px;
	height: 11px;
	background: var(--gold);
	box-shadow: 0 0 12px rgba(212, 175, 55, .45);
}

.harvest-timeline__phase.is-active .harvest-timeline__dot {
	width: 13px;
	height: 13px;
	background: var(--gold);
	box-shadow: 0 0 16px rgba(212, 175, 55, .5);
}

.harvest-timeline__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	color: rgba(212, 175, 55, .62);
	transition: color .5s ease-in-out,
		opacity .5s ease-in-out,
		filter .5s ease-in-out;
}

.harvest-timeline__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.harvest-timeline-section button.harvest-timeline__trigger:hover .harvest-timeline__icon,
.harvest-timeline__phase.is-focused .harvest-timeline__icon,
.harvest-timeline__phase.is-active .harvest-timeline__icon {
	color: var(--gold);
	filter: drop-shadow(0 0 8px rgba(212, 175, 55, .28));
}

.harvest-timeline__name {
	font-family: var(--ff-body-en);
	font-weight: 600;
	font-size: var(--fs-eyebrow);
	letter-spacing: var(--tracking-eyebrow);
	text-transform: uppercase;
}

body.ar .harvest-timeline__name {
	font-family: var(--ff-display-ar, var(--ff-body-ar));
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: .04em;
	text-transform: none;
}

.harvest-timeline__months {
	font-size: var(--fs-small);
	opacity: .7;
	color: rgba(245, 235, 214, .7);
}

.harvest-timeline__badge {
	display: none;
	font-size: .72rem;
	color: var(--gold-soft);
	letter-spacing: .08em;
	margin-top: var(--s-1);
	text-transform: uppercase;
}

body.ar .harvest-timeline__badge {
	font-size: .85rem;
	letter-spacing: .02em;
	text-transform: none;
}

.harvest-timeline__phase.is-active .harvest-timeline__badge {
	display: block;
}

/* Hidden source copy for JS detail panel */
.harvest-timeline__desc {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.harvest-timeline__detail {
	position: relative;
	margin-top: clamp(2.25rem, 4.5vw, 3.5rem);
	padding-top: clamp(1.75rem, 3vw, 2.5rem);
	border: none;
	text-align: center;
	min-height: 4.5rem;
}

/* Gradient fade divider beneath the timeline */
.harvest-timeline__detail::before {
	content: "";
	position: absolute;
	inset-inline: 12%;
	top: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(212, 175, 55, .5),
		transparent
	);
	pointer-events: none;
}

.harvest-timeline__detail-text {
	margin: 0 auto;
	max-width: 40rem;
	font-size: clamp(1.15rem, 1.7vw, 1.4rem);
	line-height: 1.6;
	color: rgba(245, 235, 214, .82);
	opacity: 1;
	transition: opacity .5s ease-in-out;
}

body.ar .harvest-timeline__detail-text {
	font-family: var(--ff-display-ar, var(--ff-body-ar));
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.harvest-timeline__detail-text.is-fading {
	opacity: 0;
}

/* Tablet: horizontal scroll */
@media (min-width: 769px) and (max-width: 900px) {
	.harvest-timeline__shell {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: var(--s-2);
	}

	.harvest-timeline__shell::-webkit-scrollbar {
		display: none;
	}

	.harvest-timeline {
		grid-template-columns: repeat(4, minmax(140px, 1fr));
		min-width: 560px;
		padding-inline: var(--s-4);
	}

	.harvest-timeline::before {
		inset-inline: var(--s-6);
	}
}

/* Mobile: vertical RTL/LTR timeline */
@media (max-width: 768px) {
	.harvest-timeline-section {
		padding-block: clamp(3.5rem, 10vw, 5rem);
	}

	.harvest-timeline__intro {
		margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
		padding-inline: clamp(.5rem, 3vw, 1rem);
	}

	.harvest-timeline__intro .section-heading {
		font-size: clamp(1.5rem, 5vw, 2rem);
		line-height: 1.35;
	}

	.harvest-timeline__shell {
		overflow: visible;
		padding-inline: clamp(.75rem, 3.5vw, 1.25rem);
	}

	.harvest-timeline {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 0;
		min-width: 0;
		margin: 0;
		padding: 0;
		padding-inline-end: 2rem;
		border: none;
	}

	[dir="ltr"] .harvest-timeline {
		padding-inline-end: 0;
		padding-inline-start: 2rem;
	}

	.harvest-timeline::before {
		inset-inline: auto;
		inset-inline-end: .875rem;
		top: .35rem;
		bottom: .35rem;
		width: 1px;
		height: auto;
		background: rgba(212, 175, 55, .2);
	}

	[dir="ltr"] .harvest-timeline::before {
		inset-inline-end: auto;
		inset-inline-start: .875rem;
	}

	.harvest-timeline__phase {
		display: block;
		padding-block: .55rem;
		padding-inline: 0;
		text-align: start;
	}

	.harvest-timeline__phase + .harvest-timeline__phase {
		border-block-start: 1px solid rgba(255, 255, 255, .04);
	}

	.harvest-timeline__trigger {
		display: grid;
		grid-template-columns: 1fr auto;
		column-gap: .75rem;
		align-items: start;
		width: 100%;
		padding: .35rem 0;
		text-align: inherit;
	}

	[dir="ltr"] .harvest-timeline__trigger {
		grid-template-columns: auto 1fr;
	}

	.harvest-timeline__content {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: .65rem;
		min-width: 0;
		grid-column: 1;
		grid-row: 1;
	}

	[dir="ltr"] .harvest-timeline__content {
		grid-column: 2;
	}

	.harvest-timeline__meta {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: .12rem;
		min-width: 0;
		flex: 1;
	}

	.harvest-timeline__marker {
		grid-column: 2;
		grid-row: 1;
		flex: 0 0 auto;
		width: 1.125rem;
		height: 1.125rem;
		margin-block-start: .35rem;
		margin-inline-end: calc(-2rem + .875rem + .0625rem);
		align-self: start;
	}

	[dir="ltr"] .harvest-timeline__marker {
		grid-column: 1;
		margin-inline-end: 0;
		margin-inline-start: calc(-2rem + .875rem + .0625rem);
	}

	.harvest-timeline__icon {
		flex-shrink: 0;
		width: 1.35rem;
		height: 1.35rem;
		margin-block-start: .2rem;
	}

	body.ar .harvest-timeline__name {
		font-size: 1.05rem;
		line-height: 1.35;
	}

	.harvest-timeline__months {
		font-size: .82rem;
		opacity: .75;
	}

	.harvest-timeline__badge {
		display: block;
		margin-top: .15rem;
		font-size: .72rem;
	}

	.harvest-timeline__phase:not(.is-active) .harvest-timeline__badge {
		display: none;
	}

	.harvest-timeline__phase.is-active .harvest-timeline__dot {
		width: 11px;
		height: 11px;
		box-shadow: 0 0 15px rgba(212, 175, 55, .4);
	}

	.harvest-timeline__detail {
		margin-top: clamp(1.25rem, 3.5vw, 1.75rem);
		padding-top: clamp(1rem, 3vw, 1.5rem);
		text-align: start;
	}

	body.ar .harvest-timeline__detail {
		text-align: right;
	}

	.harvest-timeline__detail-text {
		max-width: none;
		font-size: clamp(1rem, 3.8vw, 1.15rem);
		line-height: 1.65;
	}

	body.ar .harvest-timeline__detail-text {
		font-size: clamp(1.05rem, 4vw, 1.2rem);
	}

	.harvest-timeline__detail::before {
		inset-inline: 0;
	}
}


/* =============================================================================
 * SECTION 4 — Luxury Tasting Catalog (borderless editorial)
 * Surface: Name · Statement · Origin only
 * Tasting Notes: Hover reveal + elegant Modal
 * ===========================================================================*/

/* High-specificity padding beats global section:not(...) rules that
   were collapsing this section into the dark harvest band above. */
section.collection-catalog.section-luxury,
section#collection-preview.collection-catalog.section-luxury {
	--catalog-green: var(--royal-green, #1F3D2B);
	position: relative;
	isolation: isolate;
	z-index: 1;
	overflow: visible;
	background: var(--paper-warm, #FAF7F0) !important;
	margin-top: 0 !important;
	border-top: none !important;
}

body:not(.page-home) section.collection-catalog.section-luxury,
body:not(.page-home) section#collection-preview.collection-catalog.section-luxury {
	padding-top: clamp(3.5rem, 6vw, 5rem) !important;
	padding-bottom: clamp(6rem, 11vw, 9rem) !important;
}

body.page-home #collection-preview.collection-catalog.section-luxury {
	padding-top: clamp(2.5rem, 5vw, 3.75rem) !important;
	padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

#collection-preview .catalog-grid {
	margin-top: 0;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

#collection-preview .collection-catalog__footer {
	padding-top: clamp(0.5rem, 1vw, 0.75rem);
	padding-bottom: 0;
}

/* Neutralize legacy ecommerce card styles if any leak into this section */
section.collection-catalog.section-luxury .luxury-card,
section.collection-catalog.section-luxury .card,
#collection-preview.collection-catalog .luxury-card,
#collection-preview.collection-catalog .card {
	background: transparent;
	border: none;
	box-shadow: none;
}

.collection-catalog__container {
	max-width: 80rem;
}

/* Centered title block — must NOT use <header> (site header is fixed).
   Reset any leaked nav-header positioning so copy stays in document flow. */
section.collection-catalog.section-luxury .collection-catalog__header,
#collection-preview .collection-catalog__header {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	width: 100% !important;
	max-width: 42rem;
	height: auto !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	margin: 0 auto clamp(1.75rem, 3.5vw, 2.5rem);
	padding: 0 !important;
	z-index: auto !important;
	background: transparent !important;
	place-content: initial;
}

/* Eyebrow — gold, bold, directly above H2 (not tucked in a corner) */
.collection-catalog__eyebrow {
	display: block;
	width: 100%;
	margin: 0 0 clamp(1rem, 2vw, 1.35rem);
	padding: 0;
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: clamp(.95rem, 1.35vw, 1.1rem);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .08em;
	color: var(--gold, #D4AF37);
	text-transform: none;
}

body:not(.ar) .collection-catalog__eyebrow {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-en), sans-serif;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-size: clamp(.78rem, 1.1vw, .92rem);
}

/* H2 — Forest Green, primary visual weight */
section.collection-catalog.section-luxury .collection-catalog__title.section-heading,
#collection-preview .collection-catalog__title.section-heading {
	margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
	padding: 0;
	color: var(--catalog-green, #1F3D2B);
	font-family: var(--ff-display-ar), 'Amiri', serif;
	font-size: clamp(1.85rem, 3.6vw, 2.85rem);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

body:not(.ar) section.collection-catalog.section-luxury .collection-catalog__title.section-heading,
body:not(.ar) section.collection-catalog.section-luxury .collection-catalog__title.section-heading,
#collection-preview .collection-catalog__title.section-heading {
	font-family: var(--ff-display-en);
	font-weight: 400;
}

.collection-catalog__rule {
	display: block;
	width: 3.25rem;
	height: 1px;
	margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
	background: var(--gold, #D4AF37);
	flex-shrink: 0;
}

.collection-catalog__lede {
	margin: 0;
	max-width: 28rem;
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: clamp(.95rem, 1.2vw, 1.05rem);
	font-weight: 400;
	line-height: 1.6;
	color: var(--ink-soft, #1A1A1F);
	opacity: .88;
	text-align: center;
}

#collection-preview .collection-catalog__rule {
	margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
}

#collection-preview .collection-catalog__lede {
	margin-bottom: 0;
}

/* Header typography — subtle luxury accents */
#collection-preview .collection-catalog__header::before {
	content: "";
	display: block;
	width: 1px;
	height: clamp(1.5rem, 3vw, 2rem);
	margin: 0 auto clamp(1rem, 2vw, 1.25rem);
	background: linear-gradient(180deg, transparent, rgba(212, 175, 55, .45), transparent);
}

#collection-preview .collection-catalog__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(.75rem, 2vw, 1.1rem);
	margin-bottom: clamp(.85rem, 1.8vw, 1.15rem);
	color: #B8942E;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

#collection-preview .collection-catalog__eyebrow::before,
#collection-preview .collection-catalog__eyebrow::after {
	content: "";
	flex: 0 0 clamp(1.5rem, 4vw, 2.5rem);
	height: 1px;
	background: linear-gradient(var(--eyebrow-line, 90deg), transparent, rgba(212, 175, 55, .55));
}

#collection-preview .collection-catalog__eyebrow {
	--eyebrow-line: 90deg;
}

#collection-preview .collection-catalog__eyebrow::after {
	background: linear-gradient(270deg, transparent, rgba(212, 175, 55, .55));
}

#collection-preview .collection-catalog__title.section-heading {
	margin-bottom: clamp(1rem, 2vw, 1.35rem);
	line-height: 1.22;
	letter-spacing: .015em;
	text-wrap: balance;
}

body.ar #collection-preview .collection-catalog__title.section-heading {
	font-family: 'Amiri', serif;
	font-weight: 700;
	letter-spacing: 0;
}

body:not(.ar) #collection-preview .collection-catalog__title.section-heading {
	letter-spacing: .02em;
}

#collection-preview .collection-catalog__rule {
	width: min(11rem, 72%);
	height: 1px;
	margin-bottom: clamp(.85rem, 1.6vw, 1rem);
	background: linear-gradient(
		90deg,
		transparent,
		rgba(212, 175, 55, .35),
		#D4AF37,
		rgba(212, 175, 55, .35),
		transparent
	);
	position: relative;
}

#collection-preview .collection-catalog__rule::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	background: #D4AF37;
	border-radius: 1px;
	transform: translate(-50%, -50%) rotate(45deg);
	box-shadow: 0 0 10px rgba(212, 175, 55, .35);
}

#collection-preview .collection-catalog__lede {
	max-width: 32rem;
	line-height: 1.7;
	color: rgba(26, 26, 31, .78);
	opacity: 1;
}

body.ar #collection-preview .collection-catalog__lede {
	font-family: 'Amiri', serif;
	font-size: clamp(1.02rem, 1.3vw, 1.12rem);
	line-height: 1.75;
}

body:not(.ar) #collection-preview .collection-catalog__lede {
	font-family: var(--ff-body-en), 'Mulish', sans-serif;
	font-style: italic;
	font-size: clamp(.98rem, 1.15vw, 1.06rem);
	letter-spacing: .01em;
}

#collection-preview .collection-catalog__lede::before,
#collection-preview .collection-catalog__lede::after {
	font-family: 'Amiri', serif;
	font-size: 1.2rem;
	line-height: 1;
	color: rgba(212, 175, 55, .42);
	font-style: normal;
	vertical-align: -.05em;
}

#collection-preview .collection-catalog__lede::before {
	content: "«";
	margin-inline-end: .2em;
}

#collection-preview .collection-catalog__lede::after {
	content: "»";
	margin-inline-start: .15em;
}

body:not(.ar) #collection-preview .collection-catalog__lede::before {
	content: "\201C";
	font-family: var(--ff-display-en), 'Prata', serif;
	font-size: 1.15rem;
}

body:not(.ar) #collection-preview .collection-catalog__lede::after {
	content: "\201D";
	font-family: var(--ff-display-en), 'Prata', serif;
	font-size: 1.15rem;
}

body:not(.ar) .collection-catalog__lede {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-en), sans-serif;
}

/* ── Borderless catalog grid — wide breathing room ── */

.catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: clamp(2.5rem, 5vw, 4.5rem);
	row-gap: clamp(4rem, 8vw, 6rem);
	list-style: none;
	margin: 0 0 clamp(5rem, 9vw, 7rem);
	padding: 0;
}

.catalog-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.catalog-item__trigger {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-align: inherit;
	color: inherit;
	font: inherit;
	text-transform: none;
	letter-spacing: inherit;
	cursor: pointer;
	position: relative;
}

.catalog-item__trigger:hover,
.catalog-item__trigger:focus-visible {
	background: transparent !important;
	outline: none;
}

.catalog-item__figure {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 2vw, 1.35rem);
	width: 100%;
}

.catalog-item__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--catalog-green);
	border-radius: 0;
}

.catalog-item__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		transparent 55%,
		rgba(11, 41, 24, .18) 100%
	);
	pointer-events: none;
	opacity: 0;
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1);
}

.catalog-item__trigger:hover .catalog-item__media::after,
.catalog-item__trigger:focus-visible .catalog-item__media::after {
	opacity: 1;
}

.catalog-item__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .55s cubic-bezier(.19, 1, .22, 1);
}

.catalog-item__trigger:hover .catalog-item__media img,
.catalog-item__trigger:focus-visible .catalog-item__media img {
	transform: scale(1.02);
}

/* Surface — structured caption block under each card */
.catalog-item__surface {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	padding: 0;
	background: transparent;
}

.catalog-item__surface::before {
	content: "";
	width: 2rem;
	height: 1px;
	margin: 0 auto clamp(0.85rem, 1.5vw, 1rem);
	background: var(--gold, #D4AF37);
	transition: width .5s cubic-bezier(.19, 1, .22, 1);
	flex-shrink: 0;
}

.catalog-item__trigger:hover .catalog-item__surface::before,
.catalog-item__trigger:focus-visible .catalog-item__surface::before {
	width: 3rem;
}

.catalog-item__name {
	margin: 0 0 clamp(0.45rem, 1vw, 0.6rem);
	font-family: var(--ff-display-ar), 'Amiri', serif;
	font-size: clamp(1.35rem, 2.1vw, 1.7rem);
	font-weight: 700;
	line-height: 1.3;
	color: var(--catalog-green);
}

body:not(.ar) .catalog-item__name {
	font-family: var(--ff-display-en);
	font-weight: 400;
}

.catalog-item__statement {
	margin: 0 auto clamp(0.5rem, 1vw, 0.65rem);
	max-width: 24ch;
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: clamp(.92rem, 1.1vw, 1rem);
	line-height: 1.55;
	color: var(--ink-soft);
	font-style: normal;
}

body:not(.ar) .catalog-item__statement {
	font-family: var(--ff-body-en), sans-serif;
	font-style: italic;
}

body.ar .catalog-item__statement {
	font-family: 'Amiri', serif;
	font-size: clamp(.98rem, 1.15vw, 1.05rem);
	line-height: 1.6;
}

.catalog-item__origin {
	margin: 0 auto;
	max-width: 26ch;
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: clamp(.72rem, .95vw, .8rem);
	line-height: 1.5;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--gold-deep-acc, #8C6F1E);
	opacity: .92;
}

body.ar .catalog-item__origin {
	letter-spacing: 0;
	text-transform: none;
	font-size: clamp(.78rem, 1vw, .84rem);
}

body:not(.ar) .catalog-item__origin {
	font-family: var(--ff-body-en), sans-serif;
}

.catalog-item__cta {
	align-self: center;
	margin-top: clamp(0.85rem, 1.5vw, 1.1rem);
	color: var(--catalog-green);
}

.catalog-item__cta:hover,
.catalog-item__cta:focus-visible {
	color: var(--gold-deep-acc, #8C6F1E);
}

/* Hover tasting notes — soft overlay on image only */
.catalog-item__hover-notes {
	position: absolute;
	inset: auto 0 0 0;
	padding: 1.25rem 1.15rem 1.35rem;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(11, 41, 24, .88) 28%,
		rgba(11, 41, 24, .96) 100%
	);
	color: var(--paper, #fff);
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1),
		transform .5s cubic-bezier(.19, 1, .22, 1);
	text-align: start;
}

.catalog-item__trigger:hover .catalog-item__hover-notes,
.catalog-item__trigger:focus-visible .catalog-item__hover-notes {
	opacity: 1;
	transform: translateY(0);
}

.catalog-item__hover-label {
	display: block;
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-en), sans-serif;
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--gold, #D4AF37);
	margin-bottom: .45rem;
}

body.ar .catalog-item__hover-label {
	letter-spacing: .04em;
	text-transform: none;
	font-size: .78rem;
}

.catalog-item__hover-rule {
	display: block;
	width: 2rem;
	height: 1px;
	background: rgba(212, 175, 55, .55);
	margin-bottom: .85rem;
}

.catalog-notes {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .7rem;
}

.catalog-notes li {
	display: flex;
	flex-direction: column;
	gap: .15rem;
}

.catalog-notes__k {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-en), sans-serif;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--gold, #D4AF37);
}

body.ar .catalog-notes__k {
	letter-spacing: 0;
	text-transform: none;
	font-size: .78rem;
	font-weight: 600;
}

.catalog-notes__v {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-en), sans-serif;
	font-size: .84rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, .9);
}

.catalog-item__hover-notes .catalog-notes__v {
	color: rgba(255, 255, 255, .88);
}

/* Footer CTA */
.collection-catalog__footer {
	padding-top: var(--s-6);
}

.collection-catalog__cta-btn {
	min-width: min(100%, 20rem);
}

/* =============================================================================
 * COLLECTION PREVIEW — luxury tasting cards (index homepage)
 * =========================================================================== */

#collection-preview .catalog-grid {
	counter-reset: catalog-card;
	row-gap: clamp(2rem, 4vw, 3rem);
}

#collection-preview .catalog-item {
	position: relative;
	counter-increment: catalog-card;
	align-items: stretch;
	background: linear-gradient(165deg, #FFFFFF 0%, #FAF7F0 48%, #F5F0E6 100%);
	border: 1px solid rgba(212, 175, 55, .2);
	border-radius: 16px;
	overflow: hidden;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .95),
		0 4px 20px -6px rgba(31, 61, 43, .1),
		0 18px 48px -22px rgba(11, 11, 15, .12);
	transition:
		transform .55s cubic-bezier(.19, 1, .22, 1),
		box-shadow .55s cubic-bezier(.19, 1, .22, 1),
		border-color .45s ease;
}

#collection-preview .catalog-item::before {
	content: counter(catalog-card, decimal-leading-zero);
	position: absolute;
	top: 1rem;
	inset-inline-end: 1rem;
	z-index: 4;
	padding: .35rem .55rem;
	font-family: var(--ff-body-en), sans-serif;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .22em;
	color: rgba(140, 111, 30, .95);
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(212, 175, 55, .28);
	border-radius: 6px;
	box-shadow: 0 4px 14px -6px rgba(11, 11, 15, .18);
	pointer-events: none;
}

#collection-preview .catalog-item::after {
	content: "";
	position: absolute;
	inset-inline: 12%;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #D4AF37, transparent);
	opacity: 0;
	transform: scaleX(.35);
	transition: opacity .45s ease, transform .55s cubic-bezier(.19, 1, .22, 1);
	pointer-events: none;
	z-index: 3;
}

#collection-preview .catalog-item:hover,
#collection-preview .catalog-item:focus-within {
	transform: translateY(-8px);
	border-color: rgba(212, 175, 55, .48);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 1),
		0 10px 28px -8px rgba(212, 175, 55, .22),
		0 28px 64px -24px rgba(11, 11, 15, .18);
}

#collection-preview .catalog-item:hover::after,
#collection-preview .catalog-item:focus-within::after {
	opacity: 1;
	transform: scaleX(1);
}

#collection-preview .catalog-item__figure {
	gap: 0;
}

#collection-preview .catalog-item__media {
	aspect-ratio: 4 / 4.6;
	border-radius: 0;
	isolation: isolate;
}

#collection-preview .catalog-item__media::before {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: 2;
	border: 1px solid rgba(212, 175, 55, .35);
	border-radius: 10px;
	opacity: .55;
	pointer-events: none;
	transition: opacity .45s ease, inset .55s cubic-bezier(.19, 1, .22, 1);
}

#collection-preview .catalog-item__trigger:hover .catalog-item__media::before,
#collection-preview .catalog-item__trigger:focus-visible .catalog-item__media::before,
#collection-preview .catalog-item:hover .catalog-item__media::before {
	opacity: .9;
	inset: 10px;
}

#collection-preview .catalog-item__media::after {
	opacity: 1;
	background: linear-gradient(
		180deg,
		rgba(11, 41, 24, .04) 0%,
		transparent 42%,
		rgba(11, 41, 24, .32) 100%
	);
	transition: background .5s ease;
}

#collection-preview .catalog-item__trigger:hover .catalog-item__media::after,
#collection-preview .catalog-item__trigger:focus-visible .catalog-item__media::after {
	background: linear-gradient(
		180deg,
		rgba(11, 41, 24, .08) 0%,
		transparent 38%,
		rgba(11, 41, 24, .42) 100%
	);
}

#collection-preview .catalog-item__media img {
	transition: transform .85s cubic-bezier(.19, 1, .22, 1), filter .6s ease;
}

#collection-preview .catalog-item__trigger:hover .catalog-item__media img,
#collection-preview .catalog-item__trigger:focus-visible .catalog-item__media img {
	transform: scale(1.06);
	filter: brightness(1.04) saturate(1.05);
}

#collection-preview .catalog-item__surface {
	padding: clamp(1.35rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.2vw, 1.65rem) clamp(1rem, 2vw, 1.25rem);
	background: linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, rgba(250, 247, 240, .95) 100%);
}

#collection-preview .catalog-item__surface::before {
	width: 2.75rem;
	height: 2px;
	margin-bottom: clamp(.9rem, 1.6vw, 1.1rem);
	background: linear-gradient(90deg, #D4AF37, rgba(212, 175, 55, .35));
	border-radius: 2px;
}

#collection-preview .catalog-item__trigger:hover .catalog-item__surface::before,
#collection-preview .catalog-item__trigger:focus-visible .catalog-item__surface::before {
	width: 3.75rem;
}

#collection-preview .catalog-item__name {
	color: var(--catalog-green, #1F3D2B);
	letter-spacing: .01em;
}

#collection-preview .catalog-item__origin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .4rem .85rem;
	background: rgba(212, 175, 55, .08);
	border: 1px solid rgba(212, 175, 55, .18);
	border-radius: 999px;
	line-height: 1.35;
}

#collection-preview .catalog-item__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	width: 100%;
	margin-top: 0;
	padding: clamp(.95rem, 1.8vw, 1.15rem) clamp(1rem, 2vw, 1.25rem);
	border-top: 1px solid rgba(212, 175, 55, .14);
	background: rgba(255, 255, 255, .55);
	font-size: clamp(.68rem, .95vw, .74rem);
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background .4s ease,
		color .4s ease,
		letter-spacing .4s ease;
}

body.ar #collection-preview .catalog-item__cta {
	letter-spacing: .04em;
	text-transform: none;
	font-size: clamp(.78rem, 1vw, .84rem);
}

#collection-preview .catalog-item__cta:hover,
#collection-preview .catalog-item__cta:focus-visible {
	background: rgba(212, 175, 55, .1);
	color: var(--gold-deep-acc, #8C6F1E);
	letter-spacing: .18em;
}

#collection-preview .catalog-item__cta .editorial-link__arrow {
	transition: transform .4s cubic-bezier(.19, 1, .22, 1);
}

#collection-preview .catalog-item__cta:hover .editorial-link__arrow,
#collection-preview .catalog-item__cta:focus-visible .editorial-link__arrow {
	transform: translateX(4px);
}

[dir="rtl"] #collection-preview .catalog-item__cta:hover .editorial-link__arrow,
[dir="rtl"] #collection-preview .catalog-item__cta:focus-visible .editorial-link__arrow {
	transform: translateX(-4px);
}

#collection-preview .catalog-item__hover-notes {
	padding: 1.35rem 1.2rem 1.45rem;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	background: linear-gradient(
		180deg,
		rgba(11, 41, 24, .15) 0%,
		rgba(11, 41, 24, .92) 38%,
		rgba(7, 20, 12, .98) 100%
	);
}

#collection-preview .catalog-item__hover-label {
	letter-spacing: .2em;
}

/* ── Tasting Notes Modal ── */

.tasting-modal[hidden] {
	display: none !important;
}

.tasting-modal {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.tasting-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(11, 41, 24, .55);
	backdrop-filter: blur(4px);
	border: none;
	cursor: pointer;
}

.tasting-modal__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 28rem);
	max-height: min(90vh, 40rem);
	overflow: auto;
	padding: clamp(2rem, 4vw, 2.75rem);
	background: var(--paper, #fff);
	border: none;
	border-radius: 0;
	box-shadow: 0 24px 64px -20px rgba(11, 11, 15, .35);
	animation: tasting-modal-in .45s cubic-bezier(.19, 1, .22, 1);
}

@keyframes tasting-modal-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.tasting-modal__close {
	position: absolute;
	top: .85rem;
	inset-inline-end: .85rem;
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: 1px solid rgba(212, 175, 55, .35) !important;
	border-radius: 0 !important;
	color: var(--catalog-green, #1F3D2B) !important;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	padding: 0 !important;
	text-transform: none;
	letter-spacing: 0;
	transition: border-color .4s ease, color .4s ease;
}

.tasting-modal__close:hover,
.tasting-modal__close:focus-visible {
	background: transparent !important;
	border-color: var(--gold, #D4AF37) !important;
	color: var(--gold-deep-acc, #8C6F1E) !important;
}

.tasting-modal__eyebrow {
	margin: 0 0 var(--s-3);
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-en), sans-serif;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--gold-deep-acc, #8C6F1E);
}

body.ar .tasting-modal__eyebrow {
	letter-spacing: .04em;
	text-transform: none;
	font-size: .85rem;
}

.tasting-modal__rule {
	display: block;
	width: 2.5rem;
	height: 1px;
	background: var(--gold, #D4AF37);
	margin-bottom: var(--s-4);
}

.tasting-modal__title {
	margin: 0 0 var(--s-3);
	font-family: var(--ff-display-ar), 'Amiri', serif;
	font-size: clamp(1.4rem, 2.4vw, 1.75rem);
	font-weight: 700;
	line-height: 1.3;
	color: var(--catalog-green, #1F3D2B);
}

body:not(.ar) .tasting-modal__title {
	font-family: var(--ff-display-en);
	font-weight: 400;
}

.tasting-modal__statement {
	margin: 0 0 var(--s-2);
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-en), sans-serif;
	font-size: .95rem;
	line-height: 1.6;
	font-style: italic;
	color: var(--ink-soft);
}

.tasting-modal__origin {
	margin: 0 0 var(--s-5);
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-en), sans-serif;
	font-size: .82rem;
	line-height: 1.6;
	color: var(--gold-deep-acc, #8C6F1E);
}

.tasting-modal__notes {
	margin-bottom: var(--s-6);
	padding-top: var(--s-4);
	border-top: 1px solid rgba(212, 175, 55, .28);
}

.tasting-modal__notes .catalog-notes__v {
	color: var(--ink-soft);
}

.tasting-modal__cta {
	color: var(--catalog-green, #1F3D2B);
}

/* Responsive */
@media (max-width: 980px) {
	.catalog-grid {
		grid-template-columns: 1fr;
		max-width: 28rem;
		margin-inline: auto;
		row-gap: clamp(3.5rem, 8vw, 5rem);
	}

	#collection-preview .catalog-grid {
		max-width: min(100%, 22rem);
		row-gap: clamp(1.75rem, 5vw, 2.5rem);
	}

	.catalog-item__media {
		aspect-ratio: 5 / 4;
	}

	#collection-preview .catalog-item__media {
		aspect-ratio: 4 / 4.2;
	}

	#collection-preview .catalog-item:hover,
	#collection-preview .catalog-item:focus-within {
		transform: none;
	}

	/* Hover overlay unavailable on touch — modal is primary */
	.catalog-item__hover-notes {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-editorial__media img,
	.catalog-item__media img,
	.catalog-item__hover-notes,
	.catalog-item__surface::before,
	.harvest-timeline__trigger,
	.harvest-timeline__phase,
	.harvest-timeline__dot,
	.harvest-timeline__icon,
	.harvest-timeline__detail-text,
	.editorial-link,
	.editorial-link__arrow,
	.about-editorial__cta,
	.about-editorial__cta .editorial-link__arrow,
	.tasting-modal__panel {
		transition: none;
		animation: none;
	}

	.about-editorial__figure:hover .about-editorial__media img,
	.about-editorial__figure:focus-within .about-editorial__media img,
	.catalog-item__trigger:hover .catalog-item__media img {
		transform: none;
	}

	#collection-preview .catalog-item,
	#collection-preview .catalog-item::after,
	#collection-preview .catalog-item__media::before,
	#collection-preview .catalog-item__cta,
	#collection-preview .catalog-item__cta .editorial-link__arrow {
		transition: none;
	}

	#collection-preview .catalog-item:hover,
	#collection-preview .catalog-item:focus-within {
		transform: none;
	}

	.about-editorial__cta:hover,
	.about-editorial__cta:focus-visible {
		text-shadow: none;
	}

	[dir="rtl"] .about-editorial__cta:hover .editorial-link__arrow,
	[dir="rtl"] .about-editorial__cta:focus-visible .editorial-link__arrow {
		transform: scaleX(-1);
	}

	.about-editorial__cta:hover .editorial-link__arrow,
	.about-editorial__cta:focus-visible .editorial-link__arrow {
		transform: none;
	}
}


/* =============================================================================
 * SECTIONS 5–6 + FOOTER — aligned to Sections 1–4 identity
 * Editorial stories · Conversion partnership · Brand closure
 * ===========================================================================*/

/* ---------- Shared: editorial link on dark surfaces ---------- */
.editorial-link--on-dark {
	color: var(--paper-mute, #E8E2D4);
	border-bottom-color: rgba(212, 175, 55, .35);
}

.editorial-link--on-dark:hover,
.editorial-link--on-dark:focus-visible {
	color: var(--gold, #D4AF37);
	border-bottom-color: var(--gold, #D4AF37);
}

/* Scroll lock for modals — preserves position */
body.modal-scroll-lock {
	position: fixed;
	inset-inline: 0;
	width: 100%;
	overflow: hidden;
}

/* =============================================================================
 * LIVE STORIES — High-End Cinematic Editorial
 * Card wrapper owns positioning (not <button>) so overlays stay clipped.
 * ===========================================================================*/

section#preview-stories.live-stories {
	--ls-forest: #0A1F13;
	--ls-gold: #D4AF37;
	position: relative;
	isolation: isolate;
	clear: both;
	overflow: clip;
	padding-block: 150px;
	background: #0A1F13 !important;
	background-color: #0A1F13 !important;
	background-image: none !important;
	color: rgba(245, 235, 214, .92);
}

.live-stories__container {
	display: block;
	width: 100%;
	max-width: 78rem;
	margin-inline: auto;
}

/* Section intro — centered group with luxurious gap before media */
section#preview-stories.live-stories .live-stories__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 42rem;
	margin: 0 auto clamp(60px, 8vw, 100px);
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	gap: 0;
}

section#preview-stories.live-stories .live-stories__eyebrow.eyebrow {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 0 1rem;
	color: #D4AF37;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

body.ar section#preview-stories.live-stories .live-stories__eyebrow.eyebrow {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .9rem;
	letter-spacing: 2px;
	text-transform: none;
}

section#preview-stories.live-stories .live-stories__heading.section-heading {
	display: block;
	width: 100%;
	margin: 0 0 1.15rem;
	padding: 0;
	color: rgba(245, 235, 214, .96) !important;
	-webkit-text-fill-color: rgba(245, 235, 214, .96) !important;
	background: none !important;
	font-family: 'Prata', var(--ff-display-en), serif;
	font-size: clamp(2rem, 4.2vw, 3.1rem);
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

body.ar section#preview-stories.live-stories .live-stories__heading.section-heading {
	font-family: 'Amiri', serif;
	font-size: clamp(2.2rem, 4.8vw, 3.4rem);
	font-weight: 700;
}

section#preview-stories.live-stories .live-stories__rule {
	display: block;
	width: 2.75rem;
	height: 1px;
	margin: 0 auto 1.25rem;
	flex-shrink: 0;
	background: #D4AF37;
}

/* Subtitle — softer weight, never competes with H2 */
section#preview-stories.live-stories .live-stories__lede {
	display: block;
	width: 100%;
	max-width: 36rem;
	margin: 0 auto;
	padding: 0;
	font-family: var(--ff-body-en);
	font-size: clamp(.95rem, 1.15vw, 1.05rem);
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, .65);
	text-align: center;
	text-shadow: none;
}

body.ar section#preview-stories.live-stories .live-stories__lede {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: clamp(1rem, 1.25vw, 1.1rem);
}

/* ---------- Asymmetrical editorial stage ---------- */
section#preview-stories.live-stories .live-stories__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
	width: 100%;
	max-width: 68rem;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 1;
}

.live-stories__stack {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 4vw, 3rem);
	padding-block-start: clamp(2.5rem, 6vw, 5rem);
	min-width: 0;
}

/* Soft stagger — kept inside the column so titles never escape */
.live-story--offset {
	width: 94%;
	margin-inline-start: auto;
}

.live-story--offset-alt {
	width: 88%;
	margin-inline-end: auto;
}

[dir="rtl"] .live-story--offset {
	margin-inline-start: 0;
	margin-inline-end: auto;
}

[dir="rtl"] .live-story--offset-alt {
	margin-inline-end: 0;
	margin-inline-start: auto;
}

.live-story {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

/* Positioning context — div card, NOT the button */
.live-story__card {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 2px;
	background: #07140C;
	isolation: isolate;
	transform: scale(1);
	transition: transform .8s cubic-bezier(.25, 1, .5, 1);
}

.live-story--hero .live-story__card {
	aspect-ratio: 3 / 4;
}

.live-story__card:hover,
.live-story__card:focus-within,
.live-story__card.is-previewing {
	transform: scale(1.02);
}

.live-story__poster {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	transition: opacity .8s cubic-bezier(.25, 1, .5, 1),
		transform .8s cubic-bezier(.25, 1, .5, 1);
}

.live-story__card:hover .live-story__poster,
.live-story__card.is-previewing .live-story__poster {
	transform: scale(1.04);
}

.live-story__preview {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	background: #07140C;
	transition: opacity .8s cubic-bezier(.25, 1, .5, 1);
}

.live-story__card.is-previewing .live-story__preview {
	opacity: 1;
}

.live-story__card.is-previewing .live-story__poster {
	opacity: 0;
}

.live-story__preview iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 177.78%;
	height: 100%;
	border: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.live-story__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(to top, rgba(10, 31, 19, .92) 0%, transparent 60%);
	pointer-events: none;
}

.live-story__card:hover .live-story__overlay,
.live-story__card.is-previewing .live-story__overlay {
	background: linear-gradient(to top, rgba(10, 31, 19, .95) 0%, rgba(10, 31, 19, .25) 52%, transparent 72%);
}

.live-story__number {
	position: absolute;
	top: 1.15rem;
	inset-inline-start: 1.15rem;
	z-index: 4;
	max-width: calc(100% - 2.3rem);
	font-family: var(--ff-body-en);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #D4AF37;
	pointer-events: none;
	white-space: nowrap;
}

body.ar .live-story__number {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .78rem;
	letter-spacing: .14em;
	text-transform: none;
}

.live-story__watch {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	transform: translate(-50%, -46%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .6rem 1rem;
	border: 1px solid rgba(212, 175, 55, .35);
	border-radius: 999px;
	background: rgba(7, 20, 12, .35);
	color: rgba(245, 235, 214, .9);
	font-family: var(--ff-body-en);
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 18px rgba(212, 175, 55, .12);
	transition: opacity .55s cubic-bezier(.25, 1, .5, 1),
		transform .55s cubic-bezier(.25, 1, .5, 1),
		border-color .55s ease;
}

body.ar .live-story__watch {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .82rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: none;
}

.live-story__card:hover .live-story__watch,
.live-story__card:focus-within .live-story__watch,
.live-story__card.is-previewing .live-story__watch {
	opacity: 1;
	transform: translate(-50%, -50%);
	border-color: rgba(212, 175, 55, .7);
}

/* Titles stay INSIDE the card bounds */
.live-story__copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .45rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 1.35rem 1.2rem 1.35rem;
	text-align: end;
	pointer-events: none;
	overflow: hidden;
}

[dir="ltr"] .live-story__copy {
	align-items: flex-start;
	text-align: start;
}

.live-story__title {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Prata', var(--ff-display-en), serif;
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	font-weight: 400;
	line-height: 1.3;
	color: #FFFFFF;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .4);
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

body.ar .live-story__title {
	font-family: 'Amiri', serif;
	font-size: clamp(1.35rem, 2.1vw, 1.75rem);
	font-weight: 700;
}

.live-story--hero .live-story__title {
	font-size: clamp(1.45rem, 2.3vw, 1.95rem);
}

body.ar .live-story--hero .live-story__title {
	font-size: clamp(1.65rem, 2.6vw, 2.2rem);
}

.live-story__caption {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-family: var(--ff-body-en);
	font-size: .88rem;
	font-style: italic;
	line-height: 1.55;
	color: rgba(245, 235, 214, .78);
	opacity: 0;
	transform: translateY(10px);
	overflow-wrap: anywhere;
	transition: opacity .55s cubic-bezier(.25, 1, .5, 1),
		transform .55s cubic-bezier(.25, 1, .5, 1);
}

body.ar .live-story__caption {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .92rem;
	font-style: normal;
}

.live-story__card:hover .live-story__caption,
.live-story__card:focus-within .live-story__caption,
.live-story__card.is-previewing .live-story__caption {
	opacity: 1;
	transform: translateY(0);
}

/* Invisible hit target — resets global button chrome */
section#preview-stories.live-stories .live-story__trigger,
section#preview-stories.live-stories .live-story__trigger:hover,
section#preview-stories.live-stories .live-story__trigger:focus,
section#preview-stories.live-stories .live-story__trigger:focus-visible {
	position: absolute;
	inset: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: transparent !important;
	font-size: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

section#preview-stories.live-stories .live-story__trigger:focus-visible {
	outline: 1px solid rgba(212, 175, 55, .6);
	outline-offset: -3px;
}

.live-stories__cta {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: clamp(3.5rem, 7vw, 5rem);
	padding-top: .5rem;
	text-align: center;
}

/* Story video modal refinements */
.story-video-modal[hidden] {
	display: none !important;
}

.story-video-modal.is-open {
	display: block !important;
	background-color: rgba(10, 31, 19, .9);
}

.story-video-modal__content {
	width: min(92vw, 56rem);
	aspect-ratio: 16 / 9;
	max-height: 85vh;
}

.story-video-modal__close {
	position: absolute;
	inset-block-start: -2.5rem;
	inset-inline-end: 0;
	float: none;
	background: none;
	border: 0;
	color: var(--paper, #fff);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	padding: .25rem .5rem;
}

.story-video-modal__close:hover,
.story-video-modal__close:focus-visible {
	color: #D4AF37;
}

@media (max-width: 960px) {
	section#preview-stories.live-stories {
		padding-block: clamp(5rem, 12vw, 7rem);
	}

	section#preview-stories.live-stories:not(.live-stories-v2) .live-stories__header {
		margin-bottom: clamp(60px, 10vw, 80px);
	}

	section#preview-stories.live-stories .live-stories__stage {
		grid-template-columns: 1fr;
		gap: 2rem;
		max-width: 24rem;
	}

	.live-stories__stack {
		padding-block-start: 0;
		gap: 1.75rem;
	}

	.live-story--offset,
	.live-story--offset-alt,
	[dir="rtl"] .live-story--offset,
	[dir="rtl"] .live-story--offset-alt {
		width: 100%;
		margin: 0;
	}
}

@media (hover: none) {
	.live-story__watch {
		opacity: .75;
		transform: translate(-50%, -50%);
	}

	.live-story__caption {
		opacity: .9;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.live-story__card,
	.live-story__poster,
	.live-story__preview,
	.live-story__watch,
	.live-story__caption {
		transition: none;
	}

	.live-story__card:hover,
	.live-story__card:focus-within,
	.live-story__card.is-previewing {
		transform: none;
	}

	.live-story__card:hover .live-story__poster,
	.live-story__card.is-previewing .live-story__poster {
		transform: none;
		opacity: 1;
	}

	.live-story__card.is-previewing .live-story__preview {
		opacity: 0;
	}
}

/* =============================================================================
 * THE VINEYARDS — Cinematic Flexbox Accordion
 * Forest green · Sana'a / Sa'ada / Dhamar expand panels
 * NO SVG / vector map — accordion only
 * ===========================================================================*/

section#vineyards-teaser.vineyards-accordion-section {
	--vy-forest: #0A1F13;
	--vy-gold: #D4AF37;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #0A1F13 !important;
	background-color: #0A1F13 !important;
	background-image: none !important;
	color: rgba(245, 235, 214, .92);
}

body:not(.page-home) section#vineyards-teaser.vineyards-accordion-section {
	padding-block: clamp(5.5rem, 11vw, 9rem);
}

body.page-home section#vineyards-teaser.vineyards-accordion-section {
	padding-top: clamp(2rem, 4vw, 3rem) !important;
	padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__eyebrow.eyebrow {
	display: block;
	margin: 0 0 1rem;
	color: #D4AF37;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

body.ar section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__eyebrow.eyebrow {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .9rem;
	letter-spacing: 2px;
	text-transform: none;
}

section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__heading.section-heading {
	margin: 0 auto 1.25rem;
	max-width: 18ch;
	color: rgba(245, 235, 214, .96) !important;
	-webkit-text-fill-color: rgba(245, 235, 214, .96) !important;
	background: none !important;
	font-family: 'Prata', var(--ff-display-en), serif;
	font-size: clamp(2.1rem, 4.8vw, 3.35rem);
	line-height: 1.25;
	font-weight: 400;
	text-align: center;
}

body.ar section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__heading.section-heading {
	font-family: 'Amiri', serif;
	font-size: clamp(2.35rem, 5.2vw, 3.6rem);
	font-weight: 700;
}

section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__lede {
	margin: 0 auto 0;
	max-width: 650px;
	color: rgba(255, 255, 255, .75);
	font-size: clamp(1.02rem, 1.35vw, 1.15rem);
	line-height: 1.6;
	text-align: center;
	text-shadow: none;
}

body.ar section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__lede {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
}

/* ---- Exact accordion shell ---- */
.vineyard-accordion {
	display: flex;
	width: 100%;
	max-width: 1200px;
	height: 500px;
	height: 60vh;
	max-height: 560px;
	min-height: 380px;
	gap: 15px;
	margin: 40px auto;
}

.accordion-panel {
	flex: 1;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	transition: flex .6s cubic-bezier(.25, 1, .5, 1);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #07140C;
	cursor: pointer;
	outline: none;
	min-width: 0;
}

.accordion-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to top, rgba(10, 31, 19, .95), transparent);
}

.accordion-panel:hover,
.accordion-panel:focus-visible,
.accordion-panel:focus-within {
	flex: 3;
}

/* Region name — gold, bottom, default state */
.panel-name {
	position: absolute;
	inset-inline: 0;
	bottom: 1.35rem;
	z-index: 3;
	display: block;
	padding: 0 1rem;
	color: #D4AF37;
	font-family: 'Amiri', var(--ff-display-ar), serif;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	pointer-events: none;
	transition: opacity .35s ease, transform .35s ease;
}

body:not(.ar) .panel-name {
	font-family: 'Prata', var(--ff-display-en), serif;
	font-weight: 400;
	letter-spacing: .04em;
}

[dir="rtl"] .panel-name {
	text-align: end;
	padding-inline-end: 1.35rem;
}

[dir="ltr"] .panel-name {
	text-align: start;
	padding-inline-start: 1.35rem;
}

/* Expanded details — hidden until hover */
.panel-details {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 3;
	padding: 1.5rem 1.35rem 1.5rem;
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition: opacity .45s ease .3s,
		transform .45s ease .3s;
	text-align: start;
}

.accordion-panel:hover .panel-details,
.accordion-panel:focus-visible .panel-details,
.accordion-panel:focus-within .panel-details {
	opacity: 1;
	transform: translateY(0);
}

.accordion-panel:hover .panel-name,
.accordion-panel:focus-visible .panel-name,
.accordion-panel:focus-within .panel-name {
	opacity: 0;
	transform: translateY(8px);
	transition-delay: 0s;
}

.panel-facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: .7rem;
}

.panel-facts li {
	display: grid;
	gap: .15rem;
}

.panel-facts__label {
	font-family: var(--ff-body-en);
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(212, 175, 55, .8);
}

body.ar .panel-facts__label {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .75rem;
	letter-spacing: .04em;
	text-transform: none;
	font-weight: 600;
}

.panel-facts__value {
	font-family: var(--ff-body-en);
	font-size: .92rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, .88);
}

body.ar .panel-facts__value {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: 1rem;
}

/* CTA under accordion */
section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: .5rem;
	padding: .95rem 1.9rem;
	background: transparent !important;
	border: 1px solid #D4AF37 !important;
	border-radius: 0 !important;
	color: #D4AF37 !important;
	font-family: var(--ff-body-en);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1;
	box-shadow: none !important;
	transition: all .4s ease-in-out;
}

body.ar section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__cta {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .95rem;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: none;
}

section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__cta:hover,
section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__cta:focus-visible {
	background: #D4AF37 !important;
	border-color: #D4AF37 !important;
	color: #0A1F13 !important;
	outline: none;
	text-decoration: none !important;
}

@media (max-width: 768px) {
	.vineyard-accordion {
		flex-direction: column;
		height: auto;
		max-height: none;
		min-height: 0;
		gap: 12px;
		margin: 32px auto;
	}

	.accordion-panel {
		flex: none;
		width: 100%;
		height: 180px;
		transition: height .6s cubic-bezier(.25, 1, .5, 1);
	}

	.accordion-panel:hover,
	.accordion-panel:focus-visible,
	.accordion-panel:focus-within {
		flex: none;
		height: 280px;
	}

	.panel-name,
	[dir="rtl"] .panel-name,
	[dir="ltr"] .panel-name {
		text-align: center;
		padding-inline: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.accordion-panel,
	.panel-details,
	.panel-name,
	section#vineyards-teaser.vineyards-accordion-section .vineyards-teaser__cta {
		transition: none;
	}
}

/* =============================================================================
 * SECTION 6 — Guardians Teaser (Ultra-Luxury Editorial)
 * Warm paper canvas bridging dark vineyards → cinematic live stories
 * =========================================================================== */

section.guardians-editorial,
section#guardians-teaser.guardians-editorial {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(5.5rem, 11vw, 8.5rem);
	background: var(--paper-warm, #FAF7F0);
}

section.guardians-editorial::before,
section#guardians-teaser.guardians-editorial::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: clamp(3rem, 8vw, 5rem);
	background: linear-gradient(180deg,
		rgba(10, 31, 19, .08) 0%,
		transparent 100%);
	pointer-events: none;
	z-index: 0;
}

section.guardians-editorial::after,
section#guardians-teaser.guardians-editorial::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 45% at 88% 18%,
			rgba(212, 175, 55, .07) 0%,
			transparent 62%),
		radial-gradient(ellipse 40% 35% at 8% 82%,
			rgba(140, 111, 30, .05) 0%,
			transparent 58%);
	pointer-events: none;
	z-index: 0;
}

.guardians-editorial__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 52fr) minmax(0, 38fr);
	column-gap: 10%;
	align-items: center;
	max-width: 78rem;
}

.guardians-editorial__figure {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: var(--s-4);
}

.guardians-editorial__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	max-height: 640px;
	border-radius: 3px;
	background: var(--paper-mute, #E8E2D4);
	box-shadow: 0 24px 64px -28px rgba(11, 11, 15, .28);
}

.guardians-editorial__media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	border: 1px solid rgba(212, 175, 55, .18);
	pointer-events: none;
}

.guardians-editorial__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 32%;
	background: linear-gradient(to top, rgba(11, 11, 15, .22), transparent);
	pointer-events: none;
	z-index: 1;
}

.guardians-editorial__media img {
	width: 100%;
	height: 112%;
	object-fit: cover;
	object-position: center 35%;
	display: block;
	border: none;
	border-radius: 0;
	transform: scale(1) translateY(0);
	transition: transform 1.4s cubic-bezier(.25, 1, .5, 1);
}

.guardians-editorial__figure:hover .guardians-editorial__media img,
.guardians-editorial__figure:focus-within .guardians-editorial__media img {
	transform: scale(1.03) translateY(-1.5%);
}

.guardians-editorial__caption {
	font-family: var(--ff-body-en);
	font-size: var(--fs-small);
	color: var(--gold-deep-acc, #8C6F1E);
	letter-spacing: .1em;
	padding-inline-start: var(--s-2);
	border-inline-start: 1px solid rgba(212, 175, 55, .35);
	line-height: 1.55;
}

body.ar .guardians-editorial__caption {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .9rem;
	letter-spacing: .02em;
}

.guardians-editorial__content {
	display: flex;
	flex-direction: column;
	gap: clamp(1.1rem, 2.2vw, 1.6rem);
	padding-block: var(--s-3);
}

.guardians-editorial__eyebrow.eyebrow {
	margin: 0;
	color: var(--gold, #D4AF37);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
}

body.ar .guardians-editorial__eyebrow.eyebrow {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-size: .88rem;
	letter-spacing: .16em;
	text-transform: none;
}

.guardians-editorial__quote {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}

section.guardians-editorial .guardians-editorial__quote::before,
section#guardians-teaser.guardians-editorial .guardians-editorial__quote::before {
	content: none;
}

.guardians-editorial__quote p {
	margin: 0;
	font-family: 'Prata', var(--ff-display-en), serif;
	font-size: clamp(1.85rem, 3.6vw, 2.85rem);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -.01em;
	color: var(--ink, #0B0B0F);
}

body.ar .guardians-editorial__quote p {
	font-family: 'Amiri', var(--ff-display-ar), serif;
	font-size: clamp(2rem, 4vw, 3.1rem);
	font-weight: 700;
	line-height: 1.45;
}

.guardians-editorial__rule {
	display: block;
	width: 3rem;
	height: 1px;
	background: linear-gradient(90deg, var(--gold, #D4AF37), rgba(212, 175, 55, .25));
	margin-block: .1rem;
}

.guardians-editorial__attribution {
	margin: 0;
	font-family: var(--ff-body-en);
	font-size: clamp(.92rem, 1.1vw, 1rem);
	line-height: 1.65;
	color: rgba(44, 44, 44, .72);
	font-style: italic;
}

body.ar .guardians-editorial__attribution {
	font-family: 'IBM Plex Sans Arabic', var(--ff-body-ar), sans-serif;
	font-style: normal;
	color: rgba(42, 42, 42, .75);
}

.guardians-editorial__cta.editorial-link {
	align-self: flex-start;
	margin-top: .35rem;
	gap: .65rem;
	color: var(--ink-soft, #1A1A1F);
	border-bottom: 1px solid transparent;
	padding-block-end: .15rem;
	transition: color .3s ease,
		text-shadow .3s ease,
		border-color .3s ease,
		gap .3s ease;
}

.guardians-editorial__cta .editorial-link__arrow {
	display: inline-block;
	color: var(--gold, #D4AF37);
	transition: transform .3s ease;
}

.guardians-editorial__cta:hover,
.guardians-editorial__cta:focus-visible {
	color: var(--gold, #D4AF37);
	text-shadow: 0 0 18px rgba(212, 175, 55, .35);
	border-bottom-color: rgba(212, 175, 55, .45);
	text-decoration: none;
}

.guardians-editorial__cta:hover .editorial-link__arrow,
.guardians-editorial__cta:focus-visible .editorial-link__arrow {
	transform: translateX(5px);
}

[dir="rtl"] .guardians-editorial__cta .editorial-link__arrow {
	transform: scaleX(-1);
}

[dir="rtl"] .guardians-editorial__cta:hover .editorial-link__arrow,
[dir="rtl"] .guardians-editorial__cta:focus-visible .editorial-link__arrow {
	transform: translateX(-5px) scaleX(-1);
}

@media (max-width: 960px) {
	section.guardians-editorial,
section#guardians-teaser.guardians-editorial {
		padding-block: clamp(4.5rem, 12vw, 6.5rem);
	}

	.guardians-editorial__layout {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: clamp(2rem, 6vw, 3rem);
	}

	.guardians-editorial__media {
		max-height: min(72vw, 480px);
		aspect-ratio: 5 / 4;
	}

	.guardians-editorial__quote p {
		font-size: clamp(1.65rem, 6vw, 2.2rem);
	}

	body.ar .guardians-editorial__quote p {
		font-size: clamp(1.85rem, 6.5vw, 2.35rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.guardians-editorial__media img,
	.guardians-editorial__cta,
	.guardians-editorial__cta .editorial-link__arrow {
		transition: none;
	}

	.guardians-editorial__figure:hover .guardians-editorial__media img,
	.guardians-editorial__figure:focus-within .guardians-editorial__media img {
		transform: none;
	}

	[dir="rtl"] .guardians-editorial__cta:hover .editorial-link__arrow,
	[dir="rtl"] .guardians-editorial__cta:focus-visible .editorial-link__arrow {
		transform: scaleX(-1);
	}

	.guardians-editorial__cta:hover .editorial-link__arrow,
	.guardians-editorial__cta:focus-visible .editorial-link__arrow {
		transform: none;
	}
}

/* =============================================================================
 * SECTION 7 — Global Partnership (premium conversion)
 * ===========================================================================*/

.partnership-convert {
	position: relative;
	isolation: isolate;
	padding-block: clamp(5.5rem, 11vw, 9.5rem);
	overflow: hidden;
}

.partnership-convert .partnership-cta__overlay {
	background: linear-gradient(180deg,
		rgba(11, 11, 15, .62) 0%,
		rgba(11, 11, 15, .78) 55%,
		rgba(11, 11, 15, .88) 100%) !important;
}

.partnership-convert__map {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	color: var(--gold, #D4AF37);
	opacity: .55;
}

.partnership-convert__map svg {
	width: min(92vw, 52rem);
	height: auto;
}

.partnership-convert__inner {
	position: relative;
	z-index: 1;
	max-width: 46rem;
	margin-inline: auto;
}

.partnership-convert .partnership-cta__lede {
	max-width: 38rem;
	margin-inline: auto;
	color: rgba(255, 255, 255, .9);
}

.partnership-convert__trust {
	list-style: none;
	margin: var(--s-6) auto var(--s-7);
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .75rem 1.75rem;
	max-width: 40rem;
}

.partnership-convert__trust li {
	position: relative;
	font-family: var(--ff-body-en);
	font-size: var(--fs-small);
	letter-spacing: .04em;
	color: rgba(232, 226, 212, .88);
	padding-inline-start: 1rem;
}

.partnership-convert__trust li::before {
	content: "";
	position: absolute;
	inset-block-start: .55em;
	inset-inline-start: 0;
	width: .35rem;
	height: .35rem;
	border-radius: 50%;
	background: var(--gold, #D4AF37);
	opacity: .75;
}

body.ar .partnership-convert__trust li {
	font-family: var(--ff-body-ar);
	font-size: .92rem;
	letter-spacing: 0;
}

.partnership-convert .partnership-cta__row {
	gap: var(--s-4);
	margin-top: 0;
}

.partnership-convert .partnership-cta__row .btn-luxury {
	min-width: 12.5rem;
}

.partnership-convert .partnership-cta__row .btn-outline-gold {
	min-width: 11rem;
	opacity: .92;
}

@media (max-width: 768px) {
	.partnership-convert__inner {
		max-width: 22rem;
		padding-inline: .25rem;
	}

	.partnership-convert .partnership-cta__row {
		flex-direction: column;
		align-items: stretch;
		gap: var(--s-3);
	}

	.partnership-convert .partnership-cta__row .btn-luxury,
	.partnership-convert .partnership-cta__row .btn-outline-gold {
		width: 100%;
		min-width: 0;
		justify-content: center;
	}

	.partnership-convert__trust {
		flex-direction: column;
		align-items: flex-start;
		gap: .65rem;
		margin-inline: auto;
		text-align: start;
	}

	.partnership-convert__map {
		opacity: .35;
	}
}

/* ---------- Sample request modal ---------- */
.sample-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(11, 11, 15, .82);
	padding: clamp(1rem, 4vw, 2.5rem);
	overflow-y: auto;
	align-items: center;
	justify-content: center;
}

.sample-modal[hidden] {
	display: none !important;
}

.sample-modal.is-open {
	display: flex !important;
}

.sample-modal__panel {
	position: relative;
	width: min(100%, 36rem);
	margin-block: auto;
	background: var(--paper, #fff);
	color: var(--ink, #0B0B0F);
	padding: clamp(1.75rem, 4vw, 2.75rem);
	border: 1px solid rgba(212, 175, 55, .22);
	box-shadow: 0 28px 80px -28px rgba(11, 11, 15, .45);
}

.sample-modal__close {
	position: absolute;
	inset-block-start: .85rem;
	inset-inline-end: 1rem;
	background: none;
	border: 0;
	font-size: 1.85rem;
	line-height: 1;
	color: var(--ink-mute, #2C2C33);
	cursor: pointer;
	padding: .25rem;
}

.sample-modal__close:hover,
.sample-modal__close:focus-visible {
	color: var(--gold-deep-acc, #8C6F1E);
}

.sample-modal__header {
	text-align: center;
	margin-bottom: var(--s-5);
}

.sample-modal__header .section-heading {
	margin-bottom: var(--s-3);
}

.sample-modal__lede {
	margin: 0 auto;
	max-width: 28rem;
	font-size: var(--fs-small);
	line-height: 1.7;
	color: var(--ink-mute, #2C2C33);
}

body.ar .sample-modal__lede {
	font-family: var(--ff-body-ar);
	font-size: .95rem;
}

.sample-modal__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--s-4);
}

.sample-modal__field {
	margin-bottom: var(--s-4);
	text-align: start;
}

.sample-modal__field label {
	display: block;
	margin-bottom: .4rem;
	font-family: var(--ff-body-en);
	font-size: var(--fs-small);
	font-weight: 600;
	letter-spacing: .04em;
	color: var(--ink-soft, #1A1A1F);
}

body.ar .sample-modal__field label {
	font-family: var(--ff-body-ar);
	letter-spacing: 0;
}

.sample-modal__field input,
.sample-modal__field textarea {
	width: 100%;
	border: 1px solid rgba(11, 11, 15, .16);
	background: var(--paper-warm, #FAF7F0);
	color: var(--ink, #0B0B0F);
	padding: .85rem 1rem;
	border-radius: 2px;
	font-family: inherit;
	font-size: 1rem;
	transition: border-color .35s ease, box-shadow .35s ease;
}

.sample-modal__field input:focus,
.sample-modal__field textarea:focus {
	outline: none;
	border-color: var(--gold, #D4AF37);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, .15);
}

.sample-modal__status {
	margin: 0 0 var(--s-4);
	padding: .75rem 1rem;
	font-size: var(--fs-small);
	text-align: start;
}

.sample-modal__status.is-success {
	background: rgba(45, 90, 61, .1);
	color: #2d5a3d;
	border: 1px solid rgba(45, 90, 61, .25);
}

.sample-modal__status.is-error {
	background: rgba(120, 40, 40, .08);
	color: #7a2a2a;
	border: 1px solid rgba(120, 40, 40, .22);
}

.sample-modal__submit {
	width: 100%;
	justify-content: center;
}

.sample-modal__submit:disabled {
	opacity: .7;
	cursor: wait;
}

@media (max-width: 768px) {
	.sample-modal__grid {
		grid-template-columns: 1fr;
	}

	.sample-modal__panel {
		padding: 1.5rem 1.25rem 1.75rem;
	}
}

/* =============================================================================
 * FOOTER — brand closure
 * ===========================================================================*/

/* =============================================================================
 * SITE FOOTER — Ultra-Luxury Minimalist
 * =========================================================================== */

.site-footer {
	padding-block: clamp(4.5rem, 9vw, 7rem) clamp(2rem, 4vw, 3rem);
	background: var(--ink, #0B0B0F);
	color: rgba(255, 255, 255, .65);
	position: relative;
}

.site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 8%;
	right: 8%;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(212, 175, 55, .35),
		#D4AF37,
		rgba(212, 175, 55, .35),
		transparent
	);
	opacity: 1;
}

.site-footer__main {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	margin-bottom: clamp(2.5rem, 3vw, 3.75rem);
	padding-bottom: clamp(2rem, 4vw, 3rem);
	border-bottom: 1px solid rgba(212, 175, 55, .22);
}

/* ── Brand column ── */
footer.site-footer .site-footer__logo img,
.site-footer__logo img {
	display: block;
    width: min(14.75rem, 43vw);
    max-width: 16.75rem;
	margin-bottom: 1.35rem;
	opacity: 0.96;
	filter: brightness(1.06);
	transition: opacity .35s ease, transform .35s ease;
}

.site-footer__logo:hover img,
.site-footer__logo:focus-visible img {
	opacity: 1;
	transform: scale(1.02);
}

.site-footer__tagline {
	margin: 0 0 1rem;
	font-family: var(--ff-display-en);
	font-size: clamp(1.05rem, 1.55vw, 1.28rem);
	line-height: 1.5;
	color: rgba(212, 175, 55, .88);
}

body.ar .site-footer__tagline {
	font-family: var(--ff-display-ar);
	font-weight: 700;
}

.site-footer__about {
	margin: 0;
	max-width: 26rem;
	font-size: .92rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, .65);
}

body.ar .site-footer__about {
	font-family: var(--ff-body-ar);
	font-size: .98rem;
}

/* ── Column headers ── */
.site-footer__nav-title,
.site-footer__contact-title,
.site-footer h3 {
	margin: 0 0 1.35rem;
	padding-bottom: .65rem;
	border-bottom: 1px solid rgba(212, 175, 55, .32);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #D4AF37;
}

body.ar .site-footer__nav-title,
body.ar .site-footer__contact-title,
body.ar .site-footer h3 {
	font-family: var(--ff-body-ar);
	font-size: .82rem;
	letter-spacing: .5px;
	text-transform: none;
}

/* ── Navigation links ── */
.site-footer .footer-sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-sitemap li {
	margin: 0;
	padding: .45rem 0;
}

.site-footer .footer-sitemap a {
	display: inline-block;
	color: rgba(255, 255, 255, .72);
	font-size: .94rem;
	line-height: 1.45;
	text-decoration: none;
	transition: color .3s ease, transform .3s ease;
}

.site-footer .footer-sitemap a:hover,
.site-footer .footer-sitemap a:focus-visible {
	color: rgba(255, 255, 255, .95);
	text-shadow: 0 0 12px rgba(255, 255, 255, .25);
	text-decoration: none;
}

[dir="rtl"] .site-footer .footer-sitemap a:hover,
[dir="rtl"] .site-footer .footer-sitemap a:focus-visible {
	transform: translateX(-4px);
}

[dir="ltr"] .site-footer .footer-sitemap a:hover,
[dir="ltr"] .site-footer .footer-sitemap a:focus-visible {
	transform: translateX(4px);
}

/* ── Contact list + line icons ── */
.site-footer__contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__contact-list li {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	margin-bottom: .85rem;
	font-size: .92rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, .65);
}

.site-footer__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: .15rem;
	color: rgba(212, 175, 55, .75);
}

.site-footer__icon svg {
	display: block;
	width: 1.125rem;
	height: 1.125rem;
}

.site-footer__contact-list a {
	color: rgba(255, 255, 255, .65);
	text-decoration: none;
	transition: color .3s ease;
}

.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible {
	color: rgba(255, 255, 255, .92);
}

/* ── Newsletter — transparent underline field + typographic CTA ── */
.site-footer__newsletter {
	margin-top: 1.5rem;
	width: 100%;
}

.site-footer__newsletter-field {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	width: 100%;
	border: none;
	padding-bottom: 0;
}

footer.site-footer .site-footer__newsletter input[type="email"],
footer.site-footer .footer-newsletter input[type="email"] {
	flex: 1;
	min-width: 0;
	margin: 0;
	padding: .5rem 0 .55rem;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid rgba(212, 175, 55, 0.4) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, .88);
	font-size: .9rem;
}

footer.site-footer .site-footer__newsletter input[type="email"]::placeholder,
footer.site-footer .footer-newsletter input[type="email"]::placeholder {
	color: rgba(255, 255, 255, .38);
}

footer.site-footer .site-footer__newsletter input[type="email"]:focus,
footer.site-footer .footer-newsletter input[type="email"]:focus {
	outline: none !important;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid rgba(212, 175, 55, 0.75) !important;
	box-shadow: none !important;
}

footer.site-footer .site-footer__newsletter-btn,
footer.site-footer button[type="submit"].site-footer__newsletter-btn {
	display: inline-flex !important;
	align-items: center;
	gap: .45rem;
	padding: .5rem 0 .55rem !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #D4AF37 !important;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: none;
	cursor: pointer;
	white-space: nowrap;
	transition: color .3s ease, opacity .3s ease;
}

body.ar footer.site-footer .site-footer__newsletter-btn,
body.ar footer.site-footer button[type="submit"].site-footer__newsletter-btn {
	font-family: var(--ff-body-ar);
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: 0;
}

footer.site-footer .site-footer__newsletter-btn:hover,
footer.site-footer .site-footer__newsletter-btn:focus-visible,
footer.site-footer button[type="submit"].site-footer__newsletter-btn:hover,
footer.site-footer button[type="submit"].site-footer__newsletter-btn:focus-visible {
	background: transparent !important;
	color: rgba(255, 255, 255, .95) !important;
	outline: none;
}

.site-footer__newsletter-arrow {
	flex-shrink: 0;
	transition: transform .3s ease;
}

[dir="rtl"] .site-footer__newsletter-btn:hover .site-footer__newsletter-arrow,
[dir="rtl"] .site-footer__newsletter-btn:focus-visible .site-footer__newsletter-arrow {
	transform: translateX(-3px);
}

[dir="ltr"] .site-footer__newsletter-arrow {
	transform: rotate(180deg);
}

[dir="ltr"] .site-footer__newsletter-btn:hover .site-footer__newsletter-arrow,
[dir="ltr"] .site-footer__newsletter-btn:focus-visible .site-footer__newsletter-arrow {
	transform: rotate(180deg) translateX(-3px);
}

/* ── Bottom bar ── */
.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	padding-top: .25rem;
}

.site-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
	gap: .75rem;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 1.5px solid rgba(212, 175, 55, .5);
	border-radius: 50%;
	color: rgba(255, 255, 255, .88);
	background: rgba(255, 255, 255, .04);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, .06),
		0 2px 10px rgba(0, 0, 0, .18);
	transition:
		color .35s ease,
		border-color .35s ease,
		background .35s ease,
		box-shadow .35s ease,
		transform .35s ease;
}

.site-footer__social a svg {
	width: 16px;
	height: 16px;
	stroke-width: 1.75;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
	color: #D4AF37;
	border-color: #D4AF37;
	background: rgba(212, 175, 55, .12);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow:
		inset 0 0 0 1px rgba(212, 175, 55, .15),
		0 0 18px rgba(212, 175, 55, .28);
}

.site-footer__copy {
	margin: 0;
	font-size: .85rem;
	color: rgba(255, 255, 255, .45);
}

.site-footer__bottom .footer-microcopy {
	display: none !important;
}

/* ── Scroll to top — dark + gold border ── */
#goTop.go-top-luxury {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 1px solid rgba(212, 175, 55, .55);
	border-radius: 50%;
	background: rgba(11, 11, 15, .92);
	color: #D4AF37;
	opacity: .85;
	box-shadow: none;
	transition: opacity .3s ease, border-color .3s ease, transform .3s ease;
}

#goTop.go-top-luxury.block {
	display: flex;
}

[dir="rtl"] #goTop.go-top-luxury {
	right: auto;
	left: 2rem;
}

#goTop.go-top-luxury:hover,
#goTop.go-top-luxury:focus-visible {
	opacity: 1;
	border-color: #D4AF37;
	background: rgba(11, 11, 15, .98);
	color: #D4AF37;
	transform: translateY(-2px);
	box-shadow: 0 0 18px rgba(212, 175, 55, .12);
}

#goTop.go-top-luxury svg {
	display: block;
}

@media (max-width: 1024px) {
	.site-footer__main {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	.site-footer__main {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.site-footer__brand,
	.site-footer__nav,
	.site-footer__contact {
		margin-bottom: 40px;
	}

	.site-footer__contact {
		margin-bottom: 0;
	}

	.site-footer__brand,
	.site-footer__nav,
	.site-footer__contact,
	.site-footer__tagline,
	.site-footer__about,
	.site-footer .footer-sitemap {
		text-align: right;
	}

	[dir="rtl"] .site-footer__brand,
	[dir="rtl"] .site-footer__nav,
	[dir="rtl"] .site-footer__contact {
		padding-inline-end: 1.25rem;
		padding-inline-start: 0;
	}

	[dir="ltr"] .site-footer__brand,
	[dir="ltr"] .site-footer__nav,
	[dir="ltr"] .site-footer__contact {
		text-align: left;
		padding-inline-start: 1.25rem;
		padding-inline-end: 0;
	}

	.site-footer__logo img {
		margin-inline: 0 0;
		width: min(9.75rem, 36vw) !important;
		max-width: 9.75rem !important;
	}

	.site-footer__newsletter-field {
		flex-wrap: nowrap;
	}

	footer.site-footer .site-footer__newsletter-btn,
	footer.site-footer button[type="submit"].site-footer__newsletter-btn {
		flex-shrink: 0;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 1.5rem;
	}

	.site-footer__social {
		justify-content: center;
		width: 100%;
	}

	.site-footer__social a {
		width: 2.6rem;
		height: 2.6rem;
		border: 1.5px solid rgba(212, 175, 55, .5);
	}

	.site-footer__copy {
		width: 100%;
		text-align: center;
	}

	#goTop.go-top-luxury {
		right: 1rem !important;
		left: auto !important;
		bottom: 1rem !important;
		border: 1px solid #D4AF37 !important;
		opacity: 1 !important;
	}

	[dir="rtl"] #goTop.go-top-luxury {
		right: 1rem !important;
		left: auto !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer__social a,
	.site-footer .footer-sitemap a,
	.site-footer__newsletter-btn,
	.site-footer__newsletter-arrow,
	#goTop.go-top-luxury {
		transition: none;
	}

	.site-footer .footer-sitemap a:hover,
	.site-footer .footer-sitemap a:focus-visible {
		transform: none;
	}
}

/* =============================================================================
 * HARVEST CALENDAR — index2 card strip layout
 * Overrides legacy timeline + custom.css grid strip on #harvest-calendar
 * =========================================================================== */

.section-divider-ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	height: 40px;
	position: relative;
	overflow: visible;
	background: transparent;
}

.section-divider-ornament::before,
.section-divider-ornament::after {
	content: '';
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, .35), #D4AF37, rgba(212, 175, 55, .35), transparent);
}

.section-divider-ornament .divider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0 16px;
	position: relative;
	flex-shrink: 0;
}

.section-divider-ornament .divider-icon::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #D4AF37;
	transform: rotate(45deg);
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(212, 175, 55, .4);
}

.section-divider-ornament .divider-icon::after {
	content: '🍇';
	position: relative;
	font-size: 10px;
	z-index: 1;
	filter: brightness(1.2);
}

#harvest-calendar.harvest-calendar {
	padding-block: clamp(4rem, 8vw, 6rem);
}

#harvest-calendar .harvest-strip {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.2rem;
	max-width: none;
	margin: 0;
	padding: 2.5rem 1rem;
	list-style: none;
	grid-template-columns: unset;
}

#harvest-calendar .harvest-strip::before {
	display: none;
}

#harvest-calendar .harvest-phase {
	flex: 1;
	min-width: 220px;
	max-width: 280px;
	padding: 2rem 1.5rem;
	border: 1px solid rgba(212, 175, 55, .18);
	border-radius: 12px;
	background: rgba(255, 255, 255, .03);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	text-align: center;
	transition: all .45s cubic-bezier(.19, 1, .22, 1);
	position: relative;
	display: block;
	color: inherit;
}

#harvest-calendar .harvest-phase::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20%;
	right: 20%;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, .35), transparent);
	transition: all .45s cubic-bezier(.19, 1, .22, 1);
}

#harvest-calendar .harvest-phase:hover {
	border-color: #D4AF37;
	background: rgba(212, 175, 55, .06);
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
}

#harvest-calendar .harvest-phase:hover::before {
	left: 5%;
	right: 5%;
	background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

#harvest-calendar .harvest-phase.is-active {
	border-color: #D4AF37;
	background: rgba(212, 175, 55, .1);
	box-shadow: 0 0 30px rgba(212, 175, 55, .12);
	color: inherit;
}

#harvest-calendar .harvest-phase.is-active::before {
	left: 0;
	right: 0;
	height: 3px;
	background: #D4AF37;
}

#harvest-calendar .harvest-phase__icon {
	display: block;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	background: transparent;
	font-size: 2.2rem;
	margin-bottom: .8rem;
	filter: drop-shadow(0 2px 6px rgba(212, 175, 55, .3));
	transition: transform .45s cubic-bezier(.19, 1, .22, 1);
	box-shadow: none;
}

#harvest-calendar .harvest-phase:hover .harvest-phase__icon {
	transform: scale(1.15);
}

#harvest-calendar .harvest-phase.is-active .harvest-phase__icon {
	background: transparent;
	color: inherit;
	border: none;
	box-shadow: none;
}

#harvest-calendar .harvest-phase__name {
	display: block;
	font-family: Prata, 'Amiri', serif;
	font-size: 1.15rem;
	font-weight: 400;
	color: #D4AF37;
	margin-bottom: .4rem;
	letter-spacing: 0;
	text-transform: none;
}

body.ar #harvest-calendar .harvest-phase__name {
	font-family: 'Amiri', Prata, serif;
}

#harvest-calendar .harvest-phase__season {
	display: block;
	font-family: Mulish, 'IBM Plex Sans Arabic', sans-serif;
	font-size: .82rem;
	color: rgba(232, 226, 212, .7);
	letter-spacing: .04em;
}

body.ar #harvest-calendar .harvest-phase__season {
	font-family: 'IBM Plex Sans Arabic', Mulish, sans-serif;
}

#harvest-calendar .harvest-phase.is-active .harvest-phase__season {
	color: rgba(232, 226, 212, .85);
}

@media (max-width: 600px) {
	#harvest-calendar .harvest-phase {
		min-width: unset;
		max-width: unset;
		flex: 1 1 100%;
	}
}

@media (max-width: 720px) {
	.section-divider-ornament {
		height: 32px;
	}
}

/* =============================================================================
 * ABOUT PREVIEW + GUARDIANS TEASER — index2 grid layout (homepage)
 * =========================================================================== */

#about-preview.about-preview,
#guardians-teaser.about-preview.guardians-teaser {
	background: var(--paper, #FFFFFF);
}

body:not(.page-home) #about-preview.about-preview,
body:not(.page-home) #guardians-teaser.about-preview.guardians-teaser {
	padding-block: clamp(4rem, 8vw, 6rem);
}

body.page-home #guardians-teaser.about-preview.guardians-teaser {
	padding-block: clamp(2.5rem, 5vw, 4rem);
}

#about-preview .about-preview__grid,
#guardians-teaser .about-preview__grid {
	grid-template-columns: 1fr 1.1fr;
	gap: clamp(2.5rem, 5vw, 4rem);
	align-items: center;
}

#about-preview .about-preview__media,
#guardians-teaser .about-preview__media {
	position: relative;
}

#about-preview .about-preview__media img,
#guardians-teaser .about-preview__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid rgba(212, 175, 55, .15);
	box-shadow: 0 24px 64px -28px rgba(11, 11, 15, .28);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), filter .8s ease;
}

#about-preview .about-preview__media:hover img,
#guardians-teaser .about-preview__media:hover img {
	transform: scale(1.04) translateY(-4px);
	filter: brightness(1.08);
}

#about-preview .about-preview__text,
#guardians-teaser .about-preview__text {
	font-size: clamp(1rem, 1.2vw, 1.08rem);
	line-height: 1.75;
	color: var(--ink-soft, #1A1A1F);
	margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
}

body.ar #about-preview .about-preview__text,
body.ar #guardians-teaser .about-preview__text {
	font-family: 'Amiri', serif;
}

@media (max-width: 900px) {
	#about-preview .about-preview__grid,
	#guardians-teaser .about-preview__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

/* =============================================================================
 * GLOBAL VINE PAGE BACKGROUND — index.html only (body.page-home)
 * Same treatment as index2: fixed nav-image + visible strips between sections.
 * =========================================================================== */

body.page-home {
	background-image: url(../imgs/nav-image.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #0b2918;
	min-height: 100vh;
}

body.page-home .global-site-bg {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	background-image: url(../imgs/nav-image.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.15;
	pointer-events: none;
}

body.page-home #main > section + section {
	border-top: none;
	margin-top: clamp(1rem, 2.5vw, 2rem);
}

/* Equal vine strip above and below each divider */
body.page-home #main > .section-divider-ornament {
	margin-block: clamp(0.375rem, 1vw, 0.625rem) !important;
}

body.page-home #main > .section-divider-ornament + section {
	margin-top: 0 !important;
	padding-top: clamp(0.5rem, 1vw, 0.75rem) !important;
}

body.page-home #main > section:not(.hero-luxury):not(.hero-slider):has(+ .section-divider-ornament) {
	padding-bottom: clamp(0.5rem, 1vw, 0.75rem) !important;
}

body.page-home .site-footer {
	margin-top: clamp(1.75rem, 4.5vw, 3.5rem);
}

@supports (-webkit-overflow-scrolling: touch) {
	body.page-home {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-home {
		background-attachment: scroll;
	}
}
