/* ── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #FAFAFA;
  color: #333333;
}

/* ── Accessibility ────────────────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* ── Masthead ─────────────────────────────────────────────────── */
.masthead {
  background-color: #FFFFFF;
  background-image: url(/assets/tile-white.svg);
  background-repeat: repeat;
  background-size: min(29.75vw, 19.57vh);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: calc(20px + 0.02438 * min(500px, 100vw - 32px));
  padding-bottom: calc(20px - 0.02438 * min(500px, 100vw - 32px));
}

.masthead-logo {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* ── Tagline ──────────────────────────────────────────────────── */
.tagline-wrap {
  padding: 64px 24px 56px;
  text-align: center;
  background: #FAFAFA;
}

.tagline-text {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 27px);
  color: #333333;
  line-height: 2;
}

.tagline-sentence {
  display: inline-block;
  white-space: nowrap;
}

/* ── Photo ────────────────────────────────────────────────────── */
.photo-wrap {
  width: 100%;
  line-height: 0;
}

.photo-wrap img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 767px) {
  .photo-wrap img {
    min-height: 250px;
    object-fit: cover;
    object-position: center;
  }
}

/* ── Bio — single column ──────────────────────────────────────── */
.bio-outer {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 32px;
}

/* ── Timeline ─────────────────────────────────────────────────── */
.tl-entry {
  display: flex;
  gap: 20px;
  margin-bottom: 44px;
}

.tl-entry--last {
  margin-bottom: 0;
}

.tl-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 16px;
  padding-top: 7px;
}

.tl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tl-connector {
  width: 2px;
  flex: 1;
  background: #E0E0E0;
  margin-top: 8px;
}

.tl-body {
  padding-bottom: 4px;
}

.tl-years {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.tl-heading {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1A1A1A;
  margin: 4px 0 8px;
}

.tl-detail {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #888888;
}

/* ── And Wait ─────────────────────────────────────────────────── */
.and-wait-section {
  margin-top: 56px;
}

.and-wait-heading {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1A1A1A;
  margin: 0 0 8px;
}

.and-wait-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #888888;
  margin: 0 0 14px;
}

.and-wait-section p:last-child {
  margin-bottom: 0;
}

.books-highlight {
  font-weight: 600;
  color: #913686;
}

/* ── Subscribe ────────────────────────────────────────────────── */
.subscribe-section {
  margin-top: 56px;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 18px;
  height: 44px;
  border-radius: 8px;
  white-space: nowrap;
  margin-top: 16px;
  transition: background 0.18s ease;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
}

.whatsapp-btn .fa-whatsapp {
  font-size: 20px;
}

.subscribe-note {
  margin-top: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #888888;
  line-height: 1.6;
}

/* ── Social ───────────────────────────────────────────────────── */
.social-section {
  margin-top: 60px;
}

.social-handle-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
}

.social-section h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1A1A1A;
}

.social-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #888888;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #EFEFEF;
  color: #666666;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.social-btn:hover                { color: #FFFFFF; }
.social-btn--twitter:hover       { background: #000000; }
.social-btn--youtube:hover       { background: #FF0000; }
.social-btn--instagram:hover     { background: #E1306C; }
.social-btn--linkedin:hover      { background: #0A66C2; }
.social-btn--facebook:hover      { background: #1877F2; }
.social-btn--medium:hover        { background: #000000; }
.social-btn--substack:hover      { background: #FF6719; }

/* Tooltip */
.social-btn::before {
  content: attr(data-label);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #1A1A1A;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}

.social-btn:hover::before {
  opacity: 1;
}

/* ── Footer ───────────────────────────────────────────────────── */
.content-footer {
  border-top: 1px solid #E8E8E8;
  text-align: center;
  padding: 44px 24px 56px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #AAAAAA;
  background: #FAFAFA;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 600px) {
  .bio-outer     { padding: 60px 20px; }
  .tagline-wrap  { padding: 48px 20px 40px; }
}
