@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
img, picture, video, svg {
  display: block;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

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

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #1A1A1A;
  background-color: #FFFFFF;
}
@media (min-width: 64rem) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 1921px) {
  body {
    font-size: 1.125rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", system-ui, sans-serif;
  line-height: 1.2;
  font-weight: 300;
  color: #1A1A1A;
}

h4, h5 {
  font-weight: 400;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

p {
  max-width: 70ch;
}

a {
  color: #867135;
}
a:hover {
  color: #867135;
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1450px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 1280px) {
  .container {
    padding-inline: 3rem;
  }
}

.callout {
  background-color: #F2F2F2;
  border-left: 4px solid #D1BF87;
  padding: 1rem 2rem;
  border-radius: 0 4px 4px 0;
}
.callout p {
  font-weight: 600;
  color: #1A1A1A;
  max-width: none;
}

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

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}

:root {
  --header-height: 96px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.site-header__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-block: 0.75rem;
  gap: 1rem;
}

.site-header__left {
  display: flex;
  align-items: center;
}

.site-header__center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.site-header__phone {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  background: transparent;
  color: #FFFFFF;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-header__phone:hover {
  color: #D1BF87;
  border-color: #D1BF87;
  text-decoration: none;
}
.site-header__phone:focus-visible {
  outline: 2px solid #D1BF87;
  outline-offset: 2px;
}

.site-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
}
.site-header__logo:hover {
  color: #D1BF87;
  text-decoration: none;
}

.site-header__logo-text {
  font-family: "Lato", system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(0.8125rem, 2vw, 1.0625rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}
.site-header__logo:hover .site-header__logo-text {
  color: #D1BF87;
}

.site-header__logo-img {
  display: block;
  height: 4.5rem;
  width: auto;
}

.site-header__cta {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header__right .site-header__cta {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.site-header__right .site-header__cta:hover {
  background: transparent;
  color: #D1BF87;
  border-color: #D1BF87;
}
.site-header__right .site-header__cta:focus-visible {
  outline: 2px solid #D1BF87;
  outline-offset: 2px;
}

.site-nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.75rem;
  height: 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.site-nav__toggle:focus-visible {
  outline: 2px solid #D1BF87;
  outline-offset: 4px;
  border-radius: 2px;
}

.site-nav__toggle-bar {
  display: block;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: min(380px, 100vw - 3rem);
  display: flex;
  flex-direction: column;
  background: #1A1A1A;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  transform: translateX(100%);
  visibility: hidden;
  overflow: hidden;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.32s;
}
.site-nav.is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.site-nav__drawer-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.125rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.site-nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.65);
  border-radius: 2px;
  padding: 0;
  transition: color 0.15s ease;
}
.site-nav__close:hover {
  color: #FFFFFF;
}
.site-nav__close:focus-visible {
  outline: 2px solid #D1BF87;
  outline-offset: 2px;
}
.site-nav__close svg {
  display: block;
  flex-shrink: 0;
}

.site-nav__body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.site-nav__item:last-child {
  border-bottom: none;
}

.site-nav__item-row {
  display: flex;
  align-items: stretch;
  min-height: 3rem;
}

.site-nav__link {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}
.site-nav__link:hover {
  color: #D1BF87;
  text-decoration: none;
}
.site-nav__link.is-current, .site-nav__link[aria-current=page] {
  color: #D1BF87;
}
.site-nav__link--hash {
  cursor: pointer;
}
.site-nav__link--disabled {
  color: rgba(255, 255, 255, 0.42);
  cursor: default;
}

.site-nav__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  background: none;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.45);
  padding: 0;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.site-nav__chevron:hover {
  color: #D1BF87;
  background-color: rgba(255, 255, 255, 0.04);
}
.site-nav__chevron:focus-visible {
  outline: 2px solid #D1BF87;
  outline-offset: -2px;
}
.site-nav__chevron svg {
  display: block;
  flex-shrink: 0;
  transition: transform 0.22s ease;
}
.site-nav__chevron[aria-expanded=true] {
  color: #D1BF87;
}
.site-nav__chevron[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.site-nav__dropdown {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0 0.625rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.025);
}

