.dhc-office-page {
	--office-navy: #003552;
	--office-blue: #008fbd;
	--office-blue-deep: #006d97;
	--office-cyan: #66c6dc;
	--office-gold: #c78b2a;
	--office-ink: #15384b;
	--office-muted: #678091;
	--office-line: #d9e7ed;
	--office-soft: #f2f8fa;
	--office-warm: #fbf8f2;
	--office-white: #fff;
	--office-shadow: 0 24px 60px rgba(15, 67, 91, .11);
	background:
		radial-gradient(circle at 8% 10%, rgba(102, 198, 220, .12), transparent 25rem),
		linear-gradient(180deg, #f8fbfc 0, #fff 34rem);
	color: var(--office-ink);
	font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
	padding: 0 0 88px;
}

.dhc-office-page *,
.dhc-office-page *::before,
.dhc-office-page *::after {
	box-sizing: border-box;
}

.dhc-office-page a {
	color: inherit;
}

.dhc-office-page button,
.dhc-office-page input {
	font: inherit;
}

.dhc-office-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}

.dhc-office-breadcrumb {
	align-items: center;
	color: #718695;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 8px;
	line-height: 1.8;
	padding: 22px 0 18px;
}

.dhc-office-breadcrumb a {
	color: #60798a;
	transition: color .2s ease;
}

.dhc-office-breadcrumb a:hover {
	color: var(--office-blue);
}

.dhc-office-kicker,
.dhc-office-section-kicker,
.dhc-office-section-heading > div > p {
	color: var(--office-blue-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.dhc-office-intro {
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .98), rgba(240, 250, 252, .93)),
		linear-gradient(135deg, #fff, #e8f6f9);
	border: 1px solid rgba(113, 182, 203, .34);
	border-radius: 30px;
	box-shadow: var(--office-shadow);
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 1.4fr) minmax(370px, .8fr);
	overflow: hidden;
	padding: 54px 58px;
	position: relative;
}

.dhc-office-intro::before,
.dhc-office-intro::after {
	border: 1px solid rgba(0, 143, 189, .16);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
}

.dhc-office-intro::before {
	height: 310px;
	right: -145px;
	top: -178px;
	width: 310px;
}

.dhc-office-intro::after {
	bottom: -92px;
	height: 180px;
	left: 44%;
	width: 180px;
}

.dhc-office-intro-copy,
.dhc-office-contact-card {
	position: relative;
	z-index: 1;
}

.dhc-office-intro h1 {
	color: var(--office-navy);
	font-family: "STSong", "Songti SC", "Noto Serif SC", serif;
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1.12;
	margin: 0 0 22px;
}

.dhc-office-lead {
	color: #496a7d;
	font-size: 17px;
	line-height: 2;
	margin: 0;
	max-width: 720px;
}

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

.dhc-office-intro-stats > div {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(117, 179, 198, .28);
	border-radius: 16px;
	min-height: 88px;
	padding: 18px;
}

.dhc-office-intro-stats strong,
.dhc-office-intro-stats span {
	display: block;
}

.dhc-office-intro-stats strong {
	color: var(--office-navy);
	font-size: 19px;
	margin-bottom: 7px;
}

.dhc-office-intro-stats span {
	color: var(--office-muted);
	font-size: 12px;
	line-height: 1.55;
}

.dhc-office-contact-card {
	align-self: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 250, 252, .96));
	border: 1px solid rgba(161, 190, 202, .38);
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(18, 70, 92, .1);
	padding: 27px;
}

.dhc-office-contact-qr {
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 16px;
	margin: 0;
	padding: 8px;
	text-align: center;
}

