/* Page Header */
.page-header {
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('https://images.unsplash.com/photo-1507652313519-d4e9174996dd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
}

.page-header-content {
  text-align: center;
  color: var(--color-secondary);
  padding-top: 74px;
}

.page-title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 0.5rem;
  margin-top: 15px;
}

.page-subtitle {
  font-size: 1rem;
  letter-spacing: 2px;
  opacity: 0.9;
}

/* Concept Section */
.concept {
  padding: 8rem 2rem;
  background-color: var(--color-secondary);
}

.concept-container {
  max-width: 1000px;
  margin: 0 auto;
}

.concept-header {
  text-align: center;
  margin-bottom: 5rem;
}

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

.concept-text h3 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}

.concept-text p {
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  opacity: 0.85;
}

.concept-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.parallax-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Message Section */
.message {
  padding: 8rem 2rem;
  background-color: #f8f8f8;
}

.message-container {
  max-width: 1000px;
  margin: 0 auto;
}

.message-header {
  text-align: center;
  margin-bottom: 5rem;
}

.message-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: center;
}

.message-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.owner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message-text {
  padding-right: 2rem;
}

.message-text p {
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  opacity: 0.85;
}

.message-sign {
  margin-top: 3rem;
  text-align: right;
}

.message-sign p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  letter-spacing: 1px;
}

.owner-name {
  font-size: 1.2rem !important;
  font-weight: 500;
  opacity: 1 !important;
}

/* Feature Section */
.feature {
  padding: 8rem 2rem;
  background-color: var(--color-secondary);
}

.feature-container {
  max-width: 1000px;
  margin: 0 auto;
}

.feature-header {
  text-align: center;
  margin-bottom: 5rem;
}

.feature-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: center;
}

.feature-text p {
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  opacity: 0.85;
}

.feature-points {
  margin: 3rem 0;
}

.point {
  margin-bottom: 2rem;
}

.point h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: var(--color-accent);
}

.point p {
  margin-bottom: 0;
  padding-left: 1.5rem;
}

.feature-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.feature-button {
  margin-top: 3rem;
}

/* Lemon Bottle Section */
.lemon-bottle {
  padding: 8rem 2rem;
  background-color: #f8f8f8;
}

.lemon-bottle-container {
  max-width: 1000px;
  margin: 0 auto;
}

.lemon-bottle-header {
  text-align: center;
  margin-bottom: 5rem;
}

.lemon-bottle-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: center;
}

.lemon-bottle-text {
  padding-right: 2rem;
}

.lemon-bottle-text p {
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  opacity: 0.85;
}

.lemon-bottle-points {
  margin: 3rem 0;
}

.lemon-bottle-benefits {
  margin: 3rem 0;
}

.lemon-bottle-benefits h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  color: var(--color-accent);
}

.lemon-bottle-benefits ul {
  list-style-type: none;
  padding-left: 0;
}

.lemon-bottle-benefits li {
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 0.8rem;
  letter-spacing: 1px;
  opacity: 0.85;
  padding-left: 1.5rem;
  position: relative;
}

.lemon-bottle-benefits li:before {
  content: "•";
  color: var(--color-accent);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lemon-bottle-note {
  margin-top: 3rem;
  padding: 2rem;
  background-color: rgba(218, 165, 32, 0.1);
  border-left: 4px solid var(--color-accent);
  border-radius: 4px;
}

.lemon-bottle-note p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.lemon-bottle-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.lemon-bottle-button {
  margin-top: 3rem;
}

/* Service Section */
.service {
  padding: 8rem 2rem;
  background-color: var(--color-secondary);
}

.service-container {
  max-width: 1000px;
  margin: 0 auto;
}

.service-header {
  text-align: center;
  margin-bottom: 5rem;
}

.service-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: center;
}

.service-text p {
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  opacity: 0.85;
}

.service-points {
  margin: 3rem 0;
}

.service-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.service-button {
  margin-top: 3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-header {
    height: 200px;
  }

  .page-title {
    font-size: 2.5rem;
  }

  .concept,
  .message,
  .feature,
  .service,
  .lemon-bottle {
    padding: 4rem 2rem;
  }

  .concept-content,
  .message-content,
  .feature-content,
  .service-content,
  .lemon-bottle-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .concept-text,
  .message-text,
  .feature-text,
  .service-text,
  .lemon-bottle-text {
    order: 2;
    text-align: center;
    padding-right: 0;
  }

  .concept-image,
  .message-image,
  .feature-image,
  .service-image,
  .lemon-bottle-image {
    order: 1;
  }

  .concept-image,
  .message-image,
  .feature-image,
  .service-image {
    order: 1;
  }

  .message-sign {
    text-align: center;
  }

  .point {
    text-align: left;
  }

  .feature-button {
    text-align: center;
  }

  .service-button {
    text-align: center;
  }

  .lemon-bottle-button {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .page-subtitle {
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }

  .concept,
  .message,
  .feature,
  .service,
  .lemon-bottle {
    padding: 3rem 1.5rem;
  }
}

/* Animation */
.parallax-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
