.ts-section[data-astro-cid-gakqr736] {
  background: var(--plum);
  padding: var(--space-20) 0 var(--space-12);
  position: relative;
}

.ts-arrow[data-astro-cid-gakqr736] {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #ffffff8c;
  background: none;
  color: var(--white);
  font-size: var(--text-lg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), border-color var(--transition);
}

.ts-arrow[data-astro-cid-gakqr736]:hover {
  background: #ffffff1f;
  border-color: #fffc;
}

.ts-arrow[data-astro-cid-gakqr736]:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.ts-arrow--prev[data-astro-cid-gakqr736] {
  left: calc(40% - 420px);
}

.ts-arrow--next[data-astro-cid-gakqr736] {
  right: calc(40% - 420px);
}

.ts-viewport[data-astro-cid-gakqr736] {
  overflow: hidden;
  width: 100%;
}

.ts-track[data-astro-cid-gakqr736] {
  display: flex;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

.ts-slide[data-astro-cid-gakqr736] {
  flex: 0 0 100vw;
  min-width: 100vw;
  min-height: 320px;
  text-align: center;
  padding: 0 var(--space-16);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  margin: 0;
}

.ts-slide[data-astro-cid-gakqr736] blockquote[data-astro-cid-gakqr736] {
  margin: 0;
  width: 100%;
}

.ts-slide[data-astro-cid-gakqr736] blockquote[data-astro-cid-gakqr736] p[data-astro-cid-gakqr736] {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.4;
  color: var(--white);
  max-width: 810px;
  margin: 0 auto;
}

.ts-slide[data-astro-cid-gakqr736] figcaption[data-astro-cid-gakqr736] {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  color: #ffffffd9;
  letter-spacing: .02em;
}

.ts-dots[data-astro-cid-gakqr736] {
  display: flex;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-8);
}

.ts-dot[data-astro-cid-gakqr736] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #ffffff8c;
  cursor: pointer;
  padding: 0;
  transition: background var(--transition), transform var(--transition);
}

.ts-dot[data-astro-cid-gakqr736]:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

@media (width <= 768px) {
  .ts-arrow--prev[data-astro-cid-gakqr736] {
    left: var(--space-4);
  }

  .ts-arrow--next[data-astro-cid-gakqr736] {
    right: var(--space-4);
  }

  .ts-slide[data-astro-cid-gakqr736] {
    padding: 0 var(--space-12);
  }

  .ts-arrow[data-astro-cid-gakqr736] {
    width: 36px;
    height: 36px;
    font-size: var(--text-base);
  }
}
.hero[data-astro-cid-lcdefpme] {
  background: var(--white);
  text-align: center;
}

.hero-inner[data-astro-cid-lcdefpme] {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
}

.eyebrow[data-astro-cid-lcdefpme] {
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--plum);
  max-width: none;
}

.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme] {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.15;
  max-width: 1000px;
}

.hero-body[data-astro-cid-lcdefpme] {
  font-size: var(--text-lg);
  color: color-mix(in srgb, var(--ink) 72%, transparent);
  max-width: 620px;
  text-align: center;
}

.section[data-astro-cid-lcdefpme].section--integrity {
  background: var(--surface);
}

.integrity-inner[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: start;
}

.integrity-left[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  line-height: 1.2;
}

.integrity-right[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

p[data-astro-cid-lcdefpme].feature {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  line-height: 1.4;
}

.section--values[data-astro-cid-lcdefpme] {
  background: var(--plum);
  padding-block: var(--space-16);
}

.values-grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
}

.value-card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-6);
  line-height: 1.3;
  color: var(--white);
}

.value-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  font-size: var(--text-base);
  line-height: 1.4;
  color: color-mix(in srgb, var(--white) 85%, transparent);
}

.section[data-astro-cid-lcdefpme].section--about {
  background-image: url("/images/KL_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
}

.about-inner[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: var(--space-12);
  align-items: center;
}

.about-text[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.about-text[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  line-height: 1.2;
  max-width: 480px;
}

.about-text[data-astro-cid-lcdefpme] .btn[data-astro-cid-lcdefpme] {
  align-self: flex-start;
}

.section[data-astro-cid-lcdefpme].section--cta {
  background: var(--plum-deep);
  text-align: center;
}

.cta-inner[data-astro-cid-lcdefpme] {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
}

.cta-inner[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  color: var(--white);
  line-height: 1.2;
  max-width: 600px;
}

.cta-inner[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  color: color-mix(in srgb, var(--white) 72%, transparent);
  font-size: var(--text-lg);
  max-width: 560px;
}

.section[data-astro-cid-lcdefpme].section--posts {
  background: var(--white);
}

.posts-inner[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: var(--space-16);
  align-items: start;
}

.posts-left[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  position: sticky;
  top: 6rem;
}

.posts-left[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
  line-height: 1.25;
}

.posts-left[data-astro-cid-lcdefpme] .btn[data-astro-cid-lcdefpme] {
  align-self: flex-start;
}

.posts-right[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
}

.post-item[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding-block: var(--space-8);
  border-top: 1px solid color-mix(in srgb, var(--blush) 50%, transparent);
}

.post-item[data-astro-cid-lcdefpme]:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--blush) 50%, transparent);
}

.post-item[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] {
  font-size: var(--text-2xl);
  line-height: 1.25;
}

.post-item[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  color: var(--plum);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.post-item[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover {
  color: var(--plum-deep);
}

.post-excerpt[data-astro-cid-lcdefpme] {
  font-size: var(--text-base);
  color: color-mix(in srgb, var(--ink) 78%, transparent);
  max-width: none;
}

.post-meta[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: var(--space-2);
}

.post-meta[data-astro-cid-lcdefpme] time[data-astro-cid-lcdefpme] {
  font-size: var(--text-sm);
  color: color-mix(in srgb, var(--ink) 75%, transparent);
}

@media (width <= 900px) {
  .integrity-inner[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .values-grid[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .about-inner[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .posts-inner[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .posts-left[data-astro-cid-lcdefpme] {
    position: static;
  }
}

@media (width <= 600px) {
  .hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme] {
    font-size: var(--text-3xl);
  }
}
