/*
Lumina Botanical — main stylesheet
Hand-written to match the site's previous Colibri/Elementor design.
*/

/* ---------- Design tokens ---------- */
:root {
	--color-ink: #1f1f20;
	--color-charcoal: #373739;
	--color-slate: #5b5b73;
	--color-steel: #8491a7;
	--color-mist: #aebdd8;
	--color-cream: #eef1f5;
	--color-card: #f8f6f1;
	--color-white: #ffffff;

	--font-display: 'Italiana', serif;
	--font-body: 'Cardo', Georgia, serif;
	--font-nav: 'Raleway', Arial, sans-serif;

	--container-width: 1300px;
	--transition: 0.3s ease;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.7;
	color: var(--color-ink);
	background: var(--color-white);
}
img { max-width: 100%; height: auto; display: block; }
a, a:visited { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 0.6em;
}
p { margin: 0 0 1em; }
.screen-reader-text {
	position: absolute;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip-link {
	position: absolute;
	top: -100px;
	left: 0;
	background: var(--color-ink);
	color: #fff;
	padding: 10px 16px;
	z-index: 10000;
}
.skip-link:focus { top: 0; }

.container {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-block;
	font-family: var(--font-nav);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 15px 34px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: var(--transition);
	text-align: center;
}
.btn-light {
	background: var(--color-card);
	color: var(--color-ink);
}
.btn-light:hover { background: var(--color-white); }
.hero-actions .btn-light {
	background: var(--color-ink);
	color: #fff;
}
.hero-actions .btn-light:hover { background: var(--color-charcoal); }
.btn-outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.8);
	color: #fff;
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.15); }
.btn-solid {
	background: var(--color-slate);
	color: #fff;
}
.btn-solid:hover { background: var(--color-charcoal); }

/* ---------- Top bar + header wrap (overlaid on the hero) ---------- */
.site-header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	/* Subtle scrim so the white logo/nav stay legible even on templates
	   with no hero image behind them (e.g. the blog index). */
	background: linear-gradient(180deg, rgba(20,20,26,0.55) 0%, rgba(20,20,26,0.15) 100%);
}
/* Default clearance so content isn't hidden under the overlaid header on
   templates with no hero (e.g. the blog index) — hero sections pull
   themselves back up underneath the transparent header. */
.site-main { padding-top: 122px; }
.hero, .page-header-hero { margin-top: -122px; }

@media (max-width: 900px) {
	.site-main { padding-top: 150px; }
	.hero, .page-header-hero { margin-top: -150px; }
}
.top-bar {
	background: rgba(31, 31, 32, 0.55);
	color: #fff;
	font-family: var(--font-nav);
	font-size: 13px;
}
.top-bar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-bar-contact {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}
.top-bar-contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.top-bar-social {
	display: flex;
	align-items: center;
	gap: 14px;
}
.top-bar-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}
.top-bar-social svg { width: 26px; height: 26px; fill: currentColor; }

/* ---------- Site header / nav ---------- */
.site-header .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 26px;
	padding-bottom: 26px;
}
.site-branding .site-title {
	font-family: var(--font-nav);
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}
.site-branding img { max-height: 60px; width: auto; }
.header-right {
	display: flex;
	align-items: center;
	gap: 34px;
}
.main-navigation .primary-menu {
	display: flex;
	align-items: center;
	gap: 34px;
}
.header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff;
}
.header-cart svg { width: 24px; height: 24px; fill: currentColor; }
.header-cart-count {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--color-slate);
	color: #fff;
	font-family: var(--font-nav);
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}
.header-cart-count.is-empty {
	display: none;
}
.main-navigation a {
	font-family: var(--font-nav);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
	transition: var(--transition);
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
	border-bottom-color: #fff;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 32px;
	height: 32px;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
.nav-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

@media (max-width: 900px) {
	.site-header .container { padding-top: 16px; padding-bottom: 16px; }
	.nav-toggle { display: flex; }
	.main-navigation {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(20, 20, 26, 0.96);
		padding: 10px 24px 26px;
	}
	.main-navigation.is-open { display: block; }
	.main-navigation .primary-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	.main-navigation .primary-menu li { width: 100%; }
	.main-navigation a { display: block; padding: 10px 0; }
	.top-bar .container { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ---------- Hero (front page) ---------- */
.hero {
	position: relative;
	min-height: 92vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--color-ink);
}
.hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.hero-media video,
.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20,20,26,0.55) 0%, rgba(20,20,26,0.35) 45%, rgba(20,20,26,0.65) 100%);
}
.hero-content {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin-left: auto;
	margin-right: 8%;
	padding: 140px 24px 40px;
	text-align: left;
	color: #fff;
}
.hero-content h1 {
	font-size: 42px;
	color: #fff;
	margin-bottom: 0.5em;
}
.hero-content p {
	font-family: var(--font-nav);
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255,255,255,0.85);
}
.hero-actions {
	display: flex;
	gap: 16px;
	margin-top: 28px;
	flex-wrap: wrap;
}

