/*
Theme Name: VoiceChanger
Theme URI: https://example.com/VoiceChanger-theme
Author: Jalent
Description: 专注2-12岁儿童言语语言康复
Version: 0.2.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: VoiceChanger-theme
*/

:root {
  --wpgw-bg: #fff8f4;
  --wpgw-surface: #ffffff;
  --wpgw-surface-alt: #fff2e3;
  --wpgw-text: #31261d;
  --wpgw-text-soft: #7a675f;
  --wpgw-accent: #ec666a;
  --wpgw-accent-strong: #cf5358;
  --wpgw-accent-soft: #ffb4ba;
  --wpgw-highlight: #ffe090;
  --wpgw-blue: #3ac8e7;
  --wpgw-blue-soft: #b8dde7;
  --wpgw-mint: #7fdfab;
  --wpgw-lime: #dce07b;
  --wpgw-orange: #ffc56e;
  --wpgw-accent-rgb: 236, 102, 106;
  --wpgw-highlight-rgb: 255, 224, 144;
  --wpgw-blue-rgb: 58, 200, 231;
  --wpgw-mint-rgb: 127, 223, 171;
  --wpgw-border: rgba(var(--wpgw-accent-rgb), 0.14);
  --wpgw-shadow: 0 24px 60px rgba(105, 64, 55, 0.12);
  --wpgw-radius-lg: 28px;
  --wpgw-radius-md: 20px;
  --wpgw-radius-sm: 14px;
  --wpgw-container: min(1400px, calc(100% - 32px));
  --wpgw-header-height: 86px;
  --wpgw-admin-offset: 0px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset));
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--wpgw-text);
  background:
    radial-gradient(circle at top left, rgba(var(--wpgw-accent-rgb), 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(var(--wpgw-blue-rgb), 0.12), transparent 28%),
    linear-gradient(180deg, #fff8f4 0%, #fff0e7 40%, #ffffff 100%);
  line-height: 1.7;
}

body.has-mobile-nav-open {
  overflow: hidden;
}

body.admin-bar {
  --wpgw-admin-offset: 32px;
}

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

.site-container {
  width: var(--wpgw-container);
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wpgw-accent);
}

.section-kicker::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wpgw-highlight), var(--wpgw-accent));
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.hero-slide__title,
.page-banner .hero-slide__title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.section-heading p,
.hero-slide p,
.page-banner p {
  margin: 0;
  max-width: 62ch;
  color: var(--wpgw-text-soft);
}

.section-heading--light .section-kicker,
.section-heading--light h2,
.section-heading--light p {
  color: #fff8f4;
}

.button-primary,
.button-secondary,
.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button-primary,
.search-submit {
  background: var(--wpgw-accent);
  color: #fff8f4;
  box-shadow: 0 16px 30px rgba(var(--wpgw-accent-rgb), 0.28);
}

.button-secondary {
  background: rgba(var(--wpgw-blue-rgb), 0.16);
  color: var(--wpgw-text);
}

.button-primary:hover,
.button-secondary:hover,
.search-submit:hover {
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  color: var(--wpgw-accent);
  font-weight: 600;
}

.text-link::after {
  content: ">";
  font-size: 0.9em;
}

.site-header {
  position: fixed;
  inset: var(--wpgw-admin-offset) 0 auto;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(255, 250, 248, 0.92);
  border-bottom: 1px solid rgba(var(--wpgw-accent-rgb), 0.1);
  box-shadow: 0 12px 28px rgba(105, 64, 55, 0.08);
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 86px;
}

.brand-cluster {
  min-width: 0;
}

.brand-mark,
.footer-brand__mark {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark .custom-logo {
  width: auto;
  max-height: 52px;
}

.brand-mark--custom .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.brand-mark__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--wpgw-accent) 0%, var(--wpgw-orange) 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-mark__badge--image {
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
}

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

.brand-mark__text {
  display: grid;
  min-width: 0;
  gap: 0.08rem;
}

.brand-mark__text strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.brand-mark__text span {
  font-size: 0.8rem;
  color: var(--wpgw-text-soft);
}

.primary-nav {
  justify-self: center;
}

.primary-menu,
.primary-menu ul {
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.primary-menu > li {
  position: relative;
}

.primary-menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 86px;
  font-size: 1rem;
  color: var(--wpgw-text);
}

.primary-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-0.12rem);
}

.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  min-width: 220px;
  padding: 1rem;
  display: grid;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.1);
  border-radius: 18px;
  box-shadow: var(--wpgw-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.primary-menu .sub-menu a {
  display: block;
  padding: 0.5rem 0.7rem;
  border-radius: 12px;
  color: var(--wpgw-text-soft);
}

.primary-menu .sub-menu a:hover {
  background: rgba(var(--wpgw-accent-rgb), 0.08);
  color: var(--wpgw-accent);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.search-toggle,
.language-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.08);
  color: var(--wpgw-accent);
}

.search-toggle {
  border: 0;
  cursor: pointer;
}

.hotline-chip {
  display: inline-grid;
  gap: 0.08rem;
  padding: 0.7rem 1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--wpgw-accent-strong) 0%, var(--wpgw-orange) 100%);
  color: #fff;
}

.hotline-chip span {
  font-size: 0.72rem;
  opacity: 0.86;
}

.hotline-chip strong {
  font-size: 1rem;
}

.hotline-chip--mobile {
  display: none;
}

.header-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.header-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--wpgw-accent);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-menu-open .header-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .header-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .header-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-search-panel {
  padding: 0 0 1.1rem;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  padding: 1rem 0 0;
}

.search-form label {
  min-width: 0;
}

.search-field {
  width: 100%;
  min-height: 52px;
  padding: 0 1rem;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.16);
  border-radius: 999px;
  background: #fff;
}

.site-main {
  display: block;
}

.home .site-main {
  background:
    radial-gradient(circle at 10% 8%, rgba(var(--wpgw-accent-rgb), 0.14), transparent 24%),
    radial-gradient(circle at 90% 8%, rgba(var(--wpgw-blue-rgb), 0.18), transparent 24%),
    radial-gradient(circle at 78% 34%, rgba(var(--wpgw-blue-rgb), 0.1), transparent 18%),
    radial-gradient(circle at 20% 42%, rgba(var(--wpgw-highlight-rgb), 0.12), transparent 26%),
    radial-gradient(circle at 12% 78%, rgba(var(--wpgw-blue-rgb), 0.09), transparent 24%),
    radial-gradient(circle at 84% 68%, rgba(var(--wpgw-accent-rgb), 0.08), transparent 24%),
    linear-gradient(180deg, #fff8f4 0%, #f4fbff 18%, #fff7f2 42%, #f7fbff 68%, #ffffff 100%);
}

.site-main > .hero:first-child {
  margin-top: calc(-1 * (var(--wpgw-header-height) + var(--wpgw-admin-offset)));
}

.site-main > .page-banner:first-child {
  margin-top: calc(-1 * (var(--wpgw-header-height) + var(--wpgw-admin-offset)));
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 2rem;
}

.home .hero {
  padding-bottom: clamp(1.5rem, 3vw, 2.75rem);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(16px);
  pointer-events: none;
}

.hero::before {
  inset: auto auto 5% -8%;
  width: 320px;
  height: 320px;
  background: rgba(var(--wpgw-highlight-rgb), 0.34);
}

.hero::after {
  inset: -12% -6% auto auto;
  width: 420px;
  height: 420px;
  background: rgba(var(--wpgw-blue-rgb), 0.18);
}

.hero-shell {
  position: relative;
  margin-top: 1.5rem;
}

.hero-slider,
.page-banner__slider,
.hero-visual,
.service-card,
.program-panel,
.story-card,
.team-card,
.news-card,
.impact-card,
.branch-card,
.post-card,
.entry-card,
.empty-state-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
}

.hero-slider,
.page-banner__slider {
  position: relative;
  min-height: 560px;
  --wpgw-slider-glass-height: 112px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

.hero-slider::before,
.page-banner__slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.12), transparent 48%),
    radial-gradient(circle at bottom right, rgba(var(--wpgw-highlight-rgb), 0.26), transparent 30%);
  z-index: -1;
  opacity: 0.28;
}

.page-banner__slider {
  min-height: 520px;
  --wpgw-slider-glass-height: 104px;
}

.page-banner__slider::before {
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.14), rgba(var(--wpgw-blue-rgb), 0.16)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 34%);
}

.hero-slide,
.page-banner-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hero-slide__content {
  position: relative;
  display: grid;
  align-content: end;
  gap: 1.1rem;
  min-height: inherit;
  height: 100%;
  padding-top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 2.25rem);
  padding-bottom: calc(var(--wpgw-slider-glass-height) + 3rem);
}

.page-banner-slide__content {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1.1rem;
  min-height: inherit;
  height: 100%;
  padding-top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 2.25rem);
  padding-bottom: calc(var(--wpgw-slider-glass-height) + 2.75rem);
}

.hero-slide__intro,
.page-banner-slide__intro {
  display: grid;
  gap: 1rem;
  max-width: min(880px, 72%);
}

.hero-slide::before,
.page-banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 244, 0.68) 0%, rgba(255, 248, 244, 0.3) 38%, rgba(255, 248, 244, 0.06) 62%),
    linear-gradient(180deg, rgba(255, 248, 244, 0.04) 0%, rgba(255, 248, 244, 0.18) 100%),
    var(--hero-slide-image, none);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 1;
}

.page-banner-slide::before {
  opacity: 1;
}

.hero-slide.is-active,
.page-banner-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-slide__tag {
  justify-self: start;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 248, 244, 0.72);
  color: var(--wpgw-accent);
  font-size: 0.8rem;
  box-shadow: 0 10px 24px rgba(105, 64, 55, 0.08);
}

.hero-slide__glass,
.page-banner-slide__glass {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  background: rgba(255, 248, 244, 0.68);
  border-top: 1px solid rgba(255, 248, 244, 0.42);
  backdrop-filter: blur(18px);
}

.hero-slide__glass-inner,
.page-banner-slide__glass-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: var(--wpgw-slider-glass-height);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 9rem;
}

.hero-slider--single .hero-slide__glass-inner,
.page-banner__slider--single .page-banner-slide__glass-inner {
  padding-right: 0;
}

.hero-slide__summary {
  flex: 1 1 auto;
  min-width: 0;
}

.hero-slide__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  min-height: 52px;
}

.hero-slide .section-kicker,
.page-banner-slide .section-kicker {
  color: var(--wpgw-accent-strong);
  text-shadow: 0 1px 12px rgba(255, 248, 244, 0.3);
}