.site-nav__dropdown-link {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-nav__dropdown-link:hover {
  color: #D1BF87;
  text-decoration: none;
}
.site-nav__dropdown-link.is-current, .site-nav__dropdown-link[aria-current=page] {
  color: #D1BF87;
}

.site-nav__subdropdown {
  list-style: none;
  margin: 0;
  padding: 0.125rem 0 0.25rem 1rem;
}

.site-nav__subdropdown-link {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-nav__subdropdown-link:hover {
  color: #D1BF87;
  text-decoration: none;
}
.site-nav__subdropdown-link.is-current, .site-nav__subdropdown-link[aria-current=page] {
  color: #D1BF87;
}

.site-nav__cta-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.25rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0.5rem;
}

.site-nav__cta-group .site-nav__cta-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .site-header__bar {
    padding-inline: 2rem;
  }
}
@media (max-width: 767px) {
  .site-header__bar {
    grid-template-columns: 1fr auto;
  }
  .site-header__left {
    display: none;
  }
  .site-header__bar .site-header__cta {
    display: none;
  }
  .site-header__center {
    justify-content: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-nav {
    transition: visibility 0s linear 0.32s;
  }
  .site-nav.is-open {
    transition: visibility 0s linear 0s;
  }
  .nav-overlay {
    transition: opacity 0s, visibility 0s;
  }
  .site-nav__chevron svg {
    transition: none;
  }
}
.site-footer {
  background-color: #1A1A1A;
  color: #F2F2F2;
  border-top: 1px solid rgba(209, 191, 135, 0.35);
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .site-footer__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.site-footer__name {
  font-weight: 700;
  font-size: 1.125rem;
}
.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.site-footer__nav a {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__nav a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer__phone a {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__phone a:hover {
  color: #FFFFFF;
}
.site-footer__copy {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}
.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__social-item {
  display: flex;
}
.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  color: #D1BF87;
  border-radius: 50%;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.site-footer__social-link:hover {
  color: #FFFFFF;
  background-color: rgba(209, 191, 135, 0.12);
}
.site-footer__social-link svg {
  width: 1rem;
  height: 1rem;
  color: inherit;
  fill: currentColor;
  display: block;
}
.site-footer__social-link svg path, .site-footer__social-link svg circle, .site-footer__social-link svg rect, .site-footer__social-link svg polygon, .site-footer__social-link svg ellipse {
  fill: currentColor;
}
.site-footer__columns {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .site-footer__columns {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.site-footer__column {
  flex: 1 1 100%;
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(209, 191, 135, 0.35);
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .site-footer__column {
    flex: 1;
    padding-inline: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content: flex-start;
    border-top: 0;
  }
  .site-footer__column + .site-footer__column {
    border-left: 1px solid rgba(209, 191, 135, 0.35);
  }
}
.site-footer__column-heading {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.site-footer__column ul a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.site-footer__column ul a:hover {
  color: #FFFFFF;
}
.site-footer__col-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 2rem;
}
.site-footer__col-icon {
  display: flex;
  align-items: center;
  color: #D1BF87;
  flex-shrink: 0;
}
.site-footer__col-icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.site-footer__col-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  margin: 0;
}
.site-footer__address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  line-height: 1.6;
  white-space: pre-line;
  margin-bottom: 0.5rem;
}
.site-footer__directions {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #D1BF87;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.site-footer__directions:hover {
  color: #FFFFFF;
}
.site-footer__hours-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.site-footer__hours-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
}
.site-footer__hours-days {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}
.site-footer__hours-time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  white-space: nowrap;
}
.site-footer__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer__action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.875rem;
  font-family: "Poppins", system-ui, sans-serif;
  font-style: italic;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(to right, #D1BF87, #867135);
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.15s ease, background 0.15s ease;
}
.site-footer__action-btn:hover, .site-footer__action-btn:focus-visible {
  color: #1A1A1A;
  background: linear-gradient(to right, #D1BF87, #867135);
}
.site-footer__action-icon-svg {
  width: 0.875rem;
  height: 0.875rem;
  color: inherit;
  fill: none;
  stroke: currentColor;
  display: block;
  flex-shrink: 0;
}
.site-footer__action-icon-svg [fill]:not([fill=none]) {
  fill: currentColor;
}
.site-footer__action-icon-svg [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
.site-footer__email-link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  word-break: break-all;
}
.site-footer__email-link:hover {
  color: #FFFFFF;
}
.site-footer__logo-wrap img {
  display: block;
  max-width: 10rem;
  height: auto;
}
.site-footer__column--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .site-footer__column--brand {
    order: -1;
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .site-footer__column--brand {
    justify-content: center;
  }
}
.site-footer__bottom {
  border-top: 1px solid rgba(209, 191, 135, 0.35);
  padding: 0.75rem 0 0.5rem;
}
.site-footer__bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer__bottom-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__bottom-links a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-footer__bottom-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__bottom-credit {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.site-footer__bottom-credit a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-footer__bottom-credit a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__bottom-bar {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin: 0;
  line-height: 1.8;
  width: 100%;
  max-width: none;
}
.site-footer__bottom-link {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-footer__bottom-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__bottom-copy {
  color: rgba(255, 255, 255, 0.45);
}

.site-footer__action-btn svg {
  color: inherit;
}

.site-footer__action-btn svg [fill]:not([fill=none]) {
  fill: currentColor;
}

.site-footer__action-btn svg [stroke]:not([stroke=none]) {
  stroke: currentColor;
}

.site-footer__social-link svg {
  color: inherit;
  fill: currentColor;
}

.site-footer__social-link svg path,
.site-footer__social-link svg circle,
.site-footer__social-link svg rect,
.site-footer__social-link svg polygon,
.site-footer__social-link svg ellipse {
  fill: currentColor;
}

section {
  padding: 4rem 0;
}

.bg-light {
  background-color: #F2F2F2;
}

.bg-dark {
  background-color: #1A1A1A;
  color: #FFFFFF;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 2px;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn--primary {
  background-color: #D1BF87;
  color: #1A1A1A;
  border: 1px solid #D1BF87;
}
.btn--primary:hover {
  background-color: #867135;
  border-color: #867135;
  color: #FFFFFF;
}
.btn--outline {
  background-color: transparent;
  color: #867135;
  border: 1px solid #867135;
}
.btn--outline:hover {
  background-color: #867135;
  color: #FFFFFF;
}
.btn--ghost {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.btn--ghost:hover {
  background-color: #FFFFFF;
  color: #1A1A1A;
  border-color: #FFFFFF;
}
.btn--sm {
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
}

.masthead {
  color: #FFFFFF;
  margin-top: calc(-1 * var(--header-height, 96px));
  padding: 0;
}

.masthead__image,
.masthead__video {
  display: block;
  width: 100%;
  height: 66vh;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

body:not(.page-home) .masthead__image {
  height: 72vh;
  object-position: top;
}

.page-contact .masthead__image {
  object-position: 0 -427px;
}

.page-prosthodontics .masthead__image {
  object-position: center;
}

.page-gum-grafting .masthead__image {
  object-position: 0 -225px;
}

.page-gum-disease .masthead__image {
  object-position: 0 -225px;
}

.page-invisalign-aligners .masthead__image {
  object-position: 0 -540px;
}

body.page-meet-dr-niloufar-amintavakoli .masthead__image,
body.page-meet-dr-izoh-ashour .masthead__image,
body.page-meet-dr-veronica-toro .masthead__image,
body.page-meet-dr-robert-johnson .masthead__image {
  object-position: center;
}

body.page-meet-dr-christina-tran .masthead__image {
  object-position: 0 -180px;
}

@media (min-width: 1024px) {
  body.page-meet-dr-tracy-scott .masthead__image {
    object-position: 0 -200px;
  }
}
.page-home .masthead__image,
.page-home .masthead__video {
  height: 82vh;
}

@media (max-width: 1023px) {
  .page-home .masthead__image,
  .page-home .masthead__video {
    height: 47vh;
  }
}
.masthead__panel {
  padding: calc(var(--header-height, 96px) + 6rem) 0 6rem;
}

.masthead__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  max-width: 90vw;
}
@media (min-width: 768px) {
  .masthead__inner {
    max-width: 70vw;
  }
}
@media (min-width: 1024px) {
  .masthead__inner {
    max-width: 45vw;
  }
}

.masthead__heading {
  color: #D1BF87;
}

.masthead__subheading {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.8);
  max-width: 55ch;
}

.masthead__cta {
  margin-top: 0.5rem;
}

.masthead:has(.masthead__image) .masthead__panel,
.masthead:has(.masthead__video) .masthead__panel {
  position: relative;
  padding: 3rem;
  width: fit-content;
  margin: auto;
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translateY(-50%);
}

.masthead:has(.masthead__image) .masthead__panel::before,
.masthead:has(.masthead__image) .masthead__panel::after,
.masthead:has(.masthead__video) .masthead__panel::before,
.masthead:has(.masthead__video) .masthead__panel::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}

.masthead:has(.masthead__image) .masthead__panel::before,
.masthead:has(.masthead__video) .masthead__panel::before {
  bottom: 2rem;
  left: 2rem;
  background: linear-gradient(to right, rgba(209, 191, 135, 0.85), rgba(209, 191, 135, 0)) left bottom/100% 2px no-repeat, linear-gradient(to top, rgba(209, 191, 135, 0.85), rgba(209, 191, 135, 0)) left bottom/2px 100% no-repeat;
}

.masthead:has(.masthead__image) .masthead__panel::after,
.masthead:has(.masthead__video) .masthead__panel::after {
  top: 2rem;
  right: 2rem;
  background: linear-gradient(to left, rgba(209, 191, 135, 0.85), rgba(209, 191, 135, 0)) right top/100% 2px no-repeat, linear-gradient(to bottom, rgba(209, 191, 135, 0.85), rgba(209, 191, 135, 0)) right top/2px 100% no-repeat;
}

.masthead:has(.masthead__image),
.masthead:has(.masthead__video) {
  margin-bottom: -2rem;
}

.masthead.masthead--tight-gap:has(.masthead__image),
.masthead.masthead--tight-gap:has(.masthead__video) {
  margin-bottom: -5.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .masthead__video {
    display: none;
  }
  .masthead:has(.masthead__video) .masthead__panel {
    transform: none;
  }
}
.content-section__inner > * + * {
  margin-top: 1rem;
}
.content-section ul, .content-section ol {
  padding-left: 2rem;
}
.content-section ul li + li, .content-section ol li + li {
  margin-top: 0.5rem;
}
.content-section ul li {
  list-style-type: disc;
}
.content-section ol li {
  list-style-type: decimal;
}

.page-orthodontics #specialty-difference h2 {
  color: #D1BF87;
  font-size: clamp(1.75rem, 4vw, 3rem);
  text-align: center;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .page-orthodontics #specialty-difference h2 {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.page-orthodontics #orthodontic-services {
  padding-bottom: 2rem;
  background-color: #F2F2F2;
}
.page-orthodontics #orthodontic-services h2 {
  text-align: center;
}

.two-column__heading {
  margin-bottom: 2rem;
  text-align: center;
}
.two-column__inner {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .two-column__inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 6rem;
  }
}
.two-column__left > * + *, .two-column__right > * + * {
  margin-top: 1rem;
}
.two-column ul, .two-column ol {
  padding-left: 2rem;
}
.two-column ul li + li, .two-column ol li + li {
  margin-top: 0.5rem;
}
.two-column ul li {
  list-style-type: disc;
}
.two-column ol li {
  list-style-type: decimal;
}

.two-column--image-bleed {
  overflow-x: clip;
  --two-column-bleed-gutter: max(1.5rem, calc((100vw - 1450px) / 2 + 1.5rem));
}
@media (min-width: 1280px) {
  .two-column--image-bleed {
    --two-column-bleed-gutter: max(3rem, calc((100vw - 1450px) / 2 + 3rem));
  }
}
@media (min-width: 1024px) {
  .two-column--image-bleed .two-column__inner {
    align-items: stretch;
  }
  .two-column--image-bleed .two-column__left,
  .two-column--image-bleed .two-column__right {
    align-self: center;
  }
  .two-column--image-bleed .two-column__left:has(> img),
  .two-column--image-bleed .two-column__right:has(> img) {
    align-self: stretch;
    display: flex;
  }
  .two-column--image-bleed .two-column__left:has(> img) > img,
  .two-column--image-bleed .two-column__right:has(> img) > img {
    display: block;
    width: calc(100% + var(--two-column-bleed-gutter));
    max-width: none;
    min-height: 22rem;
    height: 100%;
    object-fit: cover;
  }
  .two-column--image-bleed .two-column__left:has(> img) > img {
    margin-left: calc(-1 * var(--two-column-bleed-gutter));
  }
  .two-column--image-bleed .two-column__right:has(> img) > img {
    margin-right: calc(-1 * var(--two-column-bleed-gutter));
  }
}

.accordion {
  margin-block: 1rem;
}
.accordion__item {
  border: 1px solid #D1BF87;
}
.accordion__item + .accordion__item {
  border-top: 0;
}
.accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  color: #867135;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.accordion__trigger::-webkit-details-marker {
  display: none;
}
.accordion__trigger::after {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background-color: currentColor;
  content: "";
  mask: url("../icons/plus.svg") center/contain no-repeat;
}
.accordion__trigger:hover {
  background-color: rgba(209, 191, 135, 0.12);
}
.accordion__trigger:focus-visible {
  border-radius: 2px;
  outline: 2px solid #867135;
  outline-offset: 3px;
}
.accordion__item[open] .accordion__trigger::after {
  mask-image: url("../icons/minus.svg");
}
.accordion__panel {
  padding-inline: 1rem;
  padding-bottom: 1rem;
}
.accordion__content {
  padding-top: 1rem;
}
.accordion__content > * + * {
  margin-top: 0.5rem;
}
.accordion__content p {
  max-width: none;
}
.accordion__item.is-accordion-enhanced .accordion__panel {
  overflow: hidden;
  padding-bottom: 0;
}
.accordion__item.is-accordion-enhanced .accordion__content {
  padding-bottom: 1rem;
}
.accordion__item.is-accordion-enhanced.is-animating .accordion__panel {
  transition: height 240ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion__item.is-accordion-enhanced.is-animating .accordion__panel {
    transition: none;
  }
}
.page-home .two-column--image-bleed,
body.page-service main > section:nth-of-type(2) {
  padding: 0 0 4rem;
}
@media (min-width: 768px) {
  .page-home .two-column--image-bleed,
  body.page-service main > section:nth-of-type(2) {
    padding: 0 4rem 4rem;
  }
}
.page-home .two-column--image-bleed,
body.page-service main > section:nth-of-type(2) {
  background-color: #F2F2F2;
  background-image: url("../images/global/intro-bg.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
}
.page-home .two-column--image-bleed h2,
body.page-service main > section:nth-of-type(2) h2 {
  color: #D1BF87;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .page-home .two-column--image-bleed h2,
  body.page-service main > section:nth-of-type(2) h2 {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-home .two-column--image-bleed .two-column__left > img,
.page-home .two-column--image-bleed .two-column__right > img,
body.page-service main > section:nth-of-type(2) .two-column__left > img,
body.page-service main > section:nth-of-type(2) .two-column__right > img {
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #D1BF87;
  border-image: linear-gradient(to bottom, #D1BF87, #867135) 1;
}

.page-home .two-column--image-bleed {
  position: relative;
  --two-column-bleed-gutter: max(6.5rem, calc((100vw - 1450px) / 2 + 1.5rem + 1rem));
}
@media (min-width: 1280px) {
  .page-home .two-column--image-bleed {
    --two-column-bleed-gutter: max(8rem, calc((100vw - 1450px) / 2 + 3rem + 1rem));
  }
}
.page-home .two-column--image-bleed::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 14rem;
  background-color: #F2F2F2;
  background-image: url("../images/global/intro-bg.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center bottom;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-home .two-column--image-bleed::before {
    left: -4rem;
    right: -4rem;
  }
}
@media (min-width: 1280px) {
  .page-home .two-column--image-bleed::before {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .page-home .two-column--image-bleed .two-column__inner {
    align-items: stretch;
  }
  .page-home .two-column--image-bleed .two-column__left,
  .page-home .two-column--image-bleed .two-column__right {
    align-self: center;
  }
  .page-home .two-column--image-bleed .two-column__left:has(> img),
  .page-home .two-column--image-bleed .two-column__right:has(> img) {
    align-self: stretch;
    display: flex;
  }
  .page-home .two-column--image-bleed .two-column__left:has(> img) > img,
  .page-home .two-column--image-bleed .two-column__right:has(> img) > img {
    display: block;
    width: calc(100% + var(--two-column-bleed-gutter));
    max-width: none;
    min-height: 22rem;
    height: 100%;
    object-fit: cover;
  }
  .page-home .two-column--image-bleed .two-column__left:has(> img) > img {
    margin-left: calc(-1 * var(--two-column-bleed-gutter));
  }
  .page-home .two-column--image-bleed .two-column__right:has(> img) > img {
    margin-right: calc(-1 * var(--two-column-bleed-gutter));
  }
}

body.page-service main > section:nth-of-type(2) {
  overflow-x: clip;
  --two-column-bleed-gutter: max(6.5rem, calc((100vw - 1450px) / 2 + 1.5rem + 1rem));
}
@media (min-width: 1280px) {
  body.page-service main > section:nth-of-type(2) {
    --two-column-bleed-gutter: max(8rem, calc((100vw - 1450px) / 2 + 3rem + 1rem));
  }
}
body.page-service main > section:nth-of-type(2) .two-column__left:has(> img) > img,
body.page-service main > section:nth-of-type(2) .two-column__right:has(> img) > img {
  width: 100%;
  min-height: 24rem;
  max-height: 24rem;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 768px) {
  body.page-service main > section:nth-of-type(2) .two-column__inner {
    align-items: stretch;
  }
  body.page-service main > section:nth-of-type(2) .two-column__left,
  body.page-service main > section:nth-of-type(2) .two-column__right {
    align-self: center;
  }
  body.page-service main > section:nth-of-type(2) .two-column__left:has(> img),
  body.page-service main > section:nth-of-type(2) .two-column__right:has(> img) {
    align-self: stretch;
    display: flex;
  }
  body.page-service main > section:nth-of-type(2) .two-column__left:has(> img) > img,
  body.page-service main > section:nth-of-type(2) .two-column__right:has(> img) > img {
    display: block;
    width: calc(100% + var(--two-column-bleed-gutter));
    max-width: none;
    min-height: 32rem;
    max-height: 32rem;
    height: 100%;
    object-fit: cover;
  }
  body.page-service main > section:nth-of-type(2) .two-column__left:has(> img) > img {
    margin-left: calc(-1 * var(--two-column-bleed-gutter));
  }
  body.page-service main > section:nth-of-type(2) .two-column__right:has(> img) > img {
    margin-right: calc(-1 * var(--two-column-bleed-gutter));
  }
}
@media (min-width: 1024px) {
  body.page-service main > section:nth-of-type(2) .two-column__left:has(> img) > img,
  body.page-service main > section:nth-of-type(2) .two-column__right:has(> img) > img {
    min-height: 45rem;
    max-height: 45rem;
  }
}

body.page-service main > section:nth-of-type(2) {
  position: relative;
}
body.page-service main > section:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 32rem;
  background-color: #F2F2F2;
  background-image: url("../images/global/intro-bg.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center bottom;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  body.page-service main > section:nth-of-type(2)::before {
    left: -4rem;
    right: -4rem;
  }
}

.page-dental-implants #dental-implant-technology h2 {
  color: #D1BF87;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .page-dental-implants #dental-implant-technology h2 {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-dental-implants #dental-implant-technology .two-column__left > img,
.page-dental-implants #dental-implant-technology .two-column__right > img {
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #D1BF87;
  border-image: linear-gradient(to bottom, #D1BF87, #867135) 1;
}
@media (min-width: 768px) {
  .page-dental-implants #dental-implant-technology .two-column__inner {
    align-items: center;
  }
}

.page-home [id^=dr] {
  scroll-margin-top: 1rem;
}
.page-home [id^=dr] h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
  color: #D1BF87;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .page-home [id^=dr] h2 {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-home [id^=dr] h3 {
  font-weight: 400;
}
.page-home [id^=dr] h3::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 24rem;
  height: 1px;
  background: linear-gradient(to right, #D1BF87, #867135);
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.page-home [id^=dr] .two-column__left > img,
.page-home [id^=dr] .two-column__right > img {
  aspect-ratio: 8/10;
  object-fit: cover;
  object-position: top;
  padding: 1rem;
  border: 1px solid #D1BF87;
  border-image: linear-gradient(to bottom, #D1BF87, #867135) 1;
}
@media (min-width: 768px) {
  .page-home [id^=dr] .two-column__left > img,
  .page-home [id^=dr] .two-column__right > img {
    aspect-ratio: 6/7;
  }
}
.page-home [id^=dr] ul {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.page-home [id^=dr] ul li + li {
  margin-top: 0.375rem;
}
.page-home [id^=dr] a.btn {
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.page-home [id^=dr] .two-column__left a.btn:last-child,
.page-home [id^=dr] .two-column__right a.btn:last-child {
  background-color: transparent;
  color: #867135;
  border-color: #867135;
  border-width: 1px;
}
.page-home [id^=dr] .two-column__left a.btn:last-child:hover,
.page-home [id^=dr] .two-column__right a.btn:last-child:hover {
  background-color: #867135;
  color: #FFFFFF;
  border-color: #867135;
}
@media (min-width: 1024px) {
  .page-home [id^=dr] {
    scroll-margin-top: calc(var(--header-height, 96px) + 2rem);
  }
  .page-home [id^=dr] .two-column__left > img,
  .page-home [id^=dr] .two-column__right > img {
    width: 40vw;
    max-width: 600px;
  }
  .page-home [id^=dr] .two-column__inner {
    align-items: center;
    gap: 6rem;
  }
  .page-home [id^=dr] .two-column__inner:has(.two-column__left > img) {
    grid-template-columns: auto 1fr;
  }
  .page-home [id^=dr] .two-column__inner:has(.two-column__right > img) {
    grid-template-columns: 1fr auto;
  }
  .page-home [id^=dr] .two-column__left:not(:has(> img)),
  .page-home [id^=dr] .two-column__right:not(:has(> img)) {
    max-width: 45vw;
  }
}

.page-provider #bio {
  padding-top: 0;
}
.page-provider #bio h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
  color: #D1BF87;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .page-provider #bio h2 {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-provider #bio h3 {
  font-weight: 400;
}
.page-provider #bio h3::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 24rem;
  height: 1px;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #D1BF87, #867135);
}
.page-provider #bio .two-column__left > img,
.page-provider #bio .two-column__right > img {
  aspect-ratio: 8/10;
  height: auto;
  min-height: 0;
  object-fit: cover;
  object-position: top;
  padding: 1rem;
  border: 1px solid #D1BF87;
  border-image: linear-gradient(to bottom, #D1BF87, #867135) 1;
}
@media (min-width: 768px) {
  .page-provider #bio .two-column__left > img,
  .page-provider #bio .two-column__right > img {
    aspect-ratio: 2/3;
  }
}
@media (min-width: 1024px) {
  .page-provider #bio .two-column__left > img,
  .page-provider #bio .two-column__right > img {
    aspect-ratio: 6/7;
  }
}
@media (min-width: 768px) {
  .page-provider #bio .two-column__inner {
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .page-provider #bio .two-column__inner {
    align-items: center;
  }
}

