/* ── ABOUT PAGE ── */

.story-section { background: var(--white); }
.story-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.story-img-stack { position: relative; }
.story-img-main {
  border-radius: 24px;
  width: 100%; height: 480px;
  object-fit: cover;
  box-shadow: 0 18px 48px rgba(0,0,0,0.08);
}
.story-img-accent {
  position: absolute;
  bottom: -24px; right: -24px;
  width: 200px; height: 200px;
  border-radius: 20px;
  object-fit: cover;
  border: 5px solid var(--white);
  box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}
.story-year-badge {
  position: absolute;
  top: -14px; left: -14px;
  width: 90px; height: 90px;
  background: var(--forest);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700; text-align: center;
  color: var(--white);
}
.story-year-badge strong { font-size: 1.5rem; line-height: 1; }
.story-year-badge span { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }

.story-content .tag { margin-bottom: 12px; }
.founder-sig {
  margin-top: 32px;
  display: flex; align-items: center; gap: 18px;
  padding: 24px;
  background: var(--cream);
  border-radius: 20px;
  border-left: 4px solid var(--forest);
}
.founder-avatar {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
  display: grid; place-items: center;
  font-size: 1.4rem;
}
.founder-name { font-weight: 700; font-size: 1rem; color: var(--forest-dark); }
.founder-title { font-size: 0.82rem; color: var(--text-light); margin-top: 2px; }

/* FARMING METHODS */
.methods-section { background: var(--cream); }
.method-card {
  display: flex; gap: 24px; align-items: flex-start;
  padding: 30px;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--cream-dark);
  transition: var(--transition);
}
.method-card:hover { transform: translateY(-2px); }
.method-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--forest);
  line-height: 1;
  flex-shrink: 0;
  width: 62px;
}
.method-card h3 { font-weight: 700; font-size: 1.1rem; color: var(--forest-dark); margin-bottom: 10px; }
.method-card p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.8; }

/* MISSION VISION */
.mv-section {
  background: var(--cream);
  padding: 100px 0;
}
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.mv-card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 24px;
  padding: 36px;
}
.mv-card-icon {
  font-size: 2.4rem;
  margin-bottom: 18px;
  display: block;
}
.mv-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--forest-dark);
  margin-bottom: 14px;
}
.mv-card p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.9;
}
.mv-card ul { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.mv-card ul li {
  font-size: 0.9rem;
  color: var(--text-mid);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.mv-card ul li::before { content: '•'; color: var(--forest); margin-top: 4px; }

/* SUSTAINABILITY */
.sustain-section { background: var(--white); }
.sustain-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.sustain-img {
  border-radius: 24px;
  width: 100%; height: 440px;
  object-fit: cover;
  box-shadow: 0 22px 54px rgba(0,0,0,0.08);
}
.sustain-points { margin-top: 32px; display: flex; flex-direction: column; gap: 22px; }
.sustain-point {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px;
  background: var(--cream);
  border-radius: 18px;
}
.sustain-point-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: var(--forest);
  color: var(--white);
  border-radius: 14px;
  font-size: 1.2rem;
}
.sustain-point h4 { font-weight: 700; color: var(--forest-dark); margin-bottom: 4px; }
.sustain-point p { font-size: 0.92rem; color: var(--text-mid); line-height: 1.8; }

@media (max-width: 768px) {
  .story-layout, .sustain-layout, .owner-layout, .msme-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .story-img-main, .sustain-img { height: 320px; }
  .story-year-badge { top: -14px; left: -14px; width: 80px; height: 80px; }
  .story-year-badge strong { font-size: 1.4rem; }
  .story-img-accent { width: 140px; height: 140px; bottom: -14px; right: -14px; }
}

/* ── OWNER PROFILE ── */
.owner-section { background: var(--white); }
.owner-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.owner-reverse .owner-img-col { order: 2; }
.owner-reverse .owner-info { order: 1; }

.owner-img-col { display: flex; flex-direction: column; gap: 24px; }
.owner-img-wrap { position: relative; }
.owner-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  max-height: 500px;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(0,0,0,0.08);
}
.cofounder-img {
  object-position: center 30% !important;
}




.owner-exp-badge {
  position: absolute;
  top: -18px; right: -18px;
  width: 96px; height: 96px;
  background: var(--forest);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.78rem; font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  padding: 10px;
}
.owner-exp-badge strong { font-size: 1.6rem; display: block; }
.owner-trust-badges {
  display: flex; flex-direction: column; gap: 12px;
}
.owner-trust-item {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px;
  background: var(--cream);
  border-radius: 16px;
  font-size: 0.92rem; font-weight: 600;
  color: var(--forest-dark);
  border-left: 3px solid var(--forest);
}
.owner-trust-icon { font-size: 1.2rem; }