@media (max-width: 900px) {
	.hero-content { margin-right: 0; padding-left: 24px; padding-right: 24px; text-align: center; }
	.hero-actions { justify-content: center; }
}

/* ---------- Page header (inner pages) ---------- */
.page-header-hero {
	position: relative;
	min-height: 340px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--color-ink);
	margin-bottom: 60px;
}
.page-header-hero .hero-media::after {
	background: rgba(20, 20, 26, 0.5);
}
.page-header-hero .page-title {
	position: relative;
	z-index: 1;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 160px 24px 50px;
	font-size: 52px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* ---------- Homepage: three-column feature section ---------- */
.home-columns {
	background: var(--color-white);
	padding: 90px 0;
}
.home-columns .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.home-columns .col {
	background: var(--color-card);
	padding: 46px 32px;
	text-align: center;
}
.home-columns h2 {
	font-size: 26px;
	margin-bottom: 0.5em;
}
.home-columns .col-desc {
	font-family: var(--font-nav);
	font-size: 14px;
	color: var(--color-slate);
	margin-bottom: 1.6em;
}
.home-columns .col-cta {
	margin-top: 8px;
}

.product-list { display: flex; flex-direction: column; gap: 30px; margin-bottom: 24px; }
.product-list .product-thumb { margin-bottom: 14px; overflow: hidden; }
.product-list .product-title {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 18px;
	color: var(--color-charcoal);
	margin-bottom: 0.3em;
}
.product-list .product-price {
	font-family: var(--font-nav);
	font-size: 14px;
	color: var(--color-slate);
	margin-bottom: 14px;
}

@media (max-width: 900px) {
	.home-columns .container { grid-template-columns: 1fr; }
}

/* ---------- Weekly highlights card ---------- */
.weekly-highlights {
	padding: 0 24px 100px;
}
.weekly-highlights-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
}
.weekly-highlights-photo {
	flex: 1 1 0;
	min-width: 0;
}
.weekly-highlights-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.weekly-highlights .card {
	flex: 1 1 0;
	min-width: 0;
	background: var(--color-card);
	text-align: center;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.weekly-highlights h2 { font-size: 30px; margin-bottom: 1em; }
.weekly-highlights .highlight {
	font-family: var(--font-nav);
	font-size: 17px;
	margin-bottom: 0.9em;
}

@media (max-width: 700px) {
	.weekly-highlights-inner { flex-direction: column; }
	.weekly-highlights-photo img { max-height: 320px; }
}

/* ---------- Colibri layout-class compatibility shim ----------
   Some pages (e.g. Contact) still store raw Colibri block markup
   (h-row/h-column/d-flex) instead of plain HTML — this keeps that
   content readable as a 2-up layout until it's rebuilt natively. */
.content-wrapper .h-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.content-wrapper .h-column {
	flex: 1 1 320px;
	min-width: 0;
}
.content-wrapper .d-flex { display: flex; }
.content-wrapper .h-y-container > * + * { margin-top: 0.6em; }
.content-wrapper .h-image__frame-container img { width: 100%; }

/* ---------- Generic page content ---------- */
.content-wrapper {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 24px 100px;
}
.content-wrapper .entry-content {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.content-wrapper .entry-content p,
.content-wrapper .entry-content h1,
.content-wrapper .entry-content h2,
.content-wrapper .entry-content h3,
.content-wrapper .entry-content h4,
.content-wrapper .entry-content li {
	text-align: center;
}
.content-wrapper .entry-content form {
	text-align: left;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper .entry-content a,
.content-wrapper .entry-content a:visited { color: inherit; }
.content-wrapper .entry-content a:not(:has(img)) { text-decoration: underline; }
.content-wrapper .entry-content svg {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	fill: currentColor;
}
.content-wrapper .entry-content iframe {
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.content-wrapper .entry-content a:has(svg) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 6px;
	border-radius: 50%;
	background: var(--color-charcoal);
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
.content-wrapper .entry-content a:has(svg):hover { background: var(--color-ink); }
.content-wrapper .entry-content img { margin: 30px 0; }
.content-wrapper .entry-content h2 { font-size: 30px; margin-top: 1.2em; }

/* Events / Workshops pages: their content is a flat run of linked photos —
   widen the container and let the (naturally inline) images wrap into a grid. */
.page-id-108 .content-wrapper .entry-content,
.page-id-109 .content-wrapper .entry-content {
	max-width: var(--container-width);
}
.page-id-108 .content-wrapper .entry-content img,
.page-id-109 .content-wrapper .entry-content img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	margin: 0 20px 20px 0;
	display: inline-block;
}

/* ---------- Single event / workshop ---------- */
.content-wrapper .entry-content .event-date {
	font-family: var(--font-nav);
	font-size: 14px;
	color: var(--color-slate);
	margin-top: -0.5em;
}

/* ---------- Archive grids (Events / Workshops) ---------- */
.archive-intro {
	max-width: var(--container-width);
	margin: 0 auto 40px;
	padding: 0 24px;
	font-size: 15px;
	color: var(--color-charcoal);
}
.reservation-notice {
	text-align: center;
	font-family: var(--font-nav);
}
.reservation-notice a,
.reservation-notice a:visited {
	color: var(--color-ink);
	text-decoration: underline;
	font-weight: 600;
}
.workshop-notice {
	text-align: center;
	font-family: var(--font-nav);
	max-width: 720px;
	line-height: 1.7;
}
.workshop-notice a,
.workshop-notice a:visited {
	color: var(--color-ink);
	text-decoration: underline;
	font-weight: 600;
	white-space: nowrap;
}

/* ---------- 404 ---------- */
.error-404 {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
.error-404-lead {
	font-size: 17px;
	line-height: 1.7;
	color: var(--color-charcoal);
	margin: 0 0 40px;
}
.error-404-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	text-align: left;
}
.error-404-link {
	display: block;
	padding: 20px 22px;
	background: var(--color-card);
	border: 1px solid transparent;
	transition: var(--transition);
}
.error-404-link:hover {
	border-color: var(--color-mist);
	transform: translateY(-2px);
}
.error-404-link-label {
	display: block;
	font-family: var(--font-nav);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-ink);
	margin-bottom: 6px;
}
.error-404-link-desc {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	color: var(--color-slate);
}
.error-404-help {
	margin: 40px 0 0;
	font-size: 15px;
	color: var(--color-slate);
}
.error-404-help a,
.error-404-help a:visited {
	color: var(--color-ink);
	text-decoration: underline;
	font-weight: 600;
	white-space: nowrap;
}

/* ---------- Workshop booking CTA (single workshop) ---------- */
.workshop-cta {
	max-width: 620px;
	margin: 56px auto 0;
	padding: 38px 32px;
	background: var(--color-card);
	text-align: center;
}
.workshop-cta-title {
	margin: 0 0 14px;
	font-size: 26px;
}
.workshop-cta-text {
	margin: 0 auto 26px;
	max-width: 460px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--color-charcoal);
}
.workshop-cta-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 17px;
	padding: 15px 34px;
}
.workshop-cta-phone svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}
.workshop-cta-alt {
	margin: 22px 0 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--color-slate);
}
.workshop-cta-alt a,
.workshop-cta-alt a:visited {
	color: var(--color-ink);
	text-decoration: underline;
	font-weight: 600;
}
@media (max-width: 600px) {
	.workshop-cta { padding: 30px 20px; margin-top: 40px; }
	.workshop-cta-phone { width: 100%; }
}
.card-grid {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 24px 100px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.card-grid .card { overflow: hidden; }
.card-grid .card-image { overflow: hidden; margin-bottom: 14px; }
.card-grid .card-image img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform var(--transition); }
.card-grid .card:hover .card-image img { transform: scale(1.04); }
.card-grid .card-title {
	font-family: var(--font-display);
	font-size: 20px;
	margin-bottom: 0.2em;
}
.card-grid .card-date {
	font-family: var(--font-nav);
	font-size: 13px;
	color: var(--color-slate);
	margin-bottom: 0.4em;
}
.card-grid .card-excerpt {
	font-size: 15px;
	color: var(--color-charcoal);
}

