:root {
	--hh-red: #e21b23;
	--hh-red-dark: #b91c1c;
	--hh-green: #058a4f;
	--hh-green-dark: #04723f;
	--hh-blue: #2368d9;
	--hh-purple: #7a43d8;
	--hh-orange: #f27a1a;
	--hh-pink: #e84e87;
	--hh-ink: #111827;
	--hh-muted: #5f6b7a;
	--hh-soft: #f7f9fc;
	--hh-paper: #ffffff;
	--hh-line: #e8edf3;
	--hh-radius: 8px;
	--hh-shadow: 0 18px 44px rgba(17, 24, 39, .12);
	--hh-shadow-soft: 0 10px 28px rgba(17, 24, 39, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--hh-soft);
	color: var(--hh-ink);
	font-family: Inter, "Noto Sans JP", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.skip-link:focus {
	position: fixed;
	inset: 12px auto auto 12px;
	z-index: 999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid var(--hh-red);
}

.hh-shell {
	width: min(1360px, calc(100% - 64px));
	margin-inline: auto;
}
.hh-section { padding: 34px 0; }
.hh-ref-section { padding-top: 42px; }
.hh-band {
	background: #fff;
	border-block: 1px solid var(--hh-line);
}

.hh-site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(17, 24, 39, .06);
}
.hh-header-inner {
	min-height: 70px;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 32px;
}
.hh-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
}
.hh-brand strong {
	color: #0b1018;
	font-size: 1.86rem;
	line-height: 1;
	font-weight: 900;
}
.hh-brand strong span { color: var(--hh-red); }
.hh-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	background: #fff;
	cursor: pointer;
}
.hh-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--hh-ink);
}
.hh-primary-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
}
.hh-primary-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hh-primary-nav a {
	position: relative;
	text-decoration: none;
	font-size: .92rem;
	font-weight: 900;
}
.hh-primary-nav li > a {
	min-height: 70px;
	display: inline-flex;
	align-items: center;
}
.hh-primary-nav li > a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 99px 99px 0 0;
	background: transparent;
}
.hh-primary-nav a:hover,
.hh-primary-nav .current-menu-item > a,
.hh-primary-nav .current_page_item > a { color: var(--hh-red); }
.hh-primary-nav .current-menu-item > a:after,
.hh-primary-nav .current_page_item > a:after { background: currentColor; }
.hh-header-tools {
	display: flex;
	align-items: center;
	gap: 18px;
}
.hh-search-link {
	width: 28px;
	height: 28px;
	position: relative;
	display: inline-grid;
	place-items: center;
}
.hh-search-link:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 2px solid #0b1018;
	border-radius: 50%;
}
.hh-search-link:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 2px;
	right: 3px;
	bottom: 5px;
	background: #0b1018;
	transform: rotate(45deg);
	border-radius: 99px;
}
.hh-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #0b1018;
	font-size: .9rem;
	font-weight: 900;
	white-space: nowrap;
}
.hh-language-switcher a {
	color: #0b1018;
	text-decoration: none;
	white-space: nowrap;
}
.hh-language-switcher a + a:before {
	content: "/";
	margin-right: 7px;
	color: var(--hh-muted);
	font-weight: 700;
}
.hh-language-switcher a.is-active {
	color: var(--hh-red);
}
.hh-globe {
	width: 19px;
	height: 19px;
	position: relative;
	display: inline-block;
	border: 2px solid #0b1018;
	border-radius: 50%;
}
.hh-globe:before,
.hh-globe:after {
	content: "";
	position: absolute;
	inset: 3px 6px;
	border-inline: 1px solid #0b1018;
	border-radius: 50%;
}
.hh-globe:after {
	inset: 8px 2px auto;
	height: 1px;
	border: 0;
	background: #0b1018;
}
.hh-button,
.hh-search button,
.hh-inline-form button,
.hh-form button,
.hh-compact-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid var(--hh-red);
	border-radius: var(--hh-radius);
	background: #fff;
	color: var(--hh-red);
	text-decoration: none;
	font-weight: 900;
	cursor: pointer;
}
.hh-button--primary,
.hh-search button,
.hh-inline-form button,
.hh-form button {
	background: var(--hh-red);
	color: #fff;
	box-shadow: 0 12px 24px rgba(226, 27, 35, .2);
}
.hh-button--ghost {
	background: #fff;
	color: var(--hh-red-dark);
	border-color: var(--hh-line);
	box-shadow: none;
}
.hh-button--green,
.hh-ref-hero--living .hh-search button,
.hh-ref-hero--services .hh-search button,
.hh-community-hero .hh-search button,
.hh-compact-form button {
	background: var(--hh-green);
	border-color: var(--hh-green);
	color: #fff;
	box-shadow: 0 12px 24px rgba(5, 138, 79, .18);
}
.hh-button--small,
.hh-header-cta {
	min-height: 38px;
	padding-inline: 15px;
	font-size: .88rem;
}
.hh-header-cta {
	min-height: 46px;
	padding-inline: 22px;
	color: #fff;
}

