:root {
	--ink: #20292c;
	--muted: #667477;
	--line: #d9dfd9;
	--paper: #fbfaf5;
	--panel: #ffffff;
	--green: #3f7c66;
	--green-dark: #21483e;
	--gold: #c79a3b;
	--coral: #b8614f;
	--blue: #315c74;
	--shadow: 0 18px 50px rgba(27, 40, 43, 0.12);
	--site-header-height: 63px;
	--runtime-site-header-height: var(--site-header-height);
	--runtime-subnav-height: 0px;
	--runtime-fixed-menu-height: 0px;
	--content-width: 1040px;
	--content-pad-x: clamp(14px, 3vw, 28px);
	--browse-section-pad-y: 7px;
	--browse-label-gap: 5px;
	--browse-label-height: 22px;
	--browse-control-gap: 7px;
	--browse-label-bg: #eef5f2;
	--browse-label-border: #28524d;
	--browse-label-color: #14202a;
	--browse-control-height: 42px;
	--browse-surface: #f7faf8;
	--browse-border: rgba(217, 223, 217, 0.72);
	--directory-section-pad-y: 14px;
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	scroll-behavior: smooth;
}

body {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100vh;
	min-height: 100dvh;
	background: var(--paper);
	color: var(--ink);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.55;
}

main {
	flex: 1 0 auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.age-overlay:not([hidden]) {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(32, 41, 44, 0.72);
}

.age-overlay-panel {
	width: min(100%, 460px);
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--shadow);
}

.age-overlay-panel p {
	color: var(--muted);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 14px clamp(18px, 4vw, 54px);
	background: rgba(251, 250, 245, 0.94);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(16px);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.brand-logo {
	display: block;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.brand strong,
.brand small {
	display: block;
}

.brand small {
	color: var(--muted);
	font-size: 12px;
	white-space: nowrap;
}

.nav {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
}

.nav a {
	padding: 9px 11px;
	border-radius: 8px;
	color: #384649;
}

.nav a:hover {
	background: #eef2ec;
}

.nav-cta {
	background: var(--ink);
	color: #fff !important;
}

.language-switch {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
	font-size: 12px;
	font-weight: 800;
}

.language-switch a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 30px;
	padding: 0 8px;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: var(--muted);
	background: #fff;
}

.language-switch a.active {
	border-color: var(--green-dark);
	background: var(--green-dark);
	color: #fff;
}

.language-menu {
	display: none;
	position: relative;
	flex: 0 0 auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: 800;
}

.language-menu summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid var(--green-dark);
	border-radius: 4px;
	background: var(--green-dark);
	color: #fff;
	cursor: pointer;
	list-style: none;
}

.language-menu summary::-webkit-details-marker {
	display: none;
}

.language-menu-list {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 40;
	display: grid;
	min-width: 168px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.language-menu-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 12px;
	color: var(--ink);
	border-bottom: 1px solid var(--line);
}

.language-menu-list a:last-child {
	border-bottom: 0;
}

.language-menu-list a.active {
	background: #eef4ef;
	color: var(--green-dark);
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
	gap: clamp(24px, 4vw, 58px);
	align-items: stretch;
	min-height: calc(100vh - 74px);
	padding: clamp(30px, 5vw, 72px) clamp(18px, 4vw, 54px);
}

.hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 760px;
}

.eyebrow {
	margin: 0 0 10px;
	color: var(--coral);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

h1,
h2,
h3,
p {
	overflow-wrap: anywhere;
}

h1 {
	margin: 0;
	font-size: clamp(46px, 7vw, 92px);
	line-height: 0.98;
	letter-spacing: 0;
}

h2 {
	margin: 0;
	font-size: clamp(27px, 3.8vw, 46px);
	line-height: 1.08;
	letter-spacing: 0;
}

h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.18;
	letter-spacing: 0;
}

.lead {
	margin: 22px 0 0;
	max-width: 680px;
	color: #415053;
	font-size: clamp(18px, 2.3vw, 24px);
}

.hero-actions,
.detail-actions,
.card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	border: 1px solid var(--ink);
	border-radius: 8px;
	font-weight: 800;
	line-height: 1;
}

.button.primary {
	background: var(--ink);
	color: #fff;
}

.button.secondary {
	background: transparent;
	color: var(--ink);
}

.button.small {
	min-height: 36px;
	padding: 9px 12px;
	font-size: 13px;
}

.stats-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 34px;
}

.stat {
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.stat span,
.stat strong {
	display: block;
}

.stat span {
	color: var(--muted);
	font-size: 12px;
}

.stat strong {
	margin-top: 4px;
	font-size: 17px;
	line-height: 1.2;
}

.hero-media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(120deg, #dce7e2 0%, #eef3ef 54%, #e6edf2 100%);
	box-shadow: var(--shadow);
}

.hero-media-overlay {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--ink);
}

.hero-media-overlay span,
.hero-media-overlay strong {
	overflow-wrap: anywhere;
}

.section {
	padding: clamp(38px, 6vw, 82px) clamp(18px, 4vw, 54px);
}

.split-section {
	display: grid;
	grid-template-columns: 0.72fr 1fr;
	gap: clamp(24px, 5vw, 70px);
	align-items: start;
}

.section-lead {
	margin: 18px 0 0;
	color: var(--muted);
	font-size: 18px;
}

.area-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.area-card,
.guide-card {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--panel);
}

.area-card,
.guide-card {
	display: block;
	padding: 18px;
}

.area-card strong,
.guide-card strong,
.area-card span,
.guide-card span {
	display: block;
}

.area-card span,
.guide-card span {
	margin-top: 8px;
	color: var(--muted);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.text-link {
	color: var(--green-dark);
	font-weight: 800;
}

.shop-visual {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	margin-bottom: 14px;
	overflow: hidden;
	border-radius: 8px;
	background: #dce7e2;
	color: #fff;
}

.shop-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(32, 41, 44, 0.28), rgba(32, 41, 44, 0.08)),
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 12px);
}

.shop-visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-visual span,
.shop-visual small {
	position: relative;
	z-index: 1;
}

