.hero-section {
  background: url('https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-31/MouYkwgO3V.png') center/cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 75px;
  position: relative;
}

.hero-content {
  padding-left: 220px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 352px;
}

.hero-subtitle {
  font-family: 'Yu Mincho Pr6N', serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #251D03;
  margin: 0;
}

.hero-title {
  font-family: 'Yu Mincho Pr6N', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #251D03;
  margin: 0;
}

.hero-decoration {
  width: 99px;
  height: 7px;
  background: url('https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-31/Vgf8xALaCy.svg') no-repeat;
  background-size: contain;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-section {
    height: 300px;
    margin-top: 120px;
  }

  .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-subtitle {
    font-size: 12px;
  }
}