.page-orthodontics #beyond-the-brackets h2,
.page-orthodontics #benefits-of-orthodontics h2 {
  color: #D1BF87;
  font-size: clamp(1.75rem, 4vw, 3rem);
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .page-orthodontics #beyond-the-brackets h2,
  .page-orthodontics #benefits-of-orthodontics h2 {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.page-orthodontics .two-column .two-column__left > img,
.page-orthodontics .two-column .two-column__right > img {
  display: block;
  width: 100%;
  aspect-ratio: 8/10;
  height: auto;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  padding: 1rem;
  border: 1px solid #D1BF87;
  border-image: linear-gradient(to bottom, #D1BF87, #867135) 1;
}
@media (min-width: 768px) {
  .page-orthodontics .two-column .two-column__left > img,
  .page-orthodontics .two-column .two-column__right > img {
    aspect-ratio: 6/7;
  }
}

.page-orthodontics #meet-dr-toro h2 {
  color: #D1BF87;
  font-size: clamp(1.75rem, 4vw, 3rem);
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .page-orthodontics #meet-dr-toro h2 {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-orthodontics #meet-dr-toro h3 {
  font-weight: 400;
}
.page-orthodontics #meet-dr-toro h3::after {
  display: block;
  width: 100%;
  max-width: 24rem;
  height: 1px;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #D1BF87, #867135);
  content: "";
}
.page-orthodontics #meet-dr-toro .two-column__left > img {
  object-position: top;
}
@media (min-width: 768px) {
  .page-orthodontics #meet-dr-toro .two-column__inner {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .page-orthodontics #specialty-difference {
    padding-bottom: 1rem;
  }
  .page-orthodontics #meet-dr-toro {
    padding-top: 1rem;
  }
}
.page-provider #education-affiliations,
.page-provider #education-credentials {
  background-color: #f2f2f2;
  background-image: url("../images/global/intro-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-provider #education-affiliations .two-column__heading,
.page-provider #education-credentials .two-column__heading {
  color: #D1BF87;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .page-provider #education-affiliations .two-column__heading,
  .page-provider #education-credentials .two-column__heading {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-provider #education-affiliations .two-column__left,
.page-provider #education-affiliations .two-column__right,
.page-provider #education-credentials .two-column__left,
.page-provider #education-credentials .two-column__right {
  text-align: center;
}
.page-provider #education-affiliations ul,
.page-provider #education-affiliations ol,
.page-provider #education-credentials ul,
.page-provider #education-credentials ol {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: left;
}

