:root {
  --primary-color: #2465a1;
  --secondary-color: #1bd161;
  --primary-color-rgb: 36, 101, 161;
  --secondary-color-rgb: 27, 209, 97;
  --secondary-foreground: #2d240f;
  --secondary-foreground-muted: #4b3f21;
  --content-radius: 14px;
  --hero-overlay-color-rgb: 57, 65, 96;
  --hero-overlay-strength: 1;
}

body {
  font-family: var(--font-body, "Work Sans", "Avenir Next", "Segoe UI", sans-serif);
  font-weight: 300;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main .section-title {
  font-family: var(--font-heading, "Forum", "Work Sans", "Avenir Next", "Segoe UI", sans-serif);
  font-weight: 400 !important;
  color: var(--secondary-color);
  line-height: 1.34;
}

main p,
main li {
  font-size: 1.08rem;
}

.rich-content ul {
  list-style: disc;
  margin: 0.6rem 0 0.9rem 1.2rem;
  padding-left: 0.45rem;
}

.rich-content ol {
  list-style: decimal;
  margin: 0.6rem 0 0.9rem 1.2rem;
  padding-left: 0.45rem;
}

.rich-content li {
  display: list-item;
  margin: 0.2rem 0;
}

.rich-content p + ul,
.rich-content p + ol {
  margin-top: 0.35rem;
}

.hero-text-content h1,
.hero-text-content h2,
.hero-text-content h3,
.hero-text-content .hero-title-badge,
.hero-text-content .hero-subtitle-badge {
  color: #ffffff;
  transform: none;
}

.hero-text-content h1,
.hero-text-content h2,
.hero-text-content h3 {
  line-height: 1.34;
}

.main-nav-link {
  position: relative;
}

.main-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 0.18rem;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.main-nav-link.is-active::after {
  transform: scaleX(1);
}

.mobile-menu-button {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: #ffffff;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.mobile-menu-button.is-open {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}

.mobile-header-brand {
  flex: 1 1 auto;
}

.mobile-header-row {
  position: relative;
}

.mobile-current-page {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.08rem;
}

.mobile-current-page__context {
  display: block;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.1;
}

.mobile-current-page__title {
  display: block;
  color: var(--secondary-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-menu-panel {
  border-bottom-left-radius: var(--content-radius);
  border-bottom-right-radius: var(--content-radius);
  max-height: calc(100dvh - 5rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
}

body.mobile-menu-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.mobile-nav-card {
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: var(--content-radius);
  background: rgba(255, 255, 255, 0.96);
  color: #1f2937;
  box-shadow: 0 10px 22px -22px rgba(15, 23, 42, 0.28);
}

.mobile-nav-link {
  border-radius: var(--content-radius);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
  background: rgba(var(--primary-color-rgb), 0.08);
}

.mobile-nav-link.is-active,
.mobile-nav-card.is-active {
  border-color: rgba(var(--primary-color-rgb), 0.35);
  background: rgba(var(--primary-color-rgb), 0.08);
}

.mobile-nav-link-label {
  display: block;
  font-size: 1.12rem;
  line-height: 1.3;
}

.mobile-nav-link.is-active .mobile-nav-link-label,
.mobile-nav-card.is-active .mobile-nav-link-label {
  color: #0f172a;
  font-weight: 700;
}

.mobile-nav-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.65rem;
  border-radius: 9999px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.mobile-nav-toggle {
  border-radius: var(--content-radius);
  transition: background-color 0.2s ease;
}

.mobile-nav-toggle-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.mobile-nav-link-meta {
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.25;
}

.mobile-nav-toggle-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: rgba(var(--primary-color-rgb), 0.14);
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
}

.mobile-nav-toggle.is-open .mobile-nav-toggle-marker {
  background: var(--primary-color);
  color: #ffffff;
}

.mobile-nav-submenu {
  padding-top: 0.1rem;
}

.mobile-nav-sublink {
  border-radius: calc(var(--content-radius) - 2px);
  border-left: 3px solid rgba(var(--primary-color-rgb), 0.18);
  background: rgba(var(--primary-color-rgb), 0.03);
  color: #334155;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mobile-nav-sublink:hover,
.mobile-nav-sublink:focus-visible {
  background: rgba(var(--primary-color-rgb), 0.08);
  border-left-color: rgba(var(--primary-color-rgb), 0.36);
}

.mobile-nav-sublink.is-active {
  background: rgba(var(--primary-color-rgb), 0.12);
  border-left-color: var(--primary-color);
  color: #0f172a;
  font-weight: 700;
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(17, 24, 39, 0.38);
}

.mobile-menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: min(70vw, 340px);
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: -18px 0 36px rgba(17, 24, 39, 0.25);
  transition: transform 0.2s ease;
}

.mobile-menu-inner {
  height: 100%;
  overflow-y: auto;
  padding: 5.2rem 1.15rem 1.25rem;
}

.mobile-menu-link {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0.2rem 0;
}

.mobile-menu-link span:last-child {
  color: rgba(255, 255, 255, 0.92);
}

.mobile-menu-link.is-active {
  color: #ffffff;
  text-shadow: 0 0 0.01px #fff;
}

.mobile-menu-sublink {
  color: rgba(255, 255, 255, 0.95);
}

.mobile-menu-cta {
  background: rgba(17, 24, 39, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.7rem 1.1rem;
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile-shell-shifted {
  transform: translateX(-12vw);
  filter: brightness(0.8);
}

#siteShell {
  transition: transform 0.2s ease, filter 0.2s ease;
}

.intro-image-frame {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #e4e4e7;
}

.intro-image-frame.is-circle {
  border-radius: 9999px !important;
}

.intro-image-frame.is-square {
  border-radius: 0 !important;
}

.intro-image-frame.is-card-shape {
  aspect-ratio: auto;
  height: 16rem;
  border-radius: 1.5rem !important;
}

@media (min-width: 768px) {
  .intro-media.intro-image-frame.is-circle {
    width: min(100%, 25rem);
    justify-self: end;
    align-self: center;
    transform: translateY(-1.5rem);
  }

  .intro-media.intro-image-frame.is-card-shape {
    height: 100%;
  }
}

.video-consent-card {
  position: relative;
  overflow: hidden;
}

.video-embed--landscape {
  aspect-ratio: 16 / 9;
}

.video-embed--portrait {
  aspect-ratio: 9 / 16;
}

.video-embed-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-consent-placeholder {
  display: grid;
  place-content: center;
  height: 100%;
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  background: #f8fafc;
}

.cookie-banner {
  position: fixed;
  top: 5.5rem;
  left: 50%;
  z-index: 130;
  width: min(72rem, calc(100% - 1.5rem));
  transform: translateX(-50%);
}

.cookie-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(228, 228, 231, 0.9);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(14px);
  padding: 1rem 1.25rem;
}

.cookie-banner__copy {
  flex: 1 1 26rem;
}

.cookie-banner__copy p {
  margin: 0.35rem 0 0;
  color: #52525b;
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.hero-slide-video-shell {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-slide-video-shell--landscape {
  inset: 0;
}

.hero-slide-video-shell--portrait {
  inset: 0;
}

.hero-slide-video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .cookie-banner {
    top: 4.75rem;
    width: calc(100% - 1rem);
  }

  .cookie-banner__inner {
    padding: 0.95rem 1rem;
  }

  .cookie-banner__actions {
    width: 100%;
    justify-content: stretch;
  }

  .cookie-banner__actions > * {
    flex: 1 1 100%;
    text-align: center;
  }

}

.cookie-settings-fab {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 120;
  width: 3rem;
  height: 3rem;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  transition: transform 0.2s ease;
}

.cookie-settings-icon-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid var(--secondary-color);
  border-radius: 9999px;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.45);
}

.cookie-settings-icon {
  color: var(--secondary-color);
}

.cookie-settings-fab:hover,
.cookie-settings-fab:focus-visible {
  transform: scale(1.07);
}

.cookie-consent-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(0, 0, 0, 0.45);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.cookie-consent-card {
  width: min(100%, 32rem);
  background: #fff;
  border: 1px solid #e4e4e7;
  padding: 1rem;
}

.cookie-consent-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.6rem 0.7rem;
  border: 1px solid #e4e4e7;
  background: #fafaf9;
}

.entry-button {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(14px);
  box-shadow: 0 18px 35px -18px rgba(73, 100, 125, 0.62);
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
  color: var(--elem-text-color, #111827);
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
  animation: entryButtonIn 0.65s ease forwards;
  animation-delay: var(--entry-delay, 0s);
}

.entry-buttons-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.entry-buttons-grid .entry-button {
  width: 100%;
}

@media (min-width: 768px) {
  .entry-buttons-grid .entry-button {
    flex: 0 1 calc((100% - 6.5rem) / 3);
    max-width: calc((100% - 6.5rem) / 3);
  }
}

.entry-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--secondary-color);
  transform: translateX(-102%);
  transition: transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 0;
}

.entry-button > span {
  position: relative;
  z-index: 1;
}

.entry-button__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  min-height: 3.1rem;
}

