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

/* Renewal fixed-page store template */
:root {
	--wb-store-accent: #c79a63;
	--wb-store-accent-dark: #9f7448;
	--wb-store-ink: #332b25;
	--wb-store-muted: #766a60;
	--wb-store-ivory: #f7f2ec;
	--wb-store-soft: #fcfaf7;
	--wb-store-line: #eaded2;
	--wb-store-shadow: 0 18px 50px rgba(65, 45, 31, 0.1);
	--wb-store-cv: #c59d5f;
	--wb-store-cv-hover: #b88b45;
}

.wb-store-detail-renewal {
	background: var(--wb-store-soft);
	color: var(--wb-store-ink);
	overflow: clip;
}

.wb-store-detail-visual,
.wb-store-detail-renewal .wb-store-detail-visual.alignfull {
	align-items: center;
	background: var(--wb-store-ivory);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	margin: 0 auto clamp(20px, 3vw, 30px);
	max-width: 1120px;
	width: 100%;
}

.wb-store-detail-renewal .wb-store-detail-visual.alignfull {
	left: auto;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1120px !important;
	right: auto;
	width: 100% !important;
}

.wb-store-detail-visual img {
	border-radius: 8px;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center center;
}

.wb-store-detail-visual__placeholder {
	align-items: center;
	background:
		radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.75), transparent 28%),
		linear-gradient(135deg, #f7f2ec, #fffaf4);
	display: grid;
	min-height: min(52vw, 630px);
	padding: clamp(40px, 8vw, 96px);
}

