

.is-style-eyebrow,
.hpz-eyebrow {
	font-size: 11px !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	color: var(--wp--preset--color--ink-mute) !important;
	font-weight: 500 !important;
}
.hero-eyebrow.hpz-eyebrow {
	color: var(--wp--preset--color--accent) !important;
}

.is-style-lead {
	font-size: var(--wp--preset--font-size--lead);
	color: var(--wp--preset--color--ink-soft);
	max-width: 50ch;
	line-height: 1.6;
}

.is-style-note {
	font-size: 13px;
	line-height: 1.5;
	color: var(--wp--preset--color--ink-soft);
	background: var(--wp--preset--color--accent-tint);
	border-radius: 9px;
	padding: 13px 15px;
}

.wp-block-image.is-style-avatar-round img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	border: 1px solid var(--wp--preset--color--line-soft);
}

.wp-block-image.is-style-anchor-strip {
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: clamp(140px, 22vw, 260px);
	overflow: hidden;
	background: var(--wp--preset--color--bg-soft);
}
.wp-block-image.is-style-anchor-strip img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(0.9) hue-rotate(-12deg) brightness(1.005);
}
.wp-block-image.is-style-anchor-strip::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: oklch(0.62 0.13 12 / 0.12);
	mix-blend-mode: soft-light;
	pointer-events: none;
}
.wp-block-image.is-style-anchor-strip::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(180deg, var(--wp--preset--color--bg) 0%, transparent 18%, transparent 82%, var(--wp--preset--color--bg) 100%);
	pointer-events: none;
}

.wp-block-table.is-style-facts table { border-collapse: collapse; width: 100%; }
.wp-block-table.is-style-facts td { border: 0; padding: 11px 0; border-bottom: 1px dashed var(--wp--preset--color--line-soft); vertical-align: top; color: inherit; }
.wp-block-table.is-style-facts tr:last-child td { border-bottom: 0; }
.wp-block-table.is-style-facts td, .wp-block-table.is-style-facts td a { text-decoration: none; }
.wp-block-table.is-style-facts td:first-child { width: 130px; font-weight: 500; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wp--preset--color--ink-mute); padding-right: 18px; }
.wp-block-table.is-style-facts td:last-child { font-size: 14.5px; color: var(--wp--preset--color--ink); line-height: 1.45; }

.wp-block-group.is-style-card {
	background: var(--wp--preset--color--card);
	border: 1px solid var(--wp--preset--color--line-soft);
	border-radius: 5px;
	padding: 28px 30px;
}

.wp-block-group.is-style-map-card {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid var(--wp--preset--color--line-soft);
	background: var(--wp--preset--color--bg-soft);
	min-height: 480px;
}
@media (min-width: 880px) { .wp-block-group.is-style-map-card { position: sticky; top: 24px; min-height: 620px; } }
@media (max-width: 879px) { .wp-block-group.is-style-map-card { width: 100%; min-height: 0; aspect-ratio: 1 / 1; } }

.wp-block-group.is-style-map-overlay {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 3;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line-soft);
	border-radius: 8px;
	padding: 14px 18px;
	box-shadow: 0 8px 22px -10px oklch(0.2 0.02 30 / 0.18);
	max-width: 70%;
	margin: 0;
}
.wp-block-group.is-style-map-overlay > * { margin: 0 !important; }
.wp-block-group.is-style-map-overlay .mv { font-weight: 500; font-size: 15px; line-height: 1.4; color: var(--wp--preset--color--ink); }

.wp-block-buttons.is-style-map-actions { position: absolute; right: 14px; bottom: 14px; z-index: 3; margin: 0; }

.wp-element-button.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	line-height: 1;
	transition: all .2s ease;
}
.wp-element-button.wp-block-button__link:hover {
	transform: translateY(-1px);
}
.wp-block-button__link svg { width: 16px; height: 16px; flex-shrink: 0; display: block; }

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--ink);
	border-color: var(--wp--preset--color--line-soft);
	padding: 14px 26px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: transparent;
	color: var(--wp--preset--color--ink);
	border-color: var(--wp--preset--color--ink);
}

.wp-block-button.is-style-light .wp-block-button__link {
	background: #fff;
	border-color: #fff;
	color: var(--wp--preset--color--ink);
}
.wp-block-button.is-style-light .wp-block-button__link:hover {
	background: var(--wp--preset--color--accent);
	color: #fff;
	border-color: var(--wp--preset--color--accent);
}

.wp-block-button.has-icon-calendar .wp-block-button__link::before,
.wp-block-button.has-icon-location .wp-block-button__link::before,
.wp-block-button.has-icon-phone .wp-block-button__link::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background-color: currentColor;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.wp-block-button.has-icon-calendar .wp-block-button__link::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
}
.wp-block-button.has-icon-location .wp-block-button__link::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.wp-block-button.has-icon-phone .wp-block-button__link::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

/* ── Section shell (shared by every homepage section) ── */
.section {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(76px, 10vw, 112px) var(--pad-x);
	position: relative;
}
.section + .section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	border-top: 1px solid var(--wp--preset--color--line-soft);
}
.section-head {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-bottom: 64px;
}
.section-head > * { margin-block-start: 0; }
@media (min-width: 880px) { .section-head { grid-template-columns: 1.3fr 1fr; align-items: end; gap: 64px; } }

.head-r {
	display: grid;
	grid-template-columns: 1px 1fr;
	gap: 22px;
	align-items: stretch;
}
.head-r::before {
	content: "";
	background: var(--wp--preset--color--accent);
	min-height: 56px;
}
.head-r-inner > * { margin-block-start: 0; }
.head-r-inner .is-style-eyebrow,
.head-r-inner .hpz-eyebrow {
	display: block;
	margin-bottom: 14px;
	padding-top: 2px;
}

[hidden] { display: none !important; }