.hh-search {
	position: relative;
	display: flex;
	width: min(610px, 100%);
	padding: 8px;
	background: rgba(255, 255, 255, .96);
	border: 1px solid rgba(17, 24, 39, .1);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
}
.hh-search:before {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border: 2px solid #9aa3af;
	border-radius: 50%;
}
.hh-search:after {
	content: "";
	position: absolute;
	left: 35px;
	top: 50%;
	width: 8px;
	height: 2px;
	margin-top: 6px;
	background: #9aa3af;
	transform: rotate(45deg);
	border-radius: 99px;
}
.hh-search input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 0 18px 0 48px;
	outline: 0;
	color: var(--hh-ink);
}
.hh-search button {
	flex: 0 0 auto;
	min-width: 104px;
	min-height: 48px;
}

.hh-ref-hero {
	position: relative;
	min-height: 440px;
	overflow: hidden;
	background: var(--hero-image) center / cover no-repeat;
}
.hh-ref-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .76) 38%, rgba(255, 255, 255, .14) 76%);
}
.hh-ref-hero--dark:before {
	background: linear-gradient(90deg, rgba(5, 10, 20, .72) 0%, rgba(5, 10, 20, .48) 44%, rgba(5, 10, 20, .12) 100%);
}
.hh-ref-hero__inner {
	position: relative;
	z-index: 1;
	min-height: inherit;
	display: flex;
	align-items: center;
	padding: 62px 0 92px;
}
.hh-ref-hero__copy {
	max-width: 700px;
}
.hh-ref-hero h1 {
	margin: 0;
	font-size: clamp(2.65rem, 5.3vw, 4.65rem);
	line-height: 1.06;
	font-weight: 900;
}
.hh-ref-hero h1 span { color: var(--hh-red); }
.hh-ref-hero p {
	max-width: 600px;
	margin: 16px 0 26px;
	color: #202938;
	font-size: 1.2rem;
	font-weight: 650;
}
.hh-ref-hero--dark h1,
.hh-ref-hero--dark p,
.hh-community-hero h1,
.hh-community-hero p { color: #fff; }
.hh-ref-hero--travel { min-height: 400px; }
.hh-ref-hero--living,
.hh-ref-hero--services { min-height: 360px; }
.hh-ref-hero--living:before,
.hh-ref-hero--services:before { background: linear-gradient(90deg, rgba(5, 24, 40, .68), rgba(5, 24, 40, .38), rgba(5, 24, 40, .1)); }
.hh-hero-chip-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	color: #fff;
}
.hh-hero-chip-row a,
.hh-hero-chip-row span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 13px;
	border-radius: 999px;
	background: rgba(12, 22, 36, .58);
	color: #fff;
	text-decoration: none;
	font-size: .82rem;
	font-weight: 900;
}
.hh-hero-chip-row span {
	background: transparent;
	padding-left: 0;
}

.hh-home-entry {
	position: relative;
	z-index: 3;
	margin-top: -64px;
}
.hh-home-entry__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow);
}
.hh-feature-tile {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px 18px;
	align-items: start;
	padding: 18px;
	min-height: 300px;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	background: #fff;
	text-decoration: none;
	box-shadow: var(--hh-shadow-soft);
}
.hh-feature-tile:hover,
.hh-mini-card:hover,
.hh-guide-card:hover,
.hh-service-card:hover,
.hh-side-link:hover,
.hh-discussion-row:hover,
.hh-forum-cat:hover {
	transform: translateY(-2px);
	box-shadow: var(--hh-shadow);
}
.hh-feature-tile__icon {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--hh-red);
	color: #fff;
	font-size: 1.5rem;
}
.hh-feature-tile--green .hh-feature-tile__icon { background: var(--hh-green); }
.hh-feature-tile--blue .hh-feature-tile__icon { background: var(--hh-blue); }
.hh-feature-tile--purple .hh-feature-tile__icon { background: var(--hh-purple); }
.hh-feature-tile__body strong {
	display: block;
	font-size: 1.32rem;
	line-height: 1.2;
}
.hh-feature-tile__body small {
	display: block;
	margin-top: 9px;
	color: #2f3a48;
	font-size: .94rem;
}
.hh-feature-tile img {
	grid-column: 1 / -1;
	width: 100%;
	aspect-ratio: 2.35 / 1;
	object-fit: cover;
	border-radius: var(--hh-radius);
}
.hh-feature-tile em {
	grid-column: 1 / -1;
	justify-self: center;
	color: var(--hh-red);
	font-style: normal;
	font-weight: 900;
}
.hh-feature-tile--green em { color: var(--hh-green); }
.hh-feature-tile--blue em { color: var(--hh-blue); }
.hh-feature-tile--purple em { color: var(--hh-purple); }