.hero-slide__intro .hero-slide__title,
.page-banner-slide__intro .hero-slide__title {
  display: grid;
  gap: 0.08em;
  max-width: 12ch;
  text-shadow: 0 2px 12px rgba(255, 248, 244, 0.34);
}

.hero-slide__title-line {
  display: block;
  max-width: 100%;
  font-weight: inherit;
  white-space: nowrap;
}

.hero-slide__summary p,
.page-banner-slide__glass-inner p {
  margin: 0;
  max-width: 36rem;
  color: var(--wpgw-text);
}

.hero-slide .button-primary,
.page-banner-slide .button-primary {
  background: var(--wpgw-accent);
  color: #fff8f4;
  box-shadow: 0 10px 18px rgba(var(--wpgw-accent-rgb), 0.2);
}

.hero-slide .button-secondary,
.page-banner-slide .button-secondary {
  background: rgba(255, 248, 244, 0.82);
  color: var(--wpgw-text);
  border: 1px solid rgba(49, 38, 29, 0.08);
  box-shadow: 0 8px 16px rgba(49, 38, 29, 0.06);
  backdrop-filter: blur(12px);
}

.hero-dots,
.page-banner__dots {
  display: flex;
  gap: 0.55rem;
}

.hero-dots-shell,
.page-banner__dots-shell {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  pointer-events: none;
}

.hero-dots,
.page-banner__dots {
  position: relative;
  min-height: var(--wpgw-slider-glass-height);
  align-items: center;
  pointer-events: none;
}

.hero-dots,
.page-banner__dots {
  justify-content: flex-end;
}

.hero-dot,
.page-banner__dot {
  width: 14px;
  height: 14px;
  padding: 0;
  pointer-events: auto;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.16);
  border-radius: 999px;
  background: rgba(255, 248, 244, 0.92);
  box-shadow: 0 10px 24px rgba(49, 38, 29, 0.08);
  cursor: pointer;
}

.hero-dot.is-active,
.page-banner__dot.is-active {
  width: 38px;
  background: var(--wpgw-accent);
  border-color: transparent;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-radius: 34px;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: auto -16% -24% auto;
  width: 260px;
  height: 260px;
  border-radius: 44% 56% 52% 48%;
  background: rgba(var(--wpgw-accent-rgb), 0.12);
}

.hero-visual__card,
.metric-card,
.stat-card,
.qr-card,
.network-pill {
  position: relative;
  z-index: 1;
}

.hero-visual__card {
  padding: 1.5rem;
  border-radius: var(--wpgw-radius-lg);
}

.hero-visual__card--primary {
  background: linear-gradient(135deg, #ffffff 0%, #fff5ef 100%);
}

.hero-visual__card--accent {
  background: linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.1) 0%, rgba(var(--wpgw-highlight-rgb), 0.3) 100%);
}

.hero-visual__eyebrow {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--wpgw-accent);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-visual__card h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.2;
}

.hero-visual__card p {
  margin: 0;
  color: var(--wpgw-text-soft);
}

.hero-visual__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.metric-card {
  padding: 1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.08);
}

.metric-card strong,
.stat-card strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
}

.metric-card span,
.stat-card span {
  display: block;
  margin-top: 0.5rem;
  color: var(--wpgw-text-soft);
  font-size: 0.9rem;
}

.section-shell {
  padding: 2rem 0 4rem;
}

.home .hero + .section-shell {
  padding-top: clamp(0.35rem, 1vw, 0.75rem);
}

.home .site-main > .section-shell:not(.section-shell--accent),
.home .site-main > .hero-shell,
.home .site-main > .cta-band {
  position: relative;
  isolation: isolate;
  background: transparent;
}

.home .site-main > .section-shell:not(.section-shell--accent)::before,
.home .site-main > .hero-shell::before,
.home .site-main > .cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

.home .site-main > .section-shell:not(.section-shell--soft):not(.section-shell--muted):not(.section-shell--accent)::before,
.home .site-main > .hero-shell::before,
.home .site-main > .cta-band::before {
  background:
    radial-gradient(circle at 82% 28%, rgba(var(--wpgw-blue-rgb), 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(var(--wpgw-blue-rgb), 0.06) 18%, rgba(var(--wpgw-accent-rgb), 0.04) 52%, rgba(var(--wpgw-highlight-rgb), 0.05) 82%, rgba(255, 255, 255, 0) 100%);
}

.home .site-main > .section-shell:not(.section-shell--accent) > .site-container,
.home .site-main > .cta-band > .site-container,
.home .site-main > .hero-shell > * {
  position: relative;
  z-index: 1;
}

.home .site-main > .hero-shell::before {
  background:
    radial-gradient(circle at 16% 32%, rgba(var(--wpgw-accent-rgb), 0.1), transparent 24%),
    radial-gradient(circle at 84% 24%, rgba(var(--wpgw-blue-rgb), 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(var(--wpgw-highlight-rgb), 0.08) 24%, rgba(var(--wpgw-accent-rgb), 0.05) 64%, rgba(255, 255, 255, 0) 100%);
}

.home .site-main > .cta-band::before {
  background:
    radial-gradient(circle at 20% 50%, rgba(var(--wpgw-accent-rgb), 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(var(--wpgw-accent-rgb), 0.05) 22%, rgba(var(--wpgw-highlight-rgb), 0.04) 78%, rgba(255, 255, 255, 0) 100%);
}

.section-shell--soft {
  background:
    linear-gradient(180deg, rgba(var(--wpgw-accent-rgb), 0.05), rgba(255, 255, 255, 0)),
    transparent;
}

.home .site-main > #services {
  background: linear-gradient(135deg, var(--wpgw-accent-strong) 0%, var(--wpgw-accent) 62%, var(--wpgw-orange) 100%);
}

.home .site-main > #news {
  background: linear-gradient(135deg, var(--wpgw-accent-strong) 0%, var(--wpgw-accent) 62%, var(--wpgw-orange) 100%);
}

.home .site-main > #services::before {
  content: none;
}

.home .site-main > #news::before {
  content: none;
}

.home .site-main > #services .section-kicker,
.home .site-main > #services .section-heading h2,
.home .site-main > #services .section-heading p {
  color: #fff8f4;
}

.home .site-main > #news .section-kicker,
.home .site-main > #news .section-heading h2,
.home .site-main > #news .section-heading p {
  color: #fff8f4;
}

.home .site-main > #services .service-card {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.14);
}

.home .site-main > .section-shell.section-shell--soft::before {
  background:
    radial-gradient(circle at 88% 26%, rgba(var(--wpgw-blue-rgb), 0.1), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(var(--wpgw-blue-rgb), 0.08) 20%, rgba(var(--wpgw-accent-rgb), 0.05) 52%, rgba(var(--wpgw-blue-rgb), 0.05) 82%, rgba(255, 255, 255, 0) 100%);
}

.home .site-main > .section-shell.section-shell--muted::before {
  background:
    radial-gradient(circle at 12% 26%, rgba(var(--wpgw-blue-rgb), 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(var(--wpgw-blue-rgb), 0.11) 18%, rgba(var(--wpgw-highlight-rgb), 0.08) 52%, rgba(var(--wpgw-blue-rgb), 0.05) 82%, rgba(255, 255, 255, 0) 100%);
}

.section-shell--muted {
  background: linear-gradient(180deg, rgba(var(--wpgw-blue-rgb), 0.08), rgba(255, 255, 255, 0));
}

.section-shell--accent {
  background: linear-gradient(135deg, var(--wpgw-accent-strong) 0%, var(--wpgw-accent) 62%, var(--wpgw-orange) 100%);
}

.section-shell--appointment {
  padding-top: 1rem;
}

.appointment-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.appointment-copy,
.appointment-card,
.appointment-note {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
  border-radius: 32px;
}

.appointment-copy {
  padding: 2rem;
}

.appointment-copy__cards {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.appointment-note {
  display: grid;
  gap: 0.45rem;
  padding: 1.2rem 1.25rem;
}

.appointment-note strong {
  color: var(--wpgw-text);
}

.appointment-note a {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--wpgw-accent);
}

.appointment-note span {
  color: var(--wpgw-text-soft);
}

.appointment-card {
  padding: 2rem;
}

.appointment-status {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  font-size: 0.95rem;
}

.appointment-status--success {
  background: rgba(var(--wpgw-mint-rgb), 0.22);
  color: var(--wpgw-text);
}

.appointment-status--error {
  background: rgba(179, 68, 49, 0.1);
  color: #9f3b2d;
}

.appointment-result {
  display: grid;
  gap: 1rem;
}

.appointment-result .appointment-status {
  margin-bottom: 0;
}

.appointment-result__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.floating-consult-modal--result .floating-consult-modal__panel {
  width: min(640px, calc(100vw - 2rem));
}

.appointment-form {
  display: grid;
  gap: 1rem;
}

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

.field-group {
  display: grid;
  gap: 0.5rem;
}

.field-group--full {
  grid-column: 1 / -1;
}

.field-group span {
  font-size: 0.94rem;
  color: var(--wpgw-text);
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.field-label__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.45rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.1);
  color: var(--wpgw-accent-strong);
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.04em;
}

.field-group input,
.field-group select,
.field-group textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.14);
  border-radius: 18px;
  background: #fff;
  color: var(--wpgw-text);
  font: inherit;
}

.field-group textarea {
  min-height: 140px;
  resize: vertical;
}

.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  outline: 0;
  border-color: rgba(var(--wpgw-accent-rgb), 0.45);
  box-shadow: 0 0 0 4px rgba(var(--wpgw-accent-rgb), 0.08);
}

