@font-face {
  font-family: "Tabler Icons Subset";
  src: url("../assets/tabler-icons-subset.woff2") format("woff2");
  font-display: block;
}

.ti {
  display: inline-block;
  font-family: "Tabler Icons Subset";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: never;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.ti-arrow-right::before { content: "\ea1f"; }
.ti-arrows-diagonal::before { content: "\ea27"; }
.ti-baby-carriage::before { content: "\f05d"; }
.ti-calendar-event::before { content: "\ea52"; }
.ti-chevron-down::before { content: "\ea5f"; }
.ti-chevron-right::before { content: "\ea61"; }
.ti-door-exit::before { content: "\ef4d"; }
.ti-flame::before { content: "\ec2c"; }
.ti-heart::before { content: "\eabe"; }
.ti-heart-handshake::before { content: "\f0f3"; }
.ti-info-circle::before { content: "\eac5"; }
.ti-luggage::before { content: "\efad"; }
.ti-menu-2::before { content: "\ec42"; }
.ti-message-circle::before { content: "\eaed"; }
.ti-phone::before { content: "\eb09"; }
.ti-receipt-2::before { content: "\edfa"; }
.ti-search::before { content: "\eb1c"; }
.ti-search-off::before { content: "\f19c"; }
.ti-shield-check::before { content: "\eb22"; }
.ti-sparkles::before { content: "\f6d7"; }
.ti-wallet::before { content: "\eb75"; }
.ti-x::before { content: "\eb55"; }

@font-face {
  font-family: "Aidigong Serif";
  src: url("../assets/corR_index.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Aidigong Serif";
  src: url("../assets/corM_index.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Aidigong Sans";
  src: url("../assets/sycnR_index.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Aidigong Sans";
  src: url("../assets/sycnM_index.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

:root {
  --wine-950: #35090d;
  --wine-900: #490e13;
  --wine-800: #5d1519;
  --wine-700: #762115;
  --cream-50: #fffaf6;
  --cream-100: #fef1e8;
  --peach-100: #fdeadd;
  --peach-200: #f3d9ca;
  --gold-500: #d4ac67;
  --orange-500: #e2965b;
  --ink-900: #341e1c;
  --ink-700: #5f4a45;
  --ink-500: #89736d;
  --line: #eadbd2;
  --white: #ffffff;
  --serif: "Aidigong Serif", "Songti SC", "STSong", "SimSun", serif;
  --sans: "Aidigong Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --shell: min(1180px, 78vw);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink-900);
  background: var(--cream-50);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--wine-900);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--orange-500);
  outline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 40;
  background: var(--white);
}

.utility-bar {
  height: 44px;
  color: #f8e9db;
  background: var(--wine-900);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.utility-brand,
.utility-phone {
  position: absolute;
  display: inline-flex;
  align-items: center;
}

.utility-brand {
  left: 0;
  min-height: 36px;
  padding: 2px 6px 2px 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.utility-brand:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.utility-brand img {
  width: 130px;
  height: auto;
}

.utility-phone {
  right: 0;
  gap: 7px;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.utility-phone i {
  color: var(--gold-500);
  font-size: 14px;
}

.mobile-nav-wrap,
.mobile-menu {
  display: none;
}

.faq-hero {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(90deg, #f2dfd0 0%, #f3e1d4 62%, #fffaf6 100%);
}

.faq-hero::before,
.faq-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.faq-hero::before {
  left: 0;
  width: 52%;
  background: linear-gradient(90deg, #f2dfd0 0%, rgba(242, 223, 208, 0.98) 58%, rgba(242, 223, 208, 0) 100%);
}

.faq-hero::after {
  right: 0;
  width: 30%;
  background: linear-gradient(90deg, rgba(255, 250, 246, 0) 0%, rgba(255, 250, 246, 0.92) 76%, #fffaf6 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 64% center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-copy {
  position: absolute;
  top: 46px;
  left: 0;
  width: 485px;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: #9c4d29;
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.hero-copy .eyebrow {
  display: none;
}

.hero-copy h1 {
  margin: 2px 0 0;
  color: var(--wine-700);
  font-family: var(--serif);
  font-size: clamp(36px, 3.2vw, 48px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.25;
}

.hero-lead {
  margin: 3px 0 14px;
  color: #654d47;
  font-family: var(--serif);
  font-size: 16px;
}

.search-form {
  display: flex;
  align-items: center;
  width: 370px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(118, 33, 21, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(73, 14, 19, 0.06);
}

.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #8f7770;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.search-submit i {
  color: #8f7770;
  font-size: 20px;
}

.search-submit:hover,
.search-submit:focus-visible {
  color: var(--wine-700);
  background: var(--cream-100);
}

.search-form input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding: 0 10px;
  border: 0;
  outline: 0;
  color: var(--ink-900);
  background: transparent;
  font-size: 14px;
}

.search-form input::placeholder {
  color: #a18c86;
}

.search-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--ink-500);
  background: var(--cream-100);
  cursor: pointer;
}

.hero-hot {
  display: none;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #806862;
  font-size: 12px;
}

.hero-hot button {
  padding: 0;
  border: 0;
  color: var(--wine-700);
  background: transparent;
  cursor: pointer;
}

.hero-hot button:hover {
  text-decoration: underline;
}

.category-filter {
  position: relative;
  z-index: 20;
  padding: 26px 0 10px;
  background: linear-gradient(180deg, var(--cream-50) 0%, var(--white) 100%);
}

.category-card {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  gap: 30px;
  padding: 22px 26px;
  border: 1px solid rgba(118, 33, 21, 0.12);
  border-radius: 20px;
  background: rgba(254, 241, 232, 0.72);
  box-shadow: 0 14px 38px rgba(73, 14, 19, 0.07);
}

.category-heading {
  padding-right: 26px;
  border-right: 1px solid rgba(118, 33, 21, 0.14);
}

.category-kicker {
  margin: 0 0 3px;
  color: var(--orange-500);
  font-family: var(--serif);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.category-heading h2 {
  margin: 0;
  color: var(--wine-700);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.category-heading > p {
  margin: 5px 0 0;
  color: #806862;
  font-size: 12px;
  line-height: 1.6;
}

.category-options {
  min-width: 0;
}

.category-total {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 9px;
  color: #967a72;
  font-size: 11px;
}

.category-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.category-tab {
  display: inline-flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 10px;
  border: 1px solid rgba(118, 33, 21, 0.16);
  border-radius: 999px;
  color: #634b45;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 3px 10px rgba(73, 14, 19, 0.025);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-tab i {
  flex: 0 0 auto;
  color: var(--orange-500);
  font-size: 18px;
}

.category-tab span {
  overflow: hidden;
  font-family: var(--serif);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-tab:hover {
  border-color: rgba(118, 33, 21, 0.35);
  color: var(--wine-700);
  background: var(--white);
  box-shadow: 0 5px 14px rgba(73, 14, 19, 0.07);
  transform: translateY(-1px);
}

.category-tab.is-active {
  border-color: var(--wine-700);
  color: var(--white);
  background: var(--wine-700);
  box-shadow: 0 7px 16px rgba(73, 14, 19, 0.18);
}

.category-tab.is-active i {
  color: #f5c98a;
}

.category-tab:focus-visible {
  outline: 3px solid rgba(226, 150, 91, 0.42);
  outline-offset: 3px;
}

.faq-browser {
  position: relative;
  padding: 28px 0 18px;
  background: var(--white);
}

.faq-list-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 44px;
  padding: 0 0 4px 10px;
  border-bottom: 1px solid var(--line);
}

.faq-controls {
  display: contents;
}

.faq-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.faq-controls-fallback {
  margin-bottom: 12px;
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream-50);
}

.result-count {
  margin: 0 0 0 7px;
  color: #735e58;
  font-size: 13px;
}

.result-count span {
  color: var(--wine-700);
  font-family: Georgia, serif;
  font-size: 18px;
}

.text-button,
.outline-button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.text-button {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 5px 2px;
  color: var(--wine-700);
  border-bottom: 1px solid rgba(118, 33, 21, 0.35);
  font-size: 13px;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #6b534d;
  font-size: 13px;
}

.outline-button:hover {
  border-color: var(--orange-500);
  color: var(--wine-700);
}

.noscript-note {
  padding: 12px 16px;
  color: var(--wine-700);
  background: var(--cream-100);
}

.faq-panels {
  padding-top: 0;
}

.faq-panels.is-multi-category {
  display: grid;
  gap: 24px;
}

.faq-panels .faq-category-panel {
  position: relative;
  padding: 26px 28px 24px;
  border: 1px solid rgba(118, 33, 21, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(254, 241, 232, 0.5) 0%, rgba(255, 253, 251, 0.98) 25%, var(--white) 100%);
  box-shadow: 0 12px 30px rgba(73, 14, 19, 0.055);
}

.faq-panels .faq-category-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 28px;
  width: 58px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--orange-500), var(--gold-500));
}

.js .faq-category-panel:not(.is-visible) {
  display: none;
}

.faq-category-panel {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 42px;
  padding-top: 0;
}

.chapter-intro {
  position: relative;
  min-height: 0;
  padding: 0 28px 2px 2px;
  border-right: 1px solid var(--line);
}

.chapter-number {
  display: block;
  margin-bottom: 4px;
  color: #9f4e29;
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.chapter-intro h3 {
  margin: 0;
  color: var(--wine-700);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.chapter-intro > p {
  max-width: 190px;
  margin: 9px 0 0;
  color: #735e58;
  font-size: 13px;
  line-height: 1.7;
}

.faq-list {
  min-width: 0;
}

.list-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  min-height: 36px;
  padding: 0;
  color: var(--wine-700);
  font-family: var(--serif);
  font-size: 14px;
}

.list-label i {
  color: var(--orange-500);
  font-size: 17px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 8px 12px;
  color: #59433e;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  font-family: var(--serif);
  font-size: 16px;
}

.faq-item summary b {
  margin-right: 4px;
  color: #785f59;
  font-family: Georgia, serif;
  font-weight: 400;
}

.faq-item summary > i {
  flex: 0 0 auto;
  color: var(--wine-700);
  font-size: 20px;
  transition: transform 180ms ease;
}

.faq-item[open] {
  background: #fffdfb;
}

.faq-item[open] summary {
  color: var(--wine-700);
}

.faq-item[open] summary > i {
  transform: rotate(180deg);
}

.faq-answer {
  position: relative;
  padding: 0 140px 12px 34px;
  color: #6d5852;
  font-size: 13px;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0;
}

.faq-answer strong {
  color: #503a35;
  font-weight: 600;
}

.faq-answer a {
  color: #9f4d28;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 5px !important;
}

.answer-consult {
  position: absolute;
  top: 8px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  color: var(--white) !important;
  background: var(--wine-700);
  text-decoration: none !important;
  white-space: nowrap;
}

.no-results {
  padding: 74px 20px;
  text-align: center;
}

.no-results > i {
  color: var(--gold-500);
  font-size: 42px;
}

.no-results h3 {
  margin: 10px 0 2px;
  color: var(--wine-700);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.no-results p {
  margin: 0 0 14px;
  color: var(--ink-500);
}

.no-results a {
  display: inline-flex;
  padding: 7px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--wine-700);
}

.medical-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 18px;
  border: 1px solid #eedfd5;
  background: var(--cream-50);
  color: #79645e;
  font-size: 12px;
  line-height: 1.75;
}

.medical-note i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--orange-500);
  font-size: 18px;
}

.medical-note p {
  margin: 0;
}

.medical-note strong {
  color: var(--wine-700);
}

.branches {
  padding: 42px 0 30px;
  background: var(--cream-100);
  overflow: hidden;
}

.branch-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.branch-copy h2,
.consult-inner h2 {
  margin: 4px 0 8px;
  color: var(--wine-700);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.35;
}

.branch-copy > p:not(.section-kicker) {
  margin: 0 0 13px;
  color: #6e5750;
  font-size: 13px;
  line-height: 1.8;
}

.branch-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--wine-700);
  font-size: 13px;
}

.branch-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(148px, 1fr);
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-500) transparent;
  scroll-snap-type: x proximity;
}

.branch-card {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #e5d7ce;
  scroll-snap-align: start;
}

.branch-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.branch-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(52, 20, 18, 0.18);
}

