/* ============================================
   ENCHANTED... — About Page Styles
   ============================================ */

/* ── Brand Story ── */
.brand-story {
  padding: 4rem 0;
  background: var(--purple-pale);
}

.brand-story__inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 4rem;
  align-items: start;
}

.brand-story__full-p {
  margin-top: 2.5rem;
  padding: 0 0.5rem;
  max-width: 860px;
}

.brand-story__full-p p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-mid);
}

.brand-story__visual {
  position: relative;
}

.artisan-portrait {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--radius-lg);
  background: linear-gradient(
    135deg,
    #d4956a 0%,
    #8040c0 35%,
    #6225a0 65%,
    #1E4D0F 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-hover);
}

.artisan-portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(61, 26, 94, 0.3) 100%
  );
}

.portrait-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--warm-gold);
  color: var(--white);
  width: 100px; height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.4);
  border: 3px solid var(--white);
}
.portrait-badge strong { font-size: 1.5rem; display: block; line-height: 1; }

.portrait-leaf {
  position: absolute;
  top: -1rem; left: -1rem;
  opacity: 0.4;
  color: var(--sage-green);
  font-size: 3rem;
  transform: rotate(-20deg);
}

.brand-story__text {}
.brand-story__text .section-label { margin-bottom: 0.5rem; }
.brand-story__text h2 { margin-bottom: 1.5rem; }

.brand-story__text p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

.brand-story__text p:first-of-type {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--forest-green);
  line-height: 1.7;
}

.brand-story__sig {
  margin-top: 2rem;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--warm-gold);
}

/* ── Process Section ── */
.process {
  padding: 6rem 0;
  background: var(--purple-light);
}

.process__header {
  text-align: center;
  margin-bottom: 4rem;
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}

/* Connecting line between steps */
.process__steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12.5%; right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--sage-green), var(--warm-gold), var(--deep-purple), var(--sage-green));
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-step__icon {
  width: 72px; height: 72px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--white);
  position: relative;
  transition: transform var(--transition);
}
.process-step__icon::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--white);
  z-index: -1;
}
.process-step:hover .process-step__icon { transform: scale(1.1) rotate(5deg); }

.process-step:nth-child(1) .process-step__icon { background: linear-gradient(135deg, var(--forest-green), var(--sage-green)); }
.process-step:nth-child(2) .process-step__icon { background: linear-gradient(135deg, var(--warm-gold), #e0a030); }
.process-step:nth-child(3) .process-step__icon { background: linear-gradient(135deg, var(--deep-purple), #6a3a9e); }
.process-step:nth-child(4) .process-step__icon { background: linear-gradient(135deg, var(--terra), var(--warm-gold)); }

.process-step__num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-light);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.process-step__title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--deep-purple);
  margin-bottom: 0.5rem;
}

.process-step__text {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* ── Values Section ── */
.values {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--deep-purple) 50%, var(--forest-green) 100%);
  position: relative;
  overflow: hidden;
}

.values__bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C9A84C' fill-opacity='1' fill-rule='evenodd'%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3Ccircle cx='0' cy='0' r='2'/%3E%3Ccircle cx='80' cy='0' r='2'/%3E%3Ccircle cx='0' cy='80' r='2'/%3E%3Ccircle cx='80' cy='80' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.values__header {
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
}
.values__header h2 { color: var(--cream); }
.values__header p { color: rgba(245, 240, 232, 0.7); margin: 0 auto; max-width: 480px; }

.values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}

.value-card {
  background: rgba(245, 240, 232, 0.07);
  border: 1px solid rgba(245, 240, 232, 0.12);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--transition);
  backdrop-filter: blur(4px);
}
.value-card:hover {
  background: rgba(245, 240, 232, 0.13);
  transform: translateY(-5px);
  border-color: var(--warm-gold);
}

.value-card__icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  display: block;
}

.value-card__title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--warm-gold);
  margin-bottom: 0.75rem;
}

.value-card__text {
  font-size: 0.88rem;
  color: rgba(245, 240, 232, 0.7);
  line-height: 1.65;
}

/* ── Ingredients Section ── */
.ingredients {
  padding: 6rem 0;
  background: var(--purple-pale);
}

.ingredients__header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.ingredients__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
}

.ingredient-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  background: var(--cream);
  border-radius: var(--radius-md);
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--cream-dark);
}
.ingredient-chip:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: var(--deep-purple);
}
.ingredient-chip__icon {
  font-size: 2.2rem;
  line-height: 1;
}
.ingredient-chip__name {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--deep-purple);
  font-weight: 600;
}
.ingredient-chip__note {
  font-size: 0.78rem;
  color: var(--text-light);
}

/* ── Artisan Photo ── */
.artisan-photo-wrap {
  position: relative;
  width: 340px;
  max-width: 100%;
}
.artisan-photo {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: top center;
  border-radius: 180px 180px 100px 100px;
  box-shadow: 0 16px 48px rgba(98, 37, 160, 0.3);
  border: 4px solid rgba(201, 168, 76, 0.35);
}

/* ── Responsive About ── */
@media (max-width: 1024px) {
  .process__steps { grid-template-columns: repeat(2, 1fr); }
  .process__steps::before { display: none; }
  .values__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .brand-story__inner { grid-template-columns: 1fr; gap: 2rem; }
  .brand-story__visual { max-width: 320px; margin: 0 auto; }
  .portrait-badge { right: 0; bottom: -1rem; }

  .process__steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .process__steps { grid-template-columns: 1fr; }
  .values__grid { grid-template-columns: 1fr; }
}