.field-group select:disabled {
  cursor: not-allowed;
  background: rgba(232, 240, 237, 0.7);
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select__native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.custom-select__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--wpgw-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(90, 58, 43, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.custom-select__trigger.is-placeholder,
.custom-select:not(.has-value) .custom-select__trigger {
  color: var(--wpgw-text-soft);
}

.custom-select__trigger:focus-visible,
.custom-select.is-open .custom-select__trigger {
  outline: 0;
  border-color: rgba(var(--wpgw-accent-rgb), 0.45);
  box-shadow: 0 0 0 4px rgba(var(--wpgw-accent-rgb), 0.08);
}

.custom-select.is-disabled .custom-select__trigger {
  cursor: not-allowed;
  background: rgba(232, 240, 237, 0.7);
  color: var(--wpgw-text-soft);
  box-shadow: none;
}

.custom-select.is-invalid .custom-select__trigger {
  border-color: rgba(179, 68, 49, 0.45);
  box-shadow: 0 0 0 4px rgba(179, 68, 49, 0.08);
}

.custom-select__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select__icon {
  flex: 0 0 auto;
  margin-left: 0.9rem;
  color: var(--wpgw-accent);
  font-size: 0.82rem;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}

.custom-select.is-open .custom-select__icon {
  transform: rotate(180deg);
  color: var(--wpgw-accent-strong);
}

.custom-select__dropdown {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 30;
  padding: 0.5rem;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 249, 245, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 20px 48px rgba(90, 58, 43, 0.12);
  backdrop-filter: blur(16px);
}

.custom-select__dropdown--portal {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  z-index: 180;
}

.custom-select__options {
  display: grid;
  gap: 0.3rem;
  max-height: 16rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.custom-select__options::-webkit-scrollbar {
  width: 8px;
}

.custom-select__options::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.18);
}

.custom-select__option {
  width: 100%;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--wpgw-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.custom-select__option:hover,
.custom-select__option:focus-visible {
  outline: 0;
  background: rgba(var(--wpgw-accent-rgb), 0.08);
}

.custom-select__option.is-selected {
  background: rgba(var(--wpgw-highlight-rgb), 0.22);
  color: var(--wpgw-accent-strong);
}

.custom-select__option.is-placeholder {
  color: var(--wpgw-text-soft);
}

.custom-select__option:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.appointment-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.appointment-form__footer p {
  margin: 0;
  color: var(--wpgw-text-soft);
}

.appointment-card--modal {
  padding: 1.5rem;
  box-shadow: none;
}

body.has-modal-open {
  overflow: hidden;
}

.floating-consult-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(49, 38, 29, 0.24);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  overflow-y: auto;
}

.floating-consult-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.floating-consult-modal__backdrop {
  position: fixed;
  inset: 0;
}

.floating-consult-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 2rem));
  padding: 1.6rem;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.98), rgba(249, 255, 255, 0.96));
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
  box-shadow: 0 32px 80px rgba(49, 38, 29, 0.2);
}

.floating-consult-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.08);
  color: var(--wpgw-text);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.floating-consult-modal__close:hover,
.floating-consult-modal__close:focus-visible {
  transform: scale(1.04);
  background: rgba(var(--wpgw-accent-rgb), 0.14);
  outline: 0;
}

.floating-consult-modal__header {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  padding-right: 3.25rem;
}

.floating-consult-modal__header h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
}

.floating-consult-modal__header p {
  margin: 0;
  max-width: 56rem;
  color: var(--wpgw-text-soft);
}

.brand-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 1rem;
  align-items: stretch;
}

.brand-intro__main,
.brand-intro__side {
  min-width: 0;
}

.brand-intro__main,
.brand-intro__side,
.brand-intro__metrics {
  display: grid;
  gap: 1rem;
}

.brand-intro__side {
  height: 100%;
  grid-template-rows: minmax(0, 1fr) auto auto;
}

.brand-intro__card {
  padding: 1.75rem;
  border-radius: 32px;
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
}

.brand-intro__card--primary {
  background: linear-gradient(135deg, #ffffff 0%, #fff5ef 100%);
}

.brand-intro__card--accent {
  display: grid;
  height: 100%;
  align-content: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 255, 255, 0.86) 58%, rgba(var(--wpgw-blue-rgb), 0.12) 100%);
  border-color: rgba(var(--wpgw-accent-rgb), 0.12);
  box-shadow:
    0 24px 60px rgba(105, 64, 55, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.brand-intro__card--accent .hero-visual__eyebrow {
  color: var(--wpgw-accent-strong);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.brand-intro__card--accent h3 {
  color: #2b2119;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.brand-intro__card--accent p {
  color: #6a584f;
  font-weight: 500;
}

.brand-intro__card h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  line-height: 1.22;
}

.brand-intro__card-media {
  overflow: hidden;
  margin-top: 1rem;
  border-radius: 24px;
}

.brand-intro__card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.65 / 0.62;
  object-fit: cover;
}

.brand-intro__card p {
  margin: 0.85rem 0 0;
  color: var(--wpgw-text-soft);
  font-size: 1.04rem;
  line-height: 1.8;
}

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

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

.brand-intro__metric {
  min-height: 128px;
  align-content: center;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
  box-shadow:
    0 18px 36px rgba(105, 64, 55, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.brand-intro__metric strong {
  color: var(--wpgw-text);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.brand-intro__metric span {
  color: #6f5d54;
  font-weight: 500;
}

.brand-intro__metric--peach {
  background: linear-gradient(180deg, rgba(255, 248, 244, 0.96), rgba(255, 239, 230, 0.88));
}

.brand-intro__metric--peach strong {
  color: #f1a93d;
}

.brand-intro__metric--blue {
  background: linear-gradient(180deg, rgba(244, 252, 255, 0.96), rgba(219, 243, 252, 0.92));
}

.brand-intro__metric--blue strong {
  color: #4c8ff0;
}

.brand-intro__metric--gold {
  background: linear-gradient(180deg, rgba(255, 252, 240, 0.97), rgba(255, 245, 210, 0.9));
}

.brand-intro__metric--gold strong {
  color: #dd9d2f;
}

.service-grid,
.story-grid,
.team-grid,
.news-grid,
.impact-grid,
.post-grid {
  display: grid;
  gap: 1rem;
}

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

.service-card,
.story-card,
.team-card,
.impact-card,
.branch-card,
.post-card,
.entry-card,
.empty-state-card {
  border-radius: var(--wpgw-radius-lg);
}

.service-card {
  position: relative;
  padding: 1.6rem;
  overflow: hidden;
}

.service-card__index {
  position: absolute;
  right: 1.2rem;
  top: 1.1rem;
  color: rgba(var(--wpgw-accent-rgb), 0.12);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
}

.service-card h3,
.story-card h2,
.story-card h3,
.team-card h3,
.impact-card h3,
.branch-card h3,
.post-card h2,
.news-card h3,
.entry-card h1 {
  margin: 0 0 0.8rem;
  font-size: 1.35rem;
  line-height: 1.3;
}

.service-card p,
.story-card p,
.team-card p,
.impact-card p,
.branch-card p,
.news-card p,
.post-card p {
  margin: 0;
  color: var(--wpgw-text-soft);
}

.service-card ul,
.program-panel__content ul,
.footer-nav-group ul {
  list-style: none;
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.service-card li,
.program-panel__content li,
.footer-nav-group li {
  position: relative;
  padding-left: 1rem;
  color: var(--wpgw-text-soft);
}

.service-card li::before,
.program-panel__content li::before,
.footer-nav-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--wpgw-highlight);
}

.program-panels {
  display: flex;
  gap: 1rem;
}

.program-panel {
  flex: 1 1 0;
  min-width: 0;
  padding: 1.4rem;
  border-radius: 32px;
  transition: flex 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.program-panel.is-active {
  flex: 1.4 1 0;
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.08), rgba(var(--wpgw-highlight-rgb), 0.18)),
    #fff;
}

.program-panel__toggle {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.program-panel__title {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--wpgw-text);
}

.program-panel__content {
  display: block;
  margin-top: 1rem;
}

.program-panel__media {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 20px;
}

.program-panel__media img {
  width: 100%;
  aspect-ratio: 1.3 / 0.76;
  object-fit: cover;
}

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

.story-card {
  padding: 1.5rem;
}

.story-card--with-media {
  padding: 0;
  overflow: hidden;
}

.story-card__media {
  display: block;
  aspect-ratio: 1.25 / 0.86;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.16), rgba(var(--wpgw-highlight-rgb), 0.24)),
    #fff4ea;
  color: var(--wpgw-accent);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.story-card__body {
  display: grid;
  gap: 0.9rem;
  padding: 1.25rem;
}

.story-card__body h2,
.story-card__body h3 {
  margin: 0;
}

.story-card__body p {
  margin: 0;
}

.story-card__meta {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.08);
  color: var(--wpgw-accent);
  font-size: 0.82rem;
}

.story-card__body .story-card__meta {
  margin-bottom: 0;
}

.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.05rem;
  row-gap: 4.1rem;
  padding-top: 1.35rem;
}

.archive-group--team .team-grid {
  padding-top: 2.75rem;
}

.archive-group--team-featured .team-grid--featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.3rem;
  padding-top: 0.9rem;
}

.team-card {
  position: relative;
  min-height: 204px;
  padding: 0;
  overflow: visible;
  isolation: isolate;
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 252, 248, 0.97) 34%, rgba(245, 252, 255, 0.96) 62%, rgba(255, 250, 234, 0.94) 100%);
  border-color: rgba(var(--wpgw-accent-rgb), 0.08);
  box-shadow: 0 18px 38px rgba(92, 66, 55, 0.08);
}

.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 67% 22%, rgba(var(--wpgw-blue-rgb), 0.2), transparent 24%),
    radial-gradient(circle at 77% 78%, rgba(var(--wpgw-highlight-rgb), 0.16), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 28%, rgba(var(--wpgw-blue-rgb), 0.05) 54%, rgba(var(--wpgw-highlight-rgb), 0.08) 100%);
  z-index: 0;
}

.team-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.64rem;
  min-height: 100%;
  padding: 0.86rem 43% 0.68rem 0.9rem;
}

.team-card__role {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--wpgw-accent);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.team-card__role::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f8c062, rgba(var(--wpgw-accent-rgb), 0.72));
}

.team-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #eff8f4 0%, #dff1ea 100%);
  color: var(--wpgw-accent);
  font-size: 1.2rem;
  font-weight: 700;
}

.team-card__media {
  position: absolute;
  inset: 0 0 0 50%;
  min-height: 0;
  padding: 0 0.35rem 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: none;
  pointer-events: none;
  z-index: 1;
}

.team-card__media::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(10px);
  opacity: 0.8;
}

.team-card__media img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  height: calc(100% + 52px);
  max-height: none;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 18px 28px rgba(44, 33, 28, 0.15));
  transform: translateX(2%);
}

.team-card--featured {
  width: min(100%, calc((100% - 1.05rem) * 0.6667 + 1.05rem));
  min-height: 248px;
  margin-inline: auto;
}

.team-card--featured .team-card__body {
  padding-right: 39%;
}

.team-card--featured .team-card__media {
  inset: 0 0 0 47%;
}

.team-card--featured .team-card__media::before {
  display: none;
}

.team-card__media--placeholder {
  inset: auto 1.2rem 1.2rem auto;
  width: auto;
  height: auto;
  padding: 0;
}

.team-card__media-avatar {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--wpgw-accent);
  font-size: 1.9rem;
  font-weight: 700;
  box-shadow: 0 16px 26px rgba(95, 73, 62, 0.1);
}

.team-card h2,
.team-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.5vw, 1.9rem);
  line-height: 1.12;
  word-break: break-word;
}

.team-card h2 a,
.team-card h3 a {
  color: inherit;
}