.page-home #drashour,
.page-home #drjohnson,
.page-home #drtran,
.page-home #dramintavakoli,
.page-home #drtoro,
.page-home #drscott {
  position: relative;
  isolation: isolate;
}
.page-home #drashour::before,
.page-home #drjohnson::before,
.page-home #drtran::before,
.page-home #dramintavakoli::before,
.page-home #drtoro::before,
.page-home #drscott::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}

.page-home #drashour::before,
.page-home #dramintavakoli::before {
  background-image: url("../images/home/bgdoc.jpg");
}

.page-home #drtoro::before {
  background-image: url("../images/home/bgdoc2.jpg");
}

.page-home #drjohnson::before {
  background-image: url("../images/home/bgdrjohnson.webp");
}

.page-home #drtran::before {
  background-image: url("../images/home/bgdrtran.jpg");
}

.page-home #drscott::before {
  background-image: url("../images/home/drscottbg.jpg");
}

.cta-section {
  position: relative;
  overflow: hidden;
  background: #050505;
  color: #FFFFFF;
  text-align: center;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/global/cta-bg.png");
  background-size: 300%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1023px) {
  .cta-section::before {
    background-size: cover;
  }
}
.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  z-index: 1;
}
.cta-section__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cta-section__eyebrow {
  font-family: "Lato", system-ui, sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1023px) {
  .cta-section__eyebrow {
    text-align: center;
  }
}
.cta-section__heading {
  color: #D1BF87;
  font-size: clamp(1.875rem, 4vw, 2.5rem);
}
@media (max-width: 1023px) {
  .cta-section__heading {
    text-align: center;
  }
}
.cta-section__text {
  color: rgba(255, 255, 255, 0.85);
  max-width: 80ch;
}