.branch-card span {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 13px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  text-shadow: 0 1px 9px rgba(53, 9, 13, 0.55);
}

.branch-card b {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.branch-card small {
  font-size: 11px;
}

.branch-card:hover img {
  transform: scale(1.035);
}

.branch-disclaimer {
  margin-top: 18px;
  margin-bottom: 0;
  color: #705950;
  font-size: 11px;
  text-align: right;
}

.consult-cta {
  padding: 56px 0;
  color: #f9eee7;
  background: var(--wine-900);
}

.consult-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.consult-inner .section-kicker {
  color: var(--gold-500);
}

.consult-inner h2 {
  color: var(--white);
}

.consult-inner p:not(.section-kicker) {
  max-width: 650px;
  margin: 0;
  color: #d9c4bb;
  font-size: 13px;
}

.consult-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  max-width: 430px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  white-space: nowrap;
}

.button-primary {
  color: var(--wine-900);
  background: #efb46f;
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.38);
}

.button-text {
  color: #f3d09a;
}

.site-footer {
  padding: 44px 0 22px;
  color: #d6c3ba;
  background: var(--wine-950);
}

.footer-main {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  padding-bottom: 32px;
}

.footer-brand img {
  width: 172px;
  height: auto;
}

.footer-brand p {
  margin: 7px 0 0;
  color: #a98e83;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-links h2 {
  margin: 0 0 5px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
}