.shop-visual span {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

.shop-visual small {
	position: absolute;
	left: 12px;
	bottom: 10px;
	font-size: 12px;
	font-weight: 800;
}

.tone-green {
	background: #3f7c66;
}

.tone-blue {
	background: #315c74;
}

.tone-gold {
	background: #9d7728;
}

.tone-coral {
	background: #b8614f;
}

.shop-price-link {
	color: inherit;
	text-decoration: none;
}

.shop-price-link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.update-line {
	font-size: 13px;
}

.tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 14px;
}

.tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 8px;
	border-radius: 8px;
	background: #eef2ec;
	color: #415053;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

a.tag:hover {
	background: #dfe8dd;
	color: #14202a;
}

.card-actions {
	margin-top: auto;
	padding-top: 18px;
}

.contact-band {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr) auto;
	gap: 20px;
	align-items: center;
	background: var(--green-dark);
	color: #fff;
}

.contact-band p {
	color: #e5eee8;
}

.listing-contact-section {
	width: min(100%, var(--content-width));
	margin: 0 auto;
	padding: 28px var(--content-pad-x) 56px;
}

.listing-contact-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--line);
	border-top: 4px solid var(--green-dark);
	background: #fff;
}

.listing-contact-panel h2 {
	margin: 0;
	font-size: clamp(22px, 2.6vw, 30px);
}

.listing-contact-panel p {
	margin: 8px 0 0;
	color: var(--muted);
}

.listing-contact-panel .button {
	align-self: center;
	white-space: nowrap;
}

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

.article-link-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 8px;
	margin-top: 12px;
}

.article-link-list a {
	display: grid;
	align-items: center;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	color: var(--ink);
	font-weight: 800;
}

.page-hero {
	background: linear-gradient(120deg, #f8f1e2 0%, #e7f0eb 48%, #e6edf2 100%);
	border-bottom: 1px solid var(--line);
}

.page-hero-inner {
	width: min(100%, var(--content-width));
	margin: 0 auto;
	padding: clamp(42px, 7vw, 86px) var(--content-pad-x);
}

.page-hero.compact h1 {
	max-width: none;
	font-size: clamp(36px, 5.4vw, 68px);
	line-height: 1.02;
	overflow-wrap: normal;
}

.page-hero .lead {
	max-width: 920px;
}

.browse-mode-strip {
	border-bottom: 1px solid var(--browse-border);
	background: var(--browse-surface);
}

.browse-section-inner {
	width: min(100%, var(--content-width));
	margin: 0 auto;
	padding-right: var(--content-pad-x);
	padding-left: var(--content-pad-x);
}

.browse-mode-inner {
	padding-top: 12px;
	padding-bottom: 12px;
}

.index-browse-mode .browse-mode-title,
.browse-search-section .shop-search-heading h2 {
	display: inline-flex;
	align-items: center;
	min-height: var(--browse-label-height);
	padding: 2px 8px 2px 9px;
	border-left: 3px solid var(--browse-label-border);
	border-radius: 3px;
	background: var(--browse-label-bg);
	color: var(--browse-label-color);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.browse-mode-title {
	margin: 0 0 8px;
	color: var(--accent);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
}

.browse-mode-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.browse-mode-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	min-height: 66px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fbfcfa;
	color: #25384d;
	line-height: 1.15;
	text-align: center;
}

.browse-mode-link strong,
.browse-mode-link span {
	display: block;
	overflow-wrap: anywhere;
}

.browse-mode-link strong {
	font-size: 15px;
	font-weight: 800;
}

.browse-mode-link span {
	color: var(--muted);
	font-size: 12px;
	font-weight: 700;
}

.browse-mode-link:hover {
	background: #f2f6f1;
}

.browse-mode-link.active {
	border-color: #28524d;
	background: #28524d;
	color: #fff;
}

.browse-mode-link.active span {
	color: rgba(255, 255, 255, 0.78);
}

.index-browse-mode .browse-mode-inner {
	display: block;
	padding-top: var(--browse-section-pad-y);
	padding-bottom: var(--browse-section-pad-y);
}

.index-browse-mode .browse-mode-title {
	margin: 0 0 var(--browse-label-gap);
}

.index-browse-mode .browse-mode-link {
	min-height: var(--browse-control-height);
	padding: 8px 12px;
	border-radius: 5px;
	background: #fff;
}

.index-browse-mode .browse-mode-link.active {
	border-color: #28524d;
	background: #28524d;
	color: #fff;
}

.index-browse-mode .browse-mode-link strong {
	font-size: 14px;
	white-space: nowrap;
}

.index-browse-mode .browse-mode-link span {
	display: none;
}

.filter-bar {
	position: sticky;
	top: var(--runtime-site-header-height);
	z-index: 19;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 12px clamp(18px, 4vw, 54px);
	background: rgba(251, 250, 245, 0.95);
	border-bottom: 1px solid var(--line);
}

.filter-bar a {
	flex: 0 0 auto;
	padding: 8px 11px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
}

.page-list-filter,
.shop-list-toolbar {
	position: sticky;
	top: var(--runtime-site-header-height);
	z-index: 19;
	display: block;
	padding: 0;
	border-bottom: 1px solid var(--browse-border);
	background: var(--browse-surface);
	backdrop-filter: blur(14px);
}

.page-list-filter,
.page-list-section {
	width: min(100%, var(--content-width));
	margin-right: auto;
	margin-left: auto;
}

.page-list-filter {
	width: 100%;
	margin: 0;
	border-bottom-color: var(--browse-border);
	background: var(--browse-surface);
}

.page-list-filter-inner {
	display: flex;
	gap: 7px;
	overflow-x: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	scrollbar-width: none;
}

.page-list-filter-inner::-webkit-scrollbar {
	display: none;
}

.page-list-filter a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border-color: transparent;
	border-radius: 999px;
	background: transparent;
	color: #354844;
	line-height: 1.1;
}

.page-list-filter a:hover {
	border-color: #d8dedb;
	background: #fff;
}

.page-list-filter a.active {
	border-color: #28524d;
	background: #28524d;
	color: #fff;
}

.page-list-section {
	padding: 24px var(--content-pad-x) 56px;
}

.shop-list-toolbar + .page-list-section {
	padding-top: 14px;
}

.browse-search-section + .page-list-section {
	padding-top: var(--browse-section-pad-y);
}

.page-list-empty {
	margin: 0 0 12px;
	padding: 18px;
	border: 1px solid #e1e5df;
	background: #fff;
	color: var(--muted);
	font-weight: 700;
}

