/* ============================================================
   Faiza Khan Portfolio — about.css
   About page specific styles
   ============================================================ */


/* ============================================================
   ABOUT HERO
   ============================================================ */

.about-hero {
  padding: 52px 0 56px;
  border-bottom: 0.5px solid rgba(100, 85, 55, 0.12);
  position: relative;
}

.about-eyebrow {
  display: block;
  margin-bottom: 22px;
}

.about-headline {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.13;
  color: var(--ink);
  letter-spacing: -0.02em;
  max-width: 740px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.9s ease-out 0.15s forwards;
}

.about-headline em {
  font-style: italic;
  font-weight: 600;
  color: var(--ink-soft);
}

.about-hero-aside {
  font-family: 'Caveat', cursive;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  color: var(--ink-muted);
  line-height: 1.5;
  margin-top: 22px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.85s ease-out 0.45s forwards;
}

.about-botanical-hero {
  position: absolute;
  top: 36px;
  right: 0;
  width: 44px;
  height: 62px;
  pointer-events: none;
}


/* ============================================================
   ABOUT BIO (photo + text two-column)
   ============================================================ */

.about-bio {
  padding: 64px 0 56px;
  border-bottom: 0.5px solid rgba(100, 85, 55, 0.10);
}

.about-bio-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 60px;
  align-items: start;
}

.about-photo-col {
  position: relative;
  padding-top: 10px;
}

.about-main-polaroid {
  position: relative;
}

.about-photo-note {
  font-family: 'Caveat', cursive;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  color: var(--ink-faint);
  margin-top: 10px;
  padding-left: 4px;
  pointer-events: none;
}

.about-bio-text-col {
  padding-top: 8px;
}

.about-bio-body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.78;
  color: var(--ink-mid);
  margin-bottom: 16px;
}

.about-bio-open {
  font-weight: 400;
  color: var(--olive);
  font-style: italic;
}

.about-bio-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}


/* ============================================================
   SHARED SECTION HEADING
   ============================================================ */

.about-section-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-top: 8px;
  margin-bottom: 28px;
}


/* ============================================================
   JOURNEY SECTION
   ============================================================ */

.about-journey {
  padding: 64px 0 60px;
  border-bottom: 0.5px solid rgba(100, 85, 55, 0.10);
  position: relative;
}

.journey-inner {
  max-width: 680px;
}

.journey-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.82;
  color: var(--ink-mid);
  margin-bottom: 20px;
}

.journey-text em {
  font-style: italic;
  color: var(--ink);
  font-weight: 400;
}

/* Pull quote — tape strip pinned, slight rotation */
.pull-quote {
  position: relative;
  background: var(--terra-pale);
  border-left: 2.5px solid var(--terra);
  padding: 24px 28px 24px 28px;
  margin-top: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.60;
  color: var(--ink);
  transform: rotate(-0.5deg);
  box-shadow: var(--sh-s);
  max-width: 600px;
}


/* ============================================================
   BEYOND WORK
   ============================================================ */

.about-beyond {
  padding: 64px 0 60px;
  border-bottom: 0.5px solid rgba(100, 85, 55, 0.10);
  position: relative;
}

.beyond-grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 56px;
  align-items: start;
}

.beyond-text-col {
  max-width: 500px;
}

.beyond-photo-col {
  padding-top: 10px;
  position: relative;
}

.beyond-polaroid {
  position: relative;
}


/* ============================================================
   DON NORMAN — DARK QUOTE SECTION
   ============================================================ */

.about-quote-dark {
  background: var(--spine);
  /* bleed past page-content padding to fill full page width */
  margin: 0 -52px 0 calc(-1 * var(--content-pl));
  padding: 76px var(--content-pl) 76px var(--content-pl);
  position: relative;
  overflow: hidden;
}

.dark-quote-inner {
  max-width: 640px;
  position: relative;
}

.dark-botanical {
  position: absolute;
  top: -24px;
  right: -40px;
  width: 36px;
  height: 52px;
  pointer-events: none;
}

.dark-quote {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  display: block;
  quotes: none;
}

.dark-cite {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.38);
  margin-top: 22px;
  font-style: normal;
}

/* "care" in dark section needs white oval */
.about-quote-dark .care-wrapper {
  position: relative;
  display: inline-block;
}

.about-quote-dark .care-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-1.5deg);
  width: calc(100% + 26px);
  height: calc(100% + 18px);
  overflow: visible;
  pointer-events: none;
}

.dark-annotation {
  font-family: 'Caveat', cursive;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.30);
  margin-top: 18px;
  pointer-events: none;
}


/* ============================================================
   CURRENTLY CURIOUS
   ============================================================ */

.about-curious {
  padding: 60px 0;
  text-align: center;
  border-bottom: 0.5px solid rgba(100, 85, 55, 0.10);
}

.curious-label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-faint);
  margin-bottom: 18px;
}

.curious-text {
  font-family: 'Caveat', cursive;
  font-weight: 500;
  font-size: 24px;
  color: var(--ink-mid);
  letter-spacing: 0.04em;
  line-height: 1.5;
}


/* ============================================================
   AVAILABILITY BADGE (used on Contact page)
   ============================================================ */

/* Availability badge with pulsing green dot */
.avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(90, 110, 72, 0.08);
  border: 0.5px solid rgba(90, 110, 72, 0.30);
  padding: 10px 20px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  color: var(--olive);
  letter-spacing: 0.01em;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5a9450;
  flex-shrink: 0;
  animation: pulse 2.2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(90, 148, 80, 0.50); }
  50%       { box-shadow: 0 0 0 7px rgba(90, 148, 80, 0); }
}

/* ============================================================
   ABOUT FOOTER BAR
   ============================================================ */

.about-footer {
  background: var(--paper-warm);
  border-top: 0.5px solid rgba(100, 85, 55, 0.12);
  margin: 0 -52px 0 calc(-1 * var(--content-pl));
  padding: 20px var(--content-pl) 28px calc(var(--content-pl));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-footer .footer-copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}

.about-footer .footer-pg {
  font-family: 'Caveat', cursive;
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-faint);
}
