:root {
  --ink: #1A1A1A;
  --ink-soft: #6B6B6B;
  --paper: #F4F0EA;
  --mist: #F4F0EA;
  --blush: #C9B8A8;
  --sage: #DDD3C8;
  --teal: #8B7E78;
  --teal-deep: #1A1A1A;
  --coral: #8B7E78;
  --coral-deep: #7A6D68;
  --plum: #A89F94;
  --line: #E3DDD5;
  --navy: #172333;
  --gold: #A8783E;
  --gold-soft: #C49B68;
  --cream-warm: #F2E7D8;
  --shadow: 0 18px 45px rgba(168, 159, 148, 0.13);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.skip-link,
.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:focus {
  z-index: 999;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  padding: 0.75rem 1rem;
  background: var(--paper);
  color: var(--teal-deep);
}

.site-header {
  position: fixed;
  inset: 0.85rem auto auto 50%;
  width: max-content;
  max-width: calc(100% - 2rem);
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  min-height: 86px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(232, 222, 209, 0.58);
  border-radius: 16px;
  background: rgba(229, 220, 209, 0.72);
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(48, 42, 37, 0.12);
  backdrop-filter: blur(14px);
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, padding 180ms ease, min-height 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(244, 240, 234, 0.94);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(23, 35, 51, 0.12);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 84px;
  height: 74px;
  padding: 0.08rem;
  text-decoration: none;
  border-radius: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  transition: background-color 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.brand-mark {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  opacity: 1;
  filter: none;
  transition: filter 180ms ease;
  pointer-events: none;
}

.site-header.is-scrolled .brand,
.site-header.nav-active .brand {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  padding: 0.15rem 0.35rem;
  background: transparent;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 750;
  box-shadow: none;
  backdrop-filter: none;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding-inline: 0.45rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.site-nav a:focus,
.site-nav a:hover {
  color: #8E672E;
  background: rgba(244, 240, 234, 0.48);
  border-bottom-color: var(--gold);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 253, 249, 0.55);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
  color: var(--navy);
  box-shadow: 0 12px 26px rgba(23, 35, 51, 0.12);
  backdrop-filter: blur(12px);
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  content: "";
}

.nav-toggle-bars::before {
  transform: translateY(-7px);
}

.nav-toggle-bars::after {
  transform: translateY(5px);
}

.hero {
  position: relative;
  display: flex;
  min-height: 60svh;
  padding: 5.3rem 1.25rem 2.3rem;
  align-items: center;
  overflow: hidden;
  background-image: url("assets/therapy-office.png");
  background-position: center;
  background-size: cover;
  color: var(--paper);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(244, 240, 234, 0.48) 0%, rgba(224, 215, 204, 0.42) 40%, rgba(154, 137, 121, 0.22) 72%, rgba(84, 74, 66, 0.24) 100%),
    linear-gradient(90deg, rgba(62, 55, 49, 0.34) 0%, rgba(136, 119, 104, 0.24) 50%, rgba(244, 240, 234, 0.26) 100%),
    linear-gradient(0deg, rgba(95, 81, 70, 0.14), rgba(244, 240, 234, 0.2));
}

.hero-inner {
  position: relative;
  width: min(760px, 100%);
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--coral);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #D7C6B4;
}

.hero .welcome-copy {
  margin: 0 auto;
}

.hero .welcome-eyebrow {
  color: #4e4036;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  margin-bottom: 0.34rem;
  text-shadow: 0 1px 10px rgba(255, 250, 242, 0.54);
}

.hero .welcome-copy h1 {
  max-width: 700px;
  margin: 0 auto;
  color: var(--paper);
  font-size: clamp(2rem, 3.35vw, 2.95rem);
  text-shadow: 0 10px 32px rgba(32, 24, 18, 0.28);
}

.hero .welcome-copy p:not(.welcome-eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 8px 28px rgba(32, 24, 18, 0.24);
}

.hero .welcome-cards {
  margin: 1.15rem auto 0;
}