.editorial,
.article {
	max-width: 860px;
	margin: 0 auto;
}

.article {
	padding: clamp(42px, 7vw, 86px) clamp(18px, 4vw, 54px);
}

.article h1 {
	font-size: clamp(40px, 6vw, 72px);
}

.article h2 {
	margin-top: 36px;
	font-size: clamp(25px, 3vw, 34px);
}

.detail-visual {
	margin-bottom: 0;
}

.info-list {
	display: grid;
	gap: 10px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.info-list div {
	display: grid;
	gap: 3px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--line);
}

.info-list div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.info-list span {
	font-size: 12px;
}

.map-panel {
	margin-top: 14px;
	padding: 16px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.map-panel h2 {
	margin-bottom: 12px;
	font-size: 20px;
}

.map-frame {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #eef2ec;
}

.map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.map-panel .text-link {
	display: inline-block;
	margin-top: 12px;
	font-weight: 800;
	color: var(--green-dark);
}

.system-table {
	margin-top: 34px;
}

.system-table#price-system {
	scroll-margin-top: calc(var(--site-header-height) + 68px);
}

.system-group {
	margin-top: 14px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.system-group h3 {
	padding: 14px 16px;
	background: #eef2ec;
	font-size: 18px;
}

.system-group-note {
	margin: 0;
	padding: 0 16px 14px;
	background: #eef2ec;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.system-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(120px, 0.45fr);
	gap: 14px;
	padding: 13px 16px;
	border-top: 1px solid var(--line);
}

.system-row-label,
.system-row-note {
	display: block;
}

.system-row-note {
	margin-top: 4px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.system-row strong {
	text-align: right;
}

.site-footer {
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	gap: 22px;
	padding: 30px clamp(18px, 4vw, 54px);
	background: #1f292c;
	color: #fff;
}

.site-footer p {
	max-width: 620px;
	color: #d8e0dc;
}

.site-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-content: start;
}

@media (max-width: 980px) {
	.site-header,
	.site-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.nav {
		flex-wrap: wrap;
	}

	.site-header .language-switch {
		display: none;
	}

	.site-header .language-menu {
		display: block;
		align-self: flex-end;
	}

	.hero,
	.split-section,
	.contact-band,
	.listing-contact-panel {
		grid-template-columns: 1fr;
	}

	.hero {
		min-height: 0;
	}

	.hero-media {
		min-height: 420px;
	}

	.guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 640px) {
	.brand small {
		white-space: normal;
	}

	.browse-section-inner {
		width: 100vw;
		max-width: 100vw;
		margin-right: 0;
		margin-left: 0;
	}

	.nav a {
		padding: 8px 9px;
	}

	.hero {
		padding-top: 28px;
	}

	h1 {
		font-size: 44px;
	}

	.stats-row,
	.area-grid,
	.guide-grid,
	.contact-band {
		grid-template-columns: 1fr;
	}

	.hero-media {
		min-height: 320px;
	}

	.hero-media-overlay {
		align-items: flex-start;
		flex-direction: column;
	}

	.system-row {
		grid-template-columns: 1fr;
	}

	.system-row strong {
		text-align: left;
	}

}

/* Modernized DTO-style directory layer */
body {
	background: #f3f5f2;
}

.site-header {
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255, 255, 255, 0.96);
}

.nav a {
	border-radius: 4px;
}

.language-switch a {
	border-radius: 4px;
}

.portal-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: 18px;
	align-items: stretch;
	padding: 26px clamp(14px, 3vw, 42px);
	border-bottom: 1px solid var(--line);
	background: linear-gradient(90deg, rgba(37, 56, 77, 0.94), rgba(55, 92, 106, 0.86));
	color: #fff;
}

.portal-hero .eyebrow,
.portal-hero .lead {
	color: rgba(255, 255, 255, 0.86);
}

.portal-hero h1 {
	max-width: 760px;
	font-size: clamp(34px, 5.2vw, 64px);
	line-height: 1.02;
}

.portal-hero .lead {
	margin-top: 12px;
	max-width: 720px;
	font-size: clamp(16px, 2vw, 20px);
}

.portal-stats {
	display: grid;
	gap: 8px;
	align-content: center;
}

.portal-stats div {
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.12);
}

.portal-stats span,
.portal-stats strong {
	display: block;
}

.portal-stats span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 800;
}

.portal-stats strong {
	margin-top: 3px;
	font-size: 16px;
	line-height: 1.22;
}

.directory-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
	gap: 14px;
	width: min(100%, var(--content-width));
	margin: 0 auto;
	padding: var(--directory-section-pad-y) var(--content-pad-x) 18px;
}

.directory-shell.single {
	grid-template-columns: 1fr;
}

.directory-panel {
	border: 1px solid var(--line);
	border-top: 4px solid #b84236;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(31, 41, 44, 0.05);
}

.service-directory {
	border-top-color: #25384d;
}

.directory-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 16px;
	border-bottom: 1px solid var(--line);
}

.directory-heading h2 {
	font-size: clamp(18px, 2vw, 24px);
}

.directory-heading .section-lead {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700;
}

.directory-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-directory-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guide-directory-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.directory-group + .directory-group {
	border-top: 1px solid var(--line);
}

.directory-group-heading {
	padding: 14px 18px;
	border-bottom: 1px solid var(--line);
	background: #f7faf8;
}

.directory-group h3 {
	color: #25384d;
	font-size: 18px;
}

.directory-group h3 a {
	color: inherit;
}