.team-card p {
  margin: 0;
  color: var(--wpgw-text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-card .text-link {
  margin-top: auto;
  position: relative;
  z-index: 2;
  font-size: 0.94rem;
  font-weight: 700;
}

@media (min-width: 1480px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 3.4rem;
    padding-top: 1.05rem;
  }

  .archive-group--team .team-grid {
    padding-top: 2.4rem;
  }

  .archive-group--team-featured .team-grid--featured {
    padding-top: 0.8rem;
  }

  .archive-group--team .team-grid {
    padding-top: 2.45rem;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  padding: 1.5rem 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-card strong,
.stat-card span {
  color: #fff;
}

.branch-section {
  --wpgw-branch-card-height: 176px;
  --wpgw-branch-scroll-gap: 0.9rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: stretch;
}

.branch-visual,
.branch-list {
  min-width: 0;
}

.branch-visual,
.branch-list[data-branch-selector] {
  height: 100%;
}

.branch-list[data-branch-selector] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.1);
  box-shadow: var(--wpgw-shadow);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.branch-visual {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.08), rgba(var(--wpgw-highlight-rgb), 0.16)),
    #fff;
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
}

.branch-map {
  flex: 1 1 auto;
  position: relative;
  min-height: 360px;
  margin-top: 1.5rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 30%, rgba(var(--wpgw-accent-rgb), 0.16), transparent 16%),
    radial-gradient(circle at 58% 46%, rgba(var(--wpgw-blue-rgb), 0.18), transparent 18%),
    linear-gradient(135deg, #fff8f2, #fff0e6);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  overflow: hidden;
}

.branch-map__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.branch-map__canvas .amap-logo,
.branch-map__canvas .amap-copyright {
  opacity: 0.92 !important;
}

.branch-map__state {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
  box-shadow: 0 18px 40px rgba(90, 58, 43, 0.08);
  color: var(--wpgw-text-soft);
  font-size: 0.92rem;
  line-height: 1.6;
  backdrop-filter: blur(12px);
}

.branch-map.has-state::before,
.branch-map.has-state::after {
  content: "";
  position: absolute;
  border-radius: 36% 64% 46% 54%;
  background: rgba(var(--wpgw-accent-rgb), 0.09);
  z-index: 0;
}

.branch-map.has-state::before {
  inset: 18% auto auto 12%;
  width: 220px;
  height: 140px;
}

.branch-map.has-state::after {
  inset: auto 10% 18% auto;
  width: 180px;
  height: 120px;
}

.branch-map__marker-pin {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wpgw-accent-strong) 0%, var(--wpgw-orange) 100%);
  box-shadow: 0 10px 22px rgba(var(--wpgw-accent-rgb), 0.26);
}

.branch-map__marker-pin::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  transform: translate(-50%, -50%);
}

.branch-map__info {
  min-width: min(260px, calc(100vw - 64px));
  display: grid;
  gap: 0.65rem;
  color: var(--wpgw-text);
}

.branch-map__info strong {
  font-size: 1rem;
  line-height: 1.35;
}

.branch-map__info p {
  margin: 0;
  color: var(--wpgw-text-soft);
  font-size: 0.92rem;
  line-height: 1.65;
}

.branch-map__info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.branch-map__info-button,
.branch-map__info-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.branch-map__info-button {
  background: linear-gradient(135deg, var(--wpgw-accent-strong) 0%, var(--wpgw-orange) 100%);
  color: #fff;
}

.branch-map__info-link {
  background: rgba(var(--wpgw-accent-rgb), 0.08);
  color: var(--wpgw-accent-strong);
}

.branch-map__info-button:hover,
.branch-map__info-button:focus-visible,
.branch-map__info-link:hover,
.branch-map__info-link:focus-visible {
  transform: translateY(-1px);
}

.branch-selector {
  display: grid;
  gap: 0.95rem;
}

.branch-selector__meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.branch-selector__meta strong {
  color: var(--wpgw-text);
  font-size: 1rem;
}

.branch-selector__meta span {
  color: var(--wpgw-text-soft);
  font-size: 0.92rem;
  white-space: nowrap;
}

.branch-selector__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.branch-selector__field {
  display: grid;
  gap: 0.45rem;
}

.branch-selector__field-label {
  color: var(--wpgw-text-soft);
  font-size: 0.88rem;
}

.branch-selector__field select {
  width: 100%;
  min-height: 52px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--wpgw-text);
  font: inherit;
}

.branch-selector__field select:focus {
  outline: 0;
  border-color: rgba(var(--wpgw-accent-rgb), 0.45);
  box-shadow: 0 0 0 4px rgba(var(--wpgw-accent-rgb), 0.08);
}

.branch-selector__field select:disabled {
  cursor: not-allowed;
  background: rgba(232, 240, 237, 0.7);
}

.branch-selector__field .custom-select__trigger {
  background: rgba(255, 255, 255, 0.98);
}

.branch-list__scroll {
  display: grid;
  grid-auto-rows: var(--wpgw-branch-card-height);
  flex: 0 0 calc((var(--wpgw-branch-card-height) * 3) + (var(--wpgw-branch-scroll-gap) * 2));
  gap: var(--wpgw-branch-scroll-gap);
  min-height: calc((var(--wpgw-branch-card-height) * 3) + (var(--wpgw-branch-scroll-gap) * 2));
  max-height: calc((var(--wpgw-branch-card-height) * 3) + (var(--wpgw-branch-scroll-gap) * 2));
  align-content: start;
  justify-items: stretch;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scrollbar-gutter: auto;
}

.branch-list__scroll::-webkit-scrollbar {
  width: 8px;
}

.branch-list__scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.2);
}

.branch-list__empty {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(var(--wpgw-blue-rgb), 0.08);
  color: var(--wpgw-text-soft);
}

.branch-archive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1.25rem;
  align-items: start;
}

.branch-archive-groups {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.branch-group {
  scroll-margin-top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 1.5rem);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.branch-group__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
}

.branch-group__header h2 {
  margin: 0.3rem 0 0;
  font-size: clamp(1.35rem, 2.3vw, 1.7rem);
}

.branch-group__count {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(var(--wpgw-highlight-rgb), 0.22);
  color: var(--wpgw-accent-strong);
  font-size: 0.88rem;
  white-space: nowrap;
}

.branch-list--archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.branch-city-nav {
  position: sticky;
  top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 1.5rem);
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
}

.branch-city-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.branch-city-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.08);
  color: var(--wpgw-accent-strong);
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.branch-city-nav__link:hover,
.branch-city-nav__link:focus-visible {
  background: rgba(var(--wpgw-accent-rgb), 0.16);
  transform: translateY(-1px);
}

.branch-card {
  padding: 1.2rem 1.3rem;
}

.branch-list__scroll .branch-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: var(--wpgw-branch-card-height);
  border-radius: var(--wpgw-radius-lg);
  box-shadow: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}

.branch-list__scroll .branch-card[hidden] {
  display: none !important;
}

.branch-card__city {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  margin-bottom: 0.75rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  background: rgba(var(--wpgw-highlight-rgb), 0.24);
  color: var(--wpgw-accent-strong);
  font-size: 0.82rem;
}

.branch-card__phone,
.branch-card__hours {
  margin-top: 0.8rem;
  color: var(--wpgw-accent);
  font-size: 0.92rem;
}

.branch-card__address {
  margin-top: 0;
}

.branch-address-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.2rem;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.branch-address-link:hover,
.branch-address-link:focus-visible {
  color: var(--wpgw-accent);
}

.branch-address-link.is-pending {
  opacity: 0.7;
  pointer-events: none;
}

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

.news-card {
  overflow: hidden;
  border-radius: 28px;
}

.news-card__media,
.post-card__media,
.impact-card__media {
  display: block;
  aspect-ratio: 1.25 / 0.86;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-card__media--placeholder,
.post-card__media--placeholder,
.impact-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.16), rgba(var(--wpgw-highlight-rgb), 0.24)),
    #fff4ea;
  color: var(--wpgw-accent);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-card__body,
.post-card__body,
.impact-card__body {
  padding: 1.25rem;
}

.news-card__meta,
.post-card__meta,
.impact-card__meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  color: var(--wpgw-text-soft);
  font-size: 0.86rem;
}

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

.impact-card {
  overflow: hidden;
}

.network-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.course-list-grid {
  display: grid;
  gap: 1.2rem;
}

.course-list-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
}

.course-list-card__media {
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.12), rgba(var(--wpgw-highlight-rgb), 0.2)),
    #fff4ea;
}

.course-list-card__media a {
  display: block;
  height: 100%;
}

.course-list-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-list-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  color: var(--wpgw-accent);
  letter-spacing: 0.1em;
}

.course-list-card__body {
  padding: 1.6rem;
}

.detail-shell {
  padding-top: 1rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 1.25rem;
}

.detail-main,
.detail-sidebar {
  min-width: 0;
}

.detail-sidebar {
  display: grid;
  gap: 1rem;
}

.detail-card {
  padding: 1.25rem;
  border-radius: 24px;
  background: rgba(var(--wpgw-accent-rgb), 0.04);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.08);
}

.detail-card h2,
.detail-card h3 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
}

.detail-card p,
.detail-card blockquote {
  margin: 0;
  color: var(--wpgw-text-soft);
}

.detail-card--quote blockquote {
  padding-left: 1rem;
  border-left: 3px solid var(--wpgw-highlight);
}

.key-list {
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.key-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--wpgw-text-soft);
}

.key-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--wpgw-highlight);
}

.key-list--ordered {
  counter-reset: detail-list;
}

.key-list--ordered li {
  padding-left: 2rem;
}

.key-list--ordered li::before {
  counter-increment: detail-list;
  content: counter(detail-list);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.15rem;
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.12);
  color: var(--wpgw-accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.profile-shell {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "intro"
    "content";
}

.profile-shell--has-cover {
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  grid-template-areas:
    "cover intro"
    "cover content";
}

.profile-shell--has-expertise {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  grid-template-areas:
    "intro ."
    "content expertise";
}

.profile-shell--has-cover.profile-shell--has-expertise {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1.08fr) minmax(260px, 0.72fr);
  grid-template-areas:
    "cover intro ."
    "cover content expertise";
}

.profile-cover {
  grid-area: cover;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.12), rgba(var(--wpgw-highlight-rgb), 0.22)),
    #fff4ea;
}

.profile-cover img {
  width: 100%;
  aspect-ratio: 0.85 / 1;
  object-fit: cover;
}

.profile-summary__intro {
  grid-area: intro;
}