.entry-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.55rem;
  width: 2.55rem;
  height: 2.55rem;
  --entry-button-icon-inner-size: 2.05rem;
  color: #fff;
}

.entry-button__icon svg {
  display: block;
  width: var(--entry-button-icon-inner-size);
  height: var(--entry-button-icon-inner-size);
  color: #fff;
  stroke: currentColor;
}

.entry-button__icon--upload {
  color: #fff;
}

.entry-button__icon--tooth {
  --entry-button-icon-inner-size: 1.8rem;
}

.entry-button__icon-mask {
  display: block;
  width: var(--entry-button-icon-inner-size);
  height: var(--entry-button-icon-inner-size);
  flex: 0 0 var(--entry-button-icon-inner-size);
  background-color: currentColor;
  -webkit-mask-image: var(--entry-button-icon-mask);
  mask-image: var(--entry-button-icon-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.entry-button__divider {
  flex: 0 0 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.4);
}

.entry-button__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.entry-button__label {
  display: block;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.15;
}

.entry-button__subtitle {
  display: block;
  font-size: 0.86rem;
  line-height: 1.32;
  opacity: 0.92;
}

.entry-button__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: 0.45rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.entry-button:hover::before,
.entry-button:focus-visible::before {
  transform: translateX(0);
}

.entry-button:hover,
.entry-button:focus-visible {
  border-color: var(--secondary-color) !important;
  background: var(--secondary-color) !important;
  color: var(--elem-text-color, #111827);
  box-shadow: 0 22px 38px -20px rgba(75, 63, 33, 0.48);
}

@media (max-width: 767.98px) {
  .entry-button__content {
    gap: 0.7rem;
  }

  .entry-button__icon {
    flex-basis: 2.3rem;
    width: 2.3rem;
    height: 2.3rem;
    --entry-button-icon-inner-size: 1.85rem;
  }
}

@keyframes entryButtonIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

main .rounded,
main .rounded-sm,
main .rounded-md,
main .rounded-lg,
main .rounded-xl,
main .rounded-2xl,
main .rounded-3xl,
main .rounded-full {
  border-radius: var(--content-radius) !important;
}

.content-surface {
  border-radius: var(--content-radius) !important;
}

.content-keep-circle {
  border-radius: 9999px !important;
}

.hero-overlay {
  background: linear-gradient(
    to top,
    rgba(var(--hero-overlay-color-rgb), var(--hero-overlay-strength)) 0%,
    rgba(var(--hero-overlay-color-rgb), 0) 65%
  );
}

.hero-overlay.is-disabled {
  display: none;
}

.service-mosaic-tile {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  isolation: isolate;
}

.service-mosaic-tile:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 4px;
}

.service-mosaic-tile-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.62) 0%,
    rgba(15, 23, 42, 0) 62%
  );
}

