/* =====================================================
   PODWRITTEN MEDIA KIT — SHARED STYLESHEET
   ===================================================== */

:root {
  --accent: #7592f2;
  --accent-bg: #f0eeff;
  --text: #111111;
  --muted: #888888;
  --border: #e8e8e8;
  --bg: #ffffff;
  --sidebar-w: 280px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { height: 100%; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: 'DM Sans', sans-serif; }

.layout { display: flex; flex: 1; min-height: 100vh; }

.sidebar {
  width: var(--sidebar-w);
  flex-shrink: 0;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 20px 28px;
  position: fixed;
  top: 0; left: 0; bottom: 0;
  overflow-y: auto;
  background: var(--bg);
  z-index: 100;
}

.sidebar-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid var(--border);
  overflow: hidden;
  margin-bottom: 16px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sidebar-avatar img { width: 100%; height: 100%; object-fit: cover; }

.avatar-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #ccc;
  font-weight: 400;
}

.sidebar-name {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px;
}

.sidebar-client-title {
  font-size: 11px;
  color: var(--accent);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 0 8px;
  font-weight: 500;
}

.sidebar-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 7px;
  font-size: 13.5px;
  color: #555;
  cursor: pointer;
  transition: all 0.15s;
  letter-spacing: 0.01em;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}

.nav-item:hover { background: #f7f7f7; color: var(--text); }

.nav-item.active {
  background: var(--accent-bg);
  color: var(--accent);
  font-weight: 500;
}

.nav-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.45;
  flex-shrink: 0;
}

.nav-item.active .nav-dot { opacity: 1; }

.sidebar-socials {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.social-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: all 0.15s;
  background: transparent;
  text-decoration: none;
}

.social-btn:hover { border-color: var(--accent); color: var(--accent); }

.main {
  margin-left: var(--sidebar-w);
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.section { display: none; flex: 1; animation: fadeUp 0.3s ease both; }
.section.active { display: flex; flex-direction: column; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Header/title section */
.banner {
  border-bottom: 1px solid var(--border);
  padding: 34px 52px 0;
  background: #fff;
}

.banner-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 10px;
}

.banner-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 28px;
}

.banner-sub {
  display: none;
}

/* Tabs inside title section */
.banner-tabs {
  margin-top: 0;
  padding-bottom: 12px;
  margin-bottom: 0;
}

.banner .filter-row {
  margin-bottom: 0;
}

.banner .filter-btn {
  min-width: 92px;
  text-align: center;
  justify-content: center;
}

/* Main content */
.content {
  padding: 28px 52px 36px;
  flex: 1;
}

.bio-text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text);
  max-width: 760px;
  margin-bottom: 26px;
}

.topics-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  font-weight: 500;
}

.tags { display: flex; flex-wrap: wrap; gap: 8px; }

.tag {
  padding: 5px 14px;
  border: 1px solid var(--border);
  font-size: 12px;
  color: var(--muted);
  border-radius: 100px;
  transition: all 0.15s;
}

.tag:hover { border-color: var(--accent); color: var(--accent); }

.about-tabs { display: none; }

.about-tab {
  padding: 8px 20px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.15s;
  font-family: 'DM Sans', sans-serif;
}

.about-tab:hover { color: var(--text); }

.about-tab.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
  font-weight: 500;
}

/* Copy button sits beside the text */
.copy-row {
  float: right;
  display: flex;
  justify-content: flex-end;
  max-width: none;
  margin: 0 0 12px 22px;
}

.copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 6px;
  transition: all 0.15s;
}

.copy-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.copy-btn svg {
  width: 13px;
  height: 13px;
}

.about-tab-content::after {
  content: "";
  display: block;
  clear: both;
}

/* Filter buttons */
.filter-row {
  display: flex;
  gap: 6px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  transition: all 0.15s;
  border-radius: 4px;
}

.filter-btn.active,
.filter-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-bg);
}

/* Coverage */
.coverage-list { display: flex; flex-direction: column; }

.coverage-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  gap: 16px;
}

.coverage-item:last-child { border-bottom: none; }

.coverage-pub {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 4px;
  font-weight: 400;
}

.coverage-title {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

.coverage-link {
  flex-shrink: 0;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 5px 12px;
  border-radius: 4px;
  transition: all 0.15s;
  white-space: nowrap;
}

.coverage-link:hover { background: var(--accent); color: #fff; }

/* Headshots */
.drive-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border: 1px solid var(--border);
  font-size: 14px;
  color: var(--text);
  border-radius: 4px;
  transition: all 0.2s;
  margin-bottom: 28px;
}

.drive-link-btn:hover { border-color: var(--accent); color: var(--accent); }

/* Questions */
.questions-intro {
  display: none;
}

.question-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}

.question-num {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--accent);
  font-weight: 400;
  padding-top: 2px;
  line-height: 1.7;
}

.question-text {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text);
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 680px;
}

.contact-group h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--text);
}

.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  gap: 12px;
}

.contact-row:first-of-type { border-top: 1px solid var(--border); }

.contact-key {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  flex-shrink: 0;
}

.contact-val {
  font-size: 13px;
  color: var(--text);
  text-align: right;
}

.contact-val a { color: var(--accent); }
.contact-val a:hover { text-decoration: underline; }

/* Footer */
footer {
  position: sticky;
  bottom: 0;
  z-index: 80;
  border-top: 1px solid var(--border);
  padding: 8px 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  color: #9a9a9a;
  line-height: 1;
}

.footer-logo {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* Mobile */
.topbar {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 72px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  z-index: 200;
}

.topbar-name {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 400;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--text);
  transition: all 0.25s;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0; right: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 12px 16px;
  z-index: 190;
  flex-direction: column;
  gap: 2px;
}

.mobile-menu.open { display: flex; }

@media (max-width: 768px) {
  .sidebar { display: none; }
  .topbar { display: flex; }
  .main { margin-left: 0; padding-top: 72px; }

  .banner {
    padding: 26px 24px 0;
  }

  .banner-name {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }

  .banner-sub {
    display: none;
  }

  .banner-tabs {
    margin-top: 0;
    padding-bottom: 12px;
  }

  .content {
    padding: 24px 24px 32px;
  }

  .copy-row {
    float: none;
    justify-content: flex-start;
    margin: 0 0 12px 0;
  }

  footer {
    padding: 8px 24px;
  }

  .footer-logo {
    height: 16px;
    width: 16px;
  }

  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .coverage-item { flex-direction: column; align-items: flex-start; gap: 10px; }
}
