.hero-actions li {
  margin: 0;
}
.hero-actions .btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border: 0;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.2;
}
.hero-actions .btn-dark,
.hero-actions .btn-dark:hover,
.hero-actions .btn-dark:focus-visible {
  background: #000000;
  color: #ffffff;
}
.hero-actions .btn-green,
.hero-actions .btn-green:hover,
.hero-actions .btn-green:focus-visible {
  background: #bfe888;
  color: #000000;
}
.hero-actions .play-dot {
  flex: 0 0 auto;
}
.news-listing-section {
  padding: 22px 0 56px;
}
.listing-news-card {
  height: 100%;
}
.listing-news-media {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}
.listing-news-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}
.listing-news-card:hover img {
  transform: scale(1.03);
}
.listing-news-card h2,
.listing-news-card h3 {
  max-width: 415px;
  margin: 22px 0 16px;
  color: #000000;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 400;
  line-height: 1.65;
}
.read-more {
  color: #000000;
  font-size: clamp(16px, 1.4vw, 23px);
  font-weight: 600;
  line-height: 1.45;
}
.read-more::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-left: 9px;
  background: url("../img/ic-arrow.svg") center / contain no-repeat;
}
.listing-pagination {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.listing-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 10px;
  list-style: none;
}
.listing-pagination a,
.listing-pagination span {
  display: inline-flex;
  min-width: 31px;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 7px 10px;
  color: #000000;
  font-size: 12px;
  line-height: 1;
}
.listing-pagination a.active,
.listing-pagination a:hover {
  background: #000000;
  color: #ffffff;
}
.listing-partners {
  padding-top: 18px;
}
.courses-list-section {
  padding: 20px 0 80px;
}
.courses-list {
  display: grid;
  gap: 31px;
}
.course-card {
  display: grid;
  grid-template-columns: 311px minmax(0, 1fr) auto;
  gap: 58px;
  align-items: start;
  min-height: auto;
  border-radius: 44px;
  background: #fff4eb;
  padding: 58px 70px;
}
.course-media {
  width: 100%;
  max-width: 311px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
}
.course-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.course-card:nth-child(2) .course-media img {
  object-position: 0 50%;
  transform: scale(1.25);
  transform-origin: left center;
}
.course-copy {
  max-width: 881px;
}
.course-copy h2 {
  max-width: 586px;
  margin: 0 0 20px;
  color: #000000;
  font-size: clamp(26px, 3.7vw, 28px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.04em;
}
.course-copy p,
.course-type {
  color: #000000;
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 400;
  line-height: 1.65;
}
.course-copy p {
  margin: 0 0 14px;
}
.course-duration {
  margin-bottom: 22px;
}
.course-copy .btn {
  min-width: 200px;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 34px;
  font-size: 21px;
  font-weight: 500;
}
.course-type {
  min-width: 130px;
  white-space: nowrap;
}
.territories-list-section {
  padding: 20px 0 80px;
}
.territories-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.territories-card {
  min-height: 318px;
  display: flex;
  align-items: flex-end;
  border-radius: 36px;
  padding: 42px;
  background: #e9f7ff;
}
.territories-copy {
  max-width: 560px;
}
.territories-copy span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  margin-bottom: 34px;
  border-radius: 999px;
  background: #ffffff;
  padding: 8px 18px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.territories-copy h2 {
  margin: 0 0 18px;
  color: #000000;
  font-size: clamp(28px, 2.9vw, 38px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.territories-copy p {
  margin: 0;
  color: #000000;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
}
.article-cover {
  margin: 0 0 58px;
}
.article-cover img {
  width: 100%;
  max-height: 740px;
  border-radius: 32px;
  object-fit: cover;
  object-position: center;
}
.article-body {
  margin: 0 auto;
  padding-bottom: 84px;
}
.article-body p,
.article-body blockquote {
  color: #000000;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.72;
}
.article-body p {
  margin: 0 0 30px;
}
.article-body blockquote {
  margin: 48px 0;
  border-left: 5px solid #baef78;
  padding: 8px 0 8px 30px;
  font-weight: 500;
}
.related-news-section {
  padding: 0 0 74px;
}
.related-news-section h2 {
  margin: 0 0 38px;
  color: #000000;
  font-size: clamp(26px, 3.7vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (max-width: 1199.98px) {
  .course-card {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
    min-height: auto;
    padding: 38px;
  }
  .course-type {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .course-copy {
    grid-column: 2;
  }
}
@media (max-width: 991.98px) {
  .listing-news-card h2,
  .listing-news-card h3 {
    max-width: 100%;
  }
  .territories-list {
    grid-template-columns: 1fr;
  }
  .territories-card {
    min-height: 280px;
    border-radius: 30px;
    padding: 32px;
  }
  .course-card {
    grid-template-columns: 190px minmax(0, 1fr);
    border-radius: 30px;
    padding: 28px;
  }
  .course-copy h2 {
    font-size: 28px;
  }
  .course-copy .btn {
    min-height: 52px;
    font-size: 17px;
  }
  .article-cover img {
    border-radius: 24px;
  }
}
@media (max-width: 767.98px) {
  .hero-actions {
    margin-bottom: 18px;
  }
  .news-listing-section {
    padding-top: 8px;
  }
  .listing-news-card img {
    aspect-ratio: 1.05 / 1;
  }
  .listing-news-card h2,
  .listing-news-card h3 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.45;
  }
  .read-more {
    font-size: 16px;
  }
  .listing-pagination {
    margin-top: 34px;
  }
  .listing-pagination ul {
    flex-wrap: wrap;
    gap: 7px;
  }
  .courses-list-section {
    padding-top: 10px;
    padding-bottom: 48px;
  }
  .territories-list-section {
    padding-top: 10px;
    padding-bottom: 48px;
  }
  .course-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    border-radius: 24px;
    padding: 24px;
    text-align: left;
  }
  .course-media {
    max-width: 100%;
    border-radius: 20px;
  }
  .course-copy h2 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.18;
  }
  .course-copy p,
  .course-type {
    font-size: 16px;
    line-height: 1.55;
  }
  .course-type {
    order: -1;
    align-self: flex-end;
    margin: 0;
  }
  .course-copy .btn {
    width: 100%;
    min-width: 0;
  }
  .article-cover {
    margin-bottom: 38px;
  }
  .article-body {
    padding-bottom: 58px;
  }
  .article-body p,
  .article-body blockquote {
    font-size: 17px;
    line-height: 1.65;
  }
  .article-body blockquote {
    margin: 34px 0;
    padding-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .course-card {
    padding: 20px;
  }
  .territories-card {
    min-height: 0;
    border-radius: 24px;
    padding: 24px;
  }
  .territories-copy span {
    margin-bottom: 28px;
  }
}
.about-section {
  padding-top: 126px;
}
.about-section h2,
.section-title h2 {
  color: #000000;
  font-size: clamp(26px, 3.7vw, 28px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.about-section h2 {
  max-width: 868px;
  margin-bottom: 30px;
}
.about-section p {
  max-width: 760px;
  margin-bottom: 42px;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.52;
}
.about-img {
  width: 513px;
  margin-left: auto;
}
.metrics {
  max-width: 790px;
  margin: 0;
}
.metric-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
  object-fit: contain;
}
.metrics dt {
  position: relative;
  margin-bottom: 4px;
  color: #000000;
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 500;
  line-height: 1;
}
.metrics dd {
  margin: 0;
  color: #000000;
  font-size: 13px;
  line-height: 1.35;
}
.feature-cards {
  padding: 20px 0 72px;
}
.welcome-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.9fr;
  gap: 42px;
  align-items: center;
  max-width: 1138px;
  margin-inline: auto;
  padding: 36px 46px;
  border-radius: 30px;
  background: var(--color-panel);
}
.welcome-copy h3,
.welcome-note h3 {
  max-width: 280px;
  margin-bottom: 14px;
  color: #000000;
  font-size: clamp(24px, 2.2vw, 24px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.welcome-copy p,
.welcome-note p {
  margin-bottom: 26px;
  color: #000000;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.48;
}
.welcome-image img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  border-radius: 22px;
  object-fit: cover;
  object-position: center 22%;
}
.welcome-note {
  min-height: 286px;
  padding: 20px 28px;
  border-radius: 28px;
  background: #ffffff;
}
.mini-icon {
  display: block;
  width: 23px;
  height: 23px;
  margin-bottom: 10px;
  object-fit: contain;
}
.info-card,
.culture-panel,
.voice-panel,
.app-panel {
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.info-card {
  min-height: 374px;
  padding: 38px 36px;
  border-radius: 18px;
}
.info-card h3 {
  max-width: 280px;
  margin-bottom: 18px;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.04em;
}
.info-card p {
  margin-bottom: 26px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.45;
}
.card-dark {
  background: #000000;
  color: #ffffff;
}
.card-soft {
  background: #fff4ed;
  color: #000000;
}
.image-card {
  display: grid;
  place-items: center;
  padding: 0;
  background: var(--color-sky);
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}
.icon-badge {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: currentColor;
  font-size: 20px;
}
.card-soft .icon-badge {
  background: #ffffff;
  color: var(--color-yellow);
}
.small-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.culture-section {
  padding: 20px 0 84px;
}
.culture-section .col-lg-10 {
  width: 100%;
  max-width: 1138px;
  flex: 0 0 100%;
}
.culture-panel {
  max-width: 1138px;
  margin-inline: auto;
  background: #e9f7ff;
  padding: 32px 52px;
  border-radius: 30px;
}
.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
}
.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.play-button.small {
  width: 49px;
  height: 34px;
}
.play-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.culture-panel h2,
.voice-panel h2,
.app-panel h2 {
  margin-bottom: 18px;
  color: #000000;
  font-size: clamp(26px, 3.7vw, 28px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.04em;
}
.culture-panel p,
.voice-panel p,
.app-panel p {
  margin-bottom: 30px;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.5;
}
.section-title {
  max-width: 1106px;
  margin: 0 auto 58px;
}
.section-title h2 {
  max-width: 760px;
  margin: 16px auto 16px;
}
.eyebrow {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border-radius: 999px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.eyebrow.yellow {
  background: var(--color-yellow);
}
.eyebrow.blue {
  background: var(--color-sky-soft);
}
.eyebrow.purple {
  background: var(--color-lilac);
}
.step-card {
  height: 100%;
  min-height: 330px;
  padding: 36px 32px 34px;
  border-radius: 18px;
  text-align: center;
}
.step-card img {
  width: 144px;
  height: 151px;
  margin: 0 auto 22px;
  object-fit: contain;
}
.step-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.step-card p {
  margin: 0 auto;
  max-width: 260px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.peach {
  background: var(--color-peach);
}
.lilac {
  background: #f2eaff;
}
.mint {
  background: var(--color-mint);
}
.partner-list {
  display: block;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}
.partner-list:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}
.partner-item {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}
.partner-list img {
  display: block;
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-panel {
  max-width: 1138px;
  margin-inline: auto;
  background: #eff8fd;
  padding: 32px 48px;
  border-radius: 30px;
}
.voice-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.voice-photos figure {
  position: relative;
  margin: 0;
}
.voice-photos img {
  width: 100%;
  aspect-ratio: 0.86 / 1;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
}
.app-panel {
  background: #ffeaea;
  padding: 32px 34px 0;
  border-radius: 30px;
}
.app-panel img {
  width: 100%;
  max-width: 586px;
  margin: 0 auto;
}
.news-card img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
}
.news-card h3 {
  margin: 18px 0 12px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.32;
}
.news-card a {
  font-size: 14px;
  font-weight: 600;
}
.reveal-on-scroll {
  opacity: 1;
  transform: none;
}
.reveal-on-scroll.is-visible {
  animation: revealUp 700ms ease both;
}
@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.news-card a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 7px;
  background: url("../img/ic-arrow.svg") center / contain no-repeat;
}
.site-footer {
  padding: 48px 0 54px;
}
.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  border-top: 0.5px solid #D1D1D1;
  padding-top: 34px;
}
.footer-logo img {
  width: 208px;
}
.footer-menu,
.social-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu a {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
.social-menu {
  gap: 10px;
}
.social-menu a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.social-menu a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.video-modal .modal-dialog {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.video-modal .modal-content {
  position: relative;
  padding: 58px 36px 36px;
  border: 0;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}
.video-modal-close {
  position: absolute;
  top: 17px;
  right: 22px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
.video-modal-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 360px);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  background: #75bfd6;
}
.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-marsupio .site-header {
  padding-top: 28px;
}
.origin-section {
  padding: 22px 0 70px;
}
.origin-panel {
  display: grid;
  grid-template-columns: minmax(0, 452px) minmax(0, 1fr);
  gap: 92px;
  align-items: center;
  margin-inline: auto;
  padding: 58px 72px 54px;
  border-radius: 44px;
  background: #fff4eb;
}
.origin-photo img {
  width: 100%;
  max-width: 452px;
  margin-inline: auto;
}
.origin-copy h2,
.inner-about h2,
.culture-impact-copy h2 {
  margin-bottom: 22px;
  color: #000000;
  font-size: clamp(26px, 3.7vw, 28px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.04em;
}
.origin-copy h2 {
  max-width: 432px;
}
.origin-copy p,
.inner-about p,
.culture-impact-copy p {
  margin: 0;
  color: #000000;
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 400;
  line-height: 1.65;
}
.origin-copy p {
  max-width: 693px;
}
.inner-method {
  padding-top: 0;
  padding-bottom: 74px;
}
.inner-method .section-title {
  margin-bottom: 42px;
}
.inner-method .section-title h2 {
  max-width: 729px;
}
.inner-method .partner-list {
  max-width: 1240px;
  margin: 34px auto 64px;
}
.inner-steps .step-card {
  min-height: 453px;
  padding: 46px 34px 40px;
  border-radius: 24px;
}
.inner-steps .step-card img {
  width: 190px;
  height: 165px;
  margin-bottom: 30px;
}
.inner-steps .step-card h3 {
  font-size: clamp(24px, 2.1vw, 33px);
  line-height: 1.18;
}
.inner-steps .step-card p {
  max-width: 352px;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.65;
}
.inner-about {
  padding-top: 20px;
  padding-bottom: 72px;
}
.inner-badge {
  width: 141px;
  height: 141px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.inner-about-copy {
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  gap: 34px;
}
.inner-about h2 {
  max-width: 868px;
  margin-bottom: 24px;
  font-size: clamp(26px, 3.7vw, 28px);
  line-height: 1.29;
}
.inner-about p {
  max-width: 760px;
}
.inner-metrics {
  max-width: 970px;
  margin: 72px 0 0;
}
.inner-metrics > div {
  border-left: 1px solid #dcdcdc;
  padding-left: 28px;
}
.inner-metrics .metric-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
}
.inner-metrics dt {
  color: #000000;
  font-size: clamp(24px, 2.4vw, 35px);
  font-weight: 400;
  line-height: 1.35;
}
.inner-metrics dd {
  margin: 0;
  color: #000000;
  font-size: clamp(15px, 1.45vw, 21px);
  font-weight: 300;
  line-height: 1.35;
}
.inner-video-card {
  position: relative;
  overflow: hidden;
  max-width: 390px;
  margin-left: auto;
  border-radius: 28px;
  background: #75bfd6;
}
.inner-video-card img {
  width: 100%;
  aspect-ratio: 0.88 / 1;
  object-fit: cover;
  object-position: center top;
}
.culture-impact-section {
  padding: 12px 0 84px;
}
.culture-impact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 328px;
  gap: 72px;
  align-items: center;
  max-width: 1382px;
  margin-inline: auto;
  padding: 52px 76px;
  border-radius: 44px;
  background: #e8f4e5;
}
.culture-impact-copy h2 {
  max-width: 432px;
  margin-bottom: 22px;
}
.culture-impact-copy p {
  max-width: 881px;
}
.culture-logo-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.culture-logo-list li {
  display: grid;
  min-height: 157px;
  place-items: center;
  padding: 32px 42px;
  border-radius: 34px;
  background: #ffffff;
}
.culture-logo-list li:first-child {
  min-height: 136px;
}
.culture-logo-list img {
  max-width: 218px;
  max-height: 96px;
  object-fit: contain;
}
.gallery-section {
  padding-top: 0;
}
.gallery-track {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1fr;
  width: 100%;
}
.gallery-track.owl-loaded {
  display: block;
}
.gallery-track figure {
  min-width: 0;
  margin: 0;
}
.gallery-track .owl-stage {
  display: flex;
  align-items: stretch;
}
.gallery-track .owl-item {
  display: flex;
}
.gallery-track .owl-item figure {
  width: 100%;
}
.gallery-track img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  object-position: center;
}
.gallery-track figure:first-child img {
  object-position: center top;
}
.gallery-cta {
  padding: 28px 0 48px;
}
.gallery-cta p {
  margin-bottom: 22px;
  color: #000000;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.65;
}
.gallery-cta .btn {
  min-width: 168px;
}
.foundation-founder {
  padding: 22px 0 70px;
}
.foundation-founder-panel {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  margin-inline: auto;
  padding: 48px 52px;
  border-radius: 30px;
  background: var(--color-panel);
}
.foundation-founder-photo {
  overflow: hidden;
  border-radius: 22px;
}
.foundation-founder-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.foundation-founder h2 {
  margin-bottom: 18px;
  color: #000000;
  font-size: clamp(26px, 3.7vw, 28px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.04em;
}
.foundation-founder p {
  margin: 0;
  color: #000000;
  font-size: clamp(15px, 1.22vw, 19px);
  line-height: 1.62;
}
.foundation-principles {
  padding-top: 0;
  padding-bottom: 80px;
}
.foundation-principles .section-title {
  max-width: 1106px;
  margin-bottom: 48px;
}
.foundation-principles .section-title h2 {
  max-width: 760px;
  margin-top: 0;
}
.principle-card {
  display: flex;
  min-height: 320px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 38px;
  border-radius: 24px;
  background: #f4f4f4;
  text-align: center;
}
.principle-card h3 {
  margin-bottom: 28px;
  color: #000000;
  font-size: clamp(23px, 2vw, 33px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.03em;
}
.principle-card p {
  margin: 0 auto;
  color: #000000;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.55;
}
.foundation-work {
  padding-top: 10px;
  padding-bottom: 70px;
}
.foundation-work h2 {
  max-width: 868px;
}
.foundation-work p {
  max-width: 911px;
  margin-bottom: 0;
}
.foundation-work-photo {
  width: 100%;
  max-width: 379px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  border-radius: 28px;
  object-fit: cover;
  object-position: center top;
}
.foundation-gallery .gallery-track img {
  height: 405px;
}
.foundation-gallery .gallery-cta .btn {
  min-width: 266px;
}
.agenda-calendar-section {
  padding: 16px 0 44px;
}
.agenda-calendar {
  max-width: 1442px;
  margin-inline: auto;
  padding: 44px 44px 38px;
  border-radius: 28px;
  background: #ffffff;
}
.agenda-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  padding: 10px 12px;
  border-radius: 18px;
  background: #fafafa;
}
.agenda-picker {
  position: relative;
  z-index: 4;
}
.agenda-select,
.agenda-year button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #000000;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.agenda-select {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 16px 8px 18px;
}
.agenda-select:hover,
.agenda-select:focus-visible,
.agenda-year button:not(.agenda-select):hover,
.agenda-year button:not(.agenda-select):focus-visible {
  background: #ffffff;
  outline: 0;
}
.agenda-select:focus-visible,
.agenda-year button:not(.agenda-select):focus-visible,
.agenda-form input:focus,
.agenda-form select:focus {
  box-shadow: 0 0 0 3px rgba(139, 94, 255, 0.18);
}
.agenda-select-icon {
  width: 8px;
  height: 8px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.agenda-picker.is-open .agenda-select-icon {
  transform: translateY(2px) rotate(225deg);
}
.agenda-picker-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 10;
  display: none;
  min-width: 190px;
  max-height: 270px;
  margin: 0;
  padding: 8px;
  overflow: auto;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  list-style: none;
}
.agenda-year .agenda-picker-menu {
  right: 0;
  left: auto;
  min-width: 130px;
}
.agenda-picker.is-open .agenda-picker-menu {
  display: grid;
  gap: 2px;
}
.agenda-picker-menu button {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #000000;
  padding: 8px 12px;
  font-size: 16px;
  text-align: left;
}
.agenda-picker-menu button:hover {
  background: rgba(176, 176, 176, 0.12);
}
.agenda-year {
  display: flex;
  align-items: center;
  gap: 8px;
}
.agenda-year button:not(.agenda-select) {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.agenda-nav-arrow span {
  width: 12px;
  height: 12px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateX(2px) rotate(45deg);
}
.agenda-nav-arrow.next span {
  transform: translateX(-2px) rotate(225deg);
}
.agenda-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.agenda-day {
  display: grid;
  grid-template-columns: 194px minmax(0, 1fr);
  gap: 16px;
  padding: 17px;
  border-radius: 28px;
  background: rgba(176, 176, 176, 0.1);
}
.agenda-day.agenda-soft {
  background: rgba(172, 207, 255, 0.1);
}
.agenda-date {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.agenda-date strong {
  width: 66px;
  font-family: "Courier New", monospace;
  font-size: clamp(25px, 2.25vw, 33px);
  font-weight: 400;
  text-align: center;
}
.agenda-date span {
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 500;
}
.agenda-event {
  border-radius: 17px;
}
.agenda-event header {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 34px;
  gap: 22px;
  align-items: center;
}
.agenda-event header {
  margin-bottom: 18px;
}
.agenda-event.compact {
  min-height: 75px;
  padding: 22px;
}
.agenda-event.compact header {
  margin-bottom: 0;
}
.agenda-event h2 {
  margin: 0;
  color: #000000;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 400;
  line-height: 1.25;
}
.agenda-event button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 18px;
}
.agenda-event dl {
  display: grid;
  gap: 18px;
  margin: 0;
}
.agenda-event.compact dl {
  display: none;
}
.agenda-event dl div {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 22px;
}
.agenda-event dt,
.agenda-event dd,
.event-kind {
  color: #000000;
  font-size: clamp(17px, 1.6vw, 25px);
  font-weight: 400;
  line-height: 1.26;
}
.event-kind {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.event-kind i {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: currentColor;
}
.event-meeting {
  background: rgba(153, 118, 255, 0.2);
}
.event-meeting .event-kind i {
  color: #9976ff;
}
.event-talk {
  background: rgba(247, 192, 109, 0.2);
}
.event-talk .event-kind i {
  color: #f7c06d;
}
.agenda-open .agenda-event {
  padding: 24px 22px;
}
.agenda-event.is-open {
  padding: 24px 22px;
}
.agenda-stack {
  display: grid;
  gap: 17px;
}
.agenda-empty {
  padding: 36px;
  border-radius: 28px;
  background: rgba(176, 176, 176, 0.1);
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.agenda-newsletter-section {
  padding: 0 0 80px;
}
.agenda-newsletter {
  display: grid;
  grid-template-columns: 0.82fr 1.4fr;
  gap: 78px;
  align-items: center;
  max-width: 1400px;
  margin-inline: auto;
  padding: 74px 68px;
  border-radius: 30px;
  background: var(--color-panel);
}
.agenda-newsletter h2 {
  max-width: 383px;
  margin-bottom: 18px;
  color: #000000;
  font-size: clamp(26px, 3.7vw, 28px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.04em;
}
.agenda-newsletter p {
  max-width: 445px;
  margin: 0;
  color: #000000;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.65;
}
.agenda-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
}
.agenda-form label {
  display: grid;
  gap: 12px;
  color: #000000;
  font-size: clamp(17px, 1.45vw, 24px);
}
.agenda-form input,
.agenda-form select {
  width: 100%;
  height: 74px;
  border: 0;
  border-radius: 17px;
  background: #ffffff;
  color: #000000;
  padding: 0 26px;
  font-size: 20px;
  outline: 0;
}
.agenda-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(#f3f3f3, #f3f3f3);
  background-position: calc(100% - 34px) 50%, calc(100% - 27px) 50%, calc(100% - 58px) 50%;
  background-repeat: no-repeat;
  background-size: 7px 7px, 7px 7px, 1px 30px;
  padding-right: 72px;
  cursor: pointer;
}
.agenda-form .btn {
  width: 200px;
  align-self: end;
}
.agenda-partners {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .about-section {
    padding-top: 96px;
  }
  .info-card {
    padding: 30px;
  }
  .origin-panel {
    gap: 56px;
    padding: 46px;
  }
  .culture-impact-panel {
    gap: 44px;
    padding: 46px;
  }
  .inner-steps .step-card {
    min-height: 410px;
  }
  .agenda-calendar {
    padding: 34px;
  }
  .agenda-day {
    grid-template-columns: 150px minmax(0, 1fr);
  }
  .agenda-event header {
    grid-template-columns: 190px minmax(0, 1fr) 34px;
  }
  .agenda-event dl div {
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .agenda-newsletter {
    gap: 44px;
    padding: 52px;
  }
}
@media (max-width: 991.98px) {
  .about-section {
    padding-top: 78px;
  }
  .about-section h2,
  .about-section p {
    max-width: 100%;
    text-align: center;
  }
  .about-img {
    margin: 0 auto;
  }
  .metrics {
    max-width: 100%;
    text-align: left;
  }
  .feature-cards {
    padding-bottom: 56px;
  }
  .welcome-panel {
    grid-template-columns: 1fr;
    max-width: 680px;
    gap: 24px;
    padding: 28px;
    text-align: center;
  }
  .welcome-copy h3,
  .welcome-note h3,
  .welcome-copy p,
  .welcome-note p {
    max-width: none;
  }
  .welcome-image img {
    max-width: 340px;
    margin-inline: auto;
  }
  .welcome-note {
    min-height: auto;
    padding: 28px;
  }
  .mini-icon {
    margin-bottom: 24px;
  }
  .culture-panel,
  .voice-panel,
  .app-panel {
    text-align: center;
  }
  .voice-photos {
    max-width: 560px;
    margin-inline: auto;
  }
  .culture-panel .btn,
  .voice-panel .btn,
  .app-panel .btn {
    margin-inline: auto;
  }
  .app-panel {
    padding-bottom: 28px;
  }
  .news-card {
    max-width: 520px;
    margin-inline: auto;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer-menu,
  .social-menu {
    justify-content: center;
  }
  .origin-panel,
  .culture-impact-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .origin-copy h2,
  .origin-copy p,
  .culture-impact-copy h2,
  .culture-impact-copy p,
  .inner-about h2,
  .inner-about p {
    max-width: 100%;
  }
  .inner-badge,
  .inner-video-card {
    margin-inline: auto;
  }
  .inner-about-copy {
    max-width: 620px;
    margin-inline: auto;
    text-align: left;
  }
  .inner-about {
    text-align: center;
  }
  .inner-metrics {
    margin-top: 46px;
    text-align: left;
  }
  .culture-logo-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-track {
    grid-template-columns: repeat(5, minmax(220px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .gallery-track figure {
    scroll-snap-align: start;
  }
  .gallery-track img {
    height: 330px;
  }
  .foundation-founder-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
    text-align: center;
  }
  .foundation-founder-photo {
    width: min(280px, 100%);
    margin-inline: auto;
  }
  .foundation-work-photo {
    margin-inline: auto;
  }
  .agenda-calendar {
    padding: 26px;
  }
  .agenda-day {
    grid-template-columns: 1fr;
  }
  .agenda-date {
    justify-content: flex-start;
  }
  .agenda-event header {
    grid-template-columns: minmax(0, 1fr) 34px;
  }
  .agenda-event header .event-kind,
  .agenda-event.compact header .event-kind {
    grid-column: 1 / -1;
  }
  .agenda-event dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .agenda-newsletter {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .agenda-newsletter h2,
  .agenda-newsletter p {
    max-width: 100%;
  }
  .agenda-form {
    text-align: left;
  }
  .agenda-form .btn {
    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  .about-section {
    padding-top: 30px;
  }
  .about-section h2,
  .section-title h2 {
    font-size: clamp(26px, 3.7vw, 28px);
    line-height: 1.18;
  }
  .metrics {
    text-align: center;
  }
  .metrics.row {
    --bs-gutter-y: 22px;
  }
  .metric-icon {
    margin-inline: auto;
  }
  .feature-cards,
  .culture-section,
  .voice-section,
  .app-section {
    padding-top: 8px;
    padding-bottom: 48px;
  }
  .welcome-panel {
    gap: 18px;
    padding: 20px;
    border-radius: 22px;
  }
  .welcome-copy h3,
  .welcome-note h3 {
    margin-bottom: 10px;
  }
  .welcome-copy p,
  .welcome-note p {
    margin-bottom: 18px;
  }
  .welcome-image img {
    width: 100%;
    max-width: none;
    aspect-ratio: 1.2 / 1;
    border-radius: 18px;
  }
  .welcome-note {
    padding: 20px;
    border-radius: 18px;
  }
  .mini-icon {
    margin-inline: auto;
    margin-bottom: 12px;
  }
  .icon-badge {
    margin-bottom: 38px;
  }
  .culture-panel,
  .voice-panel,
  .app-panel {
    padding: 22px;
  }
  .culture-panel {
    background: #e9f7ff;
  }
  .video-thumb {
    aspect-ratio: 16 / 9;
  }
  .video-thumb img {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
  .voice-photos {
    gap: 12px;
  }
  .voice-photos figure {
    aspect-ratio: 0.86 / 1;
  }
  .voice-photos img {
    height: 100%;
  }
  .step-card {
    min-height: auto;
    padding-inline: 22px;
  }
  .partner-item {
    min-height: 54px;
  }
  .partner-list:not(.owl-loaded) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .partner-list img {
    max-height: 68px;
  }
  .news-card img {
    aspect-ratio: 1.2 / 1;
  }
  .footer-menu {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .origin-panel,
  .culture-impact-panel {
    border-radius: 26px;
    padding: 26px;
  }
  .origin-panel {
    gap: 26px;
  }
  .origin-copy h2,
  .culture-impact-copy h2 {
    font-size: clamp(26px, 3.7vw, 28px);
  }
  .inner-method .partner-list {
    margin-bottom: 42px;
  }
  .inner-steps .step-card {
    min-height: auto;
    padding: 32px 24px;
    border-radius: 20px;
  }
  .inner-metrics > div {
    text-align: center;
    border-left: 0;
    padding-left: 0;
  }
  .inner-metrics .metric-icon {
    margin-inline: auto;
  }
  .inner-about-copy {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
  }
  .inner-about .col-lg-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inner-about-title {
    order: 2;
  }
  .inner-about-copy {
    display: contents;
  }
  .inner-about-copy .inner-badge {
    order: 1;
    margin-bottom: 24px;
  }
  .inner-about-copy p {
    order: 3;
    max-width: 360px;
  }
  .inner-metrics {
    order: 4;
  }
  .inner-badge {
    width: 112px;
    height: 112px;
  }
  .culture-logo-list {
    grid-template-columns: 1fr;
  }
  .culture-logo-list li,
  .culture-logo-list li:first-child {
    min-height: 132px;
    border-radius: 24px;
  }
  .gallery-cta {
    text-align: center;
  }
  .gallery-cta .btn {
    width: 100%;
  }
  .foundation-founder {
    padding-bottom: 54px;
  }
  .foundation-founder-panel {
    border-radius: 24px;
    padding: 24px;
  }
  .principle-card {
    min-height: auto;
    padding: 34px 26px;
    border-radius: 22px;
  }
  .foundation-gallery .gallery-cta .btn {
    min-width: 0;
  }
  .agenda-calendar-head {
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    padding: 4px;
  }
  .agenda-select,
  .agenda-year button {
    font-size: 20px;
  }
  .agenda-year {
    gap: 6px;
    margin-left: auto;
  }
  .agenda-calendar,
  .agenda-newsletter {
    border-radius: 24px;
    padding: 20px;
  }
  .agenda-day {
    border-radius: 22px;
  }
  .agenda-event.compact,
  .agenda-open .agenda-event {
    padding: 18px;
  }
  .agenda-form {
    grid-template-columns: 1fr;
  }
  .agenda-form input,
  .agenda-form select {
    height: 58px;
    font-size: 17px;
  }
  .agenda-form select {
    background-position: calc(100% - 30px) 50%, calc(100% - 23px) 50%, calc(100% - 52px) 50%;
    padding-right: 64px;
  }
  .agenda-form .btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .about-section {
    padding-top: 26px;
  }
  .about-section h2,
  .section-title h2 {
    font-size: clamp(26px, 3.7vw, 28px);
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .metrics > div {
    width: 100%;
  }
  .metrics {
    gap: 22px;
  }
  .culture-panel,
  .voice-panel,
  .app-panel {
    border-radius: 22px;
    padding: 18px;
  }
  .voice-photos {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
  .voice-photos img {
    aspect-ratio: auto;
  }
  .video-thumb img {
    min-height: 0;
  }
  .partner-list {
    margin-top: 26px;
  }
  .partner-list:not(.owl-loaded) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .culture-panel .btn,
  .voice-panel .btn,
  .app-panel .btn {
    width: 100%;
  }
  .news-card h3 {
    font-size: 18px;
  }
  .footer-logo img {
    width: min(208px, 70vw);
  }
  .social-menu a {
    width: 44px;
    height: 44px;
  }
  .video-modal .modal-dialog {
    max-width: calc(100vw - 32px);
  }
  .video-modal .modal-content {
    padding: 48px 18px 18px;
    border-radius: 26px;
  }
  .video-modal-close {
    top: 12px;
    right: 14px;
  }
  .origin-section,
  .inner-about,
  .culture-impact-section {
    padding-bottom: 56px;
  }
  .origin-panel,
  .culture-impact-panel {
    padding: 20px;
  }
  .inner-badge {
    width: 96px;
    height: 96px;
  }
  .inner-video-card {
    border-radius: 22px;
  }
  .gallery-track {
    grid-template-columns: repeat(5, 78vw);
  }
  .gallery-track img {
    height: 300px;
  }
  .foundation-principles,
  .foundation-work {
    padding-bottom: 56px;
  }
  .foundation-gallery .gallery-track img {
    height: 300px;
  }
  .agenda-calendar-section,
  .agenda-newsletter-section {
    padding-bottom: 56px;
  }
  .agenda-calendar-head {
    flex-direction: column;
  }
  .agenda-date strong {
    width: auto;
  }
}