.hh-why-strip {
	display: grid;
	grid-template-columns: 260px 1fr;
	align-items: center;
	gap: 32px;
	margin-top: 34px;
	padding: 28px 36px;
	background: rgba(255, 255, 255, .9);
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
}
.hh-why-strip h2 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.1;
}
.hh-why-strip__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}
.hh-why-strip__items div {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 6px 12px;
	align-items: center;
}
.hh-why-strip__items span {
	grid-row: span 2;
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #ffe4e8;
	color: var(--hh-red);
	font-weight: 900;
}
.hh-why-strip__items div:nth-child(2) span { background: #fff1cc; color: var(--hh-orange); }
.hh-why-strip__items div:nth-child(3) span { background: #dff8ea; color: var(--hh-green); }
.hh-why-strip__items div:nth-child(4) span { background: #e4f1ff; color: var(--hh-blue); }
.hh-why-strip__items strong { display: block; }
.hh-why-strip__items p {
	margin: 0;
	color: #344054;
	font-size: .88rem;
}

.hh-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
}
.hh-section-head h2,
.hh-block-title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.18;
}
.hh-section-head p { margin: 6px 0 0; color: var(--hh-muted); }
.hh-section-head a {
	color: var(--hh-red);
	text-decoration: none;
	font-size: .9rem;
	font-weight: 900;
}

.hh-mini-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.hh-mini-card-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.hh-mini-card,
.hh-life-row a,
.hh-service-card,
.hh-guide-card {
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
	text-decoration: none;
}
.hh-mini-card img,
.hh-life-row img,
.hh-service-card img {
	width: 100%;
	aspect-ratio: 1.8 / 1;
	object-fit: cover;
}
.hh-mini-card {
	padding-bottom: 14px;
}
.hh-mini-card span,
.hh-service-card small {
	display: inline-flex;
	margin: 10px 12px 4px;
	padding: 3px 7px;
	border: 1px solid rgba(226, 27, 35, .2);
	border-radius: 4px;
	color: var(--hh-red);
	font-size: .68rem;
	font-weight: 900;
}
.hh-mini-card strong,
.hh-mini-card small,
.hh-life-row strong,
.hh-life-row p,
.hh-service-card strong,
.hh-service-card p,
.hh-service-card em {
	display: block;
	margin-inline: 12px;
}
.hh-mini-card strong,
.hh-life-row strong,
.hh-service-card strong {
	font-size: 1rem;
	line-height: 1.25;
}
.hh-mini-card small,
.hh-life-row p,
.hh-service-card p {
	margin-top: 6px;
	color: var(--hh-muted);
	font-size: .84rem;
}

.hh-home-bottom { padding: 26px 0 12px; }
.hh-newsletter,
.hh-side-card,
.hh-white-panel,
.hh-helpful-band,
.hh-how-strip,
.hh-community-bottom > div {
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
}
.hh-newsletter { padding: 22px; }
.hh-newsletter h2,
.hh-side-card h2,
.hh-white-panel h2,
.hh-helpful-band h2,
.hh-how-strip h2 {
	margin: 0 0 12px;
	font-size: 1.25rem;
	line-height: 1.2;
}
.hh-newsletter p,
.hh-side-card p {
	margin: 0 0 14px;
	color: var(--hh-muted);
}
.hh-newsletter--ref .hh-inline-form {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(160px, 220px) auto;
	gap: 12px;
	margin-top: 14px;
}
.hh-inline-form input,
.hh-inline-form select,
.hh-form input,
.hh-form select,
.hh-form textarea,
.hh-filter-row select,
.hh-compact-form input {
	width: 100%;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	background: #fff;
	padding: 12px 13px;
	color: var(--hh-ink);
}

.hh-category-dock {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(9, minmax(0, 1fr));
	gap: 0;
	margin-top: -42px;
	padding: 18px;
	background: rgba(255, 255, 255, .96);
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow);
}
.hh-category-dock a {
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 92px;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
}
.hh-category-dock span {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #ffe4e8;
	color: var(--hh-red);
	font-size: 1.45rem;
}
.hh-category-dock a:nth-child(2) span { background: #fff0e2; color: var(--hh-orange); }
.hh-category-dock a:nth-child(3) span { background: #fff5e8; color: var(--hh-orange); }
.hh-category-dock a:nth-child(4) span { background: #ddf7e8; color: var(--hh-green); }
.hh-category-dock a:nth-child(5) span { background: #e3f1ff; color: var(--hh-blue); }
.hh-category-dock a:nth-child(6) span { background: #efe6ff; color: var(--hh-purple); }
.hh-category-dock a:nth-child(7) span { background: #ffe5ef; color: var(--hh-pink); }
.hh-category-dock a:nth-child(8) span { background: #e6f3ff; color: var(--hh-blue); }
.hh-category-dock a:nth-child(9) span { background: #e4f8ea; color: var(--hh-green); }
.hh-category-dock strong {
	font-size: .86rem;
	line-height: 1.2;
}
.hh-category-dock small {
	display: block;
	color: var(--hh-muted);
	font-size: .72rem;
	font-weight: 600;
}
.hh-category-dock--living a.is-active strong { color: var(--hh-green); }
.hh-category-dock--living a.is-active { border-bottom: 3px solid var(--hh-green); }
.hh-category-dock--services { grid-template-columns: repeat(8, minmax(0, 1fr)); margin-top: 28px; }

.hh-page-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 28px;
	align-items: start;
	padding-top: 28px;
}
.hh-main-flow,
.hh-side-flow {
	display: grid;
	gap: 24px;
}
.hh-side-flow {
	position: sticky;
	top: 92px;
}
.hh-side-card {
	padding: 20px;
}
.hh-side-link,
.hh-plan-card > a,
.hh-hot-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--hh-line);
	text-decoration: none;
	font-size: .92rem;
	font-weight: 800;
}
.hh-side-link:last-child,
.hh-plan-card > a:last-of-type,
.hh-hot-list a:last-child { border-bottom: 0; }
.hh-plan-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 18px;
}
.hh-plan-card h2,
.hh-plan-card > a { grid-column: 1; }
.hh-mini-map {
	grid-column: 2;
	grid-row: 1 / span 6;
	position: relative;
	min-height: 210px;
	border-radius: var(--hh-radius);
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(35, 104, 217, .2), rgba(5, 138, 79, .18)),
		repeating-linear-gradient(45deg, #edf5ff 0 18px, #dceeff 18px 28px);
}
.hh-mini-map:before {
	content: "";
	position: absolute;
	inset: 26px 34px;
	border: 2px dashed var(--hh-red);
	border-radius: 45%;
}
.hh-mini-map b {
	position: absolute;
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--hh-shadow-soft);
	color: var(--hh-ink);
	font-size: .72rem;
}
.hh-mini-map b:nth-child(1) { left: 22px; top: 36px; }
.hh-mini-map b:nth-child(2) { right: 18px; top: 86px; }
.hh-mini-map b:nth-child(3) { right: 26px; bottom: 28px; }
.hh-season-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.hh-season-grid div {
	padding: 8px;
	text-align: center;
	border-radius: var(--hh-radius);
	background: #f3f7fb;
}
.hh-season-grid img {
	width: 100%;
	aspect-ratio: 1.2 / 1;
	object-fit: cover;
	border-radius: 6px;
}
.hh-season-grid strong,
.hh-season-grid small { display: block; }
.hh-tips-card {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	background: #fff8ec;
}
.hh-tips-card h2 { grid-column: 1 / -1; }
.hh-tips-card div {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 6px;
	font-size: .78rem;
	font-weight: 900;
}
.hh-tips-card span {
	color: var(--hh-blue);
	font-size: 1.55rem;
}
.hh-side-cta,
.hh-personal-card { background: #fff1ed; }

.hh-destination-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.hh-image-card,
.hh-night-row a {
	position: relative;
	min-height: 138px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 14px;
	border-radius: var(--hh-radius);
	background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .72)), var(--card-image) center / cover no-repeat;
	color: #fff;
	text-decoration: none;
	box-shadow: var(--hh-shadow-soft);
}
.hh-image-card span {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 8px;
	border-radius: 4px;
	background: var(--hh-red);
	font-size: .72rem;
	font-weight: 900;
}
.hh-image-card strong,
.hh-night-row strong { font-size: 1rem; line-height: 1.2; }
.hh-image-card small,
.hh-night-row small { font-size: .78rem; font-weight: 800; }
.hh-night-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.hh-night-row a { min-height: 118px; }

.hh-white-panel {
	padding: 22px;
}
.hh-guide-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.hh-guide-card {
	position: relative;
	padding-bottom: 18px;
}
.hh-guide-card img {
	width: 100%;
	aspect-ratio: 1.45 / 1;
	object-fit: cover;
}
.hh-guide-card span {
	position: relative;
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin: -28px 0 12px 18px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: #dcf8e6;
	color: var(--hh-green);
	font-size: 1.35rem;
}
.hh-guide-card--teal span { background: #e5fbf5; color: #079477; }
.hh-guide-card--blue span,
.hh-guide-card--sky span { background: #e5f0ff; color: var(--hh-blue); }
.hh-guide-card--pink span { background: #ffe4ef; color: var(--hh-pink); }
.hh-guide-card--indigo span { background: #eaf0ff; color: #2752c8; }
.hh-guide-card--cyan span { background: #e2f8ff; color: #0889a8; }
.hh-guide-card--orange span { background: #fff0df; color: var(--hh-orange); }
.hh-guide-card strong,
.hh-guide-card p,
.hh-guide-card em {
	display: block;
	margin-inline: 18px;
}
.hh-guide-card strong { font-size: 1.08rem; }
.hh-guide-card p {
	color: var(--hh-muted);
	font-size: .9rem;
}
.hh-guide-card em {
	color: var(--hh-green);
	font-style: normal;
	font-size: .86rem;
	font-weight: 900;
}
.hh-life-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.hh-life-row a { padding-bottom: 14px; text-decoration: none; }
.hh-helpful-band {
	padding: 24px;
	background: linear-gradient(180deg, #fff, #f6fbf8);
}
.hh-helpful-band > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.hh-helpful-band a {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 6px 12px;
	align-items: center;
	min-height: 96px;
	padding: 16px;
	border-radius: var(--hh-radius);
	background: #fff;
	border: 1px solid var(--hh-line);
	text-decoration: none;
}
.hh-helpful-band span {
	grid-row: span 2;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e3faf1;
	color: var(--hh-green);
}
.hh-helpful-band small { color: var(--hh-muted); }
.hh-cost-card {
	background: #eefaf3;
}
.hh-cost-card dl { margin: 10px 0 0; }
.hh-cost-card div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
}
.hh-cost-card dt,
.hh-cost-card dd { margin: 0; }
.hh-cost-card dd { font-weight: 800; }
.hh-cost-card .is-total {
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid rgba(5, 138, 79, .18);
	color: var(--hh-green);
	font-size: 1.08rem;
	font-weight: 900;
}
.hh-relocation-card { background: #fff1ef; }
.hh-compact-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
}

.hh-service-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.hh-service-card {
	position: relative;
	padding-bottom: 16px;
}
.hh-service-card > span {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 4px 9px;
	border-radius: 4px;
	background: var(--hh-green);
	color: #fff;
	font-size: .72rem;
	font-weight: 900;
}
.hh-service-card em {
	margin-top: 10px;
	color: var(--hh-orange);
	font-style: normal;
	font-size: .82rem;
	font-weight: 900;
}
.hh-filter-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: -4px 0 14px;
}
.hh-directory {
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
	overflow: hidden;
}
.hh-service-row {
	display: grid;
	grid-template-columns: 74px 1fr auto auto auto;
	gap: 18px;
	align-items: center;
	padding: 18px;
	border-bottom: 1px solid var(--hh-line);
}
.hh-service-row:last-child { border-bottom: 0; }
.hh-service-row[hidden],
.hh-card[hidden],
.hh-list-row[hidden] { display: none; }
.hh-service-row__logo {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: var(--hh-radius);
	background: #f3f7fb;
	color: var(--hh-blue);
	font-size: 1.05rem;
	font-weight: 900;
}
.hh-service-row__body strong { display: block; font-size: 1.04rem; }
.hh-service-row__body span,
.hh-service-row__meta,
.hh-service-row__body p {
	color: var(--hh-muted);
	font-size: .87rem;
}
.hh-service-row__body p { margin: 4px 0 0; }
.hh-rating {
	color: var(--hh-orange);
	font-size: .85rem;
	font-weight: 900;
}
.hh-empty-state { padding: 18px; color: var(--hh-muted); }
.hh-icon-card.is-disabled,
.hh-list-row.is-disabled,
.hh-resource-list .is-disabled {
	cursor: default;
	opacity: .72;
}
.hh-listing-contact-panel {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	margin-top: 18px;
	padding: 22px;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	background: #fff;
	box-shadow: var(--hh-shadow-soft);
}
.hh-listing-contact-panel h2 { margin: 0 0 6px; }
.hh-listing-contact-panel p {
	margin: 0;
	color: var(--hh-muted);
}
.hh-check-card p {
	position: relative;
	padding-left: 28px;
	color: var(--hh-ink);
	font-weight: 800;
}
.hh-check-card p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #dff8ea;
}
.hh-check-card p:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 8px;
	width: 6px;
	height: 10px;
	border-right: 2px solid var(--hh-green);
	border-bottom: 2px solid var(--hh-green);
	transform: rotate(45deg);
}
.hh-list-business { background: #eef7fb; }
.hh-question-card { background: #eefaf3; }
.hh-how-strip {
	margin-top: 32px;
	padding: 28px;
}
.hh-how-strip > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.hh-how-strip p {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 12px;
	margin: 0;
	color: var(--hh-muted);
}
.hh-how-strip span {
	grid-row: span 2;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e6f0ff;
	color: var(--hh-blue);
	font-weight: 900;
}
.hh-how-strip strong { color: var(--hh-ink); }

.hh-community-hero {
	position: relative;
	min-height: 360px;
	background: var(--hero-image) center / cover no-repeat;
	overflow: hidden;
}
.hh-community-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 12, 20, .74), rgba(5, 12, 20, .45), rgba(5, 12, 20, .18));
}
.hh-community-hero__grid {
	position: relative;
	z-index: 1;
	min-height: inherit;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 44px;
	align-items: center;
	padding: 56px 0 42px;
}
.hh-community-hero h1 {
	margin: 0;
	font-size: clamp(2.8rem, 5vw, 4.1rem);
	line-height: 1.05;
	font-weight: 900;
}
.hh-community-hero p {
	max-width: 580px;
	font-size: 1.12rem;
	font-weight: 700;
}
.hh-community-welcome {
	padding: 26px;
	background: rgba(255, 255, 255, .96);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow);
}
.hh-community-welcome h2 { margin: 0 0 10px; font-size: 1.28rem; }
.hh-community-welcome p { color: #344054; font-size: .95rem; }
.hh-community-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 120px));
	gap: 18px;
	margin-top: 22px;
	color: #fff;
}
.hh-community-stats strong {
	display: block;
	font-size: 1.25rem;
}
.hh-community-stats span {
	font-size: .85rem;
	font-weight: 800;
}
.hh-page-grid--community { grid-template-columns: minmax(0, 1fr) 370px; }
.hh-block-title { margin-bottom: 16px; }
.hh-forum-cats {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
}
.hh-forum-cat {
	display: grid;
	grid-template-columns: 72px 1fr 74px 74px minmax(170px, .42fr);
	gap: 18px;
	align-items: center;
	padding: 18px 22px;
	border-bottom: 1px solid var(--hh-line);
	text-decoration: none;
}
.hh-forum-cat:last-child { border-bottom: 0; }
.hh-forum-cat__icon {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e6f8ed;
	color: var(--hh-green);
	font-size: 1.5rem;
}
.hh-forum-cat__body strong,
.hh-forum-cat__last strong { display: block; }
.hh-forum-cat__body small,
.hh-forum-cat__count small,
.hh-forum-cat__last small,
.hh-forum-cat__last em {
	display: block;
	color: var(--hh-muted);
	font-size: .82rem;
	font-style: normal;
}
.hh-forum-cat__count {
	text-align: center;
}
.hh-discussion-head {
	margin-top: 6px;
	margin-bottom: 4px;
}
.hh-discussion-tabs {
	display: flex;
	gap: 24px;
	border-bottom: 1px solid var(--hh-line);
}
.hh-discussion-tabs a {
	position: relative;
	padding: 0 0 12px;
	color: var(--hh-muted);
	text-decoration: none;
	font-size: .9rem;
	font-weight: 800;
}
.hh-discussion-tabs a.is-active { color: var(--hh-green); }
.hh-discussion-tabs a.is-active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: var(--hh-green);
	border-radius: 99px;
}
.hh-discussion-list {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
}
.hh-discussion-row {
	display: grid;
	grid-template-columns: 42px 1fr 78px 78px;
	gap: 14px;
	align-items: center;
	padding: 14px 18px;
	border-bottom: 1px solid var(--hh-line);
	text-decoration: none;
}
.hh-discussion-row:last-child { border-bottom: 0; }
.hh-avatar {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #dff8ea;
	color: var(--hh-green);
	font-weight: 900;
}
.hh-discussion-row small,
.hh-discussion-row em {
	display: block;
	color: var(--hh-muted);
	font-size: .82rem;
	font-style: normal;
}
.hh-discussion-row em { text-align: center; }
.hh-hot-list a span {
	color: var(--hh-muted);
	font-size: .82rem;
	font-weight: 800;
}
.hh-activity-list p {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 3px 10px;
	margin: 0 0 14px;
}
.hh-activity-list span {
	grid-row: span 2;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e7f2ff;
	color: var(--hh-blue);
	font-weight: 900;
}
.hh-activity-list small,
.hh-guidelines small {
	display: block;
	color: var(--hh-muted);
}
.hh-avatar-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.hh-avatar-row span {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #f2f4f7;
	color: var(--hh-ink);
	font-size: .78rem;
	font-weight: 900;
}
.hh-guidelines p {
	position: relative;
	padding-left: 26px;
	margin-bottom: 14px;
}
.hh-guidelines p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	border: 2px solid var(--hh-ink);
	border-radius: 4px;
}
.hh-guidelines a { color: var(--hh-green); font-weight: 900; text-decoration: none; }
.hh-support-card { background: #f2faf5; }
.hh-community-bottom {
	display: grid;
	grid-template-columns: 1fr 1.4fr 1fr;
	gap: 20px;
	padding: 28px 0;
}
.hh-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.hh-tag-cloud a {
	padding: 7px 10px;
	border-radius: 999px;
	background: #f3f7fb;
	color: var(--hh-muted);
	text-decoration: none;
	font-size: .82rem;
	font-weight: 800;
}

.hh-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.hh-card-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.hh-card {
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
	text-decoration: none;
}
.hh-card img {
	width: 100%;
	aspect-ratio: 800 / 520;
	object-fit: cover;
	background: #dbe3ee;
}
.hh-card__body { padding: 16px; }
.hh-card h2,
.hh-card h3 { margin: 0; font-size: 1.02rem; line-height: 1.25; }
.hh-card p { margin: 8px 0 0; color: var(--hh-muted); font-size: .88rem; }
.hh-card small { display: block; margin-top: 8px; color: var(--hh-muted); }
.hh-eyebrow {
	display: block;
	margin: 0 0 8px;
	color: var(--hh-red);
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
}
.hh-card__cta {
	display: inline-flex;
	width: fit-content;
	margin-top: 12px;
	padding: 4px 8px;
	border: 1px solid rgba(226, 27, 35, .25);
	border-radius: var(--hh-radius);
	background: rgba(226, 27, 35, .06);
	color: var(--hh-red);
	font-size: .78rem;
	font-weight: 900;
}
.hh-icon-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
}
.hh-icon-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 12px;
	align-items: center;
	min-height: 92px;
	padding: 16px;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
	text-decoration: none;
}
.hh-icon {
	width: 38px;
	height: 38px;
	display: inline-grid;
	place-items: center;
	border-radius: var(--hh-radius);
	background: rgba(226, 27, 35, .1);
	color: var(--hh-red);
	font-size: .72rem;
	font-weight: 900;
}
.hh-icon-card strong { font-size: .95rem; }
.hh-icon-card span:not(.hh-icon):not(.screen-reader-text) {
	grid-column: 2;
	color: var(--hh-muted);
	font-size: .84rem;
}
.hh-list-panel {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
}
.hh-list-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-bottom: 1px solid var(--hh-line);
	text-decoration: none;
}
.hh-list-row:last-child { border-bottom: 0; }
.hh-list-row img {
	width: 64px;
	height: 48px;
	border-radius: 6px;
	object-fit: cover;
	flex: 0 0 auto;
}
.hh-list-row strong { display: block; font-size: .9rem; }
.hh-list-row small { display: block; color: var(--hh-muted); }