@media (max-width: 900px) {
	.card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.card-grid, .card-grid.card-grid-2 { grid-template-columns: 1fr; }
	.page-header-hero .page-title { font-size: 34px; padding-top: 120px; }
	.hero-content h1 { font-size: 30px; }
}

/* ---------- WooCommerce: category pill nav ---------- */
.shop-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 0 20px;
}
.shop-shipping-notice {
	font-family: var(--font-nav);
	font-size: 13px;
	letter-spacing: 0.03em;
	color: var(--color-slate);
	text-align: center;
	margin: 0 0 40px;
}
.shop-category-pill {
	font-family: var(--font-nav);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 11px 24px;
	border: 1px solid var(--color-mist);
	border-radius: 999px;
	background: var(--color-white);
	color: var(--color-charcoal);
	transition: var(--transition);
}
.shop-category-pill:hover {
	background: var(--color-ink);
	border-color: var(--color-ink);
	color: #fff;
	transform: translateY(-2px);
}
.shop-category-pill.is-active {
	background: var(--color-slate);
	border-color: var(--color-slate);
	color: #fff;
}

/* ---------- WooCommerce: ordering dropdown ---------- */
.woocommerce-ordering {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 30px;
}
.woocommerce-ordering select {
	font-family: var(--font-nav);
	font-size: 13px;
	color: var(--color-charcoal);
	padding: 10px 14px;
	border: 1px solid var(--color-mist);
	background: var(--color-white);
	cursor: pointer;
}