.wb-store-detail-visual__placeholder p,
.wb-store-detail-eyebrow {
	color: var(--wb-store-accent-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

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

.wb-store-detail-header {
	background: #fff;
	border: 1px solid var(--wb-store-line);
	border-radius: 28px;
	box-shadow: var(--wb-store-shadow);
	margin: 0 auto clamp(32px, 5vw, 56px);
	max-width: 1120px;
	padding: clamp(24px, 4vw, 42px);
	text-align: center;
}

.wb-store-detail-header h1 {
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.25;
	margin: 0.2em 0 0.35em;
}

.wb-store-detail-header p {
	color: var(--wb-store-muted);
	font-size: 1.05rem;
	margin: 0 auto 24px;
	max-width: 760px;
}

.wb-store-detail-section {
	margin: clamp(28px, 5vw, 56px) auto;
	max-width: 1120px;
}

.wb-store-detail-card {
	background: #fff;
	border: 1px solid var(--wb-store-line);
	border-radius: 28px;
	box-shadow: var(--wb-store-shadow);
	padding: clamp(28px, 4vw, 48px);
}

.wb-store-detail-card h2 {
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	margin: 0 0 22px;
}

.wb-store-detail-card > p {
	line-height: 1.95;
}

.wb-store-detail-feature-summary {
	color: #3f3028;
	font-size: clamp(1rem, 1.5vw, 1.08rem);
	font-weight: 600;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	text-align: center;
}

.wb-store-detail-local-context {
	background: #fff;
	border: 1px dotted rgba(176, 116, 69, 0.55);
	border-radius: 4px;
	color: #4a3a30;
	font-weight: 600;
	line-height: 1.9;
	margin: 28px auto 0;
	max-width: 900px;
	padding: 18px 24px;
	text-align: center;
}

.wb-store-detail-table {
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.wb-store-detail-table th,
.wb-store-detail-table td {
	border-bottom: 1px solid var(--wb-store-line);
	padding: 17px 16px;
	text-align: left;
	vertical-align: top;
}

.wb-store-detail-table tr:last-child th,
.wb-store-detail-table tr:last-child td {
	border-bottom: 0;
}

.wb-store-detail-table th {
	background: #fbf7f2;
	color: var(--wb-store-accent-dark);
	font-weight: 700;
	width: 180px;
}

.wb-store-detail-table td {
	background: #fff;
	color: var(--wb-store-ink);
	line-height: 1.75;
}

.wb-store-detail-map iframe {
	border: 0;
	border-radius: 22px;
	box-shadow: var(--wb-store-shadow);
	display: block;
	margin-top: 20px;
	min-height: 390px;
	width: 100%;
}

.wb-store-detail-map--lazy {
	display: none;
}

.wb-store-detail-map--button {
	align-items: center;
	background: linear-gradient(135deg, #fbf7f2, #fff);
	border: 1px solid var(--wb-store-line);
	border-radius: 22px;
	box-shadow: var(--wb-store-shadow);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
	padding: 24px;
	text-align: center;
}

.wb-store-map-button {
	background: var(--wb-store-cv);
	border: 1px solid var(--wb-store-cv);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 54px;
	padding: 0.85rem 2rem;
	text-decoration: none;
	transition: 0.2s ease;
}

.wb-store-map-button:hover {
	background: var(--wb-store-cv-hover);
	border-color: var(--wb-store-cv-hover);
	color: #fff;
	transform: translateY(-1px);
}

.wb-store-map-note {
	color: var(--wb-store-muted);
	margin: 12px 0 0;
}

.wb-store-review__box {
	align-items: flex-start;
	background: var(--wb-store-ivory);
	border: 1px solid var(--wb-store-line);
	border-radius: 22px;
	color: inherit;
	display: block;
	padding: clamp(20px, 3vw, 30px);
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wb-store-review__box:hover {
	border-color: var(--wb-store-accent);
	box-shadow: 0 16px 36px rgba(65, 45, 31, 0.12);
	color: inherit;
	transform: translateY(-2px);
}

.wb-store-review__box > div {
	display: none;
}

.wb-store-review__rating {
	color: #d1a351;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 6px;
}

.wb-store-review__rating span {
	color: var(--wb-store-accent-dark);
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	letter-spacing: 0;
	margin-left: 8px;
}

.wb-store-review__count {
	color: var(--wb-store-ink);
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 14px;
}

.wb-store-review__source {
	color: var(--wb-store-muted);
	font-size: 0.95rem;
	margin: 0 0 4px;
}

.wb-store-review__text {
	color: var(--wb-store-muted);
	line-height: 1.9;
	margin: 0;
}

.wb-store-review__stats {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
}

.wb-store-review__stats div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wb-store-review__stats dt {
	color: var(--wb-store-accent-dark);
	font-weight: 700;
	min-width: 92px;
}

.wb-store-review__stats dd {
	color: var(--wb-store-accent-dark);
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(1.15rem, 2vw, 1.5rem);
	font-weight: 700;
	margin: 0;
}

.wb-store-review__note {
	color: var(--wb-store-muted);
	font-size: 0.85rem;
	margin: 16px 0 0;
}

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

.wb-store-detail-gallery__item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(65, 45, 31, 0.12);
	margin: 0;
	overflow: hidden;
}

.wb-store-detail-gallery a {
	background: var(--wb-store-ivory);
	border-radius: 12px;
	display: block;
	overflow: hidden;
	padding: 10px;
}

.wb-store-detail-gallery img {
	aspect-ratio: auto;
	border-radius: 10px;
	display: block;
	height: auto;
	object-fit: contain;
	transition: transform 0.25s ease;
	width: 100%;
}

.wb-store-detail-gallery a:hover img {
	transform: scale(1.03);
}

.wb-store-detail-gallery figcaption {
	background: #fff;
	color: var(--wb-store-ink);
	font-weight: 700;
	line-height: 1.6;
	padding: 14px 16px 16px;
	text-align: center;
}

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

.wb-store-detail-gallery--omiya .wb-store-detail-gallery__item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(65, 45, 31, 0.12);
	overflow: hidden;
}

.wb-store-detail-gallery--omiya a {
	background: var(--wb-store-ivory);
	border-radius: 12px;
	display: block;
	overflow: hidden;
	padding: 10px;
}

.wb-store-detail-gallery--omiya img {
	aspect-ratio: auto;
	border-radius: 10px;
	display: block;
	height: auto;
	object-fit: contain;
	object-position: center center;
	transition: transform 0.25s ease;
	width: 100%;
}

.wb-store-detail-gallery--omiya a:hover img {
	transform: scale(1.03);
}

.wb-store-detail-gallery--omiya figcaption {
	font-size: 1rem;
	padding: 15px 16px 17px;
}

.wb-store-detail-price__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 24px 0;
}

.wb-store-detail-price__cards div {
	background: var(--wb-store-ivory);
	border: 1px solid var(--wb-store-line);
	border-radius: 20px;
	padding: 22px;
	text-align: center;
}

.store-price-callout {
	align-items: center;
	background: #fff;
	border: 1px dotted rgba(176, 116, 69, 0.6);
	border-radius: 4px;
	display: flex;
	gap: 22px;
	margin: 0 auto 28px;
	max-width: 900px;
	padding: 22px 28px;
}

.store-price-callout__icon {
	color: #b07445;
	display: inline-flex;
	flex: 0 0 auto;
	width: 44px;
}

.store-price-callout__icon svg {
	display: block;
	fill: none;
	height: 44px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 44px;
}

.store-price-callout__text {
	color: #3b2a22;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}

.store-price-callout__text p {
	margin: 0;
}

.store-price-callout__text p + p {
	margin-top: 6px;
}

.store-price-callout__text span {
	color: #b07445;
	font-weight: 800;
}

.wb-store-detail-price__cards span {
	color: var(--wb-store-muted);
	display: block;
	font-size: 0.9rem;
	margin-bottom: 8px;
}

.wb-store-detail-price__cards strong {
	color: var(--wb-store-accent-dark);
	display: block;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: 1.25rem;
}

.wb-store-detail-faq details {
	background: #fff;
	border: 1px solid var(--wb-store-line);
	border-radius: 18px;
	margin-top: 12px;
	overflow: hidden;
}

.wb-store-detail-faq summary {
	cursor: pointer;
	font-weight: 700;
	padding: 18px 20px;
}

.wb-store-detail-faq details div {
	background: #fbf7f2;
	color: var(--wb-store-muted);
	padding: 2px 20px 18px;
}

.wb-store-detail-links__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.wb-store-detail-links__grid a {
	align-items: center;
	background: var(--wb-store-ivory);
	border: 1px solid var(--wb-store-line);
	border-radius: 16px;
	color: var(--wb-store-accent-dark);
	display: flex;
	font-weight: 700;
	justify-content: center;
	min-height: 62px;
	padding: 14px 18px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease;
}

.wb-store-detail-links__grid a:hover {
	background: #fff;
	box-shadow: 0 12px 28px rgba(65, 45, 31, 0.1);
	transform: translateY(-2px);
}

.wb-store-detail-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: 54px;
	padding: 0.8rem 1.75rem;
	text-decoration: none;
	transition: 0.2s ease;
}

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

.wb-store-detail-button--primary,
.wb-store-detail-button--secondary {
	background: var(--wb-store-cv);
	border-color: var(--wb-store-cv);
	color: #fff;
}

.wb-store-detail-button--primary:hover,
.wb-store-detail-button--secondary:hover {
	background: var(--wb-store-cv-hover);
	border-color: var(--wb-store-cv-hover);
	color: #fff;
}

.wb-store-booking-cta {
	margin: clamp(22px, 4vw, 40px) auto;
	max-width: 1120px;
	text-align: center;
}

.wb-store-booking-cta__button {
	align-items: center;
	background: var(--wb-store-cv);
	border: 1px solid var(--wb-store-cv);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(80, 55, 31, 0.18);
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	font-weight: 700;
	justify-content: center;
	min-height: 72px;
	min-width: min(420px, 100%);
	padding: 1.05rem 2.45rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wb-store-booking-cta__button:hover {
	background: var(--wb-store-cv-hover);
	border-color: var(--wb-store-cv-hover);
	box-shadow: 0 18px 42px rgba(80, 55, 31, 0.24);
	color: #fff;
	transform: translateY(-3px);
}

.wb-store-booking-cta__button:focus-visible {
	outline: 3px solid rgba(197, 157, 95, 0.35);
	outline-offset: 4px;
}

.wb-store-booking-cta__main {
	font-size: 1.08rem;
	line-height: 1.45;
}

.wb-store-booking-cta__sub {
	font-size: 0.82rem;
	line-height: 1.45;
	margin-top: 3px;
	opacity: 0.9;
}

.wb-store-detail-final .wb-store-booking-cta {
	margin-bottom: 0;
}

.wb-store-detail-button--light {
	background: #fff;
	color: var(--wb-store-accent-dark);
}

.wb-store-detail-final {
	background: linear-gradient(135deg, #9f7448, #c79a63);
	color: #fff;
	margin-top: clamp(48px, 7vw, 80px);
	padding: clamp(64px, 8vw, 108px) 24px;
	text-align: center;
}

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

.wb-store-detail-final > div > h2 {
	display: none;
}

.wb-store-detail-final > div > p:not(.wb-store-detail-final__lead) {
	display: none;
}

.wb-store-detail-final__title {
	margin: 0 0 18px;
}

.wb-store-detail-final__lead {
	line-height: 1.9;
	margin: 0 auto 22px;
	max-width: 620px;
}

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

@media (max-width: 900px) {
	.wb-store-detail-visual,
	.wb-store-detail-renewal .wb-store-detail-visual.alignfull {
		max-width: 1120px;
	}

	.wb-store-detail-visual img {
		width: 100%;
	}

	.wb-store-detail-gallery,
	.wb-store-detail-price__cards,
	.wb-store-detail-links__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wb-store-detail-gallery--omiya {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

	.wb-store-detail-visual,
	.wb-store-detail-renewal .wb-store-detail-visual.alignfull {
		border-radius: 0;
		max-width: none;
		width: 100%;
	}

	.wb-store-detail-renewal .wb-store-detail-visual.alignfull {
		max-width: none !important;
		width: 100% !important;
	}

	.wb-store-detail-visual img {
		aspect-ratio: 1200 / 630;
		border-radius: 0;
		height: auto;
		object-fit: cover;
		width: 100%;
	}

	.wb-store-detail-header,
	.wb-store-detail-section {
		margin-left: 16px;
		margin-right: 16px;
	}

	.wb-store-detail-card,
	.wb-store-detail-header {
		border-radius: 20px;
		padding: 24px 20px;
	}

	.wb-store-detail-table th,
	.wb-store-detail-table td {
		display: block;
		width: 100%;
	}

	.wb-store-detail-table th {
		border-bottom: 0;
		padding-bottom: 6px;
	}

	.wb-store-detail-table td {
		padding-top: 6px;
	}

	.wb-store-detail-gallery,
	.wb-store-detail-price__cards,
	.wb-store-detail-links__grid {
		grid-template-columns: 1fr;
	}

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

	.wb-store-detail-map iframe {
		min-height: 320px;
	}

	.wb-store-detail-map--lazy {
		min-height: 320px;
		padding: 22px;
	}

	.wb-store-detail-local-context {
		margin-top: 22px;
		padding: 16px 18px;
	}

	.store-price-callout {
		align-items: flex-start;
		gap: 15px;
		margin-bottom: 24px;
		padding: 18px 16px;
	}

	.store-price-callout__icon,
	.store-price-callout__icon svg {
		height: 36px;
		width: 36px;
	}

	.store-price-callout__text {
		font-size: 14px;
		line-height: 1.75;
	}

	.wb-store-booking-cta {
		margin-left: 16px;
		margin-right: 16px;
	}

	.wb-store-booking-cta__button {
		width: 100%;
	}

	.wb-store-detail-mobile-cta {
		align-items: center;
		background: var(--wb-store-cv);
		border-radius: 8px;
		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: #fff;
		display: flex;
		font-weight: 700;
		justify-content: center;
		left: 16px;
		min-height: 54px;
		position: fixed;
		right: 16px;
		text-decoration: none;
		z-index: 9997;
	}

	.wb-store-detail-mobile-cta:hover {
		background: var(--wb-store-cv-hover);
		color: #fff;
	}
}

.wb-detail { color: var(--wbd-ink); overflow: clip; }
.wb-detail-breadcrumb { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin: auto; max-width: 1280px; padding: 14px 24px; font-size: .82rem; }
.wb-detail-breadcrumb a { color: var(--wbd-accent-dark); }
.wb-detail-hero { background: var(--wbd-ivory); min-height: clamp(560px, 39vw, 740px); position: relative; }
.wb-detail-hero__media, .wb-detail-hero__media img { display: block; height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.wb-detail-hero__inner { align-items: center; display: grid; grid-template-columns: 45% 55%; margin: auto; max-width: 1440px; min-height: inherit; padding: clamp(40px, 5vw, 80px); position: relative; z-index: 1; }
.wb-detail-hero__copy { grid-column: 1; max-width: 620px; }
.wb-detail-eyebrow, .wb-detail-kicker { color: var(--wbd-accent-dark); font-size: .76rem; font-weight: 700; letter-spacing: .16em; }
.wb-detail h1, .wb-detail h2 { font-family: "Noto Serif JP","Yu Mincho",serif; font-weight: 500; letter-spacing: .03em; }
.wb-detail h1 { font-size: clamp(2.35rem, 3.7vw, 3.8rem); line-height: 1.3; margin: .2em 0 .35em; }
.wb-detail-button { align-items: center; border: 1px solid var(--wbd-accent); border-radius: 999px; display: inline-flex; font-weight: 700; justify-content: center; min-height: 54px; padding: .75rem 1.65rem; text-decoration: none; transition: .2s ease; }
.wb-detail-button:hover { transform: translateY(-2px); }
.wb-detail-button--primary { background: var(--wbd-accent); color: var(--wbd-white); }
.wb-detail-button--secondary { background: var(--wbd-white); color: var(--wbd-accent-dark); }
.wb-detail-button--light { background: var(--wbd-white); color: var(--wbd-accent-dark); }
.wb-detail-summary { background: var(--wbd-white); border: 1px solid var(--wbd-line); border-radius: 18px; box-shadow: var(--wbd-shadow); margin: clamp(40px,6vw,72px) auto; max-width: 1080px; padding: clamp(28px,4vw,48px); }
.wb-detail-summary h2 { font-size: 1.5rem; margin-top: 0; }
.wb-detail-verified { color: var(--wbd-muted); font-size: .85rem; }
.wb-detail-section { padding: clamp(72px,8vw,112px) max(24px,calc((100vw - 1120px)/2)); }
.wb-detail-section--soft { background: var(--wbd-soft); }
.wb-detail-section--ivory { background: var(--wbd-ivory); }
.wb-detail-section > h2, .wb-detail-intro h2, .wb-detail-final h2 { font-size: clamp(2rem,3.5vw,3rem); margin: .2em 0 1em; text-align: center; }
.wb-detail-intro > div { margin: auto; max-width: 820px; text-align: center; }
.wb-detail-info { display: grid; gap: 32px; grid-template-columns: minmax(0,2fr) minmax(280px,1fr); }
.wb-detail-info dl { background: var(--wbd-white); border: 1px solid var(--wbd-line); border-radius: 18px; margin: 0; overflow: hidden; }
.wb-detail-info dl > div { border-bottom: 1px solid var(--wbd-line); display: grid; grid-template-columns: 150px 1fr; padding: 18px 22px; }
.wb-detail-info dl > div:last-child { border-bottom: 0; }
.wb-detail-info dt { font-weight: 700; }
.wb-detail-info dd { margin: 0; }
.wb-detail-info__cta { align-self: start; background: var(--wbd-ivory); border-radius: 18px; padding: 28px; position: sticky; top: 110px; }
.wb-detail-info__cta .wb-detail-button { margin-top: 10px; width: 100%; }
.wb-detail-access { display: grid; gap: 28px; grid-template-columns: minmax(0,1fr) minmax(0,1.25fr); }
.wb-detail-access > div { align-self: center; }
.wb-detail-access iframe { border: 0; border-radius: 18px; box-shadow: var(--wbd-shadow); min-height: 390px; width: 100%; }
.wb-detail-section-lead { margin: 0 auto 32px; max-width: 800px; text-align: center; }
.wb-detail-plan-grid, .wb-detail-nearby { display: grid; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.wb-detail-plan-grid article, .wb-detail-nearby article { background: var(--wbd-white); border: 1px solid var(--wbd-line); border-radius: 15px; box-shadow: var(--wbd-shadow); padding: 24px; }
.wb-detail-plan-grid h3, .wb-detail-nearby h3 { font-size: 1.08rem; margin: 0 0 10px; }
.wb-detail-plan-grid p { color: var(--wbd-accent-dark); font-family: Georgia,"Yu Mincho",serif; font-size: 1.25rem; font-weight: 700; }
.wb-detail-nearby span { color: var(--wbd-muted); font-size: .8rem; }
.wb-detail-center { margin-top: 32px; text-align: center; }
.wb-detail-steps { display: grid; gap: 16px; grid-template-columns: repeat(4,1fr); list-style: none; margin: 0; padding: 0; }
.wb-detail-steps li { background: var(--wbd-white); border: 1px solid var(--wbd-line); border-radius: 16px; box-shadow: var(--wbd-shadow); padding: 24px; }
.wb-detail-steps span { color: var(--wbd-accent); display: block; font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.wb-detail-steps strong { display: block; font-size: 1.1rem; margin-top: 8px; }
.wb-detail-steps p { color: var(--wbd-muted); font-size: .9rem; }
.wb-detail-faq { margin: auto; max-width: 920px; }
.wb-detail-faq details { background: var(--wbd-white); border-bottom: 1px solid var(--wbd-line); padding: 20px; }
.wb-detail-faq summary { cursor: pointer; font-weight: 700; }
.wb-detail-faq details div { color: var(--wbd-muted); padding-top: 10px; }
.wb-detail-final { background: linear-gradient(135deg,#7f5944,#a77c61); color: var(--wbd-white); padding: clamp(72px,8vw,112px) 24px; text-align: center; }
.wb-detail-final__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.wb-detail-button--outline { border-color: rgba(255,255,255,.7); color: var(--wbd-white); }
.wb-detail-mobile-cta { display: none; }

@media (max-width: 900px) {
	.wb-detail-info { grid-template-columns: 1fr; }
	.wb-detail-info__cta { position: static; }
	.wb-detail-steps { grid-template-columns: repeat(2,1fr); }
	.wb-detail-access { grid-template-columns: 1fr; }
	.wb-detail-plan-grid, .wb-detail-nearby { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
	.wb-store-detail-page { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
	.wb-detail-hero { min-height: 0; }
	.wb-detail-hero__media, .wb-detail-hero__media img { height: 280px; inset: 0 0 auto; }
	.wb-detail-hero__media img { object-position: center top; }
	.wb-detail-hero__inner { align-items: flex-start; display: flex; min-height: 0; padding: 310px 22px 44px; }
	.wb-detail h1 { font-size: clamp(2rem,9vw,2.7rem); }
	.wb-detail-summary { border-radius: 0; border-width: 1px 0; box-shadow: none; margin: 0; }
	.wb-detail-info dl > div { gap: 6px; grid-template-columns: 1fr; }
	.wb-detail-steps { grid-template-columns: 1fr; }
	.wb-detail-plan-grid, .wb-detail-nearby { grid-template-columns: 1fr; }
	.wb-detail-access iframe { min-height: 320px; }
	.wb-detail-final__actions { align-items: stretch; flex-direction: column; }
	.wb-detail-mobile-cta { align-items: center; background: var(--wbd-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,.28); color: #fff; display: flex; font-weight: 700; justify-content: center; left: 16px; min-height: 54px; position: fixed; right: 16px; text-decoration: none; z-index: 9997; }
}

/* Store detail additions: Google review and before-after components */
.wb-store-visual,
.wb-store-intro-card,
.wb-store-info-card {
	margin-inline: auto;
	max-width: 1120px;
}

.wb-store-visual {
	margin-bottom: 28px;
}

.wb-store-visual img {
	aspect-ratio: 1200 / 630;
	border-radius: 16px;
	box-shadow: var(--wbd-shadow);
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.wb-store-intro-card,
.wb-store-info-card {
	background: var(--wbd-white);
	border: 1px solid var(--wbd-line);
	border-radius: 18px;
	box-shadow: var(--wbd-shadow);
	padding: clamp(28px, 4vw, 48px);
}

.wb-store-feature__text {
	font-size: 1rem;
	line-height: 2;
	margin: 0 auto;
	max-width: 920px;
}

.wb-store-info-table {
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.wb-store-info-table th,
.wb-store-info-table td {
	border-bottom: 1px solid var(--wbd-line);
	line-height: 1.8;
	padding: 18px 22px;
	vertical-align: top;
}

.wb-store-info-table th {
	background: var(--wbd-ivory);
	color: var(--wbd-accent-dark);
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	width: 190px;
}

.wb-store-info-table tr:last-child th,
.wb-store-info-table tr:last-child td {
	border-bottom: 0;
}

.store-price-intro {
	margin: 0 auto 32px;
	max-width: 800px;
	text-align: center;
}

.store-price-intro p {
	color: #4a3a30;
	font-size: 16px;
	line-height: 1.9;
	margin: 0 0 10px;
}

.store-price-intro span {
	color: #b07445;
	font-weight: 700;
}

.wb-store-gallery,
.wb-before-after-grid,
.wb-store-voice,
.wb-store-google-review-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wb-store-gallery a {
	background: var(--wbd-white);
	border: 1px solid var(--wbd-line);
	border-radius: 16px;
	box-shadow: var(--wbd-shadow);
	display: block;
	overflow: hidden;
	padding: 12px;
}

.wb-store-gallery img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.wb-store-proof-kicker {
	color: var(--wbd-accent-dark);
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: .18em;
	margin: 0 0 10px;
	text-align: center;
}

.wb-before-after-card,
.wb-store-voice-card,
.wb-store-google-review-card {
	background: var(--wbd-white);
	border: 1px solid var(--wbd-line);
	border-radius: 18px;
	box-shadow: var(--wbd-shadow);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.wb-before-after-card__media {
	background: var(--wbd-ivory);
	overflow: hidden;
}

.wb-before-after-card__media img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wb-before-after-card__body,
.wb-store-voice-card,
.wb-store-google-review-card {
	padding: 24px;
}

.wb-before-after-badge {
	align-self: flex-start;
	background: rgba(183, 134, 92, .13);
	border: 1px solid rgba(183, 134, 92, .28);
	border-radius: 999px;
	color: var(--wbd-accent-dark);
	display: inline-flex;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 14px;
	padding: 8px 14px;
}

.wb-before-after-card h3,
.wb-store-voice-card h3 {
	font-size: 1.08rem;
	margin: 0 0 10px;
}

.wb-before-after-card p,
.wb-store-voice-card p,
.wb-store-google-review-card p {
	line-height: 1.8;
	margin: 0 0 12px;
}

.wb-before-after-note,
.wb-store-google-review-note {
	color: var(--wbd-muted);
	font-size: .84rem;
	margin-top: 18px;
	text-align: center;
}

.wb-store-section-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 28px auto 0;
	max-width: 900px;
}

.wb-store-section-links a {
	background: var(--wbd-white);
	border: 1px solid var(--wbd-line);
	border-radius: 999px;
	color: var(--wbd-accent-dark);
	font-size: .9rem;
	font-weight: 700;
	padding: 10px 16px;
	text-decoration: none;
	transition: .2s ease;
}

.wb-store-section-links a:hover {
	background: var(--wbd-accent);
	color: var(--wbd-white);
	transform: translateY(-2px);
}

.wb-store-google-review-card {
	min-height: 250px;
	position: relative;
}

.wb-store-google-review-card::before {
	background: linear-gradient(90deg, var(--wbd-accent), rgba(183, 134, 92, .25));
	content: "";
	height: 4px;
	inset: 0 0 auto;
	position: absolute;
}

.wb-store-google-review-card__stars {
	color: #c59d5f;
	font-size: 1.35rem;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 18px;
}

.wb-store-google-review-card__profile {
	color: var(--wbd-accent-dark);
	font-weight: 700;
	margin-top: auto;
}

.wb-detail-final__actions .wb-store-booking-cta,
.wb-store-booking-cta {
	background: #c59d5f;
	border-color: #c59d5f;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(151, 103, 61, .22);
	color: #fff;
	min-width: 280px;
	padding: 16px 28px;
}

.wb-store-booking-cta:hover {
	background: #b88b45;
	border-color: #b88b45;
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 1024px) {
	.wb-store-gallery,
	.wb-before-after-grid,
	.wb-store-voice,
	.wb-store-google-review-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.wb-store-visual img {
		border-radius: 12px;
	}

	.wb-store-info-table,
	.wb-store-info-table tbody,
	.wb-store-info-table tr,
	.wb-store-info-table th,
	.wb-store-info-table td {
		display: block;
		width: 100%;
	}

	.wb-store-info-table th {
		border-bottom: 0;
		padding: 14px 18px 6px;
		white-space: normal;
	}

	.wb-store-info-table td {
		padding: 0 18px 16px;
	}

	.wb-store-gallery,
	.wb-before-after-grid,
	.wb-store-voice,
	.wb-store-google-review-grid {
		grid-template-columns: 1fr;
	}

	.wb-store-booking-cta {
		width: 100%;
	}
}
