/* ═══════════════════════════════════════
   ABOUT.CSS — Out Shine Web Design
═══════════════════════════════════════ */

/* ── ABOUT HERO ── */
.about-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: calc(var(--nav-height) + 5rem) 5rem 5rem;
  gap: 5rem;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.about-hero::after {
  content: '';
  position: absolute;
  right: -60px; top: 50%;
  transform: translateY(-50%);
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 1.5px solid var(--teal-light);
  pointer-events: none;
}
.about-hero-text { position: relative; z-index: 2; }
.about-hero-text .eyebrow { margin-bottom: 1.25rem; }
.about-hero-text h1 { margin-bottom: 1.25rem; }
.about-hero-text .lead { max-width: 460px; color: var(--ink-soft); }

.about-hero-photo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-frame {
  position: relative;
  width: 380px;
  height: 460px;
}
.photo-frame picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.photo-accent {
  position: absolute;
  bottom: -14px; right: -14px;
  width: 100%; height: 100%;
  border-radius: 6px;
  border: 2px solid rgba(17,85,98,0.15);
  z-index: -1;
}

/* ── BACKGROUND SECTION ── */
.background-section { background: var(--teal); color: var(--cream); }
.background-section .eyebrow { color: rgba(255,255,255,0.55); }
.background-section h2 { color: var(--cream); margin-bottom: 3rem; }
.background-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.bg-card {
  background: var(--cream);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 2rem 1.75rem;
  transition: background 0.2s;
}
.bg-card-icon {
  width: 44px; height: 44px;
  background: var(--blush);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.bg-card-icon svg { width: 20px; height: 20px; stroke: var(--cream); fill: none; stroke-width: 1.5; }
.bg-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 0.35rem;
}
.bg-card-sub {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blush);
  margin-bottom: 0.85rem;
}
.bg-card p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--ink);
}
.bg-card p em { font-style: italic; color: var(--blush); }

/* ── GOALS ── */
.goals-section { background: var(--cream); }
.goals-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 5rem;
  align-items: start;
  margin-top: 1rem;
}
.goals-text h2 { margin-bottom: 2.5rem; }
.goal-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(17,85,98,0.08);
}
.goal-item:first-of-type { padding-top: 0; }
.goal-item:last-child { border-bottom: none; }
.goal-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--blush);
  line-height: 1;
  min-width: 42px;
  padding-top: 0.1rem;
}
.goal-body h3 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.goal-body p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-soft);
}

.goals-aside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: calc(var(--nav-height) + 2rem);
}
.goals-quote {
  background: var(--teal);
  border-radius: 6px;
  padding: 2rem;
}
.goals-quote p {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
  color: var(--cream);
}
.goals-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.gs-stat {
  background: var(--teal);
  border: 1px solid rgba(17,85,98,0.1);
  border-radius: 6px;
  padding: 1.25rem 0.75rem;
  text-align: center;
}
.gs-stat-num {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--blush);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.gs-stat-label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1.35;
}

/* ── ABOUT CTA ── */
.about-cta {
  background: var(--teal);
  text-align: center;
  padding: 8rem 5rem;
  position: relative;
  overflow: hidden;
}
.about-cta::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
}
.about-cta .eyebrow { color: rgba(255,255,255,0.6); position: relative; z-index: 2; }
.about-cta h2 { color: var(--cream); position: relative; z-index: 2; }
.about-cta .lead {
  color: rgba(255,255,255,0.7);
  margin: 0 auto 2.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about-cta .btn-primary { position: relative; z-index: 2; }

/* Animations */
.about-hero-text > * {
  opacity: 0;
  animation: fadeUp 0.6s ease forwards;
}
.about-hero-text .eyebrow { animation-delay: 0.1s; }
.about-hero-text h1 { animation-delay: 0.22s; }
.about-hero-text .lead { animation-delay: 0.34s; }
.about-hero-photo {
  opacity: 0;
  animation: fadeUp 0.7s ease 0.45s forwards;
}

/* ══════════════════════ TABLET ══════════════════════ */
@media (max-width: 1100px) {
  .about-hero { padding: calc(var(--nav-height) + 3.5rem) 3rem 3.5rem; gap: 3rem; }
  .photo-frame { width: 300px; height: 380px; }
  .background-grid { grid-template-columns: 1fr 1fr; }
  .goals-inner { grid-template-columns: 1fr 300px; gap: 3rem; }
  .about-cta { padding: 6rem 3rem; }
}

/* ══════════════════════ MOBILE ══════════════════════ */
@media (max-width: 768px) {
  .about-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: calc(var(--nav-height) + 2.5rem) 1.5rem 3rem;
    gap: 2.5rem;
  }
  .photo-frame { width: 100%; height: 400px; }
  .background-grid { grid-template-columns: 1fr; }
  .goals-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .goals-aside { position: static; }
  .goals-stats { grid-template-columns: repeat(3, 1fr); }
  .about-cta { padding: 5rem 1.5rem; }
}

@media (max-width: 480px) {
  .goals-stats { grid-template-columns: 1fr; }
  .goal-item { flex-direction: column; gap: 0.5rem; }
}
