.about-container.svelte-1qrl8zd {
  background: #0a0a0a;
  color: white;
  min-height: 100vh;
  overflow-x: hidden;
}

.container.svelte-1qrl8zd {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title.svelte-1qrl8zd {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 3rem;
  position: relative;
}
.section-title.center.svelte-1qrl8zd {
  text-align: center;
}
.section-title.svelte-1qrl8zd::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #1fdf9f, rgba(31, 223, 159, 0.5019607843));
  border-radius: 2px;
}
.section-title.center.svelte-1qrl8zd::after {
  left: 50%;
  transform: translateX(-50%);
}

.hero-section.svelte-1qrl8zd {
  height: 80vh;
  min-height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg.svelte-1qrl8zd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(31, 223, 159, 0.0823529412) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(31, 223, 159, 0.062745098) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(31, 223, 159, 0.031372549) 0%, transparent 50%), linear-gradient(135deg, #0a0a0a 0%, #111111 100%);
  animation: svelte-1qrl8zd-heroFloat 20s ease-in-out infinite;
}

.hero-overlay.svelte-1qrl8zd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(10, 10, 10, 0.2509803922) 100%);
}

.hero-content.svelte-1qrl8zd {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title.svelte-1qrl8zd {
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 900;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ffffff, #1fdf9f, #ffffff);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: svelte-1qrl8zd-gradientShift 8s ease-in-out infinite;
  line-height: 1.1;
  letter-spacing: -1px;
}

.hero-subtitle.svelte-1qrl8zd {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: rgba(255, 255, 255, 0.5647058824);
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-stats.svelte-1qrl8zd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

/* (unused) .stat-item {
  text-align: center;
}*/
/* (unused) .stat-item .stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #1fdf9f;
  line-height: 1;
}*/
/* (unused) .stat-item .stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4392156863);
  text-transform: uppercase;
  letter-spacing: 1px;
}*/

/* (unused) .stat-divider {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, rgba(31, 223, 159, 0.3137254902), transparent);
}*/

.scroll-indicator.svelte-1qrl8zd {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-indicator.svelte-1qrl8zd .scroll-dot:where(.svelte-1qrl8zd) {
  width: 6px;
  height: 30px;
  border: 2px solid rgba(31, 223, 159, 0.3137254902);
  border-radius: 10px;
  position: relative;
}
.scroll-indicator.svelte-1qrl8zd .scroll-dot:where(.svelte-1qrl8zd)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 8px;
  background: #1fdf9f;
  border-radius: 2px;
  animation: svelte-1qrl8zd-scrollDot 2s ease-in-out infinite;
}

/* (unused) .story-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 50%, #0a0a0a 100%);
}*/

/* (unused) .story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}*/

/* (unused) .story-paragraphs .story-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 1.5rem;
}*/
/* (unused) .story-paragraphs .story-paragraph.highlight {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}*/
/* (unused) .story-paragraphs .story-paragraph.highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #1fdf9f, rgba(31, 223, 159, 0.5019607843));
  border-radius: 2px;
}*/

/* (unused) .story-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  position: relative;
}*/

/* (unused) .visual-card {
  background: linear-gradient(135deg, #111111, #1a1a1a);
  border: 1px solid rgba(31, 223, 159, 0.1254901961);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
/* (unused) .visual-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(31, 223, 159, 0.062745098), transparent);
  transition: left 0.6s ease;
}*/
/* (unused) .visual-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 223, 159, 0.2509803922);
  box-shadow: 0 20px 40px rgba(31, 223, 159, 0.062745098);
}*/
/* (unused) .visual-card:hover::before {
  left: 100%;
}*/
/* (unused) .visual-card.card-3 {
  grid-column: 1/-1;
  max-width: 300px;
  margin: 0 auto;
}*/

/* (unused) .card-content {
  position: relative;
  z-index: 2;
  width: 100%;
}*/
/* (unused) .card-content .card-icon {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 0.8rem;
}*/
/* (unused) .card-content h3 {
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #1fdf9f;
  line-height: 1.2;
}*/
/* (unused) .card-content p {
  color: rgba(255, 255, 255, 0.4392156863);
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  line-height: 1.3;
}*/

/* (unused) .network-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #111111 50%, #0a0a0a 100%);
  position: relative;
}*/
/* (unused) .network-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 223, 159, 0.2509803922), transparent);
}*/
/* (unused) .network-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 223, 159, 0.2509803922), transparent);
}*/

/* (unused) .network-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}*/

/* (unused) .network-image-container {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(45deg, rgba(31, 223, 159, 0.1254901961), rgba(31, 223, 159, 0.062745098), rgba(31, 223, 159, 0.1254901961)), linear-gradient(135deg, #111111, #1a1a1a);
  background-size: 200% 200%, 100% 100%;
  background-position: 0% 50%, 0% 0%;
  border: 3px solid transparent;
  border-radius: 25px;
  animation: borderGlow 8s infinite;
  box-shadow: inset 0 0 30px rgba(31, 223, 159, 0.062745098), 0 0 40px rgba(31, 223, 159, 0.0823529412), 0 20px 60px rgba(0, 0, 0, 0.3);
}*/
/* (unused) .network-image-container::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: linear-gradient(45deg, rgba(31, 223, 159, 0.2509803922) 0%, transparent 25%, transparent 75%, rgba(31, 223, 159, 0.2509803922) 100%);
  border-radius: 30px;
  z-index: -1;
  animation: cornerPulse 4s ease-in-out infinite;
}*/
/* (unused) .network-image-container::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: radial-gradient(circle at 20% 30%, rgba(31, 223, 159, 0.031372549) 2px, transparent 3px), radial-gradient(circle at 80% 70%, rgba(31, 223, 159, 0.031372549) 2px, transparent 3px), radial-gradient(circle at 60% 20%, rgba(31, 223, 159, 0.031372549) 1px, transparent 2px), radial-gradient(circle at 30% 80%, rgba(31, 223, 159, 0.031372549) 1px, transparent 2px);
  background-size: 50px 50px, 40px 40px, 30px 30px, 35px 35px;
  border-radius: 35px;
  z-index: -2;
  animation: particleFloat 12s linear infinite;
}*/
/* (unused) .network-image-container:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 0 40px rgba(31, 223, 159, 0.1254901961), 0 0 60px rgba(31, 223, 159, 0.1450980392), 0 30px 80px rgba(0, 0, 0, 0.4);
}*/
/* (unused) .network-image-container:hover .network-image {
  transform: scale(1.02);
}*/

/* (unused) .network-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: all 0.6s ease;
  display: block;
  filter: contrast(1.1) saturate(1.1) brightness(1.05);
}*/
/* (unused) .network-image:hover {
  filter: contrast(1.2) saturate(1.2) brightness(1.1);
}*/

/* (unused) .values-section {
  padding: 100px 0;
  background: #0a0a0a;
}*/

/* (unused) .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}*/

/* (unused) .value-card {
  background: linear-gradient(135deg, #111111, #1a1a1a);
  border: 1px solid rgba(31, 223, 159, 0.0823529412);
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}*/
/* (unused) .value-card:hover {
  transform: translateY(-10px);
  border-color: rgba(31, 223, 159, 0.1882352941);
  box-shadow: 0 30px 60px rgba(31, 223, 159, 0.031372549);
}*/
/* (unused) .value-card:hover .value-icon {
  transform: scale(1.1);
}*/
/* (unused) .value-card:hover .value-icon .icon-glow {
  opacity: 1;
  transform: scale(1.5);
}*/

/* (unused) .value-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(31, 223, 159, 0.1254901961), rgba(31, 223, 159, 0.062745098));
  border: 2px solid rgba(31, 223, 159, 0.1882352941);
  position: relative;
  transition: all 0.4s ease;
}*/
/* (unused) .value-icon .icon-glow {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: radial-gradient(circle, rgba(31, 223, 159, 0.1254901961) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}*/

/* (unused) .value-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}*/

/* (unused) .value-description {
  color: rgba(255, 255, 255, 0.4392156863);
  line-height: 1.6;
  font-size: 1rem;
}*/

/* (unused) .team-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 50%, #0a0a0a 100%);
}*/

/* (unused) .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
}*/

/* (unused) .team-member {
  text-align: center;
}*/

/* (unused) .member-image {
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
}*/
/* (unused) .member-image .image-placeholder {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #111111, #1a1a1a);
  border: 3px solid rgba(31, 223, 159, 0.1882352941);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  transition: all 0.4s ease;
}*/
/* (unused) .member-image .member-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 223, 159, 0.5647058824);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}*/
/* (unused) .member-image:hover .image-placeholder {
  transform: scale(1.05);
  border-color: #1fdf9f;
}*/
/* (unused) .member-image:hover .member-overlay {
  opacity: 1;
}*/

/* (unused) .member-social {
  display: flex;
  gap: 1rem;
}*/
/* (unused) .member-social .social-link {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}*/
/* (unused) .member-social .social-link:hover {
  transform: scale(1.1);
}*/

/* (unused) .member-info .member-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}*/
/* (unused) .member-info .member-role {
  color: #1fdf9f;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}*/
/* (unused) .member-info .member-bio {
  color: rgba(255, 255, 255, 0.4392156863);
  line-height: 1.6;
}*/

.quality-section.svelte-1qrl8zd {
  padding: 100px 0;
  background: #0a0a0a;
}

.quality-content.svelte-1qrl8zd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.quality-intro.svelte-1qrl8zd {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5019607843);
  line-height: 1.7;
  margin-bottom: 3rem;
}

.quality-features.svelte-1qrl8zd .feature-item:where(.svelte-1qrl8zd) {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
.quality-features.svelte-1qrl8zd .feature-item:where(.svelte-1qrl8zd) .feature-icon:where(.svelte-1qrl8zd) {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(31, 223, 159, 0.1254901961), rgba(31, 223, 159, 0.062745098));
  border: 2px solid rgba(31, 223, 159, 0.1882352941);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.quality-features.svelte-1qrl8zd .feature-item:where(.svelte-1qrl8zd) .feature-text:where(.svelte-1qrl8zd) h4:where(.svelte-1qrl8zd) {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.quality-features.svelte-1qrl8zd .feature-item:where(.svelte-1qrl8zd) .feature-text:where(.svelte-1qrl8zd) p:where(.svelte-1qrl8zd) {
  color: rgba(255, 255, 255, 0.4392156863);
  line-height: 1.5;
}

.quality-visual.svelte-1qrl8zd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quality-badge.svelte-1qrl8zd {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(31, 223, 159, 0.062745098) 0%, transparent 70%), linear-gradient(135deg, #111111, #1a1a1a);
  border: 3px solid rgba(31, 223, 159, 0.1882352941);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: svelte-1qrl8zd-qualityPulse 4s ease-in-out infinite;
}
.quality-badge.svelte-1qrl8zd .badge-inner:where(.svelte-1qrl8zd) {
  text-align: center;
}
.quality-badge.svelte-1qrl8zd .badge-inner:where(.svelte-1qrl8zd) .badge-icon:where(.svelte-1qrl8zd) {
  width: 60px;
  height: 60px;
  background: #1fdf9f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #0a0a0a;
  font-weight: 900;
  margin: 0 auto 1rem;
}
.quality-badge.svelte-1qrl8zd .badge-inner:where(.svelte-1qrl8zd) .badge-text:where(.svelte-1qrl8zd) .badge-title:where(.svelte-1qrl8zd) {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1fdf9f;
  margin-bottom: 0.5rem;
}
.quality-badge.svelte-1qrl8zd .badge-inner:where(.svelte-1qrl8zd) .badge-text:where(.svelte-1qrl8zd) .badge-subtitle:where(.svelte-1qrl8zd) {
  display: block;
  color: rgba(255, 255, 255, 0.4392156863);
  font-size: 1rem;
}

.mission-section.svelte-1qrl8zd {
  padding: 90px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 50%, #0a0a0a 100%);
}

.mission-content.svelte-1qrl8zd {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.mission-statement.svelte-1qrl8zd {
  max-width: 50vw; /* comfortable reading measure */
  margin: 2.5rem auto 0;
  display: block;
  position: relative;
  padding: 0 1rem;
}
.mission-statement.svelte-1qrl8zd .mission-text:where(.svelte-1qrl8zd) {
  font-size: clamp(1.05rem, 1.9vw, 1.25rem);
  line-height: 1.75;
  color: #e8fdf5; /* softer than pure white */
  font-weight: 350;
  margin: 0 0 1.75rem 0;
  letter-spacing: 0.15px;
  text-wrap: pretty;
  text-align: center;
}
.mission-statement.svelte-1qrl8zd .mission-text:where(.svelte-1qrl8zd):first-child {
  position: relative;
  padding-top: 1.25rem;
}
/* (unused) .mission-statement .mission-text.highlight {
  margin-top: 2.25rem;
  background: linear-gradient(145deg, #102a22 0%, #0d1512 70%);
  border: 1px solid rgba(31, 223, 159, 0.2078431373);
  padding: 1.75rem 1.6rem 1.9rem;
  border-radius: 18px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  --glow: #1fdf9f55;
  box-shadow: 0 0 0 1px rgba(31, 223, 159, 0.062745098), 0 4px 18px -4px #000, 0 0 22px -6px rgba(31, 223, 159, 0.2);
}*/
/* (unused) .mission-statement .mission-text.highlight:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 30%, rgba(31, 223, 159, 0.1333333333), transparent 60%);
  mix-blend-mode: plus-lighter;
  pointer-events: none;
}*/
/* (unused) .mission-statement .mission-text.highlight:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #1fdf9f, transparent);
  opacity: 0.55;
}*/
.mission-statement.svelte-1qrl8zd .mission-text:where(.svelte-1qrl8zd):last-child {
  margin-bottom: 0;
}

/* (unused) .mission-author .author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}*/
/* (unused) .mission-author .author-info .author-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1fdf9f;
}*/
/* (unused) .mission-author .author-info .author-title {
  color: rgba(255, 255, 255, 0.4392156863);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}*/

@keyframes svelte-1qrl8zd-heroFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}
@keyframes svelte-1qrl8zd-gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes svelte-1qrl8zd-scrollDot {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(15px);
    opacity: 0;
  }
}
@keyframes svelte-1qrl8zd-qualityPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(31, 223, 159, 0.1882352941);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 20px transparent;
    transform: scale(1.02);
  }
}
@keyframes svelte-1qrl8zd-borderGlow {
  0%, 100% {
    background-position: 0% 50%, 0% 0%;
    border-color: rgba(31, 223, 159, 0.1882352941);
  }
  25% {
    background-position: 50% 25%, 0% 0%;
    border-color: rgba(31, 223, 159, 0.3137254902);
  }
  50% {
    background-position: 100% 50%, 0% 0%;
    border-color: rgba(31, 223, 159, 0.2509803922);
  }
  75% {
    background-position: 50% 75%, 0% 0%;
    border-color: rgba(31, 223, 159, 0.3764705882);
  }
}
@keyframes svelte-1qrl8zd-cornerPulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.02);
  }
}
@keyframes svelte-1qrl8zd-particleFloat {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
  25% {
    background-position: 25% 25%, 10% 15%, 15% 10%, 20% 30%;
  }
  50% {
    background-position: 50% 50%, 20% 30%, 30% 20%, 40% 60%;
  }
  75% {
    background-position: 75% 75%, 30% 45%, 45% 30%, 60% 90%;
  }
  100% {
    background-position: 100% 100%, 40% 60%, 60% 40%, 80% 120%;
  }
}
@media (max-width: 768px) {
  .hero-section.svelte-1qrl8zd {
    height: 60vh;
    min-height: 400px;
  }
  .hero-stats.svelte-1qrl8zd {
    gap: 1rem;
  }
  /* (unused) .hero-stats .stat-divider {
    height: 30px;
  }*/
  /* (unused) .story-section {
    padding: 50px 0 40px 0;
  }*/
  .mission-section.svelte-1qrl8zd {
    padding: 50px 0;
  }
  /* (unused) .network-section {
    padding: 40px 0;
  }*/
  /* (unused) .network-image-container {
    padding: 1.5rem;
    margin: 0 1rem;
  }*/
  /* (unused) .values-section {
    padding: 50px 0;
  }*/
  /* (unused) .team-section {
    padding: 50px 0;
  }*/
  .quality-section.svelte-1qrl8zd {
    padding: 50px 0;
  }
  /* (unused) .story-content,*/
  .quality-content.svelte-1qrl8zd {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  /* (unused) .story-visual {
    order: 1;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    max-width: 100%;
    margin: 0;
  }*/
  /* (unused) .visual-card {
    padding: 1.2rem;
    min-height: 120px;
  }*/
  /* (unused) .visual-card.card-3 {
    grid-column: 1/-1;
    max-width: 250px;
    margin: 0 auto;
  }*/
  /* (unused) .values-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }*/
  /* (unused) .member-image .image-placeholder {
    width: 150px;
    height: 150px;
    font-size: 3rem;
  }*/
  .quality-badge.svelte-1qrl8zd {
    width: 250px;
    height: 250px;
  }
  .mission-statement.svelte-1qrl8zd {
    max-width: 70ch;
    padding: 0 1rem;
  }
  .mission-statement.svelte-1qrl8zd .mission-text:where(.svelte-1qrl8zd) {
    font-size: clamp(1rem, 2.1vw, 1.18rem);
    line-height: 1.7;
  }
  /* (unused) .mission-statement .mission-text.highlight {
    padding: 1.6rem 1.4rem 1.7rem;
    margin-top: 1.75rem;
  }*/
}
@media (max-width: 480px) {
  .container.svelte-1qrl8zd {
    padding: 0 15px;
  }
  .hero-section.svelte-1qrl8zd {
    height: 50vh;
    min-height: 350px;
  }
  .hero-title.svelte-1qrl8zd {
    letter-spacing: -1px;
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    margin-bottom: 0.8rem;
  }
  .hero-subtitle.svelte-1qrl8zd {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    margin-bottom: 1.5rem;
  }
  /* (unused) .story-section {
    padding: 40px 0 30px 0;
  }*/
  .mission-section.svelte-1qrl8zd {
    padding: 40px 0;
  }
  .mission-statement.svelte-1qrl8zd {
    max-width: 100%;
    padding: 0 0.75rem;
    margin-top: 2rem;
  }
  .mission-statement.svelte-1qrl8zd .mission-text:where(.svelte-1qrl8zd) {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.35rem;
  }
  /* (unused) .mission-statement .mission-text.highlight {
    padding: 1.3rem 1.1rem 1.4rem;
    margin-top: 1.25rem;
    font-size: 1.02rem;
  }*/
  /* (unused) .network-section {
    padding: 30px 0;
  }*/
  /* (unused) .network-image-container {
    padding: 1rem;
    margin: 0 0.5rem;
    border-radius: 20px;
  }*/
  /* (unused) .network-image-container::before {
    border-radius: 25px;
  }*/
  /* (unused) .network-image-container::after {
    border-radius: 30px;
  }*/
  /* (unused) .values-section {
    padding: 40px 0;
  }*/
  /* (unused) .team-section {
    padding: 40px 0;
  }*/
  .quality-section.svelte-1qrl8zd {
    padding: 40px 0;
  }
  /* (unused) .story-content {
    gap: 1.5rem;
  }*/
  /* (unused) .value-card {
    padding: 2rem 1.5rem;
  }*/
  /* (unused) .visual-card {
    padding: 1rem;
    min-height: 100px;
  }*/
  /* (unused) .story-visual {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    max-width: 100%;
  }*/
  .quality-badge.svelte-1qrl8zd {
    width: 250px;
    height: 250px;
  }
  .quality-badge.svelte-1qrl8zd .badge-inner:where(.svelte-1qrl8zd) .badge-icon:where(.svelte-1qrl8zd) {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}