/* ── About Us page (loaded via $pageExtraCss in about.php) ── */

.about-page {
  --about-green-deep: #0d2818;
  --about-green-mid: #194b32;
  --about-gold: #d4af37;
  --about-gold-light: #f5d78a;
  --about-rose: #8b3a52;
  --about-charcoal: #1c1c1e;
  --about-muted: #6b5b4f;
  --about-border: rgba(212, 175, 55, 0.22);
  --about-ivory: #faf6f0;
  --about-cream: #f5efe6;
  background-color: var(--about-ivory);
  overflow-x: hidden;
}

/* Section headings inside about page */
.about-page .section-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  color: var(--about-charcoal);
  margin-bottom: 0.25rem;
}

.about-page .lotus-divider {
  color: var(--about-gold);
  margin: 0.75rem auto 0;
}

.about-page .lotus-divider i {
  font-size: 0.85rem;
  opacity: 0.85;
}

.about-page .brand-story-quote {
  border-left: 3px solid var(--about-gold);
  padding-left: 1.25rem;
  margin: 1.5rem 0 0;
}

.about-page .brand-story-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--about-rose);
  margin: 0;
}

/* Ensure scroll-reveal content is visible if JS is slow */
.about-page .fade-up.visible,
.about-page .about-hero .fade-up {
  opacity: 1;
  transform: none;
}

/* Hero extensions */
.about-page .about-hero.page-hero {
  padding: 3.75rem 0 3rem;
  margin-bottom: 0;
}

.about-hero {
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero__eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--about-gold-light);
  margin-bottom: 0.65rem;
}

.about-hero__sub {
  max-width: 36rem;
  line-height: 1.7;
}

.about-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 992px) {
  .about-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }
}

.about-hero__stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.28);
  padding: 1rem 1.1rem;
  text-align: center;
  border-radius: 2px;
  backdrop-filter: blur(6px);
}

.about-hero__stat-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}

.about-hero__stat-label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.35rem;
}

/* Shared typography */
.about-section {
  padding: 3.5rem 0;
}

.about-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep, #b8882a);
  margin-bottom: 0.75rem;
}

.about-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--charcoal, #1c1c1e);
}

.about-title em {
  font-style: italic;
  color: var(--rose, #8b3a52);
}

.about-lead {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-body {
  font-weight: 300;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 1rem;
}

.about-section-sub {
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 300;
  max-width: 32rem;
  margin: 0.75rem auto 0;
}

.about-quote {
  margin-top: 1.5rem;
}

/* Intro visual */
.about-intro__visual {
  position: relative;
}

.about-intro__frame {
  aspect-ratio: 4 / 5;
  max-height: 490px;
  background: linear-gradient(145deg, #faf6f0 0%, #efe4d4 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  display: block;
  border-radius: 2px;
  overflow: hidden;
}

.about-intro__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-intro__badge {
  position: absolute;
  bottom: -0.75rem;
  right: 1rem;
  background: var(--rose, #8b3a52);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 8px 24px rgba(139, 58, 82, 0.25);
}

.about-intro__badge-icon {
  font-size: 0.85rem;
}

/* Mission / Vision cards */
.about-card {
  padding: 2rem 1.75rem;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 2px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.about-card:hover {
  box-shadow: 0 12px 40px rgba(139, 58, 82, 0.08);
  transform: translateY(-2px);
}

.about-card--mission {
  border-top: 3px solid var(--rose);
}

.about-card--vision {
  border-top: 3px solid var(--gold-deep, #b8882a);
}

.about-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.about-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.about-card__text {
  font-weight: 300;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

/* Value pillars */
.about-pillar {
  text-align: center;
  padding: 1.75rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 2px;
  transition: border-color 0.2s;
}

.about-pillar:hover {
  border-color: rgba(212, 175, 55, 0.5);
}

.about-pillar__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(139, 58, 82, 0.1), rgba(212, 175, 55, 0.15));
  color: var(--rose);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.about-pillar__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.about-pillar__text {
  font-size: 0.84rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* Timeline */
.about-timeline-wrap {
  background: linear-gradient(180deg, #fff 0%, #faf6f0 100%);
}

.about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.about-timeline::before {
  content: '';
  position: absolute;
  left: 3.25rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--gold-deep), transparent);
}

.about-timeline__item {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2rem;
  position: relative;
}

.about-timeline__item:last-child {
  padding-bottom: 0;
}

.about-timeline__year {
  flex-shrink: 0;
  width: 6.5rem;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--gold-deep);
  text-align: right;
  padding-top: 0.15rem;
}

.about-timeline__content {
  flex: 1;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 3px solid var(--rose);
  border-radius: 2px;
}

.about-timeline__content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
  margin-bottom: 0.35rem;
}

.about-timeline__content p {
  font-size: 0.86rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* Process steps */
.about-step {
  height: 100%;
  padding: 1.5rem 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.about-step::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.15), transparent 70%);
}

.about-step__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-style: italic;
  color: rgba(212, 175, 55, 0.35);
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

.about-step__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.about-step__text {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* Sawaria band */
.about-sawaria {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
  color: #fff;
}

.about-sawaria .container {
  position: relative;
  z-index: 2;
}

.about-sawaria__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(108deg, #0d2818 0%, #194b32 55%, #1a3d2e 100%);
}

.about-sawaria__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/logo/akarssini_logo.png') 90% 50% / 280px no-repeat;
  opacity: 0.04;
  filter: brightness(10);
}

.about-sawaria__img-wrap {
  position: relative;
  text-align: center;
  padding: 1rem;
}

.about-sawaria__img-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.about-sawaria__img {
  max-width: 280px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.35));
  position: relative;
  z-index: 1;
}

.about-sawaria__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--about-gold-light);
  margin-bottom: 0.5rem;
}

