.zanda-container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.zanda-section {
  padding-block: 6rem;
}

.zanda-section--background {
  background: hsl(var(--background));
}

.zanda-section--secondary {
  background: hsl(var(--secondary));
}

.zanda-section-header {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 4rem;
  max-width: 48rem;
}

.zanda-eyebrow {
  color: hsl(var(--primary));
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.zanda-section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

.page-content .zanda-section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.zanda-section-intro,
.zanda-copy {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
}

.zanda-section-intro {
  max-width: 42rem;
  margin-inline: auto;
}

.zanda-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.zanda-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: hsl(var(--sage-light));
  color: hsl(var(--primary));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.zanda-icon-box .zanda-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.zanda-icon-box--small {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
}

.zanda-icon-box--small .zanda-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.zanda-icon.w-5 {
  width: 1.25rem;
}

.zanda-icon.h-5 {
  height: 1.25rem;
}

.zanda-icon.w-7 {
  width: 1.75rem;
}

.zanda-icon.h-7 {
  height: 1.75rem;
}

details[open].bg-card {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

details summary::-webkit-details-marker {
  display: none;
}

[data-zanda-tabs] button {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  padding-inline: 0;
  color: hsl(var(--foreground));
  line-height: 1.5;
  margin-bottom: -1px;
}

[data-zanda-tabs] button.is-active {
  border-bottom-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.zanda-button-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.zanda-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  border: 0;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

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

.zanda-button--primary {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.zanda-button--primary:hover {
  background: hsl(var(--sage-dark));
  color: hsl(var(--primary-foreground));
}

.zanda-button--outline {
  border: 2px solid hsl(var(--primary));
  color: hsl(var(--primary));
  background: transparent;
}

.zanda-button--outline:hover {
  background: hsl(var(--accent));
}

.zanda-button--full {
  width: 100%;
}

.zanda-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: hsl(var(--background));
}

.zanda-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.zanda-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zanda-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, hsl(var(--background) / 0.6), hsl(var(--background) / 0.4), hsl(var(--background) / 0.2));
}

.zanda-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
}

.zanda-hero__content {
  max-width: 42rem;
}

.zanda-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.1;
  color: hsl(var(--foreground));
  margin-bottom: 1.5rem;
}

.page-content .zanda-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1;
  margin: 0 0 1.5rem;
}

.zanda-hero__title span {
  color: hsl(var(--primary));
}

.zanda-hero__text {
  font-size: 1.125rem;
  line-height: 1.75;
  color: hsl(var(--muted-foreground));
  margin-bottom: 2rem;
}

.zanda-hero__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6rem;
  background: linear-gradient(90deg, hsl(var(--background) / 0.9), hsl(var(--background) / 0.7), hsl(var(--background) / 0.4));
}

.zanda-fade {
  opacity: 0;
  animation: zanda-fade-in 0.6s ease-out forwards;
}

.zanda-delay-1 { animation-delay: 0.2s; }
.zanda-delay-2 { animation-delay: 0.4s; }
.zanda-delay-3 { animation-delay: 0.6s; }
.zanda-delay-4 { animation-delay: 0.8s; }

@keyframes zanda-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.zanda-about {
  display: grid;
  gap: 4rem;
  align-items: start;
}

.zanda-about__media {
  position: relative;
}

.zanda-about__image-wrap {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  z-index: 1;
}

.zanda-about__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.zanda-about__shape {
  position: absolute;
  border-radius: 1rem;
  z-index: 0;
}

.zanda-about__shape--filled {
  right: -1.5rem;
  bottom: -1.5rem;
  width: 8rem;
  height: 8rem;
  background: hsl(var(--sage-light));
}

.zanda-about__shape--outline {
  left: -1.5rem;
  top: -1.5rem;
  width: 6rem;
  height: 6rem;
  border: 2px solid hsl(var(--primary));
}

.zanda-about__content .zanda-copy {
  margin-bottom: 1.5rem;
}

.zanda-tabs {
  margin-top: 2.5rem;
}

.zanda-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid hsl(var(--border));
}

.zanda-tabs__button {
  position: relative;
  padding: 0 0 0.5rem;
  border: 0;
  background: transparent;
  color: hsl(var(--muted-foreground));
  font-weight: 600;
  cursor: pointer;
  transition: color 0.25s ease;
}

.zanda-tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: hsl(var(--primary));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.zanda-tabs__button:hover,
.zanda-tabs__button.is-active {
  color: hsl(var(--primary));
}

.zanda-tabs__button.is-active::after {
  opacity: 1;
}

.zanda-tabs__panel {
  display: none;
}

.zanda-tabs__panel.is-active {
  display: block;
}

.zanda-tabs .zanda-list {
  margin-top: 0;
}

.zanda-list {
  margin-top: 2.5rem;
  display: grid;
  gap: 0.75rem;
}

.zanda-list__item,
.zanda-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: hsl(var(--muted-foreground));
}

.zanda-dot {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: hsl(var(--primary));
  flex: 0 0 auto;
  margin-top: 0.55rem;
}

.zanda-card-grid {
  display: grid;
  gap: 2rem;
}

.zanda-card {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  padding: 2rem;
  transition: box-shadow 0.25s ease;
}

.zanda-card:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.zanda-card__title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.2;
  color: hsl(var(--foreground));
  margin: 1.5rem 0 1rem;
}

.page-content .zanda-card__title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  line-height: 1.2;
  margin: 1.5rem 0 1rem;
}

