:root {
	--wb-store-ink: #332b27;
	--wb-store-muted: #6f655f;
	--wb-store-accent: #9b6f55;
	--wb-store-accent-dark: #73503e;
	--wb-store-ivory: #f7f2ea;
	--wb-store-soft: #fcfaf7;
	--wb-store-line: #e8ded4;
	--wb-store-white: #fff;
	--wb-store-shadow: 0 18px 48px rgba(69, 50, 39, 0.09);
}

.wb-store-page {
	color: var(--wb-store-ink);
	overflow: clip;
}

.wb-store-page > * {
	margin-block-start: 0;
}

.wb-store-hero {
	background: var(--wb-store-ivory);
	min-height: clamp(560px, 36vw, 700px);
	position: relative;
}

.wb-store-hero__media,
.wb-store-hero__media img {
	display: block;
	height: 100%;
	inset: 0 auto 0 50%;
	object-fit: contain;
	position: absolute;
	transform: translateX(-50%);
	width: min(92vw, 1766px);
}

.wb-store-hero__media img {
	inset: 0;
	transform: none;
	width: 100%;
}

.wb-store-hero__inner {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	margin: 0 auto;
	max-width: 1328px;
	min-height: inherit;
	padding: clamp(42px, 5vw, 76px);
	position: relative;
	z-index: 1;
}

.wb-store-hero__copy {
	grid-column: 1;
	max-width: 590px;
}