.hh-hero {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .72), rgba(255, 255, 255, .18)), var(--hero-image) center / cover no-repeat;
}
.hh-hero__content {
	position: relative;
	z-index: 1;
	width: min(1360px, calc(100% - 64px));
	margin-inline: auto;
	padding: 58px 0;
}
.hh-kicker {
	margin: 0 0 10px;
	color: var(--hh-red);
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
}
.hh-hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(2.4rem, 4vw, 3.8rem);
	line-height: 1.08;
	font-weight: 900;
}
.hh-hero p:not(.hh-kicker) {
	max-width: 620px;
	margin: 14px 0 0;
	color: #2f3a48;
	font-size: 1.1rem;
	font-weight: 650;
}
.hh-hero__search { margin-top: 24px; }
.hh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}
.hh-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(290px, .9fr);
	gap: 26px;
	align-items: start;
}
.hh-sticky-side {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 92px;
}
.hh-panel,
.hh-cta-panel {
	padding: 22px;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	box-shadow: var(--hh-shadow-soft);
}
.hh-panel h2,
.hh-cta-panel h2 {
	margin: 0 0 12px;
	font-size: 1.25rem;
	line-height: 1.2;
}
.hh-panel p,
.hh-cta-panel p {
	margin: 0 0 14px;
	color: var(--hh-muted);
}
.hh-resource-list {
	display: grid;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
}
.hh-resource-list a {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 13px;
	border-bottom: 1px solid var(--hh-line);
	text-decoration: none;
}
.hh-resource-list a:last-child { border-bottom: 0; }
.hh-resource-list small {
	display: block;
	color: var(--hh-muted);
}
.hh-resource-list em {
	color: var(--hh-red);
	font-style: normal;
	font-weight: 900;
	font-size: .78rem;
}
.hh-form {
	display: grid;
	gap: 13px;
	margin-top: 14px;
}
.hh-form textarea { resize: vertical; }
.hh-form label span {
	display: block;
	margin-bottom: 6px;
	color: var(--hh-muted);
	font-size: .82rem;
	font-weight: 800;
}
.hh-form .hh-check {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--hh-ink);
	font-weight: 700;
}
.hh-form .hh-check input { width: auto; }
.hh-steps {
	display: grid;
	gap: 10px;
	margin: 12px 0 0;
	padding-left: 20px;
}
.hh-steps li { color: var(--hh-muted); }
.hh-cta-panel {
	background: #fff1ed;
}
.hh-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.hh-chip-row a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 13px;
	background: #fff;
	border: 1px solid var(--hh-line);
	border-radius: 999px;
	box-shadow: var(--hh-shadow-soft);
	color: var(--hh-ink);
	text-decoration: none;
	font-size: .86rem;
	font-weight: 800;
}
.hh-chip-row a:hover {
	border-color: var(--hh-red);
	color: var(--hh-red);
}