/* ---------- WooCommerce: product grid ---------- */
body.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	list-style: none;
	padding: 0;
	max-width: var(--container-width);
	margin: 0 auto;
}
/* woocommerce.css adds clearfix ::before/::after on ul.products; in a grid
   container these become grid items and eat the first/last cells, leaving a
   blank slot. Remove them. */
body.woocommerce ul.products::before,
body.woocommerce ul.products::after {
	content: none;
	display: none;
}
/* The [class*="columns-"] match is deliberate: it outranks BOTH the plugin's
   woocommerce.css (floats items to ~22% for columns-4) and its
   woocommerce-smallscreen.css (forces 48% + float on ≤768px). Without it,
   those rules shrink each card into a sliver inside its grid cell. */
body.woocommerce ul.products[class*="columns-"] li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	float: none;
	clear: none;
	width: auto;
	margin: 0;
	text-align: center;
	background: var(--color-card);
	padding-bottom: 26px;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.woocommerce ul.products li.product:hover {
	transform: translateY(-8px);
	box-shadow: 0 26px 48px -22px rgba(31, 31, 32, 0.35);
}
.product-card-link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.product-card-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	margin-bottom: 20px;
	background: var(--color-cream);
}
.product-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}
.woocommerce ul.products li.product:hover .product-card-media img {
	transform: scale(1.07);
}
.product-card-media .onsale {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 1;
	font-family: var(--font-nav);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: var(--color-slate);
	color: #fff;
	padding: 6px 12px;
	border-radius: 999px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--font-body);
	font-style: normal;
	font-size: 19px;
	color: var(--color-charcoal);
	margin: 0 20px 0.35em;
	transition: color var(--transition);
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
	color: var(--color-ink);
}
.woocommerce ul.products li.product .price {
	font-family: var(--font-nav);
	font-size: 14px;
	color: var(--color-slate);
	margin: 0 20px 18px;
}
.woocommerce ul.products li.product .price del {
	opacity: 0.55;
	margin-right: 6px;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-weight: 600;
}
.product-card-actions {
	margin-top: auto;
	padding: 0 24px;
}
.product-card-actions .added_to_cart {
	display: block;
	margin-top: 10px;
	font-family: var(--font-nav);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-slate);
	text-decoration: underline;
}

/* ---------- WooCommerce: buttons (grid, cart, checkout) ---------- */
.woocommerce a.button, .woocommerce button.button {
	font-family: var(--font-nav);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: var(--color-slate);
	color: #fff;
	border: none;
	padding: 13px 24px;
	cursor: pointer;
	transition: var(--transition);
}
.woocommerce a.button:hover, .woocommerce button.button:hover {
	background: var(--color-charcoal);
}
.product-card-actions .button {
	display: block;
	width: 100%;
}
.product-card-actions .button.loading {
	opacity: 0.6;
}