@media (min-width: 1024px) {
  .cta-section--split .cta-section__inner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}

.cta-section__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cta-section__col--content {
  align-items: center;
}
@media (min-width: 1024px) {
  .cta-section__col--content {
    flex: 1;
    align-items: flex-start;
    text-align: left;
  }
}

.cta-section__col--embed {
  width: 100%;
}
@media (min-width: 1024px) {
  .cta-section__col--embed {
    flex: 0 0 45%;
    min-width: 0;
  }
}

.cta-section__embed {
  display: block;
  width: 80%;
  min-height: 633px;
  border: none;
  margin-inline: auto;
}

.page-contact .masthead {
  position: relative;
  z-index: 1;
}
.page-contact .cta-section {
  overflow: visible;
  z-index: 0;
  box-shadow: 0 -32rem 0 #050505;
}
.page-contact .cta-section::before, .page-contact .cta-section::after {
  top: -32rem;
}
.page-contact .cta-section::before {
  background-position: center top;
}

.faq-accordion {
  background-color: #F2F2F2;
}
.faq-accordion__inner > * + * {
  margin-top: 2rem;
}
.faq-accordion__list {
  border-top: 1px solid #D1BF87;
}
.faq-accordion__item {
  border-bottom: 1px solid #D1BF87;
}
.faq-accordion__question {
  cursor: pointer;
  list-style: none;
  padding: 1rem 0;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  user-select: none;
}
.faq-accordion__question::-webkit-details-marker {
  display: none;
}
.faq-accordion__question::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background-color: #867135;
  mask: url("../icons/plus.svg") center/contain no-repeat;
  -webkit-mask: url("../icons/plus.svg") center/contain no-repeat;
}
.faq-accordion__item[open] .faq-accordion__question::after {
  font-size: 0;
  mask-image: url("../icons/minus.svg");
  -webkit-mask-image: url("../icons/minus.svg");
  content: "−";
}
.faq-accordion__answer {
  padding-bottom: 1rem;
}
.faq-accordion__item.is-faq-enhanced .faq-accordion__answer-wrap {
  overflow: hidden;
}
.faq-accordion__item.is-faq-enhanced.is-animating .faq-accordion__answer-wrap {
  transition: height 240ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .faq-accordion__item.is-faq-enhanced.is-animating .faq-accordion__answer-wrap {
    transition: none;
  }
}
.service-card-grid__inner > * + * {
  margin-top: 2rem;
}
.service-card-grid__eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.service-card-grid__heading {
  text-align: center;
  margin-bottom: 2rem;
}
.service-card-grid__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem;
}
.service-card-grid__card {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-card-grid__card-image {
  aspect-ratio: 8/10;
  overflow: hidden;
}
.service-card-grid__card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.service-card-grid__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.service-card-grid__card-body {
  padding: 1rem;
}
.service-card-grid__card-body > * + * {
  margin-top: 0.5rem;
}
.service-card-grid__card-body {
  flex: 1;
}
.service-card-grid__card-title {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
.service-card-grid__card-title a {
  color: inherit;
  text-decoration: none;
}
.service-card-grid__card-title a:hover, .service-card-grid__card-title a:focus {
  color: #D1BF87;
  text-decoration: underline;
}
.service-card-grid__card-text {
  color: #6B6058;
}

.page-orthodontics #orthodontic-services-grid {
  padding-top: 2rem;
  background-color: #F2F2F2;
}
.page-orthodontics #orthodontic-services-grid .service-card-grid__inner {
  max-width: none;
}
.page-orthodontics #orthodontic-services-grid .service-card-grid__grid {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-orthodontics #orthodontic-services-grid .service-card-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .page-orthodontics #orthodontic-services-grid .service-card-grid__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.page-orthodontics #orthodontic-services-grid .service-card-grid__card-title {
  font-size: 1.2rem;
}