.footer-links a {
  color: #bca69d;
  font-size: 12px;
}

.footer-links a:hover {
  color: #efcc98;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #b9a29a;
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.mobile-bottom-cta,
.mobile-consult-bar,
.mobile-contact-dock {
  display: none;
}

@media (max-width: 1100px) {
  :root {
    --shell: min(100% - 40px, 1020px);
  }

  .branch-layout {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  :root {
    --shell: calc(100% - 36px);
  }

  body {
    padding-bottom: 64px;
  }

  .utility-bar {
    display: none;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .mobile-nav-wrap {
    display: grid;
    grid-template-columns: 1fr 44px 44px;
    align-items: center;
    height: 58px;
    padding: 0 14px 0 18px;
    color: var(--white);
    background: var(--wine-900);
  }

  .mobile-brand img {
    width: 138px;
    max-height: 37px;
    object-fit: contain;
    object-position: left center;
  }

  .mobile-phone,
  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    color: #f5d7a4;
    background: transparent;
    font-size: 22px;
  }

  .mobile-menu-toggle {
    cursor: pointer;
  }

  .mobile-menu {
    position: fixed;
    z-index: 42;
    top: 58px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    color: var(--wine-700);
    background: var(--cream-50);
  }

  .mobile-menu a {
    padding: 13px 5px;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 18px;
  }

  .faq-hero {
    height: 300px;
  }

  .hero-media {
    object-position: 59% center;
  }

  .hero-copy {
    top: 35px;
    width: min(470px, 70%);
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .search-form {
    width: min(440px, 100%);
  }

  .category-filter {
    padding-top: 20px;
  }

  .category-card {
    display: block;
    padding: 18px 20px 20px;
  }

  .category-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 14px;
    border-right: 0;
  }

  .category-heading > p {
    margin: 0;
  }

  .category-total {
    margin-bottom: 9px;
  }

  .category-track {
    display: flex;
    width: auto;
    overflow-x: auto;
    padding: 2px 2px 5px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .category-track::-webkit-scrollbar {
    display: none;
  }

  .category-tab {
    flex: 0 0 126px;
    scroll-snap-align: center;
  }

  .faq-browser {
    padding-top: 30px;
  }

  .faq-category-panel {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
  }

  .chapter-intro {
    padding-right: 20px;
  }

  .chapter-number {
    font-size: 44px;
  }

  .chapter-intro h3 {
    font-size: 22px;
  }

  .faq-answer {
    padding-right: 20px;
  }

  .answer-consult {
    position: static;
    margin-top: 12px;
  }

  .branch-layout {
    display: block;
  }

  .branch-copy {
    margin-bottom: 20px;
  }

  .branch-copy > p:not(.section-kicker) {
    max-width: 560px;
  }

  .branch-scroller {
    grid-auto-columns: 196px;
  }

  .consult-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .consult-actions {
    justify-content: flex-start;
    max-width: none;
  }

  .footer-main {
    grid-template-columns: 200px 1fr;
    gap: 40px;
  }

  .mobile-bottom-cta {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 64px;
    background: var(--white);
    box-shadow: 0 -8px 24px rgba(73, 14, 19, 0.12);
  }

  .mobile-bottom-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--wine-700);
    font-size: 14px;
  }

  .mobile-bottom-cta a:last-child {
    color: var(--white);
    background: var(--wine-700);
  }

  .mobile-bottom-cta i {
    font-size: 20px;
  }

  .mobile-bottom-cta,
  .mobile-consult-bar {
    display: none !important;
  }

  .mobile-contact-dock {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 63px;
    padding: 8px 15px calc(8px + env(safe-area-inset-bottom));
    grid-template-columns: .735fr 1fr;
    gap: 8px;
    background: rgba(255, 251, 247, .97);
    box-shadow: 0 -7px 24px rgba(76, 17, 22, .1);
    backdrop-filter: blur(16px);
  }

  .mobile-contact-dock a {
    display: flex;
    height: 47px;
    border: 1px solid #e4cbc0;
    border-radius: 11px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #67151b;
    background: #fffdfb;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-contact-dock .mobile-contact-online {
    border-color: #650f16;
    color: #fff;
    background: #650f16;
  }

  .mobile-contact-dock i {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 28px);
  }

  body {
    font-size: 15px;
  }

  html {
    scroll-padding-top: 142px;
  }

  .faq-hero {
    height: 372px;
    background: #f1dfd1;
  }

  .faq-hero::before,
  .faq-hero::after {
    display: none;
  }

  .hero-media {
    height: 232px;
    top: 140px;
    object-fit: cover;
    object-position: 64% center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-copy {
    top: 20px;
    width: 100%;
  }

  .eyebrow {
    font-size: 9px;
  }

  .hero-copy h1 {
    margin-top: 0;
    font-size: 32px;
    letter-spacing: 0.06em;
  }

  .hero-lead {
    margin: 0 0 10px;
    font-size: 13px;
  }

  .search-form {
    width: 100%;
    height: 44px;
  }

  .hero-hot {
    margin-top: 5px;
    font-size: 11px;
  }

  .category-filter {
    padding: 14px 0 4px;
  }

  .category-card {
    padding: 16px 14px 15px;
    border-radius: 16px;
  }

  .category-heading {
    display: block;
    padding-bottom: 11px;
  }

  .category-heading h2 {
    font-size: 20px;
  }

  .category-heading > p {
    margin-top: 3px;
  }

  .category-total {
    margin-bottom: 8px;
  }

  .category-track {
    gap: 7px;
  }

  .category-tab {
    flex-basis: 116px;
    min-height: 42px;
    padding-inline: 10px;
  }

  .category-tab i {
    font-size: 17px;
  }

  .category-tab span {
    font-size: 12px;
  }

  .faq-browser {
    padding: 24px 0 34px;
  }

  .faq-list-header {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
    row-gap: 8px;
    padding: 2px 2px 10px;
  }

  .faq-actions {
    grid-column: 1 / -1;
    width: 100%;
    gap: 8px;
  }

  .faq-actions .text-button {
    margin-right: auto;
  }

  .faq-controls-fallback {
    padding: 10px 14px;
  }

  .outline-button {
    padding-inline: 10px;
  }

  .faq-category-panel {
    display: block;
    padding-top: 16px;
  }

  .faq-panels.is-multi-category {
    gap: 16px;
  }

  .faq-panels .faq-category-panel {
    padding: 18px 16px 14px;
    border-radius: 16px;
  }

  .faq-panels .faq-category-panel::before {
    left: 16px;
    width: 46px;
  }

  .chapter-intro {
    min-height: auto;
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .chapter-number {
    float: left;
    margin: 2px 13px 0 0;
    font-size: 48px;
  }

  .chapter-intro h3 {
    font-size: 22px;
  }

  .chapter-intro > p {
    max-width: none;
    margin-top: 2px;
    line-height: 1.6;
  }

  .faq-list {
    margin-top: 14px;
  }

  .list-label {
    padding-left: 2px;
  }

  .faq-item summary {
    min-height: 60px;
    padding: 12px 2px;
  }

  .faq-item summary span {
    font-size: 15px;
    line-height: 1.55;
  }

  .faq-answer {
    padding: 0 8px 18px 23px;
    font-size: 13px;
    line-height: 1.85;
  }

  .medical-note {
    width: var(--shell);
    padding: 12px;
  }

  .branches {
    padding: 34px 0 24px;
  }

  .branch-copy h2,
  .consult-inner h2 {
    font-size: 24px;
  }

  .branch-scroller {
    grid-auto-columns: 72%;
  }

  .branch-card {
    height: 164px;
  }

  .branch-disclaimer {
    text-align: left;
  }

  .consult-cta {
    padding: 42px 0;
  }

  .consult-inner {
    gap: 22px;
  }

  .consult-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .button-text {
    grid-column: 1 / -1;
  }

  .site-footer {
    padding-top: 36px;
  }

  .footer-main {
    display: block;
  }

  .footer-brand {
    margin-bottom: 28px;
  }

  .footer-links {
    gap: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