.zanda-card__title:first-child {
  margin-top: 0;
}

.page-content .zanda-card__title:first-child {
  margin-top: 0;
}

.zanda-card__title--icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.zanda-card__copy {
  margin-bottom: 1.5rem;
}

.zanda-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.zanda-faq-list {
  max-width: 48rem;
  margin-inline: auto;
  display: grid;
  gap: 1rem;
}

.zanda-faq {
  background: hsl(var(--background));
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  padding-inline: 1.5rem;
}

.zanda-faq[open] {
  box-shadow: 0 0.75rem 1.5rem hsl(var(--border));
}

.zanda-faq__summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 1.25rem;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  list-style: none;
}

.zanda-faq__summary::-webkit-details-marker {
  display: none;
}

.zanda-faq__answer {
  padding: 0 0 1.25rem 3.5rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
}

.zanda-contact {
  display: grid;
  gap: 3rem;
}

.zanda-contact__side {
  display: grid;
  gap: 2rem;
  align-content: start;
}

.zanda-contact-list {
  display: grid;
  gap: 1.25rem;
}

.zanda-contact-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.zanda-contact-list__item small {
  display: block;
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
  margin-bottom: 0.15rem;
}

.zanda-contact-list__item a {
  color: hsl(var(--foreground));
}

.zanda-contact-list__item a:hover {
  color: hsl(var(--primary));
}

.zanda-hours {
  display: grid;
  gap: 0.75rem;
}

.zanda-hours__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: hsl(var(--muted-foreground));
}

.zanda-hours__row strong {
  font-weight: 600;
  color: hsl(var(--foreground));
}

.zanda-contact-form {
  display: grid;
  gap: 1.25rem;
}

.zanda-contact-form input,
.zanda-contact-form textarea {
  width: 100%;
  border: 1px solid hsl(var(--input));
  border-radius: 0.75rem;
  background: hsl(var(--background));
  padding: 0.9rem 1rem;
  color: hsl(var(--foreground));
  resize: vertical;
}

.zanda-contact-form input:focus,
.zanda-contact-form textarea:focus {
  outline: 2px solid hsl(var(--ring) / 0.35);
  border-color: hsl(var(--primary));
}

.zanda-contact-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.zanda-contact-form__message {
  min-height: 1.25rem;
  font-size: 0.95rem;
}

.zanda-contact-form__message.is-success {
  color: hsl(var(--primary));
}

.zanda-contact-form__message.is-error {
  color: #b42318;
}

.zanda-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.zanda-contact-map {
  height: 12rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--accent));
}

.zanda-map-error {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  color: hsl(var(--muted-foreground));
}

.has-map-modal {
  overflow: hidden;
}

.zanda-map-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.zanda-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.45);
  backdrop-filter: blur(2px);
}

.zanda-map-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  border-radius: 1rem;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  padding: 2rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.zanda-map-modal__panel h3 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.zanda-map-modal__address {
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.zanda-map-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.zanda-map-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: hsl(var(--accent));
  color: hsl(var(--foreground));
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.zanda-legal {
  max-width: 48rem;
  margin-inline: auto;
}

.zanda-legal__subheadline {
  margin-bottom: 3rem;
}

.zanda-legal__details {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 4rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.7;
}

.zanda-legal__company {
  font-weight: 600;
  color: hsl(var(--foreground));
}

.zanda-legal a,
.zanda-prose a {
  color: hsl(var(--primary));
  text-decoration: underline;
}

.zanda-prose {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
}

.zanda-prose > * + * {
  margin-top: 1rem;
}

.zanda-video-carousel {
  overflow: hidden;
}

.zanda-video-carousel__header {
  transition: opacity 0.2s ease;
}

.zanda-video-carousel__stage {
  position: relative;
  min-height: clamp(14rem, 34vw, 26rem);
  margin-inline: auto;
  max-width: 62rem;
}

.zanda-video-carousel__item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0) scale(0.78);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 0;
}

.zanda-video-carousel__item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  z-index: 3;
}

.zanda-video-carousel__item.is-next {
  opacity: 0.45;
  transform: translateX(36%) scale(0.78);
  z-index: 1;
}

.zanda-video-carousel__item.is-previous {
  opacity: 0.45;
  transform: translateX(-36%) scale(0.78);
  z-index: 1;
}

.zanda-video-carousel__frame {
  width: min(100%, 42rem);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 1rem;
  background: hsl(var(--muted));
  box-shadow: 0 24px 60px rgb(0 0 0 / 0.18);
}

.zanda-video-carousel__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.zanda-video-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.zanda-video-carousel__arrow,
.zanda-video-carousel__dot {
  border: 0;
  background: transparent;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
}

.zanda-video-carousel__arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1rem;
}

.zanda-video-carousel__arrow:hover {
  background: hsl(var(--accent));
  color: hsl(var(--primary));
}

.zanda-video-carousel__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.zanda-video-carousel__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border-radius: 999px;
  background: hsl(var(--border));
}

.zanda-video-carousel__dot.is-active {
  width: 0.7rem;
  height: 0.7rem;
  background: hsl(var(--primary));
}

@media (min-width: 640px) {
  .zanda-button-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .zanda-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zanda-card {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .zanda-container {
    padding-inline: 2rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  .zanda-fade {
    opacity: 1;
    animation: none;
  }

  .zanda-button:hover {
    transform: none;
  }

  .zanda-video-carousel__item {
    transition: none;
  }
}