.hh-content-page { padding: 58px 0; }
.hh-entry-content { max-width: 780px; }
.hh-entry-content h1,
.hh-content-page h1 { font-size: 2.25rem; line-height: 1.08; }
.hh-entry-content h2 { margin: 30px 0 10px; font-size: 1.45rem; line-height: 1.2; }
.hh-entry-content p,
.hh-entry-content li { color: #263241; }
.hh-detail-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.hh-detail-meta span {
	display: inline-flex;
	padding: 5px 9px;
	border: 1px solid var(--hh-line);
	border-radius: var(--hh-radius);
	background: #fff;
	color: var(--hh-muted);
	font-size: .78rem;
	font-weight: 800;
}
.hh-detail-list { display: grid; gap: 11px; margin: 0; }
.hh-detail-list div { padding-bottom: 11px; border-bottom: 1px solid var(--hh-line); }
.hh-detail-list div:last-child { border-bottom: 0; padding-bottom: 0; }
.hh-detail-list dt { color: var(--hh-muted); font-size: .78rem; font-weight: 900; }
.hh-detail-list dd { margin: 3px 0 0; color: var(--hh-ink); }
.hh-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hh-gallery-grid img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: var(--hh-radius);
}
.hh-map-box,
.hh-featured img {
	border-radius: var(--hh-radius);
}
.hh-map-box {
	padding: 16px;
	background: #fff;
	border: 1px solid var(--hh-line);
	box-shadow: var(--hh-shadow-soft);
}
.hh-featured img {
	width: 100%;
	max-height: 420px;
	object-fit: cover;
	margin-bottom: 24px;
}