.about-sawaria__title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #fff;
  margin-bottom: 1rem;
}

.about-sawaria__text {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.about-sawaria__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.about-sawaria__list li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.about-sawaria__list i {
  color: var(--about-gold-light);
  font-size: 0.75rem;
}

/* Why list */
.about-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.about-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.2);
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.5;
}

.about-why-list i {
  color: var(--rose);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* Founder note */
.about-founder {
  position: relative;
  padding: 2.5rem 2rem;
  background: #fff;
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold-deep);
  max-width: 900px;
  margin: 0 auto;
}

.about-founder__mark {
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(212, 175, 55, 0.2);
  pointer-events: none;
}

.about-founder__inner {
  position: relative;
  z-index: 1;
}

.about-founder__quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--charcoal);
  margin-bottom: 1.5rem;
}

.about-founder__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.about-founder__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.4);
  background: #faf6f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-founder__avatar img {
  width: 70%;
  opacity: 0.5;
}

.about-founder__name {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--charcoal);
}

.about-founder__role {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 300;
}

/* Testimonial cards */
.about-testimonial-card {
  margin: 0;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 2px;
}

.about-testimonial-card__stars {
  color: var(--gold-deep);
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
}

.about-testimonial-card p {
  font-style: italic;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-testimonial-card footer {
  font-size: 0.82rem;
  color: var(--charcoal);
}

.about-testimonial-card footer span {
  color: var(--muted);
  font-weight: 300;
}

/* Background utility overrides on about page */
.about-page .bg-ivory {
  background-color: var(--about-ivory) !important;
}

.about-page .bg-cream {
  background-color: var(--about-cream) !important;
}

.about-page .about-testimonials {
  border-top: 1px solid var(--about-border);
}

/* CTA */
.about-cta {
  padding: 4rem 0 5rem;
  background: linear-gradient(180deg, var(--about-ivory) 0%, #efe4d4 100%);
}

.about-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 20px 50px rgba(139, 58, 82, 0.06);
}

.about-cta__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.5rem;
}

.about-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 0.75rem;
}

.about-cta__sub {
  font-weight: 300;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-hero__stats {
    margin-top: 0.5rem;
  }

  .about-timeline::before {
    left: 2.5rem;
  }

  .about-timeline__year {
    width: 5rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .about-section {
    padding: 2.5rem 0;
  }

  .about-timeline__item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .about-timeline::before {
    display: none;
  }

  .about-timeline__year {
    text-align: left;
    width: auto;
  }

  .about-founder {
    padding: 2rem 1.25rem;
  }
}
