:root {
  --green-900: #0c3b2d;
  --green-800: #11503d;
  --green-700: #1d6b52;
  --green-600: #2b8a66;
  --green-100: #e8f7ef;
  --green-050: #f4fbf7;
  --text: #1a1a1a;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--green-050);
  line-height: 1.6;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  background: linear-gradient(120deg, var(--green-900), var(--green-700));
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text small {
  font-size: 0.8rem;
  opacity: 0.9;
}

@media (min-width: 821px) {
  .site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.9rem 0;
  }

  .brand-text {
    flex-direction: row;
    align-items: baseline;
    gap: 0.35rem;
    white-space: nowrap;
  }

  .brand-text strong,
  .brand-text small {
    font-size: 1rem;
    font-weight: 700;
    opacity: 1;
  }

  .top-bar {
    padding: 0;
    flex: 0 0 auto;
  }

  .menu {
    margin-left: auto;
    padding: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    min-height: 42px;
    transform: translateY(7px);
  }

  .menu a {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    min-height: 42px;
  }

  .professionals-badge {
    font-size: 2rem;
    padding: 0.38rem 1rem;
  }

  .slide-image-hands {
    object-position: center 86%;
  }

}

.cta-button {
  text-decoration: none;
  color: var(--green-900);
  background: #bcffdc;
  font-weight: 700;
  padding: 0.65rem 1rem;
  border-radius: 10px;
}

.menu {
  display: flex;
  gap: 1.2rem;
  padding: 0 0 1rem;
  flex-wrap: wrap;
}

.menu-toggle,
.menu-close,
.mobile-menu-head,
.menu-overlay {
  display: none;
}

.menu-toggle-icon {
  display: block;
  transform: translateY(-2px);
}

.mobile-only-link {
  display: none !important;
}

.menu a {
  color: var(--white);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.92rem;
  opacity: 0.95;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.menu a:hover {
  background: rgba(255, 255, 255, 0.16);
  opacity: 1;
  text-decoration: none;
}

.carousel-section {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  position: relative;
  min-height: 430px;
}

.slide {
  display: none;
  position: absolute;
  inset: 0;
}

.slide.active {
  display: block;
}

.slide img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  filter: brightness(0.66);
}

.slide-image-keyboard {
  object-position: center 72%;
}

.slide-image-hands {
  object-position: center 82%;
}

.slide-caption {
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  width: min(920px, 88%);
  color: var(--white);
}

.slide-caption h1,
.slide-caption h2 {
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.slide-caption p {
  max-width: 700px;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(17, 80, 61, 0.7);
  color: var(--white);
  font-size: 1.5rem;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  cursor: pointer;
}

.carousel-control.prev {
  left: 1rem;
}

.carousel-control.next {
  right: 1rem;
}

.carousel-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.55);
}

.carousel-dots button.active {
  background: #bcffdc;
}

.section {
  padding: 4rem 0;
}

.section[id] {
  scroll-margin-top: 118px;
}

.welcome-highlight {
  padding-top: 2.6rem;
  padding-bottom: 1.6rem;
}

.welcome-card {
  background: var(--white);
  border: 1px solid #d0ecd8;
  border-radius: 16px;
  padding: clamp(1.2rem, 2.2vw, 2.1rem);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.welcome-badge {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  font-weight: 800;
  color: #bcffdc;
  background: var(--green-900);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  margin-bottom: 0.95rem;
}

.welcome-card h2 {
  margin-bottom: 0.55rem;
  color: var(--green-900);
  font-size: clamp(1.9rem, 4.2vw, 3.2rem);
  line-height: 1.08;
  max-width: 880px;
}

.welcome-card p {
  color: var(--green-800);
  font-size: 1.08rem;
  margin-bottom: 1.1rem;
  max-width: 760px;
}

.welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.welcome-btn {
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.7rem 1.15rem;
  border: 1px solid transparent;
}

.welcome-btn.primary {
  background: var(--green-700);
  color: var(--white);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.welcome-btn.secondary {
  background: var(--green-050);
  border-color: #b9dec6;
  color: var(--green-700);
}

.intro {
  background: var(--white);
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  gap: 1.4rem;
  align-items: stretch;
}

.intro-text {
  display: flex;
  height: 100%;
}

.section h2 {
  color: var(--green-900);
  margin-bottom: 1.1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.section-subtitle {
  margin: 0.55rem 0 1.2rem;
  color: var(--green-800);
  font-size: 1.05rem;
  max-width: 760px;
}

.gallery-hero {
  padding-bottom: 2rem;
}

.gallery-section {
  padding-top: 1.1rem;
  background: var(--green-050);
}

.gallery-breadcrumb {
  min-height: 26px;
  margin-bottom: 0.8rem;
  color: var(--green-800);
  font-size: 0.95rem;
  font-weight: 600;
}

#galleryExplorer {
  display: grid;
  gap: 1rem;
}

.gallery-folder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.8rem;
}

.gallery-folder {
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--green-800), var(--green-700));
  padding: 1.1rem;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 22px rgba(17, 80, 61, 0.28);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-folder:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17, 80, 61, 0.34);
}