/* ---------- WooCommerce: pagination ---------- */
.woocommerce-pagination {
	text-align: center;
	margin: 50px 0 0;
}
.woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding: 0;
}
.woocommerce-pagination .page-numbers li .page-numbers {
	display: inline-block;
	min-width: 42px;
	padding: 10px 12px;
	font-family: var(--font-nav);
	font-size: 14px;
	font-weight: 600;
	border: 1px solid var(--color-mist);
	color: var(--color-charcoal);
	transition: var(--transition);
}
.woocommerce-pagination .page-numbers li .page-numbers:hover {
	background: var(--color-ink);
	border-color: var(--color-ink);
	color: #fff;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
	background: var(--color-slate);
	border-color: var(--color-slate);
	color: #fff;
}

@media (max-width: 900px) {
	body.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
	body.woocommerce ul.products { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.woocommerce ul.products li.product,
	.woocommerce ul.products li.product:hover,
	.product-card-media img,
	.shop-category-pill:hover {
		transition: none;
		transform: none;
	}
}

/* ---------- Forms (reservations, comments, etc.) ---------- */
.content-wrapper fieldset {
	border: 1px solid var(--color-cream);
	padding: 30px;
	margin-bottom: 24px;
}
.content-wrapper legend {
	font-family: var(--font-display);
	font-size: 20px;
	padding: 0 10px;
}
.content-wrapper label { display: block; font-family: var(--font-nav); font-size: 14px; margin-bottom: 26px; }
.content-wrapper input[type="text"],
.content-wrapper input[type="email"],
.content-wrapper input[type="tel"],
.content-wrapper input[type="date"],
.content-wrapper input[type="time"],
.content-wrapper select,
.content-wrapper textarea {
	display: block;
	width: 100%;
	max-width: 420px;
	margin-top: 8px;
	padding: 12px 14px;
	border: 1px solid var(--color-mist);
	background: var(--color-white);
	font-family: var(--font-body);
	font-size: 15px;
}
.content-wrapper button,
.content-wrapper input[type="submit"] {
	font-family: var(--font-nav);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	background: var(--color-slate);
	color: #fff;
	border: none;
	padding: 14px 32px;
	cursor: pointer;
}
.content-wrapper button:hover,
.content-wrapper input[type="submit"]:hover { background: var(--color-charcoal); }

/* ---------- Reservation form ---------- */
.reservation-form { max-width: 620px; margin: 0 auto; }
.day-toggle {
	display: flex;
	gap: 14px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.day-toggle-option {
	display: block;
	margin: 0;
	flex: 1 1 0;
	min-width: 140px;
	position: relative;
}
.day-toggle-option input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}
.day-toggle-option span {
	display: block;
	text-align: center;
	padding: 14px 18px;
	border: 1px solid var(--color-mist);
	font-family: var(--font-nav);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--color-charcoal);
	transition: var(--transition);
}
.day-toggle-option input:checked + span {
	background: var(--color-ink);
	border-color: var(--color-ink);
	color: #fff;
}
.day-toggle-option input:focus-visible + span {
	outline: 2px solid var(--color-slate);
	outline-offset: 2px;
}

/* Honeypot: must stay in the layout and remain focusable-by-script so bots
   fill it in, while being genuinely invisible/unreachable for people.
   display:none is avoided deliberately — many bots skip hidden fields. */
.lumina-hp {
	position: absolute !important;
	left: -9999px !important;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-notice {
	max-width: 620px;
	margin: 0 auto 30px;
	padding: 16px 20px;
	font-family: var(--font-nav);
	font-size: 14px;
	text-align: left;
}
.form-notice-success {
	background: #eef3ec;
	color: #3c5a3f;
	border: 1px solid #b9d3ba;
}
.form-notice-error {
	background: #f7ecec;
	color: #7a3535;
	border: 1px solid #ddb3b3;
}

/* ---------- Footer ---------- */
.site-footer {
	background: var(--color-cream);
	padding: 60px 24px 30px;
	text-align: center;
}
.site-footer .footer-social {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 24px;
}
.site-footer .footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--color-charcoal);
	color: #fff;
	border-radius: 50%;
}
.site-footer .footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-navigation .footer-menu,
.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 26px;
	margin-bottom: 20px;
	font-family: var(--font-nav);
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.site-footer .site-info {
	font-family: var(--font-nav);
	font-size: 13px;
	color: var(--color-slate);
	margin: 0;
}