.hh-site-footer {
	margin-top: 44px;
	padding: 38px 0 22px;
	background: #101722;
	color: #fff;
}
.hh-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr;
	gap: 24px;
}
.hh-footer-grid p,
.hh-footer-grid .hh-footer-meta { color: rgba(255, 255, 255, .78); }
.hh-footer-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}
.hh-footer-grid a { text-decoration: none; font-weight: 800; }
.hh-copyright {
	width: min(1360px, calc(100% - 64px));
	margin: 26px auto 0;
	color: rgba(255, 255, 255, .62);
	font-size: .84rem;
}

body:not(.woocommerce-page) .woocommerce,
body:not(.woocommerce-page) .woocommerce-cart-form,
body:not(.woocommerce-page) .cart_totals,
body:not(.woocommerce-page) .wc-block-cart,
body:not(.woocommerce-page) .wc-block-checkout,
body:not(.woocommerce-page) .wp-block-woocommerce-cart,
body:not(.woocommerce-page) .wp-block-woocommerce-checkout,
.site-header-cart,
.cart-contents,
.woocommerce-mini-cart,
.woocommerce a.remove,
.wc-block-mini-cart,
.wc-block-components-notice-banner,
.wc-block-cart-item__remove-link,
.wc-block-components-sidebar,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-checkout-place-order-button,
.wp-block-surecart-checkout-form,
.wp-block-surecart-cart,
.wp-block-surecart-product-buy-buttons,
.surecart-cart,
.surecart-checkout,
.sc-cart,
.sc-checkout,
.sc-order-summary,
.sc-notification,
.sc-test-mode,
sc-cart,
sc-checkout,
sc-order-summary,
sc-notification,
sc-test-mode,
sc-order-confirmation,
sc-line-items,
.hh-commerce-hidden {
	display: none !important;
}