.gallery-folder-title {
  color: var(--white);
  font-weight: 700;
  font-size: 0.94rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.gallery-folder-title .title-soft,
.gallery-event h3 .title-soft {
  font-weight: 200 !important;
}

.gallery-folder-title .title-strong,
.gallery-event h3 .title-strong {
  font-weight: 800 !important;
}

.gallery-folder-head {
  display: grid;
  gap: 0.45rem;
  width: 100%;
  justify-items: center;
}

.gallery-folder-meta {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  margin-top: 0.45rem;
  letter-spacing: 0.01em;
}

.gallery-event {
  background: var(--white);
  border: 1px solid #d0ecd8;
  border-radius: 16px;
  padding: clamp(1rem, 2vw, 1.4rem);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.gallery-event-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.gallery-event-title-wrap {
  min-width: 0;
}

.gallery-event-title-wrap h3 {
  margin-bottom: 0;
}

.gallery-back-button {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green-800), var(--green-700));
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 0.95rem;
  min-height: 0;
  flex: 0 0 auto;
  width: fit-content;
  justify-self: start;
  box-shadow: 0 8px 16px rgba(17, 80, 61, 0.26);
  cursor: pointer;
  margin-bottom: 0;
}

.gallery-back-button:hover {
  box-shadow: 0 10px 18px rgba(17, 80, 61, 0.32);
  transform: translateY(-1px);
}

.gallery-tag {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--white);
  background: var(--green-700);
  border-radius: 999px;
  padding: 0.3rem 0.72rem;
  margin-bottom: 0.9rem;
}

.gallery-event h3 {
  color: var(--green-900);
  margin-bottom: 0.4rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.gallery-event-subtitle {
  color: var(--green-800);
  margin-bottom: 0;
}

.gallery-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 0.75rem;
}

.gallery-media-item {
  border: 1px solid #d9ece1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
}

.gallery-media-item img,
.gallery-media-item video {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
  background: #e9efeb;
}

.gallery-video-thumb {
  position: relative;
  width: 100%;
  height: 190px;
}

.gallery-video-preview {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
  background: #000;
}

.gallery-video-play-btn {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(12, 59, 45, 0.62);
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.gallery-video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(12, 59, 45, 0.72);
}

.gallery-video-thumb.is-playing .gallery-video-play-btn {
  display: none;
}

.gallery-media-item img {
  cursor: zoom-in;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 20, 16, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 90;
  padding: 1rem;
}

.gallery-lightbox.open {
  display: flex;
}

.gallery-video-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 20, 16, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 92;
  padding: 1rem;
}

.gallery-video-lightbox.open {
  display: flex;
}

.gallery-video-lightbox video {
  width: min(92vw, 460px);
  max-height: 86vh;
  border-radius: 12px;
  background: #000;
  display: block;
}

.gallery-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

.lightbox-close,
.lightbox-nav {
  border: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 1.55rem;
  line-height: 1;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 1;
}

.lightbox-nav.prev {
  left: 14px;
}

.lightbox-nav.next {
  right: 14px;
}

.about-box {
  background: var(--white);
  border: 1px solid #d0ecd8;
  border-radius: 14px;
  padding: 1.4rem;
  display: grid;
  gap: 0.95rem;
  flex: 1;
}