.profile-summary__intro h2 {
  margin: 0.6rem 0 1rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.profile-summary__intro,
.profile-summary__content,
.profile-expertise {
  min-width: 0;
}

.profile-summary__content {
  grid-area: content;
}

.profile-expertise {
  grid-area: expertise;
  align-self: start;
}

.branch-contact-list {
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.branch-contact-list__link {
  font-weight: 500;
}

.map-embed {
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 24px;
}

.map-embed iframe,
.map-embed img {
  width: 100%;
  display: block;
}

.network-pill {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.1);
  color: var(--wpgw-accent);
}

.cta-band {
  padding: 0 0 4rem;
}

.cta-band__shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(135deg, #bd4f58 0%, var(--wpgw-accent) 52%, var(--wpgw-orange) 100%);
  color: #fff;
  box-shadow: 0 30px 70px rgba(var(--wpgw-accent-rgb), 0.24);
}

.cta-band__shell h2,
.cta-band__shell p {
  margin: 0;
}

.cta-band__shell .section-kicker,
.cta-band__shell .section-kicker::before {
  color: #fff;
}

.cta-band__shell p {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding: 2.75rem 0 1.25rem;
  background: linear-gradient(180deg, #31261d 0%, #4b332c 100%);
  color: #fff7f2;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.footer-brand__text,
.footer-address,
.footer-bottom p,
.footer-nav-group a {
  color: rgba(255, 247, 242, 0.76);
}

.footer-hotline {
  display: grid;
  gap: 0.25rem;
  margin: 0.75rem 0;
}

.footer-hotline a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.footer-nav-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.footer-nav-group h2 {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.footer-qrs {
  display: grid;
  grid-template-columns: repeat(2, minmax(96px, 112px));
  gap: 0.9rem 1rem;
  align-items: start;
}

.qr-card {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
}

.qr-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 96px;
  height: 96px;
  padding: 6px;
  border-radius: 18px;
  background: #fff7f2;
  color: #fff;
  box-shadow: 0 16px 30px rgba(18, 10, 8, 0.14);
}

.qr-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.qr-card__visual--placeholder {
  padding: 0;
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.78), rgba(var(--wpgw-blue-rgb), 0.5)),
    #5a3933;
  letter-spacing: 0.08em;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-bottom__copyright {
  margin: 0;
}

.footer-compliance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  max-width: min(100%, 820px);
}

.footer-compliance__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 247, 242, 0.78);
  text-decoration: none;
  line-height: 1.5;
}

.footer-compliance__item:hover {
  color: #fff7f2;
}

.footer-compliance__icon {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom__links a {
  color: rgba(255, 247, 242, 0.82);
}

.floating-sidebar {
  position: fixed;
  top: 65%;
  right: clamp(0.85rem, 2vw, 2rem);
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 10vh, 5rem);
  transform: translateY(-50%);
  pointer-events: none;
}

.floating-sidebar__links,
.floating-sidebar__backtotop {
  pointer-events: auto;
}

.floating-sidebar__links {
  display: grid;
  gap: 1rem;
}

.floating-sidebar__item {
  position: relative;
  display: flex;
  justify-content: center;
}

.floating-sidebar__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 72px;
  height: 72px;
  padding: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.08);
  box-shadow: 0 24px 44px rgba(49, 38, 29, 0.12);
  backdrop-filter: blur(16px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.floating-sidebar__trigger:hover,
.floating-sidebar__item.is-active .floating-sidebar__trigger {
  transform: translateX(-4px) scale(1.04);
  box-shadow: 0 28px 54px rgba(49, 38, 29, 0.16);
}

.floating-sidebar__trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.floating-sidebar__trigger--placeholder {
  padding: 0 10px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
}

.floating-sidebar__trigger--wechat.floating-sidebar__trigger--placeholder {
  background: linear-gradient(135deg, #2dc653 0%, #1b9c46 100%);
}

.floating-sidebar__trigger--xiaohongshu.floating-sidebar__trigger--placeholder {
  background: linear-gradient(135deg, #ff2442 0%, #ff5f76 100%);
}

.floating-sidebar__trigger--douyin.floating-sidebar__trigger--placeholder {
  background: linear-gradient(135deg, #10141c 0%, #2c2f38 100%);
}

.floating-sidebar__trigger--dianping.floating-sidebar__trigger--placeholder {
  background: linear-gradient(135deg, #ff7a45 0%, #ff9a62 100%);
}

.floating-sidebar__trigger--consult.floating-sidebar__trigger--placeholder {
  background: linear-gradient(135deg, #ec666a 0%, #ff9b71 100%);
}

.floating-sidebar__item--pulse {
  transform-origin: center;
  animation: floating-sidebar-breathe var(--floating-pulse-duration, 2.25s) ease-in-out infinite;
}

@keyframes floating-sidebar-breathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

.floating-sidebar__qr {
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  display: grid;
  gap: 0.45rem;
  width: 148px;
  padding: 0.85rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.1);
  box-shadow: 0 24px 48px rgba(49, 38, 29, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(10px, -50%);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.floating-sidebar__qr::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.98);
  border-right: 1px solid rgba(var(--wpgw-accent-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--wpgw-accent-rgb), 0.1);
  transform: translateY(-50%) rotate(-45deg);
}

.floating-sidebar__item:hover .floating-sidebar__qr,
.floating-sidebar__item:focus-within .floating-sidebar__qr,
.floating-sidebar__item.is-active .floating-sidebar__qr {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.floating-sidebar__qr img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
}

.floating-sidebar__qr span {
  font-size: 0.82rem;
  color: var(--wpgw-text-soft);
  text-align: center;
}

.floating-sidebar__backtotop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9b71 0%, #ffb38d 100%);
  color: #fff;
  box-shadow: 0 24px 44px rgba(236, 102, 106, 0.26);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.92);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-sidebar__backtotop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-sidebar__backtotop:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 28px 50px rgba(236, 102, 106, 0.32);
}

.floating-sidebar__backtotop svg {
  width: 28px;
  height: 28px;
}

.floating-sidebar__trigger:focus-visible,
.floating-sidebar__backtotop:focus-visible {
  outline: 3px solid rgba(var(--wpgw-blue-rgb), 0.35);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .floating-sidebar__item--pulse {
    animation: none;
  }
}

.site-main--inner {
  padding-bottom: 4rem;
}

.page-banner {
  padding: 0 0 2rem;
}

.page-banner__shell {
  display: grid;
  gap: 1rem;
  padding: 2.25rem;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.08), rgba(var(--wpgw-highlight-rgb), 0.16)),
    #fff;
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
}

.page-banner__slider .hero-slide__title {
  max-width: 14ch;
}

.page-banner__slider p {
  max-width: 58ch;
}

.archive-shell,
.article-shell {
  padding-top: 1rem;
}

.article-shell__heading {
  margin-bottom: 1.25rem;
}

.page-template-template-about .article-shell__story-text,
.page-template-template-about .article-shell__story-text p {
  width: 100%;
  max-width: none;
}

.page-template-template-about .article-shell + .section-shell--accent {
  margin-top: 1.8rem;
}

.page-template-template-about .about-team-section__heading {
  margin-bottom: 3.4rem;
}

.page-template-template-about .about-team-section .team-grid {
  padding-top: 0;
}

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

.post-card {
  overflow: hidden;
}

.post-card__media img,
.entry-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-card {
  padding: 2rem;
}

.entry-cover {
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 24px;
}

.entry-content .plyr,
.entry-cover .plyr,
.wpgw-video-player {
  margin: 1.5rem 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--wpgw-shadow);
}

.wpgw-video-player {
  --wpgw-video-mobile-width: auto;
  --wpgw-video-mobile-max-height: none;
  --wpgw-video-desktop-width: auto;
  --wpgw-video-desktop-max-height: 720px;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  vertical-align: top;
  width: fit-content;
}

.wpgw-video-player .plyr {
  --plyr-color-main: var(--wpgw-accent);
  --plyr-control-radius: 18px;
  --plyr-video-control-color: #fffaf6;
  --plyr-video-control-color-hover: #fffaf6;
  --plyr-video-control-background-hover: var(--wpgw-accent-strong);
  --plyr-video-controls-background: linear-gradient(180deg, rgba(49, 38, 29, 0.04), rgba(49, 38, 29, 0.82));
  --plyr-menu-background: rgba(255, 250, 246, 0.98);
  --plyr-menu-color: var(--wpgw-text);
  --plyr-tooltip-background: rgba(49, 38, 29, 0.92);
  --plyr-tooltip-color: #fffaf6;
  display: inline-block;
  max-width: 100%;
  width: auto;
}

.entry-content .plyr:first-child,
.entry-cover .plyr:first-child,
.wpgw-video-player:first-child {
  margin-top: 0;
}

.entry-content .plyr--video,
.entry-cover .plyr--video,
.wpgw-video-player .plyr--video,
.entry-content .plyr__video-wrapper,
.entry-cover .plyr__video-wrapper,
.wpgw-video-player .plyr__video-wrapper,
.entry-content .plyr__poster,
.entry-cover .plyr__poster,
.wpgw-video-player .plyr__poster,
.entry-content .plyr video,
.entry-cover .plyr video,
.wpgw-video-player video {
  border-radius: inherit;
}

.entry-content .plyr--video,
.entry-cover .plyr--video,
.wpgw-video-player .plyr--video,
.entry-content .plyr__video-wrapper,
.entry-cover .plyr__video-wrapper,
.wpgw-video-player .plyr__video-wrapper {
  overflow: hidden;
}

.entry-content .plyr__video-wrapper,
.entry-cover .plyr__video-wrapper,
.wpgw-video-player .plyr__video-wrapper,
.wpgw-video-player .plyr,
.wpgw-video-player .plyr__poster,
.entry-content .plyr video,
.entry-cover .plyr video,
.wpgw-video-player video {
  background: #111;
  display: block;
  height: auto;
  width: 100%;
}

.wpgw-video-player .plyr,
.wpgw-video-player .plyr__video-wrapper,
.wpgw-video-player .plyr__poster,
.wpgw-video-player .plyr video,
.wpgw-video-player video {
  max-height: var(--wpgw-video-mobile-max-height);
  max-width: 100%;
  width: var(--wpgw-video-mobile-width);
}

.wpgw-video-player .plyr__video-wrapper {
  cursor: pointer;
  touch-action: manipulation;
}

.wpgw-video-player .plyr__controls,
.wpgw-video-player .plyr__control,
.wpgw-video-player .plyr__menu {
  cursor: auto;
}

.wpgw-video-player--enhanced .plyr__poster,
.wpgw-video-player--enhanced .plyr video,
.wpgw-video-player--enhanced .wpgw-video-player__native {
  pointer-events: none;
}

.wpgw-video-player .plyr__controls,
.wpgw-video-player .plyr__control,
.wpgw-video-player .plyr__menu,
.wpgw-video-player .plyr__menu__container {
  pointer-events: auto;
}

