/* Jee Honey — About page redesign */

.page-about .jh-about-page .jh-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 5vw, 32px);
  padding-right: clamp(20px, 5vw, 32px);
}

/* Intro hero */
.page-about .jh-about-intro {
  background: #fffbeb;
  padding: clamp(56px, 8vw, 88px) 0 clamp(40px, 6vw, 64px);
  text-align: center;
}

.page-about .jh-about-intro .jh-wrap {
  max-width: 760px;
}

.page-about .jh-about-intro-kicker {
  font-family: var(--jh-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b4842c;
  margin: 0 0 16px;
}

.page-about .jh-about-intro h1 {
  font-family: var(--jh-serif);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  color: #2d1b08;
  margin: 0 0 28px;
}

.page-about .jh-about-intro-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-about .jh-about-intro-text p {
  font-family: var(--jh-sans);
  font-size: 1rem;
  line-height: 1.75;
  color: #5c4a3a;
  margin: 0;
}

/* Gallery */
.page-about .jh-about-gallery {
  background: #fffbeb;
  padding-bottom: clamp(40px, 6vw, 56px);
}

.page-about .jh-about-gallery-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(43, 27, 14, 0.12);
}

.page-about .jh-about-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 15, 8, 0.72) 0%, rgba(26, 15, 8, 0.08) 42%, transparent 68%);
  pointer-events: none;
}

.page-about .jh-about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
}

.page-about .jh-about-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.page-about .jh-about-gallery-overlay {
  position: absolute;
  left: clamp(20px, 3vw, 32px);
  bottom: clamp(20px, 3vw, 32px);
  z-index: 2;
  max-width: min(520px, 90%);
  text-align: left;
}

.page-about .jh-about-gallery-overlay h2 {
  font-family: var(--jh-serif);
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 700;
  color: var(--jh-white);
  margin: 0 0 10px;
  line-height: 1.2;
}

.page-about .jh-about-gallery-overlay p {
  font-family: var(--jh-sans);
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

/* Stats */
.page-about .jh-about-stats {
  background: #fffbeb;
  padding: clamp(8px, 2vw, 16px) 0 clamp(56px, 8vw, 80px);
}

.page-about .jh-about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.page-about .jh-about-stat-card {
  background: var(--jh-white);
  border-radius: 18px;
  padding: clamp(28px, 4vw, 36px) 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(43, 27, 14, 0.06);
  border: 1px solid rgba(43, 27, 14, 0.05);
}

.page-about .jh-about-stat-card strong {
  display: block;
  font-family: var(--jh-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #c9a227;
  line-height: 1.1;
  margin-bottom: 8px;
}

.page-about .jh-about-stat-card span {
  font-family: var(--jh-sans);
  font-size: 0.8125rem;
  color: #5c4a3a;
}

/* Why choose */
.page-about .jh-about-why {
  background: #fffbeb;
  padding-bottom: clamp(56px, 8vw, 88px);
}

.page-about .jh-about-why .jh-section-head {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 44px);
}

.page-about .jh-about-why-kicker {
  font-family: var(--jh-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b4842c;
  margin: 0 0 14px;
}

.page-about .jh-about-why h2 {
  font-family: var(--jh-serif);
  font-size: clamp(1.875rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #2d1b08;
  margin: 0;
}

.page-about .jh-about-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-about .jh-about-why-card {
  background: var(--jh-white);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 30px);
  box-shadow: 0 8px 32px rgba(43, 27, 14, 0.06);
  border: 1px solid rgba(43, 27, 14, 0.05);
}

.page-about .jh-about-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fef3c7;
  color: #b4842c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  margin-bottom: 18px;
}

.page-about .jh-about-why-card h3 {
  font-family: var(--jh-serif);
  font-size: 1.125rem;
  font-weight: 700;
  color: #2d1b08;
  margin: 0 0 10px;
}

.page-about .jh-about-why-card p {
  font-family: var(--jh-sans);
  font-size: 0.875rem;
  line-height: 1.65;
  color: #5c4a3a;
  margin: 0;
}

/* Founder */
.page-about .jh-about-founder {
  background: #3d2411;
  padding: clamp(56px, 8vw, 88px) 0;
}

.page-about .jh-about-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.page-about .jh-about-founder-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 560px;
}

.page-about .jh-about-founder-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.page-about .jh-about-founder-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 15, 8, 0.75) 0%, transparent 50%);
  pointer-events: none;
}

.page-about .jh-about-founder-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

.page-about .jh-about-founder-caption strong {
  display: block;
  font-family: var(--jh-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--jh-white);
  margin-bottom: 4px;
}

.page-about .jh-about-founder-caption span {
  font-family: var(--jh-sans);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e8b84a;
}

.page-about .jh-about-founder-content {
  color: rgba(255, 251, 235, 0.9);
}

.page-about .jh-about-founder-kicker {
  font-family: var(--jh-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8b84a;
  margin: 0 0 18px;
}

.page-about .jh-about-founder-quote {
  font-family: "Cormorant Garamond", var(--jh-serif);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  color: var(--jh-white);
  margin: 0 0 24px;
}

.page-about .jh-about-founder-content p {
  font-family: var(--jh-sans);
  font-size: 0.9375rem;
  line-height: 1.72;
  color: rgba(255, 251, 235, 0.82);
  margin: 0 0 16px;
}

.page-about .jh-about-founder-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.page-about .jh-about-founder-badges span {
  font-family: var(--jh-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #e8b84a;
  border: 1px solid rgba(232, 184, 74, 0.45);
  border-radius: 999px;
  padding: 8px 14px;
}

@media (max-width: 991px) {
  .page-about .jh-about-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-about .jh-about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-about .jh-about-why-grid {
    grid-template-columns: 1fr;
  }

  .page-about .jh-about-founder-grid {
    grid-template-columns: 1fr;
  }

  .page-about .jh-about-founder-media {
    max-height: 420px;
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 575px) {
  .page-about .jh-about-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-about .jh-about-stats-grid {
    grid-template-columns: 1fr;
  }
}