.about-box h3 {
  color: var(--green-900);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.3rem;
}

.about-closing {
  color: var(--green-900);
  font-weight: 600;
}

.testimonials-video {
  background: var(--green-050);
}

.testimonials-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0.5rem;
  align-items: center;
}

.testimonials-copy p {
  color: var(--green-800);
  max-width: 560px;
}

.testimonials-copy {
  order: 2;
  margin-left: -0.6rem;
}

.testimonials-copy .section-subtitle {
  margin: 0 0 0.9rem;
  color: var(--green-900);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.45;
  font-weight: 600;
}

.testimonials-copy p:last-child {
  font-size: 1.02rem;
  line-height: 1.75;
  background: var(--white);
  border: 1px solid #d0ecd8;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.video-frame {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  width: min(360px, 100%);
  justify-self: end;
}

.video-frame {
  order: 1;
  justify-self: start;
  margin-left: 9rem;
  position: relative;
}

.video-frame video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.video-frame-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(12, 59, 45, 0.62);
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.video-frame-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(12, 59, 45, 0.72);
}

.video-frame.is-playing .video-frame-play {
  display: none;
}

@media (max-width: 1009px) {
  .testimonials-layout {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }

  .video-frame {
    margin-left: 0;
    justify-self: center;
  }

  .testimonials-copy {
    margin-left: 0;
    justify-self: center;
    max-width: 680px;
  }
}