.wpgw-video-player .plyr__control--overlaid {
  background: linear-gradient(135deg, var(--wpgw-accent) 0%, #ff976d 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 38px rgba(var(--wpgw-accent-rgb), 0.34);
}

.wpgw-video-player .plyr__control--overlaid:hover,
.wpgw-video-player .plyr__control--overlaid:focus-visible {
  background: linear-gradient(135deg, var(--wpgw-accent-strong) 0%, #ff815f 100%);
  box-shadow: 0 20px 42px rgba(var(--wpgw-accent-rgb), 0.4);
}

.wpgw-video-player .plyr__controls {
  padding: 0.85rem;
}

.wpgw-video-player .plyr__menu__container {
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
  box-shadow: 0 16px 34px rgba(49, 38, 29, 0.14);
}

.wpgw-video-player--enhanced .wpgw-video-player__native::-webkit-media-controls,
.wpgw-video-player--enhanced .wpgw-video-player__native::-webkit-media-controls-enclosure,
.wpgw-video-player--enhanced .wpgw-video-player__native::-webkit-media-controls-panel,
.wpgw-video-player--enhanced .wpgw-video-player__native::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

@media (min-width: 901px) {
  .wpgw-video-player .plyr,
  .wpgw-video-player .plyr__video-wrapper,
  .wpgw-video-player .plyr__poster,
  .wpgw-video-player .plyr video,
  .wpgw-video-player video {
    max-height: var(--wpgw-video-desktop-max-height);
    width: var(--wpgw-video-desktop-width);
  }
}

.entry-content .plyr--video,
.entry-cover .plyr--video,
.wpgw-video-player .plyr--video {
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.08);
}

.entry-content .plyr--full-ui input[type="range"],
.entry-cover .plyr--full-ui input[type="range"],
.wpgw-video-player .plyr--full-ui input[type="range"] {
  color: var(--wpgw-accent-strong);
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--wpgw-text);
}

.entry-content a {
  color: var(--wpgw-accent);
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
  margin: 1rem 0;
}

.entry-content .wpgw-gallery-slider {
  margin: 1.75rem 0;
}

.entry-content .wpgw-gallery-slider:first-child {
  margin-top: 0;
}

.wpgw-gallery-slider {
  display: grid;
  gap: 1rem;
}

.wpgw-gallery-slider__stage {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 248, 244, 0.08), rgba(49, 38, 29, 0.12)),
    linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.08), rgba(var(--wpgw-highlight-rgb), 0.24)),
    #fff4ea;
  box-shadow: var(--wpgw-shadow);
  isolation: isolate;
}

.wpgw-gallery-slider__viewport {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.wpgw-gallery-slider__slide {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.wpgw-gallery-slider__slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.wpgw-gallery-slider__slide img,
.wpgw-gallery-slider__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpgw-gallery-slider__nav,
.wpgw-gallery-slider__thumb-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wpgw-gallery-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 62px;
  height: 84px;
  border-radius: 22px;
  background: rgba(49, 38, 29, 0.26);
  backdrop-filter: blur(16px);
  transform: translateY(-50%);
}

.wpgw-gallery-slider__nav--prev {
  left: 1rem;
}

.wpgw-gallery-slider__nav--next {
  right: 1rem;
}

.wpgw-gallery-slider__nav:hover,
.wpgw-gallery-slider__nav:focus-visible,
.wpgw-gallery-slider__thumb-nav:hover,
.wpgw-gallery-slider__thumb-nav:focus-visible {
  background: rgba(var(--wpgw-accent-rgb), 0.86);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 16px 30px rgba(var(--wpgw-accent-rgb), 0.22);
  outline: none;
}

.wpgw-gallery-slider__nav:active,
.wpgw-gallery-slider__thumb-nav:active {
  transform: translateY(-50%) scale(0.96);
}

.wpgw-gallery-slider__thumb-nav:active {
  transform: scale(0.96);
}

.wpgw-gallery-slider__nav-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.wpgw-gallery-slider__nav-icon--prev {
  transform: rotate(-135deg);
}

.wpgw-gallery-slider__nav-icon--next {
  transform: rotate(45deg);
}

.wpgw-gallery-slider--single .wpgw-gallery-slider__nav,
.wpgw-gallery-slider--single .wpgw-gallery-slider__thumb-shell {
  display: none;
}

.wpgw-gallery-slider__meta {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.wpgw-gallery-slider__title,
.wpgw-gallery-slider__count {
  margin: 0;
}

.wpgw-gallery-slider__count--overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 4;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(14px);
}

.wpgw-gallery-slider__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(100%, 36rem);
  padding: 0.85rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 248, 244, 0.14)),
    rgba(77, 53, 42, 0.28);
  margin-inline: auto;
  color: #fffaf6;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.5;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  box-shadow:
    0 18px 42px rgba(49, 38, 29, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-shadow: 0 1px 8px rgba(49, 38, 29, 0.28);
}

.wpgw-gallery-slider__title[hidden] {
  display: none;
}

.wpgw-gallery-slider__count {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
  color: var(--wpgw-text-soft);
  font-size: 0.82rem;
  box-shadow: 0 12px 24px rgba(49, 38, 29, 0.06);
}

.wpgw-gallery-slider__count [data-gallery-current] {
  color: var(--wpgw-accent);
  font-weight: 700;
}

.wpgw-gallery-slider__count-separator {
  opacity: 0.56;
}

.wpgw-gallery-slider__thumb-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--wpgw-border);
  box-shadow: 0 16px 36px rgba(49, 38, 29, 0.08);
}

.wpgw-gallery-slider__thumb-nav {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(49, 38, 29, 0.58);
}

.wpgw-gallery-slider__thumb-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(168px, 240px);
  gap: 0.8rem;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.wpgw-gallery-slider__thumb-track::-webkit-scrollbar {
  display: none;
}

.wpgw-gallery-slider__thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  background: rgba(var(--wpgw-accent-rgb), 0.06);
  box-shadow: inset 0 0 0 1px rgba(var(--wpgw-accent-rgb), 0.06);
  aspect-ratio: 1.5 / 1;
  cursor: pointer;
  opacity: 0.76;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wpgw-gallery-slider__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(49, 38, 29, 0.14));
  pointer-events: none;
}

.wpgw-gallery-slider__thumb:hover,
.wpgw-gallery-slider__thumb:focus-visible,
.wpgw-gallery-slider__thumb.is-active {
  opacity: 1;
  outline: none;
  transform: translateY(-2px);
  border-color: rgba(255, 197, 110, 0.92);
  box-shadow: 0 16px 32px rgba(var(--wpgw-accent-rgb), 0.16);
}

.wpgw-gallery-slider__thumb.is-active::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(var(--wpgw-accent-rgb), 0.08));
}

.pagination-wrap {
  padding-top: 2rem;
}

.news-archive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1.25rem;
  align-items: start;
}

.news-archive-groups {
  display: grid;
  gap: 1.6rem;
  min-width: 0;
}

.news-category-group {
  scroll-margin-top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 1rem);
  display: grid;
  gap: 1rem;
  position: relative;
}

.news-category-group::before,
.archive-group::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--wpgw-accent-rgb), 0.16), rgba(255, 248, 244, 0));
}

.news-category-group__header {
  display: grid;
  gap: 0.4rem;
  padding: 0.3rem 0 0.1rem;
}

.news-category-group__header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  line-height: 1.08;
}

.news-category-group__header p {
  margin: 0;
  max-width: 44rem;
  color: var(--wpgw-text-soft);
}

.news-category-nav {
  position: sticky;
  top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 1.5rem);
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
}

.news-category-nav strong {
  color: var(--wpgw-text);
  font-size: 0.96rem;
}

.news-category-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.news-category-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(var(--wpgw-accent-rgb), 0.08);
  color: var(--wpgw-accent-strong);
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.news-category-nav__link:hover,
.news-category-nav__link:focus-visible {
  background: rgba(var(--wpgw-accent-rgb), 0.16);
  transform: translateY(-1px);
}

.archive-groups {
  display: grid;
  gap: 1.6rem;
}

.archive-group {
  display: grid;
  gap: 1rem;
  position: relative;
}

.archive-group__header {
  display: grid;
  gap: 0.4rem;
  padding: 0.3rem 0 0.1rem;
}

.archive-group__header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  line-height: 1.08;
}

.archive-group__header p {
  margin: 0;
  max-width: 44rem;
  color: var(--wpgw-text-soft);
}

.pagination {
  display: flex;
  gap: 0.75rem;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
}

.pagination .current {
  background: var(--wpgw-highlight);
}

.empty-state-card {
  padding: 2.5rem;
  text-align: center;
}

.company-history-page {
  overflow: hidden;
}

.history-summary-section {
  padding-top: 0.6rem;
  padding-bottom: 1.25rem;
}

.history-hero__panel {
  position: relative;
  z-index: 1;
  border-radius: 34px;
  border: 1px solid var(--wpgw-border);
  box-shadow: var(--wpgw-shadow);
  backdrop-filter: blur(16px);
}

.history-hero__panel {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1.4rem;
  padding: clamp(1.6rem, 2.4vw, 2.35rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(var(--wpgw-blue-rgb), 0.08)),
    rgba(255, 255, 255, 0.9);
}

.history-hero__panel-copy {
  display: grid;
  gap: 0.95rem;
  max-width: 68rem;
}

.history-hero__panel-kicker {
  margin: 0;
  color: var(--wpgw-accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.history-hero__panel h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.history-hero__panel-copy p {
  margin: 0;
  color: var(--wpgw-text-soft);
}

.history-hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
  align-self: stretch;
  width: 100%;
  padding-top: 0.15rem;
}

.history-hero__stat {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
  background: rgba(255, 255, 255, 0.84);
}

.history-hero__stat strong {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.history-hero__stat span {
  color: var(--wpgw-text-soft);
  font-size: 0.92rem;
}

.history-timeline-section {
  padding-top: 0.5rem;
}

.history-timeline-section__heading {
  margin-bottom: 2.4rem;
}

.company-history-page .history-timeline-section__heading p {
  max-width: none;
  width: 100%;
}

.history-timeline {
  position: relative;
  display: grid;
  gap: 1.75rem;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 8px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(var(--wpgw-accent-rgb), 0.16), rgba(var(--wpgw-blue-rgb), 0.18), rgba(var(--wpgw-highlight-rgb), 0.16));
}

.history-node {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: center;
}

.history-node__rail {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 0;
  align-self: center;
}

.history-node__year {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 52px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.18);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 32px rgba(105, 64, 55, 0.12);
  color: var(--wpgw-accent-strong);
  font-weight: 700;
  transform: translate(-50%, calc(-100% - 1rem));
}

