.siphonr-storefront-page{margin:0;background:#fff7ed;color:#2a2018;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.siphonr-storefront-page *{box-sizing:border-box}.siphonr-storefront-page a{color:inherit}.siphonr-skip{position:absolute;left:-999px}.siphonr-storefront-header{max-width:1180px;margin:auto;padding:18px 24px;display:flex;align-items:center;gap:30px}.siphonr-brand{display:block;flex:0 0 116px}.siphonr-brand img{display:block;max-width:100%;height:auto}.siphonr-storefront-header nav{display:flex;justify-content:center;align-items:center;gap:20px;flex:1;font-size:14px}.siphonr-storefront-header nav a{text-decoration:none}.siphonr-storefront-header nav a:hover,.siphonr-storefront-header nav .is-active{color:#e86f51}.siphonr-header-cta,.siphonr-checkout{background:#2a2018;color:#fff7ed!important;border-radius:999px;padding:12px 18px;text-decoration:none;white-space:nowrap;font-size:14px}.siphonr-archive{max-width:1180px;margin:auto;padding:70px 24px 100px}.siphonr-archive-hero{max-width:720px;padding:55px 0 42px}.siphonr-eyebrow,.siphonr-card-kicker{text-transform:uppercase;letter-spacing:.13em;font-size:11px;color:#e86f51;font-weight:700;margin:0 0 14px}.siphonr-archive-hero h1{font-size:clamp(48px,7vw,90px);line-height:.95;letter-spacing:-.065em;margin:0 0 24px;font-weight:700}.siphonr-archive-hero h1 em{font-family:Georgia,serif;font-weight:400}.siphonr-archive-hero>p:last-child{font-size:18px;line-height:1.55;max-width:500px}.siphonr-archive-bar{border-top:1px solid #d9cdbf;border-bottom:1px solid #d9cdbf;padding:16px 0;margin-bottom:26px;display:flex;justify-content:space-between;color:#76695f;font-size:13px}.siphonr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.siphonr-card{min-width:0}.siphonr-card-link{display:block;text-decoration:none;background:#fff;border:1px solid #eadfce;border-radius:24px;padding:14px;transition:transform .2s,box-shadow .2s}.siphonr-card-link:hover{transform:translateY(-4px);box-shadow:0 18px 34px #2a20181a}.siphonr-card-art,.siphonr-product-art{height:270px;border-radius:17px;background:linear-gradient(145deg,#f0d5b7,#e86f51);display:flex;align-items:center;justify-content:center;overflow:hidden}.siphonr-card:nth-child(3n+2) .siphonr-card-art{background:linear-gradient(145deg,#d8e0d0,#9cae8c)}.siphonr-card:nth-child(3n) .siphonr-card-art{background:linear-gradient(145deg,#d6ddea,#9ca7c1)}.siphonr-card-art img{width:100%;height:100%;object-fit:cover}.siphonr-card-art>span,.siphonr-product-art>span{font:400 120px Georgia,serif;color:#fff9f1;opacity:.8}.siphonr-card-copy{padding:18px 4px 5px}.siphonr-card-kicker{font-size:9px;margin-bottom:8px;color:#8b7b6d}.siphonr-card h3{margin:0 0 10px;font:400 25px/1.1 Georgia,serif}.siphonr-price{margin:0;color:#2a2018}.siphonr-price del{color:#a3958b;margin-right:4px}.siphonr-price strong{font-weight:600}.siphonr-card button{margin:12px 4px 0;background:transparent;border:1px solid #2a2018;border-radius:999px;color:#2a2018;padding:10px 16px;cursor:pointer;font:inherit}.siphonr-card button:hover,.siphonr-add-large{background:#2a2018!important;color:#fff7ed!important}.siphonr-storefront-footer{border-top:1px solid #d9cdbf;max-width:1180px;margin:auto;padding:28px 24px 46px;display:flex;justify-content:space-between;font-size:13px;color:#76695f}.siphonr-product-page{max-width:1180px;margin:auto;padding:45px 24px 100px}.siphonr-back-link{text-decoration:none;font-size:14px;color:#76695f}.siphonr-product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:80px;align-items:center;padding-top:40px}.siphonr-product-art{height:600px;border-radius:28px}.siphonr-product-info h1{font:400 clamp(48px,6vw,76px)/.98 Georgia,serif;letter-spacing:-.05em;margin:0 0 20px}.siphonr-product-price{font-size:23px;margin:0 0 28px}.siphonr-product-price del{color:#a3958b;margin-right:8px}.siphonr-product-description{font-size:17px;line-height:1.65;color:#65584f}.siphonr-stock{font-size:13px;color:#567252;margin:26px 0 18px}.siphonr-add-large{border:0;border-radius:999px;padding:15px 24px;font-size:15px;cursor:pointer}.siphonr-product-note{font-size:12px;color:#8b7b6d;margin-top:18px}@media(max-width:800px){.siphonr-storefront-header{flex-wrap:wrap}.siphonr-storefront-header nav{order:3;flex-basis:100%;overflow:auto;justify-content:flex-start}.siphonr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.siphonr-product-layout{grid-template-columns:1fr;gap:40px}.siphonr-product-art{height:420px}}@media(max-width:520px){.siphonr-grid{grid-template-columns:1fr}.siphonr-archive{padding-top:30px}.siphonr-storefront-footer{display:block}.siphonr-storefront-footer span{display:block;margin-top:8px}}

/* Shared storefront controls: keep the brand and menu legible at every width. */
.siphonr-storefront-header {
	width: min(100%, 1180px);
	gap: clamp(14px, 2.4vw, 30px);
}

.siphonr-brand {
	flex: 0 1 230px;
	min-width: 0;
}

.siphonr-brand img {
	display: block;
	width: 100%;
	max-width: 230px;
	max-height: 48px;
	object-fit: contain;
	object-position: left center;
}

.siphonr-storefront-header nav {
	min-width: 0;
	flex-wrap: nowrap;
	gap: clamp(12px, 1.6vw, 20px);
}

.siphonr-header-actions {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-width: 0;
}

.siphonr-icon-action,
.siphonr-menu-toggle {
	display: inline-grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.siphonr-icon-action:hover,
.siphonr-icon-action:focus-visible,
.siphonr-menu-toggle:hover,
.siphonr-menu-toggle:focus-visible {
	border-color: #d9cdbf;
	background: #fff;
}

.siphonr-icon {
	display: block;
	width: 20px;
	height: 20px;
	overflow: visible;
}

.siphonr-menu-toggle {
	display: none;
	border-color: #d9cdbf;
	background: #fff;
}

.siphonr-menu-icon,
.siphonr-menu-icon::before,
.siphonr-menu-icon::after {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	content: "";
}

.siphonr-menu-icon {
	position: relative;
}

.siphonr-menu-icon::before,
.siphonr-menu-icon::after {
	position: absolute;
	left: 0;
}

.siphonr-menu-icon::before { top: -6px; }
.siphonr-menu-icon::after { top: 6px; }

@media (max-width: 980px) {
	.siphonr-storefront-header {
		flex-wrap: wrap;
		padding: 14px 20px;
		gap: 12px;
	}

	.siphonr-brand {
		order: 1;
		flex: 1 1 auto;
		max-width: calc(100% - 54px);
	}

	.siphonr-brand img {
		max-width: 220px;
		max-height: 46px;
	}

	.siphonr-menu-toggle {
		display: inline-grid;
		order: 2;
		margin-left: auto;
	}

	.siphonr-header-actions {
		order: 3;
		flex: 1 0 100%;
		width: 100%;
		justify-content: flex-end;
		padding-top: 10px;
		border-top: 1px solid #d9cdbf;
	}

	.siphonr-storefront-header nav {
		display: none;
		order: 4;
		flex: 1 0 100%;
		width: 100%;
		padding: 8px;
		border: 1px solid #d9cdbf;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 12px 28px rgba(42, 32, 24, .08);
	}

	.siphonr-storefront-header nav.is-open {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.siphonr-storefront-header nav a {
		min-height: 44px;
		padding: 10px 12px;
		border-bottom: 1px solid #eee4d8;
	}
}

@media (max-width: 520px) {
	.siphonr-storefront-header {
		padding-inline: 16px;
	}

	.siphonr-brand img {
		max-width: 190px;
	}

	.siphonr-header-actions {
		justify-content: space-between;
	}

	.siphonr-header-actions .siphonr-icon-action,
	.siphonr-header-actions .siphonr-cart-link {
		flex: 1 1 0;
		justify-content: center;
	}

	.siphonr-storefront-header nav.is-open {
		grid-template-columns: 1fr;
	}
}