.dhc-office-contact-qr img {
	aspect-ratio: 1;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.dhc-office-contact-qr figcaption {
	color: #758b98;
	font-size: 10px;
	line-height: 1.4;
	margin-top: 6px;
	white-space: nowrap;
}

.dhc-office-contact-head > p,
.dhc-office-detail-contact-head p {
	color: var(--office-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 5px;
}

.dhc-office-contact-head h2,
.dhc-office-detail-contact h2 {
	color: var(--office-navy);
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.dhc-office-contact-head > span,
.dhc-office-detail-contact-head > span {
	color: var(--office-muted);
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 5px;
}

.dhc-office-contact-body {
	display: grid;
	gap: 17px;
	grid-template-columns: 108px minmax(0, 1fr);
	margin-top: 18px;
}

.dhc-office-contact-methods {
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dhc-office-wechat-copy {
	align-items: center;
	background: var(--office-soft);
	border: 1px solid #d9e9ee;
	border-radius: 12px;
	color: var(--office-ink);
	cursor: pointer;
	display: flex;
	gap: 9px;
	min-height: 44px;
	padding: 8px 10px;
	text-align: left;
	transition: border-color .2s ease, background .2s ease;
	width: 100%;
}

.dhc-office-wechat-copy:hover,
.dhc-office-wechat-copy:focus-visible {
	background: #e9f6f8;
	border-color: var(--office-cyan);
	outline: none;
}

.dhc-office-wechat-copy span {
	color: var(--office-muted);
	font-size: 12px;
	white-space: nowrap;
}

.dhc-office-wechat-copy strong {
	color: var(--office-navy);
	font-size: 15px;
	letter-spacing: .03em;
	min-width: 0;
}

.dhc-office-wechat-copy em {
	color: var(--office-blue-deep);
	font-size: 12px;
	font-style: normal;
	margin-left: auto;
	white-space: nowrap;
}

.dhc-office-copy-feedback {
	color: #17815f;
	font-size: 12px;
	line-height: 1.5;
	margin: 8px 0 0;
	min-height: 18px;
}

.dhc-office-tools {
	align-items: end;
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 22px;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(300px, .95fr) minmax(0, 1.25fr) auto;
	margin: 28px 0 54px;
	padding: 22px 24px;
}

.dhc-office-search label {
	color: var(--office-navy);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 9px;
}

.dhc-office-search-box {
	align-items: center;
	background: var(--office-soft);
	border: 1px solid #deebef;
	border-radius: 13px;
	display: flex;
	min-height: 48px;
	padding: 0 12px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.dhc-office-search-box:focus-within {
	border-color: var(--office-cyan);
	box-shadow: 0 0 0 3px rgba(102, 198, 220, .16);
}

.dhc-office-search-box > span {
	border: 2px solid var(--office-blue-deep);
	border-radius: 50%;
	height: 14px;
	margin: 0 11px 0 2px;
	position: relative;
	width: 14px;
}

.dhc-office-search-box > span::after {
	background: var(--office-blue-deep);
	content: "";
	height: 2px;
	position: absolute;
	right: -6px;
	top: 10px;
	transform: rotate(45deg);
	width: 7px;
}

.dhc-office-search-box input {
	background: transparent;
	border: 0;
	color: var(--office-ink);
	flex: 1;
	font-size: 14px;
	height: 44px;
	min-width: 0;
	outline: none;
}

.dhc-office-search-box input::placeholder {
	color: #9aaab3;
}

.dhc-office-search-box button {
	background: transparent;
	border: 0;
	color: var(--office-blue-deep);
	cursor: pointer;
	font-size: 12px;
	padding: 8px 2px 8px 10px;
}

.dhc-office-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.dhc-office-filters button {
	background: #fff;
	border: 1px solid #d5e5eb;
	border-radius: 999px;
	color: #527081;
	cursor: pointer;
	font-size: 13px;
	min-height: 40px;
	padding: 8px 17px;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.dhc-office-filters button:hover {
	border-color: var(--office-cyan);
	color: var(--office-navy);
	transform: translateY(-1px);
}

.dhc-office-filters button.is-active {
	background: var(--office-navy);
	border-color: var(--office-navy);
	color: #fff;
}

.dhc-office-result-status {
	color: var(--office-muted);
	font-size: 12px;
	margin: 0 0 12px;
	white-space: nowrap;
}

.dhc-office-result-status strong {
	color: var(--office-navy);
	font-size: 16px;
}

.dhc-office-section-heading {
	align-items: end;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 25px;
}

.dhc-office-section-heading h2 {
	color: var(--office-navy);
	font-family: "STSong", "Songti SC", "Noto Serif SC", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
}

.dhc-office-section-heading > p {
	color: var(--office-muted);
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
	max-width: 430px;
	text-align: right;
}

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

.dhc-office-card {
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 22px;
	box-shadow: 0 12px 34px rgba(23, 76, 97, .07);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.dhc-office-card:hover {
	border-color: rgba(102, 198, 220, .78);
	box-shadow: 0 20px 46px rgba(23, 76, 97, .12);
	transform: translateY(-4px);
}

.dhc-office-card[hidden] {
	display: none !important;
}

.dhc-office-card-media {
	background: #eaf3f6;
	display: block;
	overflow: hidden;
	position: relative;
}

.dhc-office-card-media::after {
	background: linear-gradient(180deg, transparent 48%, rgba(0, 43, 67, .42));
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.dhc-office-card-media img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform .45s ease;
	width: 100%;
}

.dhc-office-card:hover .dhc-office-card-media img {
	transform: scale(1.035);
}

.dhc-office-card-type {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 999px;
	bottom: 14px;
	color: var(--office-navy);
	font-size: 12px;
	font-weight: 700;
	left: 16px;
	padding: 7px 12px;
	position: absolute;
	z-index: 1;
}

.dhc-office-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 24px;
}

.dhc-office-card-meta {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.dhc-office-card-meta > span {
	color: var(--office-blue-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
}

.dhc-office-card-meta em,
.dhc-office-detail-badges em {
	border-radius: 999px;
	font-size: 11px;
	font-style: normal;
	padding: 5px 9px;
}

.dhc-office-card-meta em.is-verifying,
.dhc-office-detail-badges em.is-verifying {
	background: #fff3da;
	color: #9c6812;
}

.dhc-office-card-meta em.is-paused,
.dhc-office-detail-badges em.is-paused {
	background: #f3eeee;
	color: #8b5454;
}

.dhc-office-card h3 {
	font-size: 21px;
	line-height: 1.45;
	margin: 0 0 18px;
}

.dhc-office-card h3 a {
	color: var(--office-navy);
	transition: color .2s ease;
}

.dhc-office-card h3 a:hover {
	color: var(--office-blue);
}

.dhc-office-card-facts {
	border-bottom: 1px solid #edf2f4;
	border-top: 1px solid #edf2f4;
	margin: 0 0 15px;
	padding: 13px 0;
}

.dhc-office-card-facts > div {
	display: grid;
	gap: 11px;
	grid-template-columns: 54px minmax(0, 1fr);
	padding: 5px 0;
}

.dhc-office-card-facts dt {
	color: #8798a3;
	font-size: 12px;
}

.dhc-office-card-facts dd {
	color: #38596b;
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

.dhc-office-address-missing {
	color: #9b6c21;
}

.dhc-office-card-summary {
	color: var(--office-muted);
	font-size: 13px;
	line-height: 1.8;
	margin: 0 0 18px;
}

.dhc-office-card-action {
	align-items: center;
	color: var(--office-blue-deep);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
	margin-top: auto;
}

.dhc-office-card-action span {
	transition: transform .2s ease;
}

.dhc-office-card-action:hover span {
	transform: translateX(4px);
}

.dhc-office-empty {
	background: var(--office-soft);
	border: 1px dashed #b9d7e1;
	border-radius: 20px;
	margin-top: 24px;
	padding: 38px 20px;
	text-align: center;
}

.dhc-office-empty strong {
	color: var(--office-navy);
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
}

.dhc-office-empty p {
	color: var(--office-muted);
	font-size: 13px;
	margin: 0;
}

.dhc-office-pagination {
	margin-top: 32px;
}

.dhc-office-pagination .pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
}

.dhc-office-pagination .pagination li {
	margin: 0;
}

.dhc-office-pagination .pagination a {
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 9px;
	color: var(--office-navy);
	display: block;
	min-width: 40px;
	padding: 9px 12px;
	text-align: center;
}

.dhc-office-pagination .pagination .active a {
	background: var(--office-navy);
	border-color: var(--office-navy);
	color: #fff;
}

/* Detail page */
.dhc-office-detail {
	background:
		radial-gradient(circle at 94% 9%, rgba(102, 198, 220, .12), transparent 25rem),
		linear-gradient(180deg, #f8fbfc 0, #fff 36rem);
}

.dhc-office-detail-hero {
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 28px;
	box-shadow: var(--office-shadow);
	display: grid;
	grid-template-columns: 1.03fr .97fr;
	overflow: hidden;
}

.dhc-office-detail-heading {
	align-self: center;
	padding: 54px 55px;
}

.dhc-office-detail-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 25px;
}

.dhc-office-detail-badges > span {
	background: #e8f5f8;
	border-radius: 999px;
	color: var(--office-blue-deep);
	font-size: 12px;
	font-weight: 700;
	padding: 7px 12px;
}

.dhc-office-detail-badges em.is-active {
	background: #e9f7f1;
	color: #207052;
}

.dhc-office-detail-heading h1 {
	color: var(--office-navy);
	font-family: "STSong", "Songti SC", "Noto Serif SC", serif;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.18;
	margin: 0 0 15px;
}

.dhc-office-detail-location {
	color: var(--office-blue-deep);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 20px;
}

.dhc-office-detail-lead {
	color: #587283;
	font-size: 15px;
	line-height: 1.9;
	margin: 0;
}

.dhc-office-detail-updated {
	align-items: center;
	border-top: 1px solid #edf2f4;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 18px;
}

.dhc-office-detail-updated span {
	color: #8597a2;
	font-size: 12px;
}

.dhc-office-detail-updated a {
	color: var(--office-blue-deep);
	font-size: 13px;
	font-weight: 700;
}

.dhc-office-detail-cover {
	background: #e8f2f5;
	margin: 0;
	min-height: 420px;
	overflow: hidden;
}

.dhc-office-detail-cover img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dhc-office-address-section {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 326px;
	margin-top: 28px;
}

.dhc-office-address-main,
.dhc-office-detail-contact {
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 26px;
	box-shadow: 0 16px 42px rgba(15, 67, 91, .07);
	padding: 36px;
}

.dhc-office-address-main h2 {
	color: var(--office-navy);
	font-size: 28px;
	margin: 0 0 24px;
}

.dhc-office-address-list {
	margin: 0;
}

.dhc-office-address-list > div {
	border-top: 1px solid #e9f0f3;
	display: grid;
	gap: 22px;
	grid-template-columns: 110px minmax(0, 1fr);
	padding: 17px 0;
}

.dhc-office-address-list > .dhc-office-address-primary {
	background: linear-gradient(135deg, #f2f9fb, #f8fcfd);
	border: 1px solid #d7e8ee;
	border-radius: 16px;
	margin: 7px 0;
	padding: 19px 20px;
}

.dhc-office-address-list > div:first-child {
	border-top: 0;
	padding-top: 0;
}

.dhc-office-address-list dt {
	color: #7f929d;
	font-size: 13px;
}

.dhc-office-address-list dd {
	color: var(--office-ink);
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

.dhc-office-address-list .dhc-office-address-primary dd {
	color: var(--office-navy);
	font-size: 18px;
	font-weight: 700;
}

.dhc-office-address-list .dhc-office-address-primary dd span {
	color: #9b6c21;
	font-size: 15px;
	font-weight: 500;
}

.dhc-office-map-link {
	align-items: center;
	border: 1px solid #cfe3e9;
	border-radius: 12px;
	color: var(--office-blue-deep);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin-top: 20px;
	padding: 11px 15px;
}

.dhc-office-visit-note {
	background: var(--office-warm);
	border-left: 3px solid var(--office-gold);
	color: #756a5b;
	font-size: 12px;
	line-height: 1.75;
	margin: 20px 0 0;
	padding: 12px 14px;
}

.dhc-office-detail-contact {
	align-items: center;
	background:
		radial-gradient(circle at 100% 0, rgba(102, 198, 220, .16), transparent 12rem),
		linear-gradient(160deg, #fff, #f4fafb);
	display: flex;
	flex-direction: column;
	padding: 28px;
	text-align: center;
}

.dhc-office-detail-contact-head {
	width: 100%;
}

.dhc-office-detail-contact > img {
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 16px;
	height: auto;
	margin: 14px auto 16px;
	object-fit: contain;
	padding: 8px;
	width: 144px;
}

.dhc-office-detail-contact .dhc-office-wechat-copy {
	max-width: none;
}

.dhc-office-business-chat {
	background: var(--office-navy);
	border-radius: 12px;
	color: #fff !important;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 12px;
	max-width: none;
	padding: 13px 16px;
	transition: background .2s ease, transform .2s ease;
	width: 100%;
}

.dhc-office-business-chat:hover {
	background: var(--office-blue-deep);
	transform: translateY(-1px);
}

.dhc-office-contact-methods .dhc-office-business-chat {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0;
	padding: 11px 13px;
}

.dhc-office-content-section {
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 26px;
	margin-top: 28px;
	padding: 42px 48px;
}

.dhc-office-richtext {
	color: #3e5c6d;
	font-size: 16px;
	line-height: 2;
	margin: 0 auto;
	max-width: 900px;
	overflow: hidden;
	overflow-wrap: anywhere;
}

.dhc-office-richtext p {
	margin: 0 0 20px;
}

.dhc-office-richtext h2,
.dhc-office-richtext h3,
.dhc-office-richtext h4 {
	color: var(--office-navy);
	line-height: 1.55;
	margin: 32px 0 16px;
}

.dhc-office-richtext img {
	border-radius: 16px;
	display: block;
	height: auto !important;
	margin: 22px auto;
	max-width: 100% !important;
	object-fit: contain;
	width: auto !important;
}

.dhc-office-richtext a {
	color: var(--office-blue-deep);
	text-decoration: underline;
	text-decoration-color: rgba(0, 111, 153, .25);
	text-underline-offset: 3px;
}

.dhc-office-prev-next {
	align-items: stretch;
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr auto 1fr;
	margin-top: 28px;
}

.dhc-office-prev-next > div {
	background: #fff;
	border: 1px solid var(--office-line);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-height: 92px;
	padding: 17px 20px;
}

.dhc-office-prev-next > div:last-child {
	text-align: right;
}

.dhc-office-prev-next span {
	color: #8a9aa4;
	font-size: 11px;
	margin-bottom: 8px;
}

.dhc-office-prev-next a:not(.dhc-office-directory-link) {
	color: var(--office-navy);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.dhc-office-prev-next em {
	color: #9aa8b0;
	font-size: 13px;
	font-style: normal;
}

.dhc-office-directory-link {
	align-items: center;
	background: var(--office-navy);
	border-radius: 16px;
	color: #fff !important;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	min-width: 150px;
	padding: 15px;
}

@media (max-width: 1050px) {
	.dhc-office-intro {
		grid-template-columns: 1fr;
	}

	.dhc-office-contact-card {
		max-width: 680px;
	}

	.dhc-office-tools {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.dhc-office-result-status {
		margin: 0;
	}

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

}

@media (max-width: 820px) {
	.dhc-office-page {
		padding-bottom: 74px;
	}

	.dhc-office-intro {
		padding: 40px 34px;
	}

	.dhc-office-intro-stats {
		grid-template-columns: 1fr;
	}

	.dhc-office-intro-stats > div {
		min-height: 0;
	}

	.dhc-office-detail-hero {
		grid-template-columns: 1fr;
	}

	.dhc-office-detail-cover {
		min-height: 0;
		order: -1;
	}

	.dhc-office-detail-cover img {
		aspect-ratio: 16 / 10;
		height: auto;
	}

	.dhc-office-detail-heading {
		padding: 40px 34px;
	}

	.dhc-office-address-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.dhc-office-page {
		padding-bottom: 92px;
	}

	.dhc-office-shell {
		padding: 0 15px;
	}

	.dhc-office-breadcrumb {
		font-size: 12px;
		padding: 15px 1px 13px;
	}

	.dhc-office-intro {
		border-radius: 20px;
		gap: 26px;
		padding: 28px 20px 22px;
	}

	.dhc-office-intro h1 {
		font-size: 40px;
		margin-bottom: 14px;
	}

	.dhc-office-lead {
		font-size: 14px;
		line-height: 1.85;
	}

	.dhc-office-intro-stats {
		gap: 8px;
		margin-top: 23px;
	}

	.dhc-office-intro-stats > div {
		align-items: center;
		display: flex;
		gap: 12px;
		justify-content: space-between;
		padding: 13px 14px;
	}

	.dhc-office-intro-stats strong {
		font-size: 16px;
		margin: 0;
	}

	.dhc-office-intro-stats span {
		text-align: right;
	}

	.dhc-office-contact-card {
		border-radius: 18px;
		padding: 18px;
	}

	.dhc-office-contact-head h2 {
		font-size: 18px;
	}

	.dhc-office-contact-body {
		gap: 13px;
		grid-template-columns: 86px minmax(0, 1fr);
		margin-top: 14px;
	}

	.dhc-office-contact-qr {
		border-radius: 13px;
		padding: 6px;
	}

	.dhc-office-contact-qr figcaption {
		font-size: 9px;
		white-space: normal;
	}

	.dhc-office-contact-methods {
		gap: 8px;
	}

	.dhc-office-contact-methods .dhc-office-business-chat {
		font-size: 12px;
		padding: 10px 11px;
	}

	.dhc-office-tools {
		border-radius: 18px;
		gap: 17px;
		margin: 18px 0 38px;
		padding: 17px;
	}

	.dhc-office-filters {
		flex-wrap: nowrap;
		margin: 0 -17px;
		overflow-x: auto;
		padding: 1px 17px 7px;
		scrollbar-width: none;
	}

	.dhc-office-filters::-webkit-scrollbar {
		display: none;
	}

	.dhc-office-filters button {
		flex: 0 0 auto;
		min-height: 38px;
		padding: 7px 14px;
	}

	.dhc-office-section-heading {
		align-items: flex-start;
		display: block;
		margin-bottom: 18px;
	}

	.dhc-office-section-heading h2 {
		font-size: 29px;
	}

	.dhc-office-section-heading > p {
		font-size: 12px;
		margin-top: 10px;
		text-align: left;
	}

	.dhc-office-grid {
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.dhc-office-card {
		border-radius: 18px;
	}

	.dhc-office-card-body {
		padding: 18px 18px 20px;
	}

	.dhc-office-card h3 {
		font-size: 19px;
		margin-bottom: 14px;
	}

	.dhc-office-card-facts > div {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.dhc-office-detail-hero {
		border-radius: 20px;
	}

	.dhc-office-detail-cover img {
		aspect-ratio: 16 / 9;
	}

	.dhc-office-detail-heading {
		padding: 28px 20px 25px;
	}

	.dhc-office-detail-heading h1 {
		font-size: 36px;
	}

	.dhc-office-detail-lead {
		font-size: 14px;
	}

	.dhc-office-address-section {
		gap: 17px;
		margin-top: 17px;
	}

	.dhc-office-address-main,
	.dhc-office-detail-contact {
		border-radius: 19px;
		padding: 24px 19px;
	}

	.dhc-office-address-main h2 {
		font-size: 24px;
	}

	.dhc-office-address-list > div {
		gap: 7px;
		grid-template-columns: 1fr;
		padding: 14px 0;
	}

	.dhc-office-address-list > .dhc-office-address-primary {
		padding: 16px;
	}

	.dhc-office-address-list dd {
		font-size: 14px;
	}

	.dhc-office-address-list .dhc-office-address-primary dd {
		font-size: 17px;
	}

	.dhc-office-content-section {
		border-radius: 20px;
		margin-top: 17px;
		padding: 27px 19px;
	}

	.dhc-office-richtext {
		font-size: 15px;
		line-height: 1.9;
	}

	.dhc-office-richtext img {
		border-radius: 12px;
		margin: 16px auto;
	}

	.dhc-office-prev-next {
		grid-template-columns: 1fr 1fr;
	}

	.dhc-office-directory-link {
		grid-column: 1 / -1;
		grid-row: 2;
		min-height: 50px;
		order: 3;
	}

	.dhc-office-prev-next > div {
		min-height: 88px;
		padding: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dhc-office-page *,
	.dhc-office-page *::before,
	.dhc-office-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