.hero .welcome-cards .welcome-card {
  border-color: rgba(232, 224, 213, 0.56);
  background: rgba(155, 137, 120, 0.2);
  color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

.hero .welcome-cards svg {
  color: #D7C6B4;
}

.hero .welcome-cards span {
  color: rgba(255, 255, 255, 0.82);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.9rem;
  font-weight: 700;
  text-shadow: 0 10px 32px rgba(32, 24, 18, 0.26);
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 700;
}

h3 {
  font-size: 1.08rem;
  font-weight: 850;
}

.hero-copy {
  max-width: 660px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.2rem;
  text-shadow: 0 8px 28px rgba(32, 24, 18, 0.24);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-actions {
  margin-top: 1.8rem;
}

.hero-actions-single {
  max-width: 410px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button-large {
  width: 100%;
  min-height: 54px;
  padding-inline: 1.25rem;
}

.button-primary {
  background: linear-gradient(135deg, #172333 0%, #27394B 100%);
  color: var(--paper);
  box-shadow: 0 16px 30px rgba(23, 35, 51, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.button-primary:hover,
.button-primary:focus {
  background: linear-gradient(135deg, #101A27 0%, #223449 100%);
  box-shadow: 0 18px 34px rgba(23, 35, 51, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

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

.button-secondary:hover,
.button-secondary:focus {
  background: var(--paper);
  color: var(--teal-deep);
}

.button-soft {
  border-color: rgba(23, 104, 93, 0.22);
  background: var(--paper);
  color: var(--teal-deep);
}

.button-soft:hover,
.button-soft:focus {
  border-color: rgba(212, 116, 95, 0.48);
  background: var(--blush);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 1.7rem 0 0;
  list-style: none;
}

.hero-facts li {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  background: rgba(255, 253, 249, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 750;
}

.section,
.welcome-band,
.intro-band,
.comfort-band,
.process-band,
.insurance-band,
.appointment-band,
.contact-band {
  padding: 4.8rem 1.25rem;
}

.section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

section {
  scroll-margin-top: 148px;
}

.welcome-band {
  position: relative;
  padding: 2.2rem 1.25rem 1.55rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 246, 241, 0.58), rgba(248, 246, 241, 0.86) 43%, rgba(248, 246, 241, 0.46)),
    url("assets/therapy-office.png") center 58% / cover;
  border-bottom: 1px solid rgba(227, 221, 213, 0.72);
}

.welcome-note {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.welcome-copy {
  width: min(650px, 100%);
}

.welcome-eyebrow {
  margin: 0 0 0.25rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.1;
}

.welcome-copy h2 {
  max-width: 610px;
  margin: 0;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.08;
}

.welcome-copy p:not(.welcome-eyebrow) {
  max-width: 560px;
  margin: 0.85rem auto 0;
  color: var(--ink);
  font-size: 1.02rem;
}

.welcome-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(650px, 100%);
}

.welcome-card {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 0.7rem;
  align-items: center;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(212, 196, 184, 0.46);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 12px 32px rgba(80, 57, 43, 0.08);
  color: var(--ink);
  text-align: left;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

a.welcome-card {
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

a.welcome-card:hover,
a.welcome-card:focus {
  border-color: rgba(244, 240, 234, 0.82);
  background: rgba(244, 240, 234, 0.22);
  transform: translateY(-1px);
}

.welcome-cards svg,
.intro-values svg,
.quick-panel svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.welcome-cards svg {
  grid-row: span 2;
  color: var(--teal);
}

.welcome-cards strong,
.welcome-cards span {
  display: block;
  line-height: 1.18;
}

.welcome-cards strong {
  font-size: 0.92rem;
  font-weight: 850;
}

.welcome-cards span {
  margin-top: 0.12rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.intro-band {
  background:
    linear-gradient(180deg, #F8F6F1 0%, #F4EFE8 100%);
  border-bottom: 1px solid var(--line);
  padding-top: 1.45rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 280px;
  gap: 1.25rem;
  align-items: start;
}

.portrait-shell {
  position: relative;
  display: grid;
  width: 260px;
  aspect-ratio: 4 / 5;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(168, 159, 148, 0.15), rgba(212, 196, 184, 0.18)),
    var(--paper);
  box-shadow: var(--shadow);
}

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

.portrait-logo-fallback {
  position: absolute;
  display: none;
  width: 78%;
  height: 78%;
  object-fit: contain;
  padding: 0.8rem;
}

.portrait-shell.portrait-fallback .portrait-logo-fallback {
  display: block;
}

.intro-copy {
  border: 1px solid rgba(139, 126, 120, 0.28);
  border-radius: 8px;
  padding: 1.25rem;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 18px 42px rgba(80, 57, 43, 0.08);
}

.intro-copy h2 {
  font-size: 2.05rem;
}

.intro-copy h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 0.75rem;
  background: var(--coral);
}

.intro-copy p,
.section-heading p,
.contact-grid p {
  margin: 1rem 0 0;
  color: var(--ink-soft);
}

.intro-copy p {
  font-size: 0.94rem;
  line-height: 1.52;
}

.intro-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(212, 196, 184, 0.7);
}

.intro-values div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.24;
}

.intro-values svg {
  color: var(--coral);
}

.intro-soft-note {
  padding: 0.72rem 0.9rem;
  border-radius: 8px;
  background: rgba(212, 196, 184, 0.2);
  font-size: 0.9rem;
}

.quick-panel,
.rates-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 12px 32px rgba(80, 57, 43, 0.08);
}

.quick-panel {
  padding: 0.85rem 1.15rem;
  align-self: start;
  display: flex;
  align-items: center;
}

.quick-panel dl {
  display: grid;
  width: 100%;
  margin: 0;
}

.quick-panel dl > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.78rem;
  align-items: center;
  padding: 1rem 0;
}

.quick-panel dl > div + div {
  border-top: 1px solid rgba(212, 196, 184, 0.7);
}

.quick-panel svg {
  color: var(--ink);
  border-radius: 50%;
  padding: 0.55rem;
  background: rgba(212, 196, 184, 0.18);
  box-sizing: content-box;
}

.quick-panel dt {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quick-panel dd {
  margin: 0.12rem 0 0;
  color: var(--ink);
  font-weight: 780;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 2.2rem;
}

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

.card-grid .service-card:last-child {
  grid-column: 2;
}

.comfort-band {
  background: linear-gradient(180deg, #F8F6F1 0%, rgba(168, 159, 148, 0.06) 100%);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid rgba(227, 221, 213, 0.7);
}

.comfort-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
}

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

.comfort-notes article {
  min-height: 172px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.1rem;
  background: linear-gradient(180deg, #F8F6F1 0%, rgba(212, 196, 184, 0.1) 100%);
  box-shadow: 0 12px 26px rgba(168, 159, 148, 0.08);
}

.comfort-notes h3 {
  color: var(--ink);
}

.comfort-notes p {
  margin: 0.65rem 0 0;
  color: var(--ink-soft);
}

.service-card {
  min-height: 188px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.35rem;
  background: linear-gradient(180deg, #F8F6F1 0%, rgba(212, 196, 184, 0.05) 100%);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(139, 126, 120, 0.38);
  box-shadow: 0 14px 34px rgba(168, 159, 148, 0.11);
}

.service-card p,
.approach-list p,
.credential-items p,
.process-list li {
  color: var(--ink-soft);
}

.service-card p {
  margin: 0.75rem 0 0;
}

.process-band {
  background:
    linear-gradient(135deg, rgba(139, 126, 120, 0.96), rgba(168, 159, 148, 0.94)),
    var(--ink);
  color: var(--paper);
}

.process-band .section-kicker {
  color: #E8D5C8;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 2rem;
  align-items: start;
}

.process-steps {
  display: grid;
  gap: 1rem;
}

.process-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.process-list li {
  position: relative;
  min-height: 112px;
  padding: 1.05rem 1.05rem 1.05rem 4rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(248, 246, 241, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.process-list li::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #A89F94;
  color: var(--paper);
  content: counter(step);
  counter-increment: step;
  font-weight: 850;
}

.process-list strong {
  display: block;
  color: var(--paper);
}

.process-note {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 760px;
  margin: 0;
  padding-top: 0.45rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.45;
  text-align: center;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 6.5rem;
}

.approach-list {
  display: grid;
  gap: 0.85rem;
}

.approach-list article {
  border-left: 4px solid var(--teal);
  padding: 1.1rem 1.25rem;
  background: linear-gradient(90deg, rgba(212, 196, 184, 0.1) 0%, #F8F6F1 100%);
}

.approach-list p {
  margin: 0.55rem 0 0;
}

.insurance-band {
  background:
    linear-gradient(135deg, rgba(212, 196, 184, 0.08) 0%, #F8F6F1 100%);
}

.insurance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
  align-items: start;
}

.insurance-grid .section-heading {
  margin-bottom: 0;
}

.rates-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.rates-panel div {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
}

.rates-panel div:last-child {
  border-bottom: 0;
}

.rates-panel span {
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 750;
}

.rates-panel strong {
  color: var(--ink);
  font-size: 1.15rem;
}

.insurance-list {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.insurance-list span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(212, 196, 184, 0.2);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: rgba(212, 196, 184, 0.15);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 760;
}

.appointment-band {
  padding: 2.75rem 1.25rem 3rem;
  background: linear-gradient(180deg, #F4F0EA 0%, #F8F6F1 100%);
}

.appointment-grid {
  display: flex;
  justify-content: center;
}

.appointment-copy {
  width: min(640px, 100%);
  text-align: center;
}

.appointment-copy::before {
  content: "";
  display: none;
  width: 72px;
  height: 2px;
  margin: 0 auto 1.1rem;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.appointment-copy p {
  max-width: 590px;
  margin: 0.75rem auto 0;
  color: var(--ink-soft);
}

.appointment-copy .section-kicker {
  margin-bottom: 0.45rem;
}

.appointment-copy h2 {
  margin-top: 0.45rem;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.appointment-logo {
  display: block;
  width: min(190px, 58%);
  height: auto;
  margin: 0 auto 0.8rem;
  filter: none;
}

.appointment-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.credentials-section {
  padding-block: 4.25rem;
  background: #FFFDFA;
}

.credentials-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
}

.credentials-copy h2 {
  max-width: 500px;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.credentials-copy h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 1.25rem;
  background: var(--coral);
}

.credentials-copy > p {
  max-width: 520px;
  margin: 1.35rem 0 0;
  color: #3F3A36;
  font-size: 1.02rem;
  line-height: 1.58;
}

.culture-note {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1.05rem;
  align-items: center;
  max-width: 455px;
  margin-top: 2.1rem;
  padding: 1.05rem 1.1rem;
  border-radius: 8px;
  background: rgba(227, 221, 213, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.culture-note strong {
  display: block;
  color: var(--ink);
  font-weight: 850;
}

.culture-note p {
  margin: 0.28rem 0 0;
  color: #4A4541;
  line-height: 1.55;
}

.credential-items {
  display: grid;
  border-left: 1px solid rgba(212, 196, 184, 0.45);
  padding-left: clamp(2.1rem, 4vw, 3rem);
}

.credential-items article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 1.45rem;
  align-items: start;
  margin: 0;
  border-bottom: 1px solid rgba(212, 196, 184, 0.45);
  padding: 0 0 1.08rem;
}

.credential-items article + article {
  padding-top: 1.08rem;
}

.credential-items article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.credential-items h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
}

.credential-items p {
  margin: 0.2rem 0 0;
  color: #4A4541;
  line-height: 1.5;
}

.detail-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #EFE7DF;
  color: #4B4641;
}

.detail-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.62;
}

.contact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.contact-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(128, 116, 108, 0.93) 0%, rgba(158, 148, 139, 0.94) 47%, rgba(172, 164, 154, 0.92) 100%),
    #A89F94;
  color: var(--paper);
}

.contact-band::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 247, 236, 0.5) 0 11rem, transparent 20rem),
    linear-gradient(100deg, rgba(88, 76, 68, 0.42) 0%, transparent 44%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), transparent 48%);
  content: "";
}

.contact-band::after {
  display: none;
  content: none;
}

.contact-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.contact-sprig {
  display: none;
}

.contact-sprig::before {
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 2px;
  height: 105px;
  border-radius: 99px;
  background: rgba(55, 71, 47, 0.58);
  transform: rotate(18deg);
  content: "";
}

.contact-sprig span {
  position: absolute;
  width: 34px;
  height: 16px;
  border-radius: 50% 0 50% 0;
  background: rgba(62, 83, 54, 0.56);
}

.contact-sprig span:nth-child(1) {
  top: 8px;
  left: 34px;
  transform: rotate(20deg);
}

.contact-sprig span:nth-child(2) {
  top: 35px;
  left: 8px;
  transform: rotate(206deg);
}

.contact-sprig span:nth-child(3) {
  top: 50px;
  left: 47px;
  transform: rotate(18deg);
}

.contact-sprig span:nth-child(4) {
  top: 75px;
  left: 17px;
  transform: rotate(206deg);
}

.book-stack {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(260px, 22vw, 335px);
  height: 292px;
  background: url("assets/contact-books-reference.png") left bottom / 100% 100% no-repeat;
  filter: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0 73%, rgba(0, 0, 0, 0.82) 82%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 73%, rgba(0, 0, 0, 0.82) 82%, transparent 100%);
  opacity: 1;
}

.book-stack::after {
  display: none;
}

.book {
  display: none;
  position: absolute;
  height: 30px;
  border-radius: 5px 9px 9px 5px;
  background:
    linear-gradient(90deg, rgba(115, 91, 65, 0.22), transparent 12%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(201, 178, 143, 0.48));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -5px 8px rgba(111, 88, 62, 0.16);
}

.book::before,
.book::after {
  position: absolute;
  content: "";
}

.book::before {
  inset: 5px 16px auto 36px;
  height: 1px;
  background: rgba(107, 91, 73, 0.22);
  box-shadow: 0 8px 0 rgba(107, 91, 73, 0.16);
}

.book::after {
  top: 0;
  left: 18px;
  width: 8px;
  height: 100%;
  background: rgba(135, 101, 65, 0.2);
}

.book-1 {
  right: 8px;
  bottom: 26px;
  width: 254px;
  transform: rotate(-1deg);
}

.book-2 {
  right: 24px;
  bottom: 57px;
  width: 274px;
  height: 34px;
  background:
    linear-gradient(90deg, rgba(103, 82, 60, 0.24), transparent 13%),
    linear-gradient(180deg, rgba(255, 250, 236, 0.72), rgba(206, 183, 151, 0.56));
  transform: rotate(-2.7deg);
}

.book-3 {
  left: 20px;
  bottom: 93px;
  width: 248px;
  height: 36px;
  background:
    linear-gradient(90deg, rgba(118, 84, 52, 0.24), transparent 13%),
    linear-gradient(180deg, rgba(234, 207, 162, 0.92), rgba(177, 136, 91, 0.68));
  transform: rotate(3deg);
}

.book-4 {
  left: 44px;
  bottom: 132px;
  width: 206px;
  height: 32px;
  background:
    linear-gradient(90deg, rgba(103, 82, 60, 0.22), transparent 13%),
    linear-gradient(180deg, rgba(247, 237, 220, 0.88), rgba(185, 164, 135, 0.58));
  transform: rotate(-1.5deg);
}

.book-5 {
  left: 72px;
  bottom: 166px;
  width: 170px;
  height: 30px;
  background:
    linear-gradient(90deg, rgba(98, 71, 44, 0.22), transparent 13%),
    linear-gradient(180deg, rgba(234, 213, 179, 0.9), rgba(151, 114, 74, 0.6));
  transform: rotate(4deg);
}

.contact-band .section-kicker {
  color: rgba(255, 247, 236, 0.9);
}

.contact-grid {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - clamp(220px, 22vw, 340px) - clamp(1rem, 4vw, 4rem)));
  margin-right: clamp(1rem, 4vw, 4rem);
  margin-left: clamp(220px, 22vw, 340px);
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(390px, 1.15fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  min-height: 292px;
  padding-block: 0;
}

.contact-copy {
  padding-left: 0;
}

.contact-copy h2 {
  max-width: 520px;
  color: var(--paper);
  font-size: clamp(1.75rem, 1.85vw, 1.95rem);
}

.contact-grid p {
  color: rgba(255, 255, 255, 0.84);
}

.contact-verification {
  position: absolute;
  top: 50%;
  right: clamp(-170px, -10vw, -92px);
  width: 150px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin: 0;
  transform: translateY(-50%);
}

.contact-verification .sx-verified-seal {
  display: block;
  min-width: 142px;
  min-height: 46px;
}

.contact-actions {
  width: min(540px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.45rem 0.55rem;
  justify-self: end;
}

.contact-link {
  min-height: 88px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 0.95rem;
  align-items: center;
  border: 0;
  border-radius: 8px;
  padding: 1rem 1.15rem;
  background: rgba(255, 253, 249, 0.66);
  color: var(--ink);
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.contact-link:hover,
.contact-link:focus {
  transform: translateY(-2px);
  background: rgba(255, 253, 249, 0.84);
}

.contact-link .contact-icon {
  color: var(--paper);
}

.contact-phone a {
  color: inherit;
  text-decoration: none;
}

.contact-phone a:hover,
.contact-phone a:focus {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-card-text > span {
  color: rgba(26, 26, 26, 0.86);
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.1;
}

.contact-card-text strong {
  display: block;
  margin-top: 0.18rem;
  color: #3F3A36;
  font-size: 1rem;
  line-height: 1.28;
  font-weight: 500;
}

.contact-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
}

.contact-actions > .contact-link:nth-child(3) {
  grid-column: 1 / -1;
}

.contact-footnote {
  grid-column: 1 / -1;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  text-align: center;
}

.site-footer {
  padding: 1.6rem 1.25rem;
  background: #1A1A1A;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.footer-inner {
  width: min(var(--max), 100%);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-inner p {
  max-width: 620px;
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    inset: 0.85rem 1rem auto;
    width: auto;
    max-width: none;
    transform: none;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2rem;
  }

  .brand {
    width: 82px;
    height: 72px;
  }

  .brand-mark {
    width: 100%;
    height: 100%;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: 6.3rem 1rem auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(226, 214, 200, 0.55);
    border-radius: 8px;
    padding: 0.4rem;
    background: rgba(244, 240, 234, 0.96);
    color: var(--navy);
    box-shadow: 0 18px 40px rgba(23, 35, 51, 0.14);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
    border-bottom: 0;
    border-radius: 6px;
    padding: 0 0.8rem;
  }

  .site-nav a:hover,
  .site-nav a:focus {
    background: rgba(215, 180, 120, 0.12);
  }

  .intro-grid,
  .welcome-note,
  .comfort-grid,
  .process-grid,
  .split-section,
  .insurance-grid,
  .appointment-grid,
  .credentials-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .portrait-shell {
    width: min(210px, 100%);
    justify-self: center;
  }

  .welcome-cards,
  .intro-values {
    grid-template-columns: 1fr;
  }

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

  .card-grid .service-card:last-child {
    width: min(420px, 100%);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .credential-items {
    border-left: 0;
    padding-left: 0;
  }

  .contact-grid {
    width: min(680px, calc(100% - 2rem));
    margin: 0 auto;
    gap: 1.8rem;
    min-height: auto;
    padding-block: 3.25rem;
  }

  .contact-verification {
    position: static;
    width: min(160px, 100%);
    justify-self: end;
    transform: none;
  }

  .contact-copy {
    max-width: 560px;
    padding-left: 0;
  }

  .book-stack {
    left: auto;
    right: 0;
    bottom: 0;
    width: min(210px, 30vw);
    height: 142px;
    opacity: 0.16;
  }

  .contact-sprig {
    left: auto;
    right: 1rem;
    bottom: auto;
    top: 1.2rem;
    opacity: 0.2;
  }

  .comfort-notes {
    grid-template-columns: 1fr;
  }

  .sticky-heading {
    position: static;
  }

  .appointment-copy {
    position: static;
  }

  .footer-inner {
    flex-direction: column;
  }

  .welcome-note {
    align-items: start;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-header {
    inset: 0.65rem 0.85rem auto;
    min-height: 74px;
    padding: 0.35rem 0.55rem;
  }

  .brand {
    width: 76px;
    height: 66px;
  }

  .brand-mark {
    width: 100%;
    height: 100%;
  }

  .hero {
    min-height: 58svh;
    padding: 5.4rem 1rem 1.9rem;
    background-position: 58% center;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 50% 18%, rgba(244, 240, 234, 0.44) 0%, rgba(218, 207, 196, 0.4) 42%, rgba(118, 101, 88, 0.28) 100%),
      linear-gradient(90deg, rgba(52, 47, 43, 0.42) 0%, rgba(112, 96, 83, 0.3) 64%, rgba(224, 215, 204, 0.22) 100%),
      linear-gradient(0deg, rgba(92, 78, 67, 0.16), rgba(244, 240, 234, 0.16));
  }

  h1 {
    font-size: 2.28rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-actions,
  .contact-actions,
  .appointment-buttons {
    flex-direction: column;
  }

  .contact-actions {
    width: 100%;
    justify-self: stretch;
    grid-template-columns: 1fr;
  }

  .contact-verification {
    justify-self: center;
  }

  .contact-actions > .contact-link:nth-child(3) {
    grid-column: auto;
  }

  .button,
  .contact-link {
    width: 100%;
  }

  .hero-facts {
    display: grid;
  }

  .hero-facts li {
    width: 100%;
    border-radius: 8px;
  }

  .section,
  .welcome-band,
  .intro-band,
  .comfort-band,
  .process-band,
  .insurance-band,
  .appointment-band {
    padding: 3.5rem 1rem;
  }

  .contact-band {
    padding: 0 1rem;
  }

  .contact-grid {
    padding-block: 3.1rem;
  }

  .contact-copy h2 {
    font-size: 2rem;
  }

  .book-stack {
    display: none;
  }

  .contact-sprig {
    display: none;
  }

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

  .service-card {
    min-height: auto;
  }

  .card-grid .service-card:last-child {
    width: 100%;
    grid-column: auto;
  }

  .comfort-notes article {
    min-height: auto;
  }

  .process-list li {
    min-height: auto;
    padding-left: 3.6rem;
  }
}