.wb-store-eyebrow,
.wb-store-kicker {
	color: var(--wb-store-accent-dark);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.wb-store-hero h1,
.wb-store-directory h2,
.wb-store-section h2,
.wb-store-final-cta h2 {
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.wb-store-hero h1 {
	font-size: clamp(2.5rem, 4vw, 4rem);
	line-height: 1.25;
	margin: 0.2em 0 0.45em;
}

.wb-store-button {
	align-items: center;
	border: 1px solid var(--wb-store-accent);
	border-radius: 999px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 52px;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: 0.2s ease;
}

.wb-store-button:hover {
	transform: translateY(-2px);
}

.wb-store-button--primary {
	background: var(--wb-store-accent);
	color: var(--wb-store-white);
}

.wb-store-button--primary:hover {
	background: var(--wb-store-accent-dark);
	color: var(--wb-store-white);
}

.wb-store-button--secondary {
	background: var(--wb-store-white);
	color: var(--wb-store-accent-dark);
}

.wb-store-summary {
	background: var(--wb-store-white);
	border: 1px solid var(--wb-store-line);
	border-radius: 18px;
	box-shadow: var(--wb-store-shadow);
	margin: clamp(40px, 6vw, 72px) auto;
	max-width: 1080px;
	padding: clamp(28px, 4vw, 48px);
}

.wb-store-summary h2 {
	font-size: 1.5rem;
	margin-top: 0;
}

.wb-store-summary__verified {
	color: var(--wb-store-muted);
	font-size: 0.85rem;
}

.wb-store-location-note {
	background: var(--wb-store-ivory);
	padding: clamp(54px, 7vw, 88px) max(24px, calc((100vw - 1040px) / 2));
}

.wb-store-location-note h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.wb-store-directory,
.wb-store-section {
	padding: clamp(72px, 8vw, 112px) max(24px, calc((100vw - 1200px) / 2));
}

.wb-store-directory__heading {
	margin: 0 auto 40px;
	max-width: 760px;
	text-align: center;
}

.wb-store-directory h2,
.wb-store-section h2 {
	font-size: clamp(2rem, 3.5vw, 3rem);
	margin: 0.25em 0 0.5em;
}

.wb-store-search {
	background: var(--wb-store-soft);
	border: 1px solid var(--wb-store-line);
	border-radius: 18px;
	margin-bottom: 38px;
	padding: clamp(20px, 3vw, 32px);
}

.wb-store-search label {
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}

.wb-store-search input {
	background: var(--wb-store-white);
	border: 1px solid var(--wb-store-line);
	border-radius: 12px;
	font-size: 1rem;
	min-height: 52px;
	padding: 0 16px;
	width: 100%;
}

.wb-store-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.wb-store-filters button {
	background: var(--wb-store-white);
	border: 1px solid var(--wb-store-line);
	border-radius: 999px;
	color: var(--wb-store-ink);
	cursor: pointer;
	padding: 8px 16px;
}

.wb-store-filters button.is-active {
	background: var(--wb-store-accent-dark);
	border-color: var(--wb-store-accent-dark);
	color: var(--wb-store-white);
}

.wb-store-results {
	color: var(--wb-store-muted);
	font-size: 0.9rem;
	margin: 14px 0 0;
}

.wb-store-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wb-store-guide-areas {
	background: var(--wb-store-soft);
	border-top: 1px solid var(--wb-store-line);
}

.wb-store-grid--guide-areas {
	margin-top: 34px;
}

.wb-store-card {
	background: var(--wb-store-white);
	border: 1px solid var(--wb-store-line);
	border-radius: 18px;
	box-shadow: var(--wb-store-shadow);
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 26px;
}

.wb-store-card[hidden] {
	display: none;
}

.wb-store-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wb-store-card__meta span {
	background: var(--wb-store-ivory);
	border-radius: 999px;
	color: var(--wb-store-accent-dark);
	font-size: 0.78rem;
	font-weight: 700;
	padding: 5px 10px;
}

.wb-store-card h3 {
	font-size: 1.25rem;
	line-height: 1.5;
	margin: 18px 0 8px;
}

.wb-store-card > p {
	color: var(--wb-store-muted);
	margin: 0 0 24px;
}

.wb-store-card--guide-area {
	background: linear-gradient(180deg, var(--wb-store-white), #fbf7f1);
}

.wb-store-card__actions {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr;
	margin-top: auto;
}

.wb-store-empty {
	background: var(--wb-store-soft);
	border-radius: 12px;
	padding: 24px;
	text-align: center;
}

.wb-store-section--faq {
	background: var(--wb-store-ivory);
}

.wb-store-faq {
	margin: 36px auto 0;
	max-width: 920px;
}

.wb-store-faq details {
	background: var(--wb-store-white);
	border-bottom: 1px solid var(--wb-store-line);
	padding: 20px;
}

.wb-store-faq summary {
	cursor: pointer;
	font-weight: 700;
}

.wb-store-faq__answer {
	color: var(--wb-store-muted);
	padding-top: 12px;
}

.wb-store-final-cta {
	background: linear-gradient(135deg, #7f5944, #a77c61);
	color: var(--wb-store-white);
	padding: clamp(72px, 8vw, 112px) 24px;
	text-align: center;
}

.wb-store-final-cta > div {
	margin: 0 auto;
	max-width: 780px;
}

.wb-store-final-cta .wb-store-button--primary {
	background: var(--wb-store-white);
	color: var(--wb-store-accent-dark);
	margin-top: 18px;
}

.wb-store-mobile-cta {
	display: none;
}

@media (max-width: 991px) {
	.wb-store-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.wb-store-page {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.wb-store-hero {
		min-height: 700px;
	}

	.wb-store-hero__media,
	.wb-store-hero__media img {
		height: 46%;
		inset: 0 0 auto;
		transform: none;
		width: 100%;
	}

	.wb-store-hero__media img {
		object-position: center top;
	}

	.wb-store-hero__inner {
		align-items: end;
		display: flex;
		padding: 330px 22px 44px;
	}

	.wb-store-hero__copy {
		max-width: none;
	}

	.wb-store-hero h1 {
		font-size: clamp(2rem, 10vw, 2.7rem);
	}

	.wb-store-summary {
		border-radius: 0;
		border-width: 1px 0;
		box-shadow: none;
		margin: 0;
	}

	.wb-store-grid {
		grid-template-columns: 1fr;
	}

	.wb-store-card__actions {
		grid-template-columns: 1fr;
	}

	.wb-store-filters {
		flex-wrap: nowrap;
		margin-inline: -4px;
		overflow-x: auto;
		padding: 4px;
	}

	.wb-store-filters button {
		flex: 0 0 auto;
	}

	.wb-store-mobile-cta {
		align-items: center;
		background: var(--wb-store-accent);
		border-radius: 999px;
		bottom: calc(10px + var(--wb-cookie-offset, 0px) + env(safe-area-inset-bottom));
		box-shadow: 0 8px 24px rgba(51, 43, 39, 0.28);
		color: var(--wb-store-white);
		display: flex;
		font-weight: 700;
		justify-content: center;
		left: 16px;
		min-height: 54px;
		position: fixed;
		right: 16px;
		text-decoration: none;
		z-index: 9997;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wb-store-button {
		transition: none;
	}
}
