body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sticky-header {
  position: sticky;
  top: 20px;
  z-index: 100;
}

nav.col-10, nav.col-md-8 {
  border-radius: 26px;
  padding: 12px 28px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-style: solid;
  border-width: 1px;
}

nav .logo {
  margin-left: 13px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.nav-links a:hover {
  opacity: 1;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
}

@media (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
}
p.font-body {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

p.app-name {
  font-weight: 600;
}

.hero-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section {
  padding-top: 60px;
  padding-bottom: 40px;
}

/* Portfolio */
.portfolio-card-link {
  text-decoration: none;
  height: 100%;
  display: block;
}

.case-card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.case-card:hover {
  transform: translateY(-2px);
}

.case-icon {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 22%;
}

.case-description {
  font-size: 16px;
  line-height: 1.5;
}

.case-description-small {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}

.case-technologies {
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
}

.case-card-compact {
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}

.case-card-compact .d-flex {
  height: 100%;
}

.case-card-compact:hover {
  transform: translateY(-2px);
}

.portfolio-icon {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 22%;
}

/* Clients */
.client-logo-card {
  background-color: #f5f5f5;
  border-radius: 14px;
  padding: 14px 20px;
  transition: transform 0.2s;
}

.client-logo-card:hover {
  transform: translateY(-2px);
}

.client-logo {
  height: 32px;
  object-fit: contain;
  display: block;
}

.client-logo-link {
  text-decoration: none;
}

/* Team */
.team-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.team-social-link {
  opacity: 0.5;
  transition: opacity 0.2s;
  font-size: 16px;
}

.team-social-link:hover {
  opacity: 1;
}

/* Footer */
footer h1 {
  font-size: 18px;
  font-weight: 600;
}

footer div.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

.copyright-text {
  font-size: 14px;
  opacity: 0.5;
}

/* Bento */
.bento {
  border-radius: 20px;
  padding: 10px;
}

p.bento-shushoku-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

p.bento-shushoku-body {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

p.bento-okazu-title {
  font-size: 16px;
  font-weight: 600;
}

p.bento-okazu-body {
  font-size: 14px;
}

/* Light Mode */
@media (prefers-color-scheme: light) {
  .dark-mode {
    display: none;
  }
  nav {
    background-color: rgba(255, 255, 255, 0.5647058824);
    border-color: rgba(0, 0, 0, 0.0823529412);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.0352941176);
  }
  .nav-links a {
    color: #000;
  }
  a {
    color: black;
  }
  a:hover {
    color: black;
  }
  p.font-body {
    color: rgba(0, 0, 0, 0.3764705882);
  }
  .bento {
    background-color: #fafafa;
  }
  .case-card:hover,
  .case-card-compact:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.0705882353);
  }
  .case-description,
  .case-description-small {
    color: rgba(0, 0, 0, 0.4392156863);
  }
  .case-technologies {
    color: rgba(0, 0, 0, 0.3137254902);
  }
  p.bento-shushoku-title {
    color: black;
  }
  p.bento-shushoku-body {
    color: rgba(0, 0, 0, 0.3764705882);
  }
  p.bento-okazu-title {
    color: black;
  }
  p.bento-okazu-body {
    color: rgba(0, 0, 0, 0.3764705882);
  }
  .team-social-link {
    color: #000;
  }
  footer {
    background-color: #fafafa;
  }
  footer a {
    color: rgba(0, 0, 0, 0.5019607843);
  }
  .copyright-text {
    color: rgba(0, 0, 0, 0.3764705882);
  }
}
/* Dark Mode */
@media (prefers-color-scheme: dark) {
  .light-mode {
    display: none;
  }
  nav {
    background-color: rgba(0, 0, 0, 0.5647058824);
    border-color: rgba(255, 255, 255, 0.0823529412);
    box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.0352941176);
  }
  .nav-links a {
    color: #fff;
  }
  a {
    color: white;
  }
  a:hover {
    color: white;
  }
  h1 {
    color: white;
  }
  h2, h3, h4, h5, h6 {
    color: rgba(255, 255, 255, 0.8156862745);
  }
  p, li {
    color: rgba(255, 255, 255, 0.8156862745);
  }
  strong {
    color: #ffffff;
  }
  body {
    background-color: #111;
  }
  p.font-body {
    color: rgba(255, 255, 255, 0.3764705882);
  }
  .bento {
    background-color: #1a1a1a;
  }
  .case-card:hover,
  .case-card-compact:hover {
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.0392156863);
  }
  .case-description,
  .case-description-small {
    color: rgba(255, 255, 255, 0.4392156863);
  }
  .case-technologies {
    color: rgba(255, 255, 255, 0.3137254902);
  }
  p.bento-shushoku-title {
    color: white;
  }
  p.bento-shushoku-body {
    color: rgba(255, 255, 255, 0.3764705882);
  }
  p.bento-okazu-title {
    color: white;
  }
  p.bento-okazu-body {
    color: rgba(255, 255, 255, 0.3764705882);
  }
  .team-social-link {
    color: #fff;
  }
  footer {
    background-color: #050505;
  }
  footer a {
    color: rgba(255, 255, 255, 0.5019607843);
  }
  .copyright-text {
    color: rgba(255, 255, 255, 0.3764705882);
  }
}

/*# sourceMappingURL=styles.css.map */