@media (max-width: 1136px) {
  .site-header .container {
    display: block;
  }

  .top-bar {
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
    background: linear-gradient(160deg, var(--green-900), var(--green-700));
    color: var(--white);
    z-index: 60;
    padding: 1rem 1rem 1.15rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    flex-wrap: nowrap;
    transform: translateY(-105%);
    transition: transform 0.28s ease;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    margin-left: 0;
    min-height: 0;
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.15rem 0.85rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--white);
    font-size: 1.05rem;
  }

  .menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    margin-left: auto;
  }

  .menu a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0.82rem 1rem;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-radius: 0;
  }

  .mobile-only-link {
    display: block !important;
  }

  .menu-overlay {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(8, 21, 17, 0.42);
    z-index: 50;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  body.menu-open .menu {
    transform: translateY(0);
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

.intro-media {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  height: 100%;
}

.media-card {
  background: var(--white);
  border: 1px solid #d0ecd8;
  border-radius: 14px;
  overflow: hidden;
  min-height: 0;
  flex: 1;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid {
  display: grid;
  gap: 1rem;
}

.cards-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cards-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.cards-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.professionals {
  background: var(--white);
}

.professionals-badge {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--green-700);
  background: var(--green-050);
  border: 1px solid #b9dec6;
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  margin-bottom: 0.9rem;
}

.intro h2,
.specialties h2,
.events h2,
.contact h2,
.location h2 {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--green-700);
  background: var(--green-050);
  border: 1px solid #b9dec6;
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  margin-bottom: 0.9rem;
}

.specialties h2,
.events h2,
.location h2 {
  background: var(--green-700);
  color: var(--white);
  border-color: var(--green-700);
}

.professionals-subtitle {
  color: var(--green-800);
  margin-top: 0.55rem;
  margin-bottom: 1.3rem;
  font-size: 1.02rem;
  max-width: 920px;
}

.professionals-carousel {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 0.8rem;
  align-items: center;
}

.professionals-window {
  overflow: hidden;
}

.professionals-track {
  display: flex;
  gap: 0.8rem;
  transition: transform 0.35s ease;
}

.professional-card {
  flex: 0 0 calc((100% - 0.8rem) / 2);
  background: var(--white);
  border: 1px solid #d0ecd8;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.professional-card img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: var(--green-050);
  border-radius: 10px;
  margin-bottom: 0.75rem;
  display: block;
}

.professional-card h3 {
  color: var(--green-900);
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.professional-card p {
  color: var(--green-800);
  font-size: 0.98rem;
}

.professionals-control {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #b9dec6;
  background: var(--white);
  color: var(--green-700);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

.professionals-control:hover {
  background: var(--green-050);
}

.card,
.profile-card,
.event-card {
  background: var(--white);
  border: 1px solid #d0ecd8;
  border-radius: 14px;
  padding: 1.2rem;
}

.card h3 {
  margin-bottom: 0.85rem;
}

.specialties .card {
  background: #f6f8f9;
  border-color: #eef2f5;
  box-shadow: 0 6px 14px rgba(31, 45, 61, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.specialties .card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(31, 45, 61, 0.1);
}

.specialties .card h3 {
  color: #2f3a45;
  margin-bottom: 0.85rem;
}

.specialties .card p {
  color: #5f6b76;
}

.profile-card {
  background: linear-gradient(145deg, #ffffff, #eefaf2);
}

.event-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.event-date {
  background: var(--green-700);
  color: var(--white);
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  font-weight: 700;
  min-width: 64px;
  text-align: center;
}

.contact {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #b9dec6;
  border-radius: 10px;
  padding: 0.75rem;
  font: inherit;
}

.contact-form button {
  border: 0;
  border-radius: 10px;
  padding: 0.8rem;
  background: var(--green-700);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
}

.map-wrapper {
  margin-top: 1rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d0ecd8;
}

.map-wrapper iframe {
  width: 100%;
  min-height: 340px;
  border: 0;
}

.site-footer {
  background: var(--green-900);
  color: #d8f5e5;
  padding: 1.2rem 0;
  text-align: center;
  font-size: 0.92rem;
}

.back-to-top {
  position: fixed;
  bottom: 18px;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid var(--green-700);
  border-radius: 999px;
  background: var(--green-700);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 40;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.back-to-top:hover {
  background: var(--green-800);
}

.reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

@media (max-width: 820px) {
  .video-frame-play {
    display: none !important;
  }

  .gallery-folder-grid {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }

  .gallery-event-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  .gallery-back-button {
    padding: 0.58rem 1rem;
    font-size: 0.84rem;
  }

  .gallery-event h3 {
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .gallery-page {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }

  .gallery-page main {
    flex: 1;
  }

  .top-bar {
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
    background: linear-gradient(160deg, var(--green-900), var(--green-700));
    color: var(--white);
    z-index: 60;
    padding: 1rem 1rem 1.15rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    flex-wrap: nowrap;
    transform: translateY(-105%);
    transition: transform 0.28s ease;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.15rem 0.85rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--white);
    font-size: 1.05rem;
  }

  .menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    margin-left: auto;
  }

  .menu a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0.82rem 1rem;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-radius: 0;
  }

  .mobile-only-link {
    display: block !important;
  }

  .menu-overlay {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(8, 21, 17, 0.42);
    z-index: 50;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  body.menu-open .menu {
    transform: translateY(0);
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .slide img {
    height: 380px;
  }

  .carousel-track {
    min-height: 380px;
  }

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

  .intro-layout {
    grid-template-columns: 1fr;
  }

  .testimonials-layout {
    grid-template-columns: 1fr;
    row-gap: 0.9rem;
  }

  .video-frame {
    width: min(360px, 100%);
    justify-self: center;
    margin-left: 0;
  }

  .testimonials-copy {
    margin-left: 0;
    text-align: center;
    justify-self: center;
  }

  .testimonials-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .welcome-card h2 {
    font-size: clamp(1.6rem, 7vw, 2.25rem);
  }

  .professionals-carousel {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 0.5rem;
  }

  .professional-card {
    flex-basis: 100%;
  }

  .back-to-top {
    bottom: 18px;
    left: 50%;
  }
}

@media (min-width: 821px) and (max-width: 1136px) {
  .menu {
    padding: 1rem 1.25rem 1.15rem;
  }

  .mobile-menu-head {
    width: 100%;
  }

  .menu a {
    padding: 0.95rem 0.2rem;
  }
}

@media (max-width: 388px) {
  .welcome-badge {
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    padding: 0.28rem 0.6rem;
  }
}

@media (min-width: 821px) {
  .professionals-badge,
  .intro h2,
  .specialties h2,
  .events h2,
  .contact h2,
  .location h2 {
    font-size: 1.05rem;
    padding: 0.42rem 0.95rem;
    letter-spacing: 0.04em;
  }
}