.directory-group-heading p {
	max-width: 720px;
	margin-top: 5px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.directory-link-grid.compact {
	grid-template-columns: 1fr;
}

.directory-link {
	display: block;
	min-height: 86px;
	padding: 12px 14px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.compact-directory-link {
	min-height: 72px;
}

.directory-link:nth-child(3n) {
	border-right: 0;
}

.category-directory-grid .directory-link:nth-child(3n) {
	border-right: 1px solid var(--line);
}

.category-directory-grid .directory-link:nth-child(4n) {
	border-right: 0;
}

.directory-link:hover {
	background: #f8fbf8;
}

.directory-link.active {
	background: #f2f6f1;
	box-shadow: inset 4px 0 0 #28524d;
}

.directory-link strong,
.directory-link span {
	display: block;
}

.directory-link strong {
	color: #25384d;
	font-size: 17px;
	line-height: 1.2;
}

.directory-link span {
	margin-top: 6px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.38;
}

.directory-link-count,
.directory-link .directory-link-count {
	display: inline;
	margin: 0;
	color: #6c7b79;
	font-size: 0.86em;
	font-weight: 800;
	line-height: inherit;
}

.directory-section {
	padding: 22px var(--content-pad-x);
}

.directory-section .section-heading {
	margin-bottom: 12px;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
	background: #fff;
}

.directory-section .section-heading h2 {
	font-size: clamp(23px, 2.8vw, 34px);
}

.directory-section .section-lead {
	margin-top: 8px;
	font-size: 15px;
}

.shop-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.shop-card.directory-shop-card {
	display: grid;
	grid-template-columns: minmax(200px, 25%) minmax(0, 1fr);
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e1e5df;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.shop-card.directory-shop-card:hover {
	border-color: #d2d8d1;
	background: #fff;
}

.directory-shop-card .shop-visual {
	width: 100%;
	height: 100%;
	min-height: 162px;
	aspect-ratio: auto;
	margin: 0;
	border-right: 1px solid var(--line);
	border-radius: 0;
}

.directory-shop-card .shop-visual:has(img)::before {
	display: none;
}

.directory-shop-card .shop-visual img {
	object-fit: contain;
	background: #fff;
}

.directory-shop-card .shop-card-body {
	display: grid;
	gap: 9px;
	min-width: 0;
	padding: 13px 14px;
	background: transparent;
}

.directory-shop-card h3 {
	font-size: clamp(19px, 1.8vw, 23px);
}

.shop-card-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--line);
}

.shop-title-link {
	display: inline;
	flex: 1 1 auto;
	min-width: 0;
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.shop-title-link:hover {
	color: var(--green-dark);
}

.shop-card-title-row .shop-price-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 30px;
	margin-top: 1px;
	padding: 5px 8px;
	border: 1px solid #cddcd4;
	border-radius: 4px;
	background: #eef5f2;
	color: var(--green-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
	text-decoration: none;
}

.shop-card-title-row .shop-price-link:hover {
	border-color: #9eb4a6;
	background: #e5f0ea;
	text-decoration: none;
}

.shop-card-discovery-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.discovery-chip {
	display: inline-flex;
	align-items: baseline;
	max-width: 100%;
	min-height: 30px;
	padding: 5px 8px;
	border: 1px solid #d7dfd4;
	border-radius: 4px;
	background: #fff;
	color: #25384d;
	line-height: 1.2;
	text-decoration: none;
}

.discovery-chip span,
.discovery-chip strong {
	display: inline;
	min-width: 0;
	overflow-wrap: anywhere;
}

.discovery-chip span {
	flex: 0 0 auto;
	margin-right: 6px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.discovery-chip strong {
	font-size: 12px;
	font-weight: 800;
}

.area-chip {
	background: #eef5f2;
	border-color: #cddcd4;
}

.category-chip {
	background: #f8faf7;
}

a.discovery-chip:hover {
	border-color: #9eb4a6;
	background: #edf5ef;
	color: var(--green-dark);
}

.shop-fact-list > div {
	min-width: 0;
}

.shop-fact-list span,
.shop-fact-list strong {
	overflow-wrap: anywhere;
}

.shop-fact-list span {
	color: var(--muted);
	font-weight: 800;
	text-transform: uppercase;
}

.shop-fact-list strong a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.shop-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.shop-meta-grid div {
	padding: 7px 8px;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: #f8faf7;
}

.directory-shop-card .shop-meta-grid div {
	background: #fbfaf5;
}

.shop-meta-grid span,
.shop-meta-grid strong {
	display: block;
}

.shop-meta-grid span {
	font-size: 10px;
}

.shop-meta-grid strong {
	margin-top: 3px;
	color: var(--ink);
	font-size: 12px;
	line-height: 1.28;
}

.detail-title-block .eyebrow a {
	color: inherit;
	text-decoration: none;
}

.detail-title-block .eyebrow a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.directory-shop-card .tag-row {
	margin-top: 0;
}

.directory-shop-card .card-actions {
	margin-top: 0;
	padding-top: 0;
}

.button {
	border-radius: 5px;
}

.tag {
	border-radius: 4px;
}

.shop-search-section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.browse-search-section {
	display: block;
	width: 100%;
	margin: 0;
	padding: var(--browse-section-pad-y) 0;
	border-bottom: 1px solid var(--browse-border);
	background: var(--browse-surface);
}

.browse-search-section .shop-search-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--browse-control-gap);
}

.browse-search-section .shop-search-heading {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	align-items: center;
	min-height: var(--browse-label-height);
	width: 100%;
	margin: 0;
	padding: 0;
}

.browse-search-section .shop-search-heading p {
	flex: 1 1 18rem;
	min-width: 0;
	max-width: none;
	margin: 0;
	color: #5e6d6a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.browse-search-section .shop-search-form input {
	width: 100%;
	min-height: var(--browse-control-height);
}

.browse-search-section .shop-search-form .button {
	min-width: 54px;
	min-height: var(--browse-control-height);
	padding-right: 12px;
	padding-left: 12px;
	border-color: #a8b4b0;
	border-radius: 5px;
	background: #fff;
	color: var(--ink);
	font-weight: 900;
	white-space: nowrap;
}

.browse-search-section .shop-search-form {
	width: 100%;
	max-width: none;
	margin: 0;
	gap: var(--browse-control-gap);
	justify-self: stretch;
}

.browse-search-section .shop-search-form input,
.browse-search-section .shop-search-form .button {
	box-shadow: none;
}

.shop-search-heading {
	margin-bottom: 8px;
}

.shop-search-heading h2 {
	margin: 0;
	color: #14202a;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0;
}

.shop-search-heading p {
	max-width: 720px;
	margin: 4px 0 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.shop-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	width: 100%;
	min-width: 0;
}

.shop-search-form input {
	min-width: 0;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: #fff;
	color: var(--ink);
	font: inherit;
	font-weight: 700;
}

.shop-list-toolbar-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.shop-list-toolbar-inner > div {
	display: flex;
	align-items: baseline;
	gap: 6px;
	min-width: 0;
}

.shop-list-toolbar-inner span,
.shop-list-toolbar-inner strong {
	display: inline;
}

.shop-list-toolbar-inner span {
	color: var(--muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.shop-list-toolbar-inner strong {
	font-size: 13px;
	line-height: 1.25;
}

.page-hero.directory-page-hero {
	background: #fff;
}

.page-hero.directory-page-hero .page-hero-inner {
	padding-top: 28px;
	padding-bottom: 28px;
}

.page-hero.directory-page-hero h1 {
	font-size: clamp(34px, 5vw, 58px);
}

.page-hero.directory-page-hero .lead {
	margin-top: 12px;
	font-size: clamp(16px, 2vw, 19px);
}

.page-hero h1.nowrap-title {
	max-width: none;
	font-size: clamp(20px, 6.4vw, 64px);
	line-height: 1.05;
	overflow-wrap: normal;
	white-space: nowrap;
}

.category-index-directory {
	gap: 8px 10px;
}

.directory-shell.single.index-directory {
	grid-template-columns: minmax(0, 2fr) minmax(280px, 0.85fr);
	align-items: start;
}

.index-directory .index-main-directory {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.index-directory .index-side-directory {
	grid-column: 2;
}

.area-index-directory .area-directory .directory-heading {
	padding: 10px 14px;
	background: #fffdf8;
}

.area-index-directory .area-directory .directory-heading h2 {
	font-size: clamp(17px, 1.8vw, 22px);
}

.area-index-directory .area-directory .directory-heading .section-lead {
	font-size: 12px;
}

.category-index-directory .category-main-directory {
	width: 100%;
}

.category-index-directory .category-main-directory .directory-heading {
	background: #fffdf8;
}

.category-index-directory .category-main-directory .directory-link {
	min-height: 58px;
	background: #fff;
}

.category-index-directory .category-main-directory .directory-link strong {
	font-size: 15px;
}

.index-directory .index-side-directory {
	border-color: #dfe5e0;
	border-top-width: 1px;
	border-top-color: var(--line);
	box-shadow: none;
}

.category-index-directory .index-side-directory {
	background: #fbfcfa;
}

.index-directory .index-side-directory .directory-heading {
	padding: 8px 10px;
	background: #fbfcfa;
}

.index-directory .index-side-directory .directory-heading h2 {
	color: #25384d;
	font-size: 13px;
}

.index-directory .index-side-directory .directory-heading .section-lead {
	font-size: 12px;
	font-weight: 600;
}

.index-directory .index-side-directory .directory-heading .section-lead,
.index-directory .index-side-directory .directory-link > span:not(.directory-link-count) {
	display: none;
}

.area-index-directory .area-directory .directory-group-heading {
	padding: 10px 14px;
	background: #f7faf8;
}

.area-index-directory .area-directory .directory-group h3 {
	font-size: 15px;
	line-height: 1.25;
}

.area-index-directory .area-directory .directory-group-heading p {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.35;
}

.area-index-directory .area-directory .directory-link {
	min-height: 54px;
	padding: 9px 12px;
}

.area-index-directory .area-directory .directory-link strong {
	font-size: 15px;
}

.area-index-directory .area-directory .directory-link span:not(.directory-link-count) {
	display: none;
}

.category-index-directory .category-main-directory .category-directory-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-index-directory .category-main-directory .directory-link:nth-child(2n) {
	border-right: 0;
}

.index-directory .index-side-directory .directory-link-grid {
	grid-template-columns: 1fr;
}

.index-directory .index-side-directory .directory-link {
	min-height: 38px;
	padding: 8px 10px;
	background: #fff;
}

.category-index-directory .index-side-directory .directory-link {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 10px;
}

.index-directory .index-side-directory .directory-link strong {
	font-size: 14px;
}

.index-directory .index-side-directory .directory-link span {
	margin-top: 4px;
	font-size: 12px;
}

.browse-directory {
	padding: var(--directory-section-pad-y) var(--content-pad-x);
}

.directory-shell.single.secondary-browse-directory {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.secondary-browse-directory .directory-link-grid {
	grid-template-columns: 1fr;
}

.shop-browse-directory .shop-category-directory .directory-link,
.shop-browse-directory .shop-area-directory .directory-link {
	min-height: 44px;
	padding: 9px 12px;
}

.secondary-browse-directory .directory-panel {
	border-top-width: 1px;
	border-top-color: var(--line);
	box-shadow: none;
}

.secondary-browse-directory .directory-heading {
	padding: 10px 12px;
	background: #fbfcfa;
}

.secondary-browse-directory .directory-heading h2 {
	color: #25384d;
	font-size: 15px;
}

.secondary-browse-directory .directory-heading .section-lead {
	font-size: 12px;
	font-weight: 600;
}

.secondary-browse-directory .directory-link {
	min-height: 54px;
	padding: 10px 12px;
	background: #fff;
}

.secondary-browse-directory .directory-link strong {
	font-size: 14px;
}

.secondary-browse-directory .directory-link span {
	margin-top: 4px;
	font-size: 12px;
}

.area-directory-grid {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.area-index-directory .area-directory .directory-link-grid {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.area-index-directory .area-directory .directory-link:nth-child(3n) {
	border-right: 1px solid var(--line);
}

.area-index-directory .area-directory .directory-link:last-child {
	border-right: 0;
}

.detail-title-block {
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 6px 6px 0 0;
	background: #fff;
}

.detail-title-block h1 {
	font-size: clamp(34px, 5vw, 64px);
}

.detail-title-block .lead {
	margin-top: 12px;
	font-size: clamp(16px, 2vw, 19px);
}

.detail-summary-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-right: 1px solid var(--line);
	border-left: 1px solid var(--line);
	background: #fff;
}

.detail-summary-strip div {
	padding: 12px 14px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.detail-summary-strip div:last-child {
	border-right: 0;
}

.detail-summary-strip span,
.detail-summary-strip strong {
	display: block;
}

.detail-summary-strip span {
	font-size: 11px;
}

.detail-summary-strip strong {
	margin-top: 3px;
	color: #25384d;
	font-size: 14px;
	line-height: 1.28;
}

@media (max-width: 1040px) {
	.portal-hero,
	.directory-shell {
		grid-template-columns: 1fr;
	}

	.shop-meta-grid,
	.detail-summary-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.detail-summary-strip div:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 980px) {
	body.has-fixed-menu main {
		padding-top: var(--runtime-fixed-menu-height);
	}

	body.has-fixed-menu .site-header,
	body.has-fixed-menu .filter-bar.fixed-menu-target {
		position: fixed;
		right: 0;
		left: 0;
		width: 100%;
	}

	body.has-fixed-menu .site-header {
		top: 0;
	}

	body.has-fixed-menu .filter-bar.fixed-menu-target {
		top: var(--runtime-site-header-height);
	}
}

@media (max-width: 760px) {
	.page-hero-inner {
		padding-top: 30px;
		padding-bottom: 32px;
	}

	.page-hero.directory-page-hero h1 {
		font-size: clamp(30px, 9.6vw, 38px);
		line-height: 1.08;
	}

	.page-hero.directory-page-hero .lead {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.6;
	}

	.portal-hero {
		padding-top: 22px;
	}

	.directory-shell.single.index-directory,
	.directory-shell.single.secondary-browse-directory {
		grid-template-columns: 1fr;
	}

	.index-directory .index-main-directory,
	.index-directory .index-side-directory {
		grid-column: auto;
		grid-row: auto;
	}

	.browse-mode-inner {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.browse-mode-title {
		margin-bottom: 6px;
		font-size: 11px;
	}

	.browse-mode-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.browse-mode-link {
		min-height: 54px;
		padding: 8px 6px;
	}

	.browse-mode-link strong {
		font-size: 13px;
	}

	.browse-mode-link span {
		font-size: 11px;
	}

	.index-browse-mode .browse-mode-inner {
		display: block;
		padding-top: var(--browse-section-pad-y);
		padding-bottom: var(--browse-section-pad-y);
	}

	.index-browse-mode .browse-mode-title {
		margin-bottom: var(--browse-label-gap);
	}

	.index-browse-mode .browse-mode-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.index-browse-mode .browse-mode-link {
		min-height: var(--browse-control-height);
		padding: 7px 6px;
	}

	.index-browse-mode .browse-mode-link strong {
		font-size: 12px;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.browse-search-section {
		padding-top: var(--browse-section-pad-y);
		padding-bottom: var(--browse-section-pad-y);
	}

	.browse-search-section .shop-search-heading {
		display: flex;
		flex-wrap: wrap;
		gap: 4px 8px;
		align-items: center;
		margin-bottom: 0;
	}

	.browse-search-section .shop-search-heading h2,
	.browse-search-section .shop-search-heading p,
	.browse-search-section .shop-search-form {
		grid-column: auto;
	}

	.browse-search-section + .page-list-section {
		padding-top: var(--browse-section-pad-y);
	}

	.browse-search-section .shop-search-heading p {
		flex-basis: 100%;
		max-width: none;
	}

	.portal-stats {
		grid-template-columns: 1fr;
	}

	.shop-list-toolbar-inner {
		gap: 6px 12px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.shop-list-toolbar-inner span {
		font-size: 10px;
	}

	.shop-list-toolbar-inner strong {
		font-size: 11px;
		line-height: 1.25;
	}

	.directory-link-grid,
	.category-directory-grid,
	.directory-link-grid.compact {
		grid-template-columns: 1fr;
	}

	.directory-link,
	.category-directory-grid .directory-link:nth-child(3n),
	.directory-link:nth-child(3n) {
		border-right: 0;
	}

	.category-index-directory .category-main-directory .category-directory-grid {
		grid-template-columns: 1fr;
	}

	.category-index-directory .category-main-directory .directory-link,
	.category-index-directory .category-main-directory .category-directory-grid .directory-link:nth-child(2n),
	.category-index-directory .category-main-directory .category-directory-grid .directory-link:nth-child(4n) {
		border-right: 0;
	}

	.directory-heading,
	.directory-section .section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.shop-card.directory-shop-card {
		grid-template-columns: 1fr;
	}

	.directory-shop-card .shop-visual {
		min-height: 0;
		max-height: none;
		aspect-ratio: 21 / 9;
		border-right: 0;
		border-bottom: 1px solid var(--line);
		background: #fff;
	}

	.directory-shop-card .shop-card-body {
		gap: 7px;
		padding: 11px 12px 12px;
	}

	.shop-card-title-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
		padding-bottom: 8px;
	}

	.shop-card-title-row .shop-price-link {
		font-size: 16px;
		text-align: left;
		white-space: normal;
	}

	.shop-card-discovery-row {
		gap: 5px;
	}

	.discovery-chip {
		min-height: 28px;
		padding: 4px 7px;
	}

	.shop-meta-grid,
	.detail-summary-strip {
		grid-template-columns: 1fr;
	}

	.directory-shop-card .shop-meta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.directory-shop-card .shop-meta-grid div {
		padding: 7px 8px;
	}

	.directory-shop-card .shop-meta-grid div:nth-child(3) {
		grid-column: 1 / -1;
	}

	.detail-summary-strip div,
	.detail-summary-strip div:nth-child(2n) {
		border-right: 0;
	}

}

/* Shop detail page */
.detail-page-filter {
	border-top: 0;
}

.detail-page {
	display: block;
	width: min(100%, var(--content-width));
	margin: 0 auto;
	padding: 22px var(--content-pad-x) 56px;
	scroll-margin-top: calc(var(--site-header-height) + 68px);
}

.detail-page .detail-block,
.detail-page .system-table {
	margin: 0 0 14px;
	border: 1px solid #e1e5df;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	scroll-margin-top: calc(var(--site-header-height) + 68px);
}

.detail-page .detail-block {
	padding: 16px;
}

.detail-page .detail-identity-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 18px;
	align-items: start;
}

.detail-page .detail-title-block {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.detail-page .detail-title-block h1 {
	font-size: clamp(34px, 5vw, 60px);
}

.detail-page .detail-title-block .lead {
	max-width: 720px;
	margin-top: 12px;
	font-size: clamp(16px, 2vw, 19px);
}

.detail-tags {
	margin-top: 14px;
}

.detail-photo-panel {
	display: grid;
	gap: 10px;
}

.detail-page .detail-visual {
	min-height: 128px;
	aspect-ratio: 4 / 3;
	margin: 0;
	border-radius: 0;
}

.detail-photo {
	display: block;
	width: 100%;
	min-height: 128px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #e6ece8;
}

.detail-photo-panel p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.45;
}

.detail-photo-panel strong,
.detail-photo-panel span {
	display: block;
}

.detail-photo-panel strong {
	color: var(--ink);
}

.detail-page .detail-summary-block {
	padding: 0;
}

.detail-page .detail-summary-strip {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 0;
}

.detail-page .detail-summary-strip div {
	border-bottom: 0;
}

.detail-contact-block h2,
.detail-block-heading h2 {
	margin: 0;
	color: #14202a;
	font-size: clamp(22px, 2.6vw, 30px);
	line-height: 1.15;
	letter-spacing: 0;
}

.detail-page .detail-actions {
	margin-top: 12px;
	padding: 0;
	border: 0;
	background: transparent;
}

.detail-page .detail-actions .button {
	min-height: 40px;
	border-radius: 4px;
}

.contact-method-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
}

.contact-method-item {
	display: grid;
	grid-template-columns: minmax(74px, max-content) minmax(0, 1fr);
	align-items: center;
	column-gap: 10px;
	row-gap: 4px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: #fbfcfa;
}

.contact-method-item dt {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.contact-method-label {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 8px;
	border-left: 3px solid var(--green-dark);
	border-radius: 3px;
	background: #edf4f1;
	color: var(--green-dark);
}

.contact-method-item dd {
	margin: 0;
	color: #14202a;
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.contact-method-value {
	display: inline-block;
	max-width: 100%;
}

.contact-method-values {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-method-values li {
	min-width: 0;
}

.contact-method-item a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.contact-referral-note {
	margin: 12px 0 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.6;
}

.detail-block-heading p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
}

.detail-cast-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.detail-cast-card {
	display: grid;
	gap: 8px;
	color: var(--ink);
	text-decoration: none;
}

.detail-cast-card strong {
	font-size: 15px;
	line-height: 1.35;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.detail-cast-image-wrap {
	display: block;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	border: 1px solid var(--line);
	background: #eef2ef;
}

.detail-cast-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-cast-image-fallback,
.cast-profile-image-fallback {
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 800;
	background: #285c53;
}

.detail-cast-more {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.cast-list-heading-block h1 {
	margin: 0;
	font-size: clamp(34px, 4.8vw, 56px);
	line-height: 1.05;
}

.cast-list-heading-block .lead {
	margin: 12px 0 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.7;
}

.cast-list-grid {
	margin-top: 0;
}

.cast-profile-block {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
	gap: 18px;
	align-items: start;
}

.cast-profile-media {
	background: #eef2ef;
}

.cast-profile-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	background: #fff;
}

.cast-profile-image {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border: 1px solid var(--line);
	background: #eef2ef;
}

.cast-profile-image-main {
	grid-column: 1 / -1;
}

.cast-profile-body h1 {
	margin: 0;
	font-size: clamp(36px, 5vw, 58px);
	line-height: 1.05;
}

.cast-profile-body h2 {
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.3;
}

.cast-profile-body .lead {
	margin-top: 8px;
	font-size: 17px;
	line-height: 1.7;
}

.cast-profile-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 14px 0 0;
}

.cast-profile-facts div {
	padding: 9px 10px;
	border: 1px solid var(--line);
	background: #f8faf8;
}

.cast-profile-facts dt {
	margin: 0 0 3px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.2;
}

.cast-profile-facts dd {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.cast-profile-comment {
	margin: 14px 0 0;
	padding: 12px 14px;
	border-left: 3px solid #285c53;
	background: #f8faf8;
	color: var(--ink);
	font-size: 15px;
	line-height: 1.6;
}

.cast-profile-note {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--line);
}

.cast-profile-note h2 {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
}

.cast-profile-note p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.65;
}

.detail-page .system-table {
	overflow: hidden;
}

.detail-page .system-table > h2 {
	margin: 0;
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid var(--line);
	background: #fff;
	font-size: clamp(23px, 2.8vw, 34px);
}

.detail-page .system-table > p {
	margin: 0;
	padding: 16px;
	color: var(--muted);
}

.detail-page .system-group {
	margin-top: 0;
	border: 0;
	border-radius: 0;
}

.detail-page .system-group + .system-group {
	border-top: 1px solid var(--line);
}

.detail-page .system-group h3 {
	background: #f7f8f3;
}

.detail-page .system-row {
	grid-template-columns: minmax(0, 1fr) minmax(150px, 0.35fr);
}

.detail-access-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
	gap: 16px;
	margin-top: 14px;
}

.detail-page .info-list {
	gap: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.detail-page .info-list div {
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 12px;
	padding: 10px 0;
}

.detail-page .info-list div:first-child {
	padding-top: 0;
}

.detail-page .info-list div:last-child {
	padding-bottom: 0;
}

.detail-page .map-panel {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.detail-page .map-frame {
	aspect-ratio: 16 / 9;
	border-radius: 0;
}

@media (max-width: 760px) {
	.system-table#price-system {
		scroll-margin-top: calc(var(--runtime-site-header-height) + var(--runtime-subnav-height) + 12px);
	}

	.detail-page,
	.detail-page .detail-block,
	.detail-page .system-table {
		scroll-margin-top: calc(var(--runtime-site-header-height) + var(--runtime-subnav-height) + 12px);
	}

	.detail-page .detail-identity-block,
	.detail-access-grid,
	.cast-profile-block {
		grid-template-columns: 1fr;
	}

	.detail-page .detail-summary-strip {
		grid-template-columns: 1fr;
	}

	.detail-cast-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cast-profile-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.detail-page .detail-summary-strip div {
		border-right: 0;
	}

	.detail-page .system-row,
	.detail-page .info-list div {
		grid-template-columns: 1fr;
	}

	.contact-method-list,
	.contact-method-item {
		grid-template-columns: 1fr;
	}

	.detail-page .system-row strong {
		text-align: left;
	}
}

/* Home entry page */
.home-section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.home-section + .home-section {
	border-top: 1px solid #e3e6df;
}

.home-section-inner {
	width: min(100%, var(--content-width));
	margin: 0 auto;
	padding: 14px var(--content-pad-x);
}

.home-notice-section {
	background: linear-gradient(120deg, #f8f1e2 0%, #e7f0eb 48%, #e6edf2 100%);
	border-bottom: 1px solid var(--line);
}

.home-notice-section .home-section-inner {
	padding-top: clamp(30px, 4.2vw, 50px);
	padding-bottom: clamp(30px, 4.2vw, 50px);
}

.home-language-section,
.home-category-section,
.home-about-section {
	background: #fff;
}

.home-area-section {
	background: #eef3ef;
}

.home-guide-section {
	background: #fbf6eb;
}

.home-notice-panel {
	--home-logo-size: clamp(98px, 7.6vw, 112px);
	--home-logo-gap: clamp(18px, 2.4vw, 26px);
	display: grid;
	gap: 0;
	max-width: 960px;
	padding: 12px 0;
	border: 0;
	background: transparent;
}

.home-notice-brand {
	display: flex;
	align-items: center;
	gap: var(--home-logo-gap);
	min-width: 0;
}

.home-notice-logo {
	display: block;
	flex: 0 0 auto;
	width: var(--home-logo-size);
	height: var(--home-logo-size);
	object-fit: contain;
}

.home-notice-panel h1,
.home-notice-panel h2,
.home-about-section p {
	margin: 0;
}

.home-notice-panel h1 {
	color: #14202a;
	font-size: clamp(38px, 5.4vw, 66px);
	line-height: 0.98;
	letter-spacing: 0;
}

.home-notice-panel h2 {
	margin-top: 12px;
	margin-left: calc(var(--home-logo-size) + var(--home-logo-gap));
	color: #8f4038;
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0;
}

.home-notice-panel p {
	margin: 6px 0 0 calc(var(--home-logo-size) + var(--home-logo-gap));
	color: #4f5f62;
	font-size: 15px;
	line-height: 1.5;
}

.home-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 7px;
}

.home-section-heading h2 {
	margin: 0;
	color: #14202a;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

.home-section-heading > div {
	min-width: 0;
}

.home-section-heading p {
	max-width: 760px;
	margin: 4px 0 0;
	color: #51615c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.home-section-heading .text-link {
	flex: 0 0 auto;
	color: var(--green-dark);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
}

.home-language-list,
.home-area-list,
.home-category-list,
.home-guide-link-list {
	display: grid;
	gap: 8px;
}

.home-language-list,
.home-area-list {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.home-language-link,
.home-area-link,
.home-category-link,
.home-guide-link-list a {
	display: grid;
	place-items: center;
	min-width: 0;
	min-height: 46px;
	padding: 9px 12px;
	border: 1px solid #d8dedb;
	border-radius: 6px;
	background: #fff;
	text-align: center;
}

.home-area-link,
.home-category-link {
	align-content: center;
	gap: 6px;
	min-height: 48px;
}

.home-language-link.active {
	border-color: #96aaa2;
	background: #edf3ef;
}

.home-language-link strong,
.home-area-link strong,
.home-category-link strong,
.home-guide-link-list a {
	max-width: 100%;
	min-width: 0;
	color: #14202a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.home-area-link span,
.home-category-link span {
	max-width: 28em;
	color: #51615c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.home-category-list {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.home-guide-link-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-guide-link-list a {
	min-height: 36px;
	color: #4f5f62;
	font-size: 13px;
	font-weight: 700;
}

.home-about-section p {
	max-width: 760px;
	color: #4f5f62;
	font-size: 14px;
	line-height: 1.7;
}

.active-filter-strip {
	border-bottom: 1px solid var(--browse-border);
	background: var(--browse-surface);
}

.active-filter-inner {
	display: flex;
	flex-wrap: wrap;
	gap: var(--browse-control-gap);
	align-items: center;
	padding-top: var(--browse-section-pad-y);
	padding-bottom: var(--browse-section-pad-y);
}

.active-filter-chip,
.active-filter-clear {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 10px;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: #f8faf7;
	color: #25384d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.active-filter-chip strong {
	margin-left: 4px;
}

.active-filter-clear {
	background: #fff;
	color: var(--green-dark);
	font-weight: 800;
}

.home-language-link:hover,
.home-area-link:hover,
.home-category-link:hover,
.home-guide-link-list a:hover {
	border-color: #aeb9b4;
	background: #fff;
}

@media (max-width: 760px) {
	.home-section-inner {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.home-notice-section .home-section-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.home-notice-panel {
		--home-logo-size: 66px;
		--home-logo-gap: 10px;
		padding: 8px 0;
		text-align: center;
	}

	.home-notice-brand {
		justify-content: center;
		gap: 12px;
	}

	.home-notice-logo {
		width: var(--home-logo-size);
		height: var(--home-logo-size);
	}

	.home-notice-panel h2 {
		margin-left: 0;
		margin-top: 10px;
		font-size: 20px;
	}

	.home-notice-panel p {
		margin-left: 0;
		margin-top: 6px;
		font-size: 14px;
	}

	.home-notice-panel h1 {
		font-size: clamp(34px, 11vw, 44px);
		line-height: 1;
	}

	.home-section-heading {
		align-items: flex-start;
	}

	.home-category-list,
	.home-area-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-guide-link-list {
		grid-template-columns: 1fr;
	}

	.home-language-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-language-link {
		min-height: 44px;
		padding: 9px 10px;
	}

	.home-area-link,
	.home-category-link {
		min-height: 50px;
		padding: 10px 12px;
	}

	.home-guide-link-list a {
		min-height: 40px;
		padding: 9px 10px;
	}

	.shop-search-form {
		grid-template-columns: 1fr;
	}
}

/* Header language controls are two separate UIs: full buttons for desktop and
   a compact dropdown for mobile. These rules are kept last so they stay
   mutually exclusive after all other responsive header styles. */
.site-header > .language-switch {
	display: flex !important;
}

.site-header > .language-menu {
	display: none !important;
}

@media (max-width: 980px) {
	.site-header > .language-switch {
		display: none !important;
	}

	.site-header > .language-menu {
		display: block !important;
		align-self: flex-end;
	}
}

@media (min-width: 981px) {
	.site-header > .language-switch {
		display: flex !important;
	}

	.site-header > .language-menu {
		display: none !important;
	}
}