.owner-quote {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--forest-dark);
  border-left: 4px solid var(--gold);
  padding: 18px 22px;
  margin: 0 0 26px;
  background: var(--cream);
  border-radius: 0 16px 16px 0;
  line-height: 1.75;
}
.owner-details { display: flex; flex-direction: column; gap: 14px; margin-bottom: 8px; }
.owner-detail-item {
  display: flex; gap: 14px; align-items: center;
  padding: 16px 18px;
  background: var(--cream);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.owner-detail-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--forest), var(--sage));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.owner-detail-label {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-light); margin-bottom: 3px;
}
.owner-detail-val { font-size: 0.92rem; font-weight: 600; color: var(--forest-dark); }

/* ── MSME CERTIFICATE ── */
.msme-section { background: var(--white); }
.msme-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.msme-cert-frame {
  background-color: var(--white);
  border: 8px double var(--gold);
  border-radius: 4px;
  padding: 40px 36px;
  position: relative;
  box-shadow: 0 8px 40px rgba(201,168,76,0.2);
}
.msme-cert-frame::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(201,168,76,0.4);
  border-radius: 14px;
  pointer-events: none;
}
.msme-cert-header {
  display: flex; gap: 16px; align-items: center; margin-bottom: 20px;
}
.msme-cert-emblem {
  font-size: 3rem;
  width: 68px; height: 68px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(201,168,76,0.4);
}
.msme-cert-ministry {
  font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-light); font-weight: 700;
}
.msme-cert-title {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 700;
  color: var(--forest-dark); margin-top: 4px;
}
.msme-cert-divider {
  height: 2px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin-bottom: 24px;
}
.msme-cert-body { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.msme-cert-row {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.msme-cert-label {
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--text-light);
}
.msme-cert-value {
  font-size: 0.9rem; font-weight: 600; color: var(--forest-dark);
  text-align: right;
}
.msme-cert-stamp { text-align: center; }
.msme-stamp-circle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 96px; height: 96px;
  border-radius: 50%;
  border: 3px solid var(--forest);
  color: var(--forest);
  font-weight: 700; font-size: 0.9rem;
  transform: rotate(-15deg);
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 6px rgba(45,92,64,0.08);
}

.msme-points { display: flex; flex-direction: column; gap: 16px; }
.msme-point {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 20px;
  background: var(--cream);
  border-radius: 12px;
  transition: var(--transition);
}
.msme-point:hover { background: var(--cream-dark); transform: translateX(4px); }
.msme-point-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--forest), var(--sage));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.msme-point h4 { font-weight: 600; color: var(--forest-dark); font-size: 0.95rem; margin-bottom: 4px; }
.msme-point p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }

@media (max-width: 1024px) {
  .owner-layout { grid-template-columns: 1fr; gap: 48px; }
  .owner-img { height: auto; aspect-ratio: 3/2; max-height: 450px; }
  .owner-img-col { order: -1; }
  .owner-exp-badge { top: -14px; right: -14px; width: 90px; height: 90px; }
  .owner-exp-badge strong { font-size: 1.5rem; }
  .msme-layout { grid-template-columns: 1fr; }
  .owner-reverse .owner-img-col, 
  .owner-reverse .owner-info { order: unset; }
  .owner-img-col { order: -1; }
  .story-layout { gap: 40px; }
  .mv-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
}

@media (max-width: 768px) {
  .story-layout, .sustain-layout, .owner-layout, .msme-layout, .mv-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .owner-img-col { order: -1; }
  .story-img-main, .sustain-img, .owner-img { height: auto; min-height: 240px; max-height: 400px; aspect-ratio: 4/5; }
  .story-year-badge { top: -12px; left: -12px; width: 80px; height: 80px; }
  .story-year-badge strong { font-size: 1.4rem; }
  .story-img-accent { width: 140px; height: 140px; bottom: -14px; right: -14px; }
  .msme-cert-frame { padding: 28px 20px; }
  .msme-cert-row { flex-wrap: wrap; gap: 8px; }
  .msme-cert-value { text-align: left; width: 100%; font-size: 0.85rem; }
  .msme-cert-label { font-size: 0.7rem; }
  .owner-trust-badges { margin-top: 10px; }
  .owner-detail-item { padding: 14px; flex-direction: column; align-items: flex-start; }
  .owner-detail-icon { width: 36px; height: 36px; }
  .mv-card { padding: 24px; }
}