.service-mosaic-tile-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0.95rem;
}

.service-mosaic-tile-title {
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 9999px;
  background: var(--primary-color);
  color: #ffffff;
  padding: 0.35rem 0.7rem;
  font-weight: 600;
}

.service-mosaic-tile-cta {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 9999px;
  background: var(--primary-color);
  color: rgba(255, 255, 255, 0.92);
  padding: 0.3rem 0.65rem;
  font-size: 0.95rem;
}

.slide {
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.8s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 20;
  pointer-events: auto;
}

.slide.active .hero-text-content {
  animation: blurFadeIn 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.slide .hero-text-content {
  padding-top: 199px;
}

@media (max-width: 767px) {
  .slide .hero-text-content {
    max-width: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.hero-title-badge {
  display: inline;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0;
  font-size: 1.08em;
}

.hero-subtitle-badge,
.hero-subtitle-badge p,
.hero-subtitle-badge div,
.hero-subtitle-badge span {
  display: inline;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0;
  line-height: 1.4;
  font-size: 1.08em;
}

main h2.text-2xl {
  font-size: 1.68rem !important;
}

#parallax-section h2,
#parallax-section .scroll-line {
  font-family: "Work Sans", "Avenir Next", "Segoe UI", sans-serif !important;
  font-weight: 300 !important;
  color: #ffffff !important;
}

#parallax-section h2 {
  transform: none !important;
}

#parallax-section h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.16em, 1.2vw, 0.34em);
  font-size: clamp(4.2rem, 13vw, 16rem) !important;
  line-height: 0.94 !important;
}