.history-node__dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--wpgw-accent);
  box-shadow:
    0 0 0 10px rgba(var(--wpgw-accent-rgb), 0.12),
    0 0 0 20px rgba(var(--wpgw-accent-rgb), 0.06);
  transform: translate(-50%, -50%);
}

.history-node__media,
.history-node__content {
  min-width: 0;
  position: relative;
  grid-row: 1;
  z-index: 2;
  align-self: center;
}

.history-node--left .history-node__media {
  grid-column: 1;
}

.history-node--left .history-node__content {
  grid-column: 3;
}

.history-node--right .history-node__content {
  grid-column: 1;
}

.history-node--right .history-node__media {
  grid-column: 3;
}

.history-node__figure,
.history-node__content {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.95rem;
  padding: 1.2rem;
  border-radius: 32px;
  border: 1px solid rgba(var(--wpgw-accent-rgb), 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--wpgw-shadow);
}

.history-node__figure::after,
.history-node__content::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1rem;
  z-index: -1;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--wpgw-highlight-rgb), 0.18), rgba(var(--wpgw-blue-rgb), 0.12));
  filter: blur(18px);
  opacity: 0.7;
}

.history-node__image-shell {
  display: grid;
  place-items: center;
  min-height: 18rem;
  overflow: hidden;
  border-radius: 26px;
  background: #f7efe9;
  aspect-ratio: 1 / 0.82;
}

.history-node__image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-node__caption {
  margin: 0;
  color: var(--wpgw-text-soft);
  font-size: 0.84rem;
  line-height: 1.55;
}

.history-node__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--wpgw-text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.history-node__eyebrow::before {
  content: "";
  width: 2rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wpgw-highlight), var(--wpgw-accent));
}

.history-node__content h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.1vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.history-node__summary {
  display: grid;
  gap: 0.75rem;
}

.history-node__summary p {
  margin: 0;
  color: var(--wpgw-text-soft);
}

.history-node__highlights {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
}

.history-node__highlights li {
  position: relative;
  padding-left: 1rem;
  color: var(--wpgw-text);
}

.history-node__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--wpgw-accent);
  box-shadow: 0 0 0 5px rgba(var(--wpgw-accent-rgb), 0.12);
  transform: translateY(-50%);
}

.history-node--current .history-node__figure,
.history-node--current .history-node__content {
  border-color: rgba(var(--wpgw-accent-rgb), 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(var(--wpgw-highlight-rgb), 0.12));
}

.history-node--current .history-node__year {
  background: linear-gradient(135deg, rgba(var(--wpgw-accent-rgb), 0.12), rgba(var(--wpgw-highlight-rgb), 0.24));
}

.history-closer {
  position: relative;
  margin-top: 1.25rem;
  padding-left: calc(50% - 56px);
}

.history-closer__line {
  display: block;
  width: 2px;
  height: 84px;
  margin: 0 0 0 55px;
  background: linear-gradient(180deg, rgba(var(--wpgw-accent-rgb), 0.28), rgba(var(--wpgw-accent-rgb), 0));
}

.history-closer__card {
  max-width: 32rem;
  padding: 1.6rem 1.8rem;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(49, 38, 29, 0.96), rgba(84, 56, 48, 0.94));
  color: #fff8f4;
  box-shadow: 0 30px 60px rgba(49, 38, 29, 0.22);
}

.history-closer__card .section-kicker {
  color: #fff8f4;
}

