.why-sukie-section {
  font-family: "EditorsNoteRegular", serif;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.sukie-hero-wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 40px;
}

.sukie-portrait-area {
  flex: 0 0 400px;
}

.sukie-portrait-frame {
  position: relative;
  overflow: hidden;
}

.sukie-portrait-frame img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  border-radius: 10px;
}

.sukie-message-block {
  flex: 1;
  padding: 40px 20px;
  text-align: center;
}

.sukie-main-heading {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #09233A;
  line-height: 1.2;
}

.sukie-brand-story {
  font-size: 1rem;
  line-height: 1.8;
  color: #0A457B;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 968px) {
  .sukie-hero-wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
  }

  .sukie-portrait-area {
    flex: 0 0 auto;
    max-width: 400px;
  }

  .sukie-main-heading {
    font-size: 2.5rem;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .sukie-hero-wrapper {
    padding: 20px;
  }

  .sukie-main-heading {
    font-size: 2rem;
  }

  .sukie-brand-story {
    font-size: 0.95rem;
  }
}