@media (min-width: 1024px) {
  .home-providers {
    padding: 4rem 15vw;
  }
}
.home-providers .service-card-grid__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .home-providers .service-card-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-providers .service-card-grid__card {
  border-radius: 0;
}
.home-providers .service-card-grid__card-title {
  font-size: clamp(1rem, 3vw, 1.5rem);
}

.other-providers .service-card-grid__heading {
  color: #D1BF87;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .other-providers .service-card-grid__heading {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.other-providers .service-card-grid__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .other-providers .service-card-grid__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.other-providers .service-card-grid__card {
  border-radius: 0;
}
.other-providers .service-card-grid__card-title {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.media-strip__inner > * + * {
  margin-top: 2rem;
}
.media-strip__eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.media-strip__heading {
  text-align: center;
}
.media-strip__intro {
  text-align: center;
}
.media-strip__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.media-strip__link {
  display: inline-flex;
  align-items: center;
}
.media-strip__link:hover, .media-strip__link:focus {
  opacity: 0.75;
}
.media-strip__image {
  max-width: 160px;
  height: auto;
  display: block;
}

.contact-form-placeholder__inner > * + * {
  margin-top: 2rem;
}
.contact-form-placeholder__eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.contact-form-placeholder__notice {
  font-size: 0.875rem;
  color: #6B6058;
  font-style: italic;
}
.contact-form-placeholder__form > * + * {
  margin-top: 1rem;
}
.contact-form-placeholder__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-form-placeholder__label {
  font-size: 0.9375rem;
  font-weight: 500;
}
.contact-form-placeholder__input, .contact-form-placeholder__textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #D9D3C4;
  border-radius: 4px;
  font-size: 1rem;
  background: #FFFFFF;
}
.contact-form-placeholder__input:focus, .contact-form-placeholder__textarea:focus {
  outline: 2px solid #D1BF87;
  outline-offset: 1px;
}
.contact-form-placeholder__textarea {
  resize: vertical;
}
.contact-form-placeholder__actions {
  padding-top: 0.5rem;
}
.contact-form-placeholder__button {
  cursor: pointer;
  padding: 0.75rem 2rem;
  background: #D1BF87;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
}
.contact-form-placeholder__button:hover, .contact-form-placeholder__button:focus {
  background: #867135;
}

.form-embed {
  background-color: #F2F2F2;
}
.form-embed__inner {
  width: 95vw;
  max-width: none;
  padding-inline: 0;
}
@media (min-width: 768px) {
  .form-embed__inner {
    width: 80vw;
  }
}
@media (min-width: 1024px) {
  .form-embed__inner {
    width: 900px;
    max-width: calc(100vw - 2rem);
  }
}
.form-embed__iframe {
  display: block;
  width: 100%;
  height: var(--form-embed-height, 1200px);
  border: 0;
}

.page-referring-doctors .form-embed {
  position: relative;
}
@media (max-width: 1023px) {
  .page-referring-doctors .form-embed .form-embed__iframe {
    height: 1800px;
  }
}
.page-referring-doctors .form-embed::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 32rem;
  background-color: #F2F2F2;
  pointer-events: none;
  z-index: -1;
}