.history-closer__card .section-kicker::before {
  background: linear-gradient(90deg, #ffe090, #fff8f4);
}

.history-closer__card h2 {
  margin: 0.3rem 0 0.6rem;
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.history-closer__card p {
  margin: 0;
  color: rgba(255, 248, 244, 0.82);
}

@media (max-width: 1200px) {
  .history-hero__panel {
    grid-template-columns: 1fr;
  }

  .history-node {
    grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr);
  }

  .history-closer {
    padding-left: calc(50% - 42px);
  }

  .history-closer__line {
    margin-left: 41px;
  }
}

@media (max-width: 900px) {
  .history-hero__panel {
    border-radius: 28px;
  }

  .history-hero__panel {
    padding: 1.5rem;
  }

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

  .history-timeline::before {
    left: 28px;
    transform: none;
    width: 6px;
  }

  .history-node {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
  }

  .history-node__rail {
    display: grid;
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-items: center;
    align-content: start;
    gap: 0.85rem;
    align-self: stretch;
    width: auto;
    height: auto;
    padding-top: 1.1rem;
  }

  .history-node__year,
  .history-node__dot {
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }

  .history-node__media,
  .history-node__content {
    grid-column: 2 !important;
  }

  .history-node__media {
    grid-row: 1;
  }

  .history-node__content {
    grid-row: 2;
  }

  .history-node__year {
    min-width: 0;
    width: 72px;
    min-height: 0;
    height: auto;
    padding: 0.65rem 0.5rem;
    font-size: 0.88rem;
    align-self: start;
  }

  .history-node__figure,
  .history-node__content {
    padding: 1rem;
    border-radius: 26px;
  }

  .history-node__image-shell {
    min-height: 13.5rem;
  }

  .history-closer {
    padding-left: 72px;
  }

  .history-closer__line {
    margin-left: 0.2rem;
  }

  .history-closer__card {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .history-hero__stats {
    grid-template-columns: 1fr;
  }

  .history-node__content h3 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .history-node__figure,
  .history-node__content {
    padding: 0.9rem;
  }

  .history-node__image-shell {
    min-height: 11.5rem;
  }

  .history-closer__card {
    padding: 1.35rem 1.25rem;
  }
}

@media (max-width: 1200px) {
  .profile-shell,
  .profile-shell--has-cover,
  .profile-shell--has-expertise,
  .profile-shell--has-cover.profile-shell--has-expertise {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .profile-cover,
  .profile-summary__intro,
  .profile-summary__content,
  .profile-expertise {
    grid-area: auto;
  }

  .header-shell {
    grid-template-columns: auto auto;
  }

  .primary-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .primary-menu {
    justify-content: space-between;
  }

  .hero-shell,
  .brand-intro__layout,
  .branch-section,
  .news-archive-layout,
  .branch-archive-layout,
  .footer-grid,
  .profile-shell {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .team-grid,
  .news-grid,
  .impact-grid,
  .post-grid,
  .course-list-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 3.4rem;
    padding-top: 1.05rem;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .branch-city-nav {
    top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 1rem);
  }

  .news-category-nav {
    top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 1rem);
  }

  .news-category-nav__list,
  .branch-city-nav__list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }
}

@media (max-width: 900px) {
  .floating-consult-modal {
    padding: 1rem;
  }

  .floating-consult-modal__panel {
    width: min(100%, calc(100vw - 1.25rem));
    padding: 1.1rem;
    border-radius: 26px;
  }

  .floating-consult-modal__header {
    gap: 0.65rem;
    margin-bottom: 0.95rem;
    padding-right: 2.8rem;
  }

  .floating-consult-modal__close {
    top: 0.8rem;
    right: 0.8rem;
    width: 38px;
    height: 38px;
    font-size: 1.45rem;
  }

  .floating-sidebar {
    top: auto;
    right: 0.65rem;
    bottom: max(0.75rem, calc(env(safe-area-inset-bottom) + 0.2rem));
    gap: 0.7rem;
    transform: none;
  }

  .floating-sidebar__links {
    gap: 0.55rem;
  }

  .floating-sidebar__trigger {
    width: 44px;
    height: 44px;
    padding: 8px;
  }

  .floating-sidebar__trigger--placeholder {
    padding: 0 6px;
    font-size: 0.62rem;
  }

  .floating-sidebar__qr {
    width: 144px;
    padding: 0.825rem;
    border-radius: 16px;
    right: calc(100% + 8px);
  }

  .floating-sidebar__backtotop {
    width: 44px;
    height: 44px;
  }

  .floating-sidebar__backtotop svg {
    width: 20px;
    height: 20px;
  }

  .header-shell {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
  }

  .header-toggle {
    display: block;
    justify-self: end;
  }

  .primary-nav {
    display: none;
    grid-column: 1 / -1;
    padding-bottom: 1rem;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(var(--wpgw-accent-rgb), 0.1);
    max-height: min(70vh, calc(100vh - 140px));
    overflow-y: auto;
  }

  .primary-menu > li > a {
    min-height: 0;
    padding: 0.9rem 0;
  }

  .primary-menu .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 0.8rem 1rem;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
  }

  .header-tools {
    display: none;
  }

  .language-chip,
  .header-tools .hotline-chip {
    display: none;
  }

  .hotline-chip--mobile {
    display: inline-grid;
    justify-self: end;
    gap: 0.02rem;
    padding: 0.48rem 0.78rem 0.52rem;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(var(--wpgw-accent-rgb), 0.2);
  }

  .hotline-chip--mobile span {
    font-size: 0.54rem;
    line-height: 1.15;
  }

  .hotline-chip--mobile strong {
    font-size: 0.84rem;
    line-height: 1.15;
    white-space: nowrap;
  }

  .hero-visual,
  .branch-visual,
  .branch-list,
  .entry-card,
  .cta-band__shell,
  .appointment-copy,
  .appointment-card {
    padding: 1.5rem;
  }

  .news-category-group__header,
  .archive-group__header {
    padding: 0.3rem 0 0.1rem;
  }

  .wpgw-gallery-slider__nav {
    width: 56px;
    height: 76px;
  }

  .wpgw-gallery-slider__count--overlay {
    top: 0.9rem;
    left: 0.9rem;
  }

  .wpgw-gallery-slider__meta {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .wpgw-gallery-slider__thumb-track {
    grid-auto-columns: minmax(148px, 210px);
  }

  .hero-slider,
  .page-banner__slider {
    --wpgw-slider-glass-height: 136px;
    min-height: 520px;
  }

  .hero-slider--no-actions.hero-slider--no-dots,
  .page-banner__slider--no-actions.page-banner__slider--no-dots {
    --wpgw-slider-glass-height: 88px;
  }

  .hero-slider--no-glass.hero-slider--no-dots,
  .page-banner__slider--no-glass.page-banner__slider--no-dots {
    --wpgw-slider-glass-height: 0px;
    min-height: 480px;
  }

  .hero-slide__content {
    padding-top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 1.5rem);
    padding-bottom: calc(var(--wpgw-slider-glass-height) + 2.25rem);
  }

  .page-banner-slide__content {
    padding-top: calc(var(--wpgw-header-height) + var(--wpgw-admin-offset) + 1.75rem);
    padding-bottom: calc(var(--wpgw-slider-glass-height) + 2rem);
  }

  .hero-slider--no-actions.hero-slider--no-dots .hero-slide__content,
  .page-banner__slider--no-actions.page-banner__slider--no-dots .page-banner-slide__content {
    padding-bottom: calc(var(--wpgw-slider-glass-height) + 1.1rem);
  }

  .hero-slider--no-glass.hero-slider--no-dots .hero-slide__content,
  .page-banner__slider--no-glass.page-banner__slider--no-dots .page-banner-slide__content {
    padding-bottom: 1.5rem;
  }

  .hero-slide__intro,
  .page-banner-slide__intro {
    max-width: 100%;
  }

  .hero-slide__glass-inner,
  .page-banner-slide__glass-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding-right: 1rem;
  }

  .hero-slider--no-actions.hero-slider--no-dots .hero-slide__glass-inner,
  .page-banner__slider--no-actions.page-banner__slider--no-dots .page-banner-slide__glass-inner {
    min-height: var(--wpgw-slider-glass-height);
    gap: 0.55rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    padding-right: 0;
  }

  .hero-slide__summary,
  .hero-slide__actions,
  .page-banner-slide__glass-inner > * {
    width: 100%;
  }

  .hero-slide__actions {
    justify-content: flex-start;
  }

  .hero-slider:not(.hero-slider--single) .hero-slide__actions,
  .page-banner__slider:not(.page-banner__slider--single) .hero-slide__actions {
    padding-right: 5.5rem;
  }

  .hero-dots-shell,
  .page-banner__dots-shell {
    inset: auto 0 1rem;
  }

  .hero-dots,
  .page-banner__dots {
    min-height: 52px;
    justify-content: flex-end;
  }

  .hero-visual__metrics,
  .stats-grid,
  .service-grid,
  .team-grid,
  .news-grid,
  .impact-grid,
  .post-grid,
  .branch-list--archive-grid,
  .footer-nav-columns,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .course-list-card,
  .team-card,
  .detail-grid,
  .profile-shell,
  .appointment-layout {
    grid-template-columns: 1fr;
  }

  .detail-sidebar {
    order: -1;
  }

  .detail-main {
    order: 1;
  }

  .team-card {
    min-height: 212px;
  }

  .team-grid {
    row-gap: 2.9rem;
    padding-top: 0.85rem;
  }

  .archive-group--team .team-grid {
    padding-top: 2.05rem;
  }

  .team-card__body {
    padding: 0.82rem 43% 0.68rem 0.88rem;
  }

  .team-card__media {
    inset: 0 0 0 50%;
    order: initial;
    min-height: 0;
    padding: 0 0.3rem 0 0;
  }

  .team-card__media::before {
    top: 0.72rem;
  }

  .team-card__media img {
    height: calc(100% + 42px);
    transform: translateX(3%);
  }

  .team-card--featured {
    width: min(100%, 760px);
    min-height: 228px;
  }

  .team-card--featured .team-card__body {
    padding-right: 41%;
  }

  .program-panels {
    flex-direction: column;
  }

  .program-panel,
  .program-panel.is-active {
    flex: 1 1 auto;
  }

  .cta-band__shell,
  .footer-bottom,
  .appointment-form__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-category-nav {
    width: 100%;
  }

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

  .branch-list__scroll {
    flex: 0 1 auto;
    max-height: none;
    min-height: auto;
    overflow: visible;
    padding: 0;
    scrollbar-gutter: auto;
  }

  .branch-map {
    min-height: 320px;
  }

  .branch-map__state {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .branch-list[data-branch-selector]:not(.is-branch-selector-ready) [data-branch-card] {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --wpgw-header-height: 72px;
  }

  .appointment-card--modal {
    padding: 1rem;
    border-radius: 24px;
  }

  .floating-consult-modal {
    padding: 0.7rem;
  }

  .floating-consult-modal__panel {
    width: min(100%, calc(100vw - 0.5rem));
    padding: 0.9rem;
    border-radius: 22px;
  }

  .floating-consult-modal__header {
    margin-bottom: 0.8rem;
    padding-right: 2.4rem;
  }

  .floating-consult-modal__header h2 {
    font-size: 1.45rem;
  }

  .floating-consult-modal__header p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .floating-sidebar {
    right: 0.45rem;
    bottom: max(0.6rem, calc(env(safe-area-inset-bottom) + 0.15rem));
    gap: 0.55rem;
  }

  .floating-sidebar__links {
    gap: 0.45rem;
  }

  .floating-sidebar__trigger {
    width: 36px;
    height: 36px;
    padding: 6px;
    box-shadow: 0 14px 24px rgba(49, 38, 29, 0.1);
  }

  .floating-sidebar__trigger--placeholder {
    padding: 0 4px;
    font-size: 0.52rem;
  }

  .floating-sidebar__qr {
    width: 126px;
    padding: 0.675rem;
    right: calc(100% + 6px);
  }

  .floating-sidebar__qr span {
    font-size: 0.66rem;
  }

  .floating-sidebar__backtotop {
    width: 36px;
    height: 36px;
    box-shadow: 0 14px 24px rgba(236, 102, 106, 0.22);
  }

  .floating-sidebar__backtotop svg {
    width: 16px;
    height: 16px;
  }

  .wpgw-gallery-slider {
    gap: 0.85rem;
  }

  .wpgw-gallery-slider__viewport {
    aspect-ratio: 4 / 3;
  }

  .wpgw-gallery-slider__nav {
    width: 46px;
    height: 62px;
    border-radius: 18px;
  }

  .wpgw-gallery-slider__nav--prev {
    left: 0.7rem;
  }

  .wpgw-gallery-slider__nav--next {
    right: 0.7rem;
  }

  .wpgw-gallery-slider__count--overlay {
    top: 0.75rem;
    left: 0.75rem;
  }

  .wpgw-gallery-slider__meta {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .wpgw-gallery-slider__title {
    font-size: 0.98rem;
    padding: 0.72rem 1rem;
    border-radius: 18px;
  }

  .wpgw-gallery-slider__thumb-shell {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }

  .wpgw-gallery-slider__thumb-nav {
    display: none;
  }

  .wpgw-gallery-slider__thumb-track {
    grid-auto-columns: minmax(132px, 72%);
  }
  .site-container {
    width: min(100% - 20px, 100%);
  }

  .site-footer .site-container {
    padding-left: 0.85rem;
  }

  .header-shell {
    min-height: 72px;
    gap: 0.75rem;
  }

  .hotline-chip--mobile {
    padding: 0.42rem 0.68rem 0.46rem;
    border-radius: 16px;
  }

  .hotline-chip--mobile span {
    font-size: 0.5rem;
  }

  .hotline-chip--mobile strong {
    font-size: 0.78rem;
  }

  .brand-mark__text span {
    display: none;
  }

  .hero-slider {
    min-height: 500px;
  }

  .hero-slider,
  .page-banner__slider {
    --wpgw-slider-glass-height: 154px;
    min-height: 540px;
  }

  .hero-slider--no-actions.hero-slider--no-dots,
  .page-banner__slider--no-actions.page-banner__slider--no-dots {
    --wpgw-slider-glass-height: 72px;
  }

  .hero-slider--no-glass.hero-slider--no-dots,
  .page-banner__slider--no-glass.page-banner__slider--no-dots {
    --wpgw-slider-glass-height: 0px;
    min-height: 430px;
  }

  .hero-slide__glass-inner,
  .page-banner-slide__glass-inner {
    padding-right: 0;
  }

  .hero-slide__intro,
  .page-banner-slide__intro {
    gap: 0.75rem;
  }

  .hero-slide__summary p,
  .page-banner-slide__glass-inner p {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .hero-slide__actions {
    gap: 0.7rem;
  }

  .hero-slider:not(.hero-slider--single) .hero-slide__actions,
  .page-banner__slider:not(.page-banner__slider--single) .hero-slide__actions {
    padding-right: 4.75rem;
  }

  .hero-dots-shell,
  .page-banner__dots-shell {
    inset: auto 0 0.95rem;
  }

  .hero-dots,
  .page-banner__dots {
    min-height: 46px;
  }

  .hero-slide .button-primary,
  .hero-slide .button-secondary {
    min-height: 46px;
    padding: 0 1rem;
  }

  .section-shell,
  .cta-band {
    padding: 1.5rem 0 3rem;
  }

  .section-heading h2,
  .hero-slide__title,
  .page-banner .hero-slide__title,
  .page-banner-slide .hero-slide__title {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .brand-intro__card {
    padding: 1.35rem;
  }

  .brand-intro__card h3 {
    font-size: clamp(1.5rem, 8vw, 2.3rem);
  }

  .brand-intro__metrics,
  .brand-intro__metrics--compact {
    grid-template-columns: 1fr;
  }

  .team-card__body {
    gap: 0.8rem;
    padding: 0.72rem 44% 0.6rem 0.78rem;
  }

  .team-card {
    min-height: 186px;
  }

  .team-grid {
    row-gap: 2.35rem;
    padding-top: 0.65rem;
  }

  .archive-group--team .team-grid,
  .archive-group--team-featured .team-grid--featured {
    padding-top: 1.55rem;
  }

  .team-card__role {
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }

  .team-card__role::before {
    width: 24px;
  }

  .team-card h2,
  .team-card h3 {
    font-size: clamp(1.28rem, 8vw, 1.6rem);
  }

  .team-card p {
    font-size: 0.88rem;
    line-height: 1.46;
    -webkit-line-clamp: 3;
  }

  .team-card .text-link {
    font-size: 0.96rem;
  }

  .team-card__media {
    inset: 0 0 0 49%;
    padding-right: 0.12rem;
    min-height: 0;
  }

  .team-card__media::before {
    top: 0.6rem;
    right: 8px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .team-card__media img {
    height: calc(100% + 30px);
    transform: translateX(4%);
  }

  .team-card--featured {
    width: 100%;
    min-height: 204px;
  }

  .team-card--featured .team-card__body {
    padding-right: 44%;
  }

  .team-card__media-avatar {
    width: 104px;
    height: 104px;
    border-radius: 28px;
    font-size: 1.95rem;
  }

  .news-category-nav,
  .branch-selector__meta,
  .branch-selector__controls {
    grid-template-columns: 1fr;
  }

  .news-category-nav {
    position: static;
  }

  .branch-selector__meta {
    display: grid;
    align-items: start;
  }

  .branch-map {
    min-height: 280px;
  }

  .branch-map__info {
    min-width: min(220px, calc(100vw - 88px));
  }
}

.post-card {
  padding: 1.5rem;
}

.post-card h2 {
  margin-top: 0;
}

.empty-state {
  padding: 3rem 1.5rem;
  text-align: center;
}

@media (max-width: 782px) {
  body.admin-bar {
    --wpgw-admin-offset: 46px;
  }
}