/* ---------- Hide the Siteleads floating chat/contact widget ----------
   Plugin-injected, not part of the theme design. Hidden here rather
   than deactivating the plugin, in case it's still used elsewhere. */
.siteleads-root {
	display: none !important;
}

/* ---------- Bilingual pages (Tea House) ---------- */
.lang-toggle {
	display: flex;
	justify-content: center;
	gap: 0;
	margin: 0 auto 44px;
	border: 1px solid var(--color-mist);
	border-radius: 999px;
	overflow: hidden;
	width: fit-content;
}
.lang-toggle-option {
	font-family: var(--font-nav);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 11px 26px;
	border: none;
	background: transparent;
	color: var(--color-charcoal);
	cursor: pointer;
	transition: var(--transition);
}
.lang-toggle-option:hover { background: var(--color-cream); }
.lang-toggle-option.is-active {
	background: var(--color-slate);
	color: #fff;
}
.lang-toggle-option:focus-visible {
	outline: 2px solid var(--color-slate);
	outline-offset: -2px;
}
/* Buttons inside .entry-content otherwise inherit the generic form styling. */
.content-wrapper .entry-content .lang-toggle-option { padding: 11px 26px; }

.tea-house-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 36px;
}

/* ---------- Tea House menu sheets ---------- */
.content-wrapper-wide .entry-content { max-width: 900px; }
.menu-sheet { margin: 0; }
/* Outranks the generic `.content-wrapper .entry-content img { margin: 30px 0 }`. */
.content-wrapper .entry-content .menu-sheet img {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 26px 60px -30px rgba(31, 31, 32, 0.5);
}
.menu-sheet-missing {
	font-family: var(--font-nav);
	font-size: 15px;
	color: var(--color-slate);
}

/* ---------- Tea House gallery slideshow ---------- */
.tea-house-gallery {
	margin: 70px auto 0;
	max-width: 900px;
}
.gallery-viewport {
	position: relative;
	overflow: hidden;
	background: var(--color-cream);
}
.gallery-slides {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	/* Fixes the frame height so slides can stack without the page jumping
	   as photos of different proportions come round. */
	aspect-ratio: 3 / 2;
}
.gallery-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.7s ease;
	pointer-events: none;
}
.gallery-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}
/* Both rules outrank `.content-wrapper .entry-content img { margin: 30px 0 }`. */

/* Blurred backdrop: the same photo scaled to fill the frame and softened,
   sitting behind the actual photo so an off-ratio image rests on a soft
   wash instead of empty bands. */
.content-wrapper .entry-content .gallery-slide .gallery-slide-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* A little scale hides the transparent fringe blur leaves at the edges. */
	transform: scale(1.08);
	filter: blur(24px);
	margin: 0;
}

/* The photo itself: shown whole, never cropped or zoomed, centred and
   sized to fit inside the frame. */
.content-wrapper .entry-content .gallery-slide .gallery-slide-photo {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
}

.gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(20, 20, 26, 0.45);
	color: #fff;
	font-family: var(--font-nav);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition: var(--transition);
}
.gallery-nav:hover { background: rgba(20, 20, 26, 0.75); }
.gallery-nav:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}
.gallery-prev { left: 16px; }
.gallery-next { right: 16px; }
/* The generic .content-wrapper button rule would otherwise square these off. */
.content-wrapper .entry-content .gallery-nav {
	width: 46px;
	height: 46px;
	padding: 0;
	background: rgba(20, 20, 26, 0.45);
}
.content-wrapper .entry-content .gallery-nav:hover { background: rgba(20, 20, 26, 0.75); }

.gallery-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}
.gallery-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid var(--color-steel);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: var(--transition);
}
.gallery-dot.is-active {
	background: var(--color-slate);
	border-color: var(--color-slate);
}
.content-wrapper .entry-content .gallery-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	background: transparent;
	border: 1px solid var(--color-steel);
}
.content-wrapper .entry-content .gallery-dot.is-active {
	background: var(--color-slate);
	border-color: var(--color-slate);
}

@media (max-width: 600px) {
	.gallery-nav { width: 38px; height: 38px; font-size: 22px; }
	.content-wrapper .entry-content .gallery-nav { width: 38px; height: 38px; }
	.gallery-prev { left: 8px; }
	.gallery-next { right: 8px; }
}
@media (prefers-reduced-motion: reduce) {
	.gallery-slide { transition: none; }
}