@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.reveal-fade {
  transform: translateY(16px);
}

.reveal.reveal-fly {
  transform: translate3d(0, 28px, 0);
}

.reveal.reveal-zoom {
  transform: scale(0.95);
  transform-origin: center center;
}

.reveal.reveal-none {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.reveal-zoom.is-visible {
  transform: scale(1);
}

.section-title {
  position: relative;
  display: inline-block;
  padding-top: 0.08em;
  padding-bottom: 0.45rem;
  overflow: visible;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 0.28rem;
  border-radius: 0;
  background: var(--primary-color);
  transform: translateX(-130%);
  transition: transform 0.7s ease;
}

.reveal.is-visible .section-title::after,
.section-title.is-visible::after {
  transform: translateX(0);
}

.news-archive-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-archive-title::after {
  display: none;
}

.news-archive-title__text {
  display: block;
}

.news-archive-title__line {
  display: block;
  width: 2.2rem;
  height: 0.28rem;
  margin-top: 0.45rem;
  border-radius: 0;
  background: var(--primary-color);
}

.news-archive-section {
  scroll-margin-top: 7rem;
}

.accordion-item {
  border-color: #e4e4e7 !important;
  background-color: #fff !important;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.accordion-item.is-open {
  background-color: #fff !important;
  border-color: #d4d4d8 !important;
}

.accordion-trigger > span:last-child {
  transition: transform 0.3s ease;
  display: inline-block;
}

.accordion-item.is-open .accordion-trigger > span:last-child {
  transform: rotate(180deg);
}

.accordion-content {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.accordion-item.is-open .accordion-content {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 1.25rem;
}

.offerings-surface {
  background: transparent;
  border-radius: 0;
}

.offerings-accordion .accordion-item {
  border-color: #e4e4e7 !important;
  background-color: #ffffff !important;
}

.offerings-accordion .accordion-item.is-open {
  border-color: #d4d4d8 !important;
  background-color: #fafafa !important;
}

.offerings-accordion .accordion-trigger {
  color: #1f2937;
}

.faq-accordion:not(.profile-accordion) .accordion-item {
  border-color: rgba(var(--secondary-color-rgb), 0.95) !important;
  background-color: rgba(var(--secondary-color-rgb), 0.38) !important;
}

.faq-accordion:not(.profile-accordion) .accordion-item.is-open {
  border-color: rgba(var(--secondary-color-rgb), 1) !important;
  background-color: rgba(var(--secondary-color-rgb), 0.52) !important;
}

.faq-accordion:not(.profile-accordion) .accordion-trigger,
.faq-accordion:not(.profile-accordion) .accordion-content {
  color: #1f2937;
}

.profile-accordion-item {
  border-color: var(--profile-border-color, rgba(var(--secondary-color-rgb), 0.95)) !important;
  border-width: var(--profile-border-width, 1px) !important;
  border-style: solid !important;
  border-radius: var(--profile-radius, 1.25rem) !important;
  background-color: var(--profile-bg-color, rgba(var(--secondary-color-rgb), 0.22)) !important;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.profile-accordion-item.is-open {
  border-color: var(--profile-border-color-open, var(--profile-border-color, rgba(var(--secondary-color-rgb), 1))) !important;
  background-color: var(--profile-bg-color-open, var(--profile-bg-color, rgba(var(--secondary-color-rgb), 0.35))) !important;
}

.profile-accordion-trigger,
.profile-accordion-content {
  color: var(--profile-text-color, #1f2937) !important;
}

.profile-accordion-trigger {
  font-size: var(--profile-title-size, 1rem) !important;
  font-weight: var(--profile-title-weight, 600) !important;
}

.profile-accordion-content {
  font-size: var(--profile-text-size, 1rem) !important;
}

.reviews-surface {
  background: rgba(var(--primary-color-rgb), 0.24);
}

.reviews-surface.customizable-element {
  background: var(--elem-bg-color, rgba(var(--primary-color-rgb), 0.24));
  color: var(--elem-text-color, inherit);
  border-color: var(--elem-border-color, rgba(17, 24, 39, 0.08));
  border-width: var(--elem-border-width, 1px);
  border-style: solid;
  border-radius: var(--elem-radius, 1.5rem);
}

.reviews-carousel {
  min-height: 280px;
}

.reviews-track {
  position: relative;
  min-height: 240px;
}

.review-card {
  display: none;
  text-align: center;
  align-items: center;
}

.review-card.is-active {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.review-avatar-wrap {
  width: 124px;
  height: 124px;
  border-radius: 9999px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.75);
}

.review-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-avatar-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.75);
  color: #1f2937;
  font-size: 1.4rem;
}

.review-quote {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  color: #1f2937;
}

.review-quote-mark {
  font-size: 3rem;
  line-height: 1;
  color: rgba(var(--secondary-color-rgb), 0.7);
}

.review-quote-text {
  margin: 0.25rem 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

.review-author {
  margin-top: 0.25rem;
  padding-left: 1rem;
  color: #1f2937;
}

.reviews-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--content-radius);
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  border: 1px solid rgba(31, 41, 55, 0.2);
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  text-align: center;
}

.reviews-nav-icon {
  display: block;
  line-height: 1;
  transform: translateY(-0.1em);
}

.reviews-prev {
  left: 0.25rem;
}

.reviews-next {
  right: 0.25rem;
}

@media (max-width: 768px) {
  header .customizable-element .rounded,
  header .customizable-element .rounded-sm,
  header .customizable-element .rounded-md,
  header .customizable-element .rounded-lg,
  header .customizable-element .rounded-xl,
  header .customizable-element .rounded-2xl,
  header .customizable-element .rounded-3xl,
  header .customizable-element .rounded-full {
    border-radius: var(--content-radius) !important;
  }

  .intro-media-mobile {
    float: right;
    width: 50vw;
    max-width: 220px;
    margin: 0.2rem 0 0.8rem 0.9rem;
  }

  .intro-copy::after {
    content: "";
    display: block;
    clear: both;
  }

  .reviews-carousel {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
  }

  .reviews-track {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 0;
  }

  .reviews-nav {
    position: static;
    transform: none;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0.5rem;
  }

  .review-avatar-wrap {
    width: 140px;
    height: 140px;
  }

  .reviews-prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .reviews-next {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
  }

  main p,
  main li {
    font-size: 1.12rem;
  }

  main h1,
  main h2,
  main h3,
  main .section-title {
    font-size: clamp(1.75rem, 6.6vw, 2.35rem) !important;
  }

  .mobile-menu-drawer {
    width: 70vw;
  }

  .mobile-current-page__title {
    font-size: 0.96rem;
  }

  .mobile-current-page {
    position: absolute;
    left: 50%;
    top: calc(50% + 4px);
    transform: translate(-50%, -50%);
    width: min(42vw, 11rem);
    align-items: center;
    text-align: center;
    pointer-events: none;
  }

  .mobile-current-page__context {
    display: none;
  }
}

.footer-surface {
  background: var(--secondary-color);
  border-top: 1px solid rgba(45, 36, 0, 0.25);
  color: var(--secondary-foreground);
}

.footer-muted {
  color: var(--secondary-foreground-muted);
}

.footer-link {
  color: var(--secondary-foreground);
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #111827;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}

.footer-social-icon,
.footer-social-fallback {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}

.footer-social-icon {
  object-fit: contain;
}

.footer-social-fallback svg {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-carousel {
  position: relative;
}

.gallery-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(var(--secondary-color-rgb), 0.88);
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.gallery-carousel-nav-icon {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
}

.gallery-carousel-nav:hover,
.gallery-carousel-nav:focus-visible {
  color: var(--secondary-color);
}

.gallery-carousel-nav[hidden] {
  display: none;
}

.gallery-carousel-prev {
  left: 0.5rem;
}

.gallery-carousel-next {
  right: 0.5rem;
}

.gallery-tiles-row {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(36vw, 1fr);
  gap: 0.3rem;
  padding: 0 !important;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
}

.gallery-tiles-row.is-dragging,
.gallery-tiles-row.is-dragging .gallery-zoom-trigger {
  cursor: grabbing;
}

.gallery-tiles-row.is-dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.gallery-tiles-row .gallery-zoom-trigger {
  cursor: grab;
}

.gallery-tile {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.gallery-zoom-trigger {
  display: block;
  position: relative;
  cursor: inherit;
  touch-action: pan-y;
}

.gallery-zoom-trigger img {
  transition: transform 0.32s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-zoom-trigger:hover img,
.gallery-zoom-trigger:focus-visible img {
  transform: scale(1.06);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(17, 24, 39, 0.86);
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.gallery-lightbox.hidden {
  display: none;
}

.gallery-lightbox-image {
  max-height: 90vh;
  max-width: min(94vw, 1100px);
  width: auto;
  height: auto;
}

.gallery-lightbox-close {
  position: fixed;
  top: 0.9rem;
  right: 1rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}

.gallery-lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 95;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(15, 23, 42, 0.4);
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gallery-lightbox-nav:hover {
  background: rgba(15, 23, 42, 0.6);
}

.gallery-lightbox-nav:disabled {
  opacity: 0.35;
  pointer-events: none;
}

.gallery-lightbox-prev {
  left: 1rem;
}

.gallery-lightbox-next {
  right: 1rem;
}

.staff-contact-card {
  background: linear-gradient(180deg, var(--elem-bg-color, var(--element-surface-color, #ffffff)) 0%, var(--elem-bg-color, var(--element-surface-color, #fafaf9)) 100%);
  color: var(--elem-text-color, var(--element-text-color, inherit));
  border-color: var(--elem-border-color, var(--element-border-color, #e4e4e7));
  box-shadow: 0 12px 26px -22px rgba(15, 23, 42, 0.55);
}

.team-compact-card {
  border-color: #e7e5e4 !important;
  border-radius: 9999px !important;
  background: #f3f1eb !important;
  box-shadow: none;
  width: 100%;
}

.team-compact-card.is-open {
  border-radius: 1.6rem !important;
  background: #f8f6f1 !important;
}

.team-compact-trigger {
  width: 100%;
  min-height: 5.25rem;
  padding: 0.8rem 0.9rem 0.8rem 0.8rem;
}

.team-compact-trigger-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.85rem;
  flex: 1 1 auto;
}

.team-compact-photo {
  --staff-photo-size: 3.9rem;
  margin-left: -0.15rem;
}

.team-compact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
}

.team-compact-role {
  display: block;
  color: rgba(var(--secondary-color-rgb), 0.9);
  font-size: 0.92rem;
  font-weight: 400;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-compact-name {
  display: block;
  color: #111827;
  font-size: 0.96rem;
  font-weight: 500;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-compact-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  min-width: 2.2rem;
  border-radius: 9999px;
  background: #000000;
  color: #ffffff;
  line-height: 0;
  flex-shrink: 0;
}

.team-compact-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  display: block;
  transform: translate(-50%, -50%);
  transform-origin: center;
  pointer-events: none;
}

.team-compact-card.is-open .team-compact-icon {
  background: rgb(var(--primary-color-rgb, 47 82 160));
}

.team-compact-panel {
  padding-top: 0.3rem;
}

.team-compact-links {
  padding-left: 0.15rem;
}

.staff-photo-frame,
.staff-photo-placeholder {
  width: var(--staff-photo-size, 3.5rem);
  height: var(--staff-photo-size, 3.5rem);
  min-width: var(--staff-photo-size, 3.5rem);
  flex: 0 0 var(--staff-photo-size, 3.5rem);
  border-radius: var(--staff-photo-radius, 9999px);
}

.staff-photo-frame {
  overflow: hidden;
  border: 1px solid var(--elem-border-color, var(--element-border-color, #e4e4e7));
}

.staff-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-photo-placeholder {
  font-size: var(--staff-photo-font-size, 1rem);
}

.staff-detail-trigger {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.staff-detail-trigger:hover,
.staff-detail-trigger:focus-visible {
  border-color: #a1a1aa;
  color: #111827;
}

.staff-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(17, 24, 39, 0.58);
  isolation: isolate;
  overflow-y: auto;
}

.staff-detail-modal.hidden {
  display: none;
}

.staff-detail-dialog {
  position: relative;
  width: min(100%, 46rem);
  max-height: min(90vh, 52rem);
  overflow-y: auto;
  border: var(--elem-border-width, var(--element-border-width, 1px)) solid var(--elem-border-color, var(--element-border-color, #e4e4e7));
  border-radius: var(--content-radius);
  background: var(--elem-bg-color, var(--element-surface-color, #fff));
  color: var(--elem-text-color, var(--element-text-color, inherit));
  padding: 1.4rem 1.25rem 1.25rem;
  box-shadow: 0 28px 60px -28px rgba(15, 23, 42, 0.55);
  z-index: 301;
}

.staff-detail-close-row {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0.45rem;
  padding: 0 0 0.3rem;
  background: var(--elem-bg-color, var(--element-surface-color, #fff));
}

.staff-detail-close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  border-radius: 9999px;
  border: 1px solid var(--elem-border-color, var(--element-border-color, #e4e4e7));
  background: var(--elem-bg-color, var(--element-surface-color, #f4f4f5));
  color: var(--elem-text-color, var(--element-text-color, #111827));
  line-height: 1;
  font-size: 1.4rem;
  cursor: pointer;
  touch-action: manipulation;
}

body.staff-detail-open {
  overflow: hidden;
}

.staff-detail-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(9.5rem, 24vw, 12.5rem);
  align-items: start;
  gap: 0.5rem 1.25rem;
}

.staff-detail-copy {
  min-width: 0;
}

.staff-detail-header {
  display: block;
}

.staff-detail-contact-list {
  margin-top: 1.35rem !important;
}

.staff-detail-media {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: clamp(9.5rem, 24vw, 12.5rem);
  height: clamp(9.5rem, 24vw, 12.5rem);
  min-width: clamp(9.5rem, 24vw, 12.5rem);
  flex-basis: clamp(9.5rem, 24vw, 12.5rem);
}

.staff-detail-copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.contact-link-pill {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.35rem;
  max-width: 100%;
  border: 1px solid rgba(var(--primary-color-rgb, 47 82 160), 0.95);
  border-radius: 9999px;
  background: rgb(var(--primary-color-rgb, 47 82 160));
  color: #ffffff;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
  line-height: 1.3;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-link-pill-label {
  flex: 0 0 auto;
  font-weight: 600;
}

.contact-link-pill span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-link-pill:hover,
.contact-link-pill:focus-visible {
  background: rgba(var(--primary-color-rgb, 47 82 160), 0.9);
  border-color: rgba(var(--primary-color-rgb, 47 82 160), 1);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.gallery-mobile-hint {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: #52525b;
}

.gallery-hint-arrow {
  display: inline-block;
  animation: galleryArrowHint 1.25s ease-in-out infinite;
}

@keyframes galleryArrowHint {
  0% {
    transform: translateX(0);
    opacity: 0.55;
  }
  50% {
    transform: translateX(7px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.55;
  }
}

.gallery-tiles-row::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .gallery-tiles-row {
    grid-auto-columns: minmax(18rem, 1fr);
  }
}

@media (max-width: 767.98px) {
  .gallery-carousel-nav {
  }

  .gallery-carousel-nav-icon {
    width: 4rem;
    height: 4rem;
  }

  .gallery-carousel-prev {
    left: 0.35rem;
  }

  .gallery-carousel-next {
    right: 0.35rem;
  }
}

.typography-parallax {
  overflow: hidden;
}

.scroll-line {
  display: block;
  width: max-content;
  transition: transform 0.1s ease-out;
  line-height: 1;
  white-space: nowrap;
  will-change: transform;
}

.whatsapp-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(37, 211, 102, 0.65);
  animation: whatsappFabIn 0.95s cubic-bezier(0.2, 0.9, 0.2, 1) 0.2s both;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-fab svg {
  display: block;
  width: 1.72rem;
  height: 1.72rem;
  flex-shrink: 0;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px -14px rgba(37, 211, 102, 0.8);
}

@keyframes whatsappFabIn {
  0% {
    opacity: 0;
    transform: translate3d(42px, 68px, 0) scale(0.4) rotate(-16deg);
  }
  55% {
    opacity: 1;
    transform: translate3d(-4px, -5px, 0) scale(1.06) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.reveal-fade,
  .reveal.reveal-fly,
  .reveal.reveal-zoom,
  .reveal.reveal-none {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .entry-button {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .gallery-hint-arrow,
  .whatsapp-fab {
    animation: none;
  }
  .gallery-zoom-trigger img {
    transition: none;
  }
}

@media (max-width: 767px) {
  .team-compact-trigger {
    min-height: 5rem;
    padding-right: 0.8rem;
  }

  .team-compact-photo {
    --staff-photo-size: 3.5rem;
  }

  .team-compact-copy {
    gap: 0.08rem;
  }

  .team-compact-role,
  .team-compact-name {
    font-size: 0.95rem;
  }
}

/* Global element design defaults controlled from admin settings. */
main {
  color: var(--element-text-color, #1f2937);
}

.customizable-element {
  color: var(--elem-text-color, var(--element-text-color, #1f2937));
  background-color: var(--elem-bg-color, var(--element-surface-color, #ffffff));
  border-color: var(--elem-border-color, var(--element-border-color, #e4e4e7));
  border-style: solid;
  border-width: var(--elem-border-width, var(--element-border-width, 1px));
  border-radius: var(--elem-radius, var(--element-radius, 16px));
  box-sizing: border-box;
  max-width: 100%;
}

header.customizable-element {
  border-radius: 0;
}

.customizable-element[style*="--elem-padding"] {
  padding: var(--elem-padding);
}

.customizable-element .text-zinc-900,
.customizable-element .text-zinc-800,
.customizable-element .text-zinc-700,
.customizable-element .text-zinc-600,
.customizable-element .text-zinc-500 {
  color: inherit;
}

.customizable-element .border-zinc-200,
.customizable-element .border-zinc-300 {
  border-color: inherit;
}

.rich-content {
  min-width: 0;
  overflow-wrap: break-word;
}

.rich-content div,
.rich-content p,
.rich-content li,
.rich-content span {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.team-intro-text-block {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .team-intro-text-block {
    width: 547px;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  main > section.mx-auto.max-w-6xl,
  main > section.mx-auto.max-w-5xl {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  main > section.mx-auto.max-w-6xl .grid > *,
  main > section.mx-auto.max-w-5xl .grid > * {
    min-width: 0;
  }

  main .customizable-element.rounded-2xl,
  main .customizable-element.rounded-3xl,
  main .reviews-surface.customizable-element,
  main .staff-section.customizable-element {
    max-width: 100%;
  }
}

.home-cta-image {
  border-radius: max(0px, calc(var(--elem-radius, var(--element-radius, 16px)) - 2px));
}