body.surecart-theme-light {
	display: block !important;
}

@media (max-width: 1180px) {
	.hh-home-entry__grid,
	.hh-mini-card-grid,
	.hh-mini-card-grid--five,
	.hh-guide-grid,
	.hh-service-feature-grid,
	.hh-destination-row,
	.hh-night-row,
	.hh-life-row,
	.hh-helpful-band > div,
	.hh-how-strip > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hh-why-strip,
	.hh-community-hero__grid,
	.hh-page-grid,
	.hh-page-grid--community,
	.hh-two-col { grid-template-columns: 1fr; }
	.hh-side-flow,
	.hh-sticky-side { position: static; }
	.hh-category-dock,
	.hh-category-dock--services { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.hh-shell,
	.hh-copyright { width: min(100% - 32px, 720px); }
	.hh-header-inner {
		min-height: 62px;
		grid-template-columns: 1fr auto;
	}
	.hh-brand strong { font-size: 1.45rem; }
	.hh-menu-toggle { display: inline-block; }
	.hh-primary-nav {
		position: fixed;
		inset: 62px 12px auto;
		display: none;
		padding: 18px;
		border: 1px solid var(--hh-line);
		border-radius: var(--hh-radius);
		background: #fff;
		box-shadow: var(--hh-shadow);
	}
	.hh-primary-nav.is-open {
		display: grid;
		gap: 16px;
	}
	.hh-primary-nav ul { display: grid; gap: 12px; }
	.hh-primary-nav li > a { min-height: 34px; }
	.hh-header-tools {
		display: grid;
		justify-items: start;
	}
	.hh-ref-hero__inner { padding: 48px 0 76px; }
	.hh-ref-hero h1,
	.hh-community-hero h1 { font-size: 2.7rem; }
	.hh-community-stats { grid-template-columns: repeat(2, 1fr); }
	.hh-plan-card { grid-template-columns: 1fr; }
	.hh-plan-card h2,
	.hh-plan-card > a,
	.hh-mini-map { grid-column: auto; grid-row: auto; }
	.hh-service-row,
	.hh-forum-cat,
	.hh-discussion-row { grid-template-columns: 1fr; }
	.hh-service-row__logo { width: 48px; height: 48px; }
	.hh-filter-row,
	.hh-newsletter--ref .hh-inline-form,
	.hh-compact-form,
	.hh-listing-contact-panel,
	.hh-footer-grid,
	.hh-community-bottom { grid-template-columns: 1fr; }
	.hh-listing-contact-panel {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	.hh-home-entry__grid,
	.hh-mini-card-grid,
	.hh-mini-card-grid--five,
	.hh-guide-grid,
	.hh-service-feature-grid,
	.hh-destination-row,
	.hh-night-row,
	.hh-life-row,
	.hh-helpful-band > div,
	.hh-how-strip > div,
	.hh-category-dock,
	.hh-category-dock--services,
	.hh-tips-card,
	.hh-season-grid { grid-template-columns: 1fr; }
	.hh-home-entry { margin-top: -30px; }
	.hh-home-entry__grid { padding: 14px; gap: 14px; }
	.hh-ref-hero { min-height: 420px; }
	.hh-ref-hero--home:before {
		background: linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .74));
	}
	.hh-ref-hero--dark:before,
	.hh-community-hero:before {
		background: rgba(5, 12, 20, .62);
	}
	.hh-ref-hero p,
	.hh-community-hero p { font-size: 1rem; }
	.hh-search { flex-direction: column; gap: 8px; }
	.hh-search button { width: 100%; }
	.hh-why-strip { padding: 20px; }
	.hh-why-strip__items { grid-template-columns: 1fr; }
}