.page-navigator {
  --page-navigator-sticky-offset: calc(var(--header-height, 80px) + 2rem);
}
.page-navigator__inner {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .page-navigator__inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 6rem;
  }
}
.page-navigator__nav {
  scroll-margin-top: var(--page-navigator-sticky-offset);
}
@media (min-width: 1024px) {
  .page-navigator__nav {
    position: sticky;
    top: var(--page-navigator-sticky-offset);
  }
}
.page-navigator__tab-list {
  display: flex;
  width: fit-content;
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #D1BF87;
  border-radius: 2px;
  margin-bottom: 0;
}
.page-navigator__tab {
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 160ms ease;
}
.page-navigator__tab:hover {
  color: #D1BF87;
}
.page-navigator__tab:focus-visible {
  color: #D1BF87;
  outline: 2px solid #D1BF87;
  outline-offset: 2px;
}
.page-navigator__tab--active {
  color: #D1BF87;
  font-weight: 600;
}
.page-navigator__tab + .page-navigator__tab {
  border-left: 1px solid #D1BF87;
}
.page-navigator__panel {
  border: 1px solid #D1BF87;
  padding: 0.5rem 1rem 1rem;
}
.page-navigator__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-navigator__link-list > * + * {
  margin-top: 0.5rem;
}
.page-navigator__link {
  display: block;
  color: #867135;
  text-decoration: none;
  padding: 0.25rem 0;
  font-size: 1.125rem;
}
.page-navigator__link:hover, .page-navigator__link:focus-visible {
  text-decoration: underline;
}
.page-navigator__link-desc {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #6B6058;
  line-height: 1.4;
}
.page-navigator__body > * + * {
  margin-top: 4rem;
}
.page-navigator__section {
  scroll-margin-top: 1rem;
}
@media (min-width: 1024px) {
  .page-navigator__section {
    scroll-margin-top: var(--page-navigator-sticky-offset);
  }
}
.page-navigator__section > * + * {
  margin-top: 1.25rem;
}
.page-navigator__section > .page-navigator__section-heading + * {
  margin-top: 2rem;
}
.page-navigator__section-heading {
  font-size: 1.5rem;
  color: #1A1A1A;
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D1BF87;
  line-height: 1.25;
}
.page-navigator__section-para {
  margin: 0;
}
.page-navigator__section-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-navigator__section-list {
  margin: 0;
  padding-left: 2rem;
}
.page-navigator__section-list li {
  list-style-type: disc;
}
.page-navigator__section-list li + li {
  margin-top: 0.5rem;
}
.page-navigator__section-blocks > * + * {
  margin-top: 1.25rem;
}
.page-navigator__section-blocks > h2 {
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D1BF87;
  color: #1A1A1A;
  font-size: 1.5rem;
  line-height: 1.25;
}
.page-navigator__section-blocks > h2 + * {
  margin-top: 2rem;
}
.page-navigator__section-blocks > h3 {
  margin-bottom: 0;
  color: #867135;
  font-size: 1.125rem;
  font-weight: 400;
}
.page-navigator__section-blocks > p {
  margin-bottom: 0;
}
.page-navigator__section-blocks > ul,
.page-navigator__section-blocks > ol {
  margin-bottom: 0;
  padding-left: 2rem;
}
.page-navigator__section-blocks > ul li + li,
.page-navigator__section-blocks > ol li + li {
  margin-top: 0.5rem;
}
.page-navigator__section-blocks > .btn {
  display: table;
  margin-top: 2rem;
}
.page-navigator__section-para + .page-navigator__section-para, .page-navigator__section-para + .page-navigator__section-list, .page-navigator__section-list + .page-navigator__section-para {
  margin-top: 1.25rem;
}
.page-navigator__return {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #D1BF87;
  background: #FFFFFF;
  color: #D1BF87;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}
.page-navigator__return:hover, .page-navigator__return:focus-visible, .page-navigator__return.is-active {
  background: #D1BF87;
  color: #FFFFFF;
  border-color: #D1BF87;
  text-decoration: none;
}
.page-navigator__return.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .page-navigator__return {
    display: none;
  }
}
.page-navigator__return-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  mask: url("../icons/lucide/chevron-up.svg") center/contain no-repeat;
  -webkit-mask: url("../icons/lucide/chevron-up.svg") center/contain no-repeat;
}

.page-navigator__panel[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .page-navigator__tab,
  .page-navigator__return {
    transition: none;
  }
}
.testimonials {
  padding: 4rem 0;
  background-color: #F2F2F2;
}
.testimonials__inner > * + * {
  margin-top: 2rem;
}
.testimonials__eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #D1BF87;
  margin: 0;
}
.testimonials__heading {
  font-size: 1.75rem;
  color: #1A1A1A;
  margin: 0;
}
.testimonials__intro {
  color: #6B6058;
  margin: 0;
}
.testimonials__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .testimonials__list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.testimonials__item {
  background: #FFFFFF;
  border: 1px solid #D9D3C4;
  border-radius: 0.5rem;
  padding: 2rem;
}
.testimonials__icon {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  color: #D1BF87;
  opacity: 0.25;
  margin-bottom: 0.5rem;
  font-family: Georgia, serif;
}
.testimonials__quote {
  margin: 0;
}
.testimonials__quote p {
  color: #1A1A1A;
  font-style: italic;
  margin: 0 0 0.5rem;
}
.testimonials__footer {
  margin-top: 0.5rem;
}
.testimonials__reviewer {
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  color: #6B6058;
}
.testimonials__reviewer::before {
  content: "— ";
}
.testimonials__rating {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.testimonials__star {
  color: #D9D3C4;
}
.testimonials__star--filled {
  color: #f59e0b;
}

@keyframes cached-review-exit-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes cached-review-enter-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes cached-review-exit-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes cached-review-enter-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.cached-google-reviews {
  padding: 6rem 0;
  background-image: url("../images/global/testimonials-bg.jpg");
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .cached-google-reviews {
    padding: 9rem 0;
  }
}

.cached-google-reviews__header {
  display: none;
}

.cached-google-reviews__eyebrow {
  margin: 0;
  padding: 0;
  color: #D1BF87;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.cached-google-reviews__heading {
  margin: 0 auto;
  color: #FFFFFF;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.cached-google-reviews__intro {
  max-width: 65ch;
  margin: 0 auto;
  color: #FFFFFF;
}

.cached-google-reviews__aggregate {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}

.cached-google-reviews__aggregate-score {
  color: #D1BF87;
  font-family: "Lato", system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.cached-google-reviews__aggregate-star {
  color: #f59e0b;
  font-size: 1.25rem;
}

.cached-google-reviews__aggregate-label {
  color: #FFFFFF;
  font-size: 0.9375rem;
}

.cached-google-reviews__track-wrapper {
  overflow: hidden;
  margin: -3rem 0;
  padding: 3rem 0;
}

.cached-google-reviews__track {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cached-google-reviews__card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: clamp(280px, 80vw, 380px);
  margin-right: 2rem;
  padding: 2rem;
  border: 0;
  border-radius: 0;
  background: #efefeb;
}

.cached-google-reviews__card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.cached-google-reviews__avatar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #D1BF87;
  color: #FFFFFF;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.cached-google-reviews__card-header-text {
  flex: 1 1 auto;
  min-width: 11rem;
}

.cached-google-reviews__name {
  margin: 0;
  color: #1A1A1A;
  font-size: 0.9375rem;
  font-weight: 700;
}

.cached-google-reviews__meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0.125rem 0 0;
}

.cached-google-reviews__stars {
  flex-shrink: 0;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.cached-google-reviews__star {
  color: #D9D3C4;
}
.cached-google-reviews__star--filled {
  color: #f59e0b;
}

.cached-google-reviews__date {
  color: #6B6058;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.cached-google-reviews__source-badge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  color: #6B6058;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.cached-google-reviews__source-icon {
  width: 14px;
  height: 14px;
}

.cached-google-reviews__text,
.cached-google-reviews__excerpt,
.cached-google-reviews__full-text {
  display: block;
  margin: 0;
  color: #1A1A1A;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.cached-google-reviews__summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
.cached-google-reviews__summary::-webkit-details-marker {
  display: none;
}
.cached-google-reviews__summary:focus-visible {
  outline: 2px solid #D1BF87;
  outline-offset: 2px;
}

.cached-google-reviews__state-expanded {
  display: none;
}

.cached-google-reviews__details[open] .cached-google-reviews__state-collapsed {
  display: none;
}
.cached-google-reviews__details[open] .cached-google-reviews__state-expanded {
  display: block;
}

.cached-google-reviews__toggle-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
  color: #D1BF87;
  font-size: 0.8125rem;
  font-weight: 700;
}

.cached-google-reviews__icon--plus,
.cached-google-reviews__icon--minus {
  width: 14px;
  height: 14px;
  color: #D1BF87;
}

.cached-google-reviews__footer {
  margin-top: 4rem;
  text-align: center;
}

.cached-google-reviews__carousel {
  width: 100%;
}

.cached-google-reviews__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 2px solid #D1BF87;
  border-radius: 50%;
  background: #D1BF87;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.cached-google-reviews__control[hidden] {
  display: none;
}
.cached-google-reviews__control:hover {
  border-color: #867135;
  background: #867135;
  color: #FFFFFF;
  transform: scale(1.06);
}
.cached-google-reviews__control:focus-visible {
  outline: 3px solid #D1BF87;
  outline-offset: 3px;
}

.cached-google-reviews__control-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.cached-google-reviews--slider .cached-google-reviews__carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(100%, 54rem);
  margin: 0 auto;
}

.cached-google-reviews--slider .cached-google-reviews__track-wrapper {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.cached-google-reviews--slider .cached-google-reviews__track {
  width: 100%;
}

.cached-google-reviews--slider .cached-google-reviews__card {
  width: 100%;
  min-height: 19rem;
  margin-right: 0;
  scroll-snap-align: start;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__track-wrapper {
  overflow: hidden;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__track {
  display: block;
  position: relative;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__card {
  position: absolute;
  inset: 0;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__card.is-current {
  position: relative;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__card[hidden] {
  display: none;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__card.is-exiting-left {
  animation: cached-review-exit-left 420ms ease-in-out both;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__card.is-entering-left {
  animation: cached-review-enter-left 420ms ease-in-out both;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__card.is-exiting-right {
  animation: cached-review-exit-right 420ms ease-in-out both;
}

.cached-google-reviews--slider .is-review-carousel .cached-google-reviews__card.is-entering-right {
  animation: cached-review-enter-right 420ms ease-in-out both;
}

@media (prefers-reduced-motion: reduce) {
  .cached-google-reviews--slider .is-review-carousel .cached-google-reviews__card {
    animation: none;
  }
}
@media (max-width: 479px) {
  .cached-google-reviews--slider .cached-google-reviews__carousel {
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 1rem;
    width: calc(100% - 2rem);
  }
  .cached-google-reviews--slider .cached-google-reviews__track-wrapper {
    grid-row: 1;
    grid-column: 1/-1;
    width: 100%;
  }
  .cached-google-reviews__control--previous {
    grid-row: 2;
    grid-column: 1;
  }
  .cached-google-reviews__control--next {
    grid-row: 2;
    grid-column: 2;
  }
  .cached-google-reviews__control {
    position: relative;
    z-index: 2;
    justify-self: center;
    width: 2.25rem;
    height: 2.25rem;
  }
  .cached-google-reviews__card {
    padding: 1rem;
  }
}
.cached-google-reviews--grid .cached-google-reviews__track-wrapper {
  overflow: visible;
}

.cached-google-reviews--grid .cached-google-reviews__track {
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .cached-google-reviews--grid .cached-google-reviews__track {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.cached-google-reviews--grid .cached-google-reviews__card {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 768px) {
  .cached-google-reviews--grid .cached-google-reviews__card {
    width: auto;
  }
}

.office-slider {
  padding: 6rem 0;
  background: #F2F2F2;
}
.office-slider__inner {
  max-width: none;
}
@media (min-width: 1024px) {
  .office-slider__inner {
    padding-inline: min(14rem, 15vw);
  }
}
.office-slider__heading {
  margin: 0 0 2rem;
  color: #D1BF87;
  text-align: center;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .office-slider__heading {
    background: linear-gradient(to bottom, #D1BF87, #867135);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.office-slider__frame {
  padding: 1rem;
  border: 1px solid #D1BF87;
  border-image: linear-gradient(to bottom, #D1BF87, #867135) 1;
}
.office-slider__stage {
  position: relative;
  aspect-ratio: 5/2;
  overflow: hidden;
  background: #1A1A1A;
}
.office-slider__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1.25s ease-in-out;
}
.office-slider__image:first-child, .office-slider__image.is-current {
  opacity: 1;
}
.office-slider.is-office-slider .office-slider__image:first-child:not(.is-current) {
  opacity: 0;
}
.office-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 2rem;
}
.office-slider__control {
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: 1px solid #867135;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.office-slider__control:hover, .office-slider__control:focus-visible {
  background: rgba(209, 191, 135, 0.5);
}
.office-slider__control:focus-visible {
  outline: 2px solid #867135;
  outline-offset: 3px;
}
.office-slider__control.is-current {
  width: 2rem;
  background: #D1BF87;
}
.office-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-inline: 0.25rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #867135;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.office-slider__arrow:hover, .office-slider__arrow:focus-visible {
  background: rgba(209, 191, 135, 0.35);
  color: #1A1A1A;
}
.office-slider__arrow:focus-visible {
  outline: 2px solid #867135;
  outline-offset: 2px;
}
.office-slider__arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .office-slider__image,
  .office-slider__control {
    transition: none;
  }
}
@media (max-width: 767px) {
  h2 {
    text-align: center !important;
  }
  h2 + h3 {
    text-align: center !important;
  }
  .two-column__right:has(> img) {
    order: -1;
  }
  .two-column .btn {
    display: flex;
    width: fit-content;
    margin-top: 1.5rem !important;
    margin-inline: auto !important;
  }
  .cta-section__text {
    align-self: stretch;
    text-align: left;
  }
  .cta-section__embed {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
