:root {
  --ink: #111111;
  --text: #3f3f3f;
  --muted: #777777;
  --faint: #a1a1a1;
  --line: #e8e8e8;
  --soft: #f7f7f7;
  --white: #ffffff;
  --accent: #9d7b3d;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.wordmark {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: uppercase;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.top-nav a:hover,
.text-link:hover {
  color: var(--accent);
}

.profile-section,
.section-block,
.book-section,
.stats-strip,
.site-footer {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.hero-image {
  width: 100%;
  height: calc(100vh - 86px);
  min-height: 620px;
  overflow: hidden;
  background: var(--soft);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile-section {
  display: block;
  padding: clamp(54px, 8vw, 104px) 0 clamp(38px, 7vw, 84px);
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 680px;
  font-size: 84px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  max-width: 780px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: 0;
}

.kicker {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.profile-note {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin-top: 34px;
  color: var(--text);
  font-size: 19px;
}

.profile-note strong {
  color: var(--ink);
  font-weight: 700;
}

.portrait-frame,
.book-cover,
.asset-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
}

.portrait-frame img,
.book-cover img,
.asset-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-top: 0;
}

.stats-strip div {
  min-height: 106px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 18px 10px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.stats-strip div:last-child {
  border-right: 0;
}

.stats-strip strong {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
}

.stats-strip span {
  color: var(--faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-block {
  padding: clamp(58px, 8vw, 104px) 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 30px;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  padding-top: 18px;
}

.client-card {
  display: grid;
  min-height: 118px;
  place-items: center;
  gap: 10px;
  padding: 18px 12px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.client-card img {
  width: auto;
  max-width: min(118px, 100%);
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

.client-card span {
  display: block;
}

.filter-wrap {
  margin: 26px 0 18px;
}

.filter-wrap p,
.press-count {
  margin-bottom: 10px;
  color: var(--faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.filter-scroll {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}

.filter-button img,
.pub-logo,
.publication-tile img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.filter-button.is-active {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.publication-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 8px;
  margin: 22px 0 26px;
}

.publication-tile {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.press-table-wrap {
  overflow-x: auto;
}

.press-table {
  width: 100%;
  border-collapse: collapse;
}

.press-table th {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.press-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.press-table tr[hidden],
.press-item[hidden] {
  display: none;
}

.pub-cell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.article-link {
  color: var(--ink);
  font-weight: 600;
}

.article-link:hover {
  color: var(--accent);
}

.date-cell {
  color: var(--muted);
  white-space: nowrap;
}

.arrow-cell {
  color: var(--faint);
  text-align: right;
}

.press-list {
  display: none;
}

.news-feature {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) 0;
  border-bottom: 1px solid var(--line);
}

.news-image {
  width: min(100%, 980px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--soft);
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-logo-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.news-logo-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.news-logo-links img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.full-image-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(40px, 6vw, 78px) 0;
  border-bottom: 1px solid var(--line);
}

.full-image-section img {
  display: block;
  width: 100%;
  height: auto;
}

.portrait-full img {
  width: min(100%, 820px);
  margin: 0 auto;
}

.square-full img {
  width: min(100%, 920px);
  margin: 0 auto;
}

.wide-full {
  width: 100%;
  padding-inline: clamp(18px, 5vw, 64px);
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.asset-card {
  border: 1px solid var(--line);
  background: var(--white);
}

.asset-frame {
  border: 0;
  border-bottom: 1px solid var(--line);
}

.asset-meta {
  padding: 12px 14px 14px;
}

.asset-meta span {
  display: block;
  color: var(--faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.asset-meta strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.awards-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.award-card {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.award-card-featured {
  display: flex;
  flex-direction: column;
}

.award-media {
  overflow: hidden;
  margin: -22px -22px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.award-media img,
.award-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.award-badge {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.award-card p {
  margin-top: 10px;
  color: var(--muted);
}

.award-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.book-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) 0;
  border-bottom: 1px solid var(--line);
}

.media-section .book-section {
  width: 100%;
  margin: 8px 0 58px;
  padding: 34px 0 48px;
  border-top: 1px solid var(--line);
}

.media-heading {
  margin-top: 0;
}

.book-cover {
  width: min(100%, 560px);
  justify-self: center;
}

.book-copy p {
  max-width: 640px;
  margin-top: 18px;
  color: var(--text);
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.amazon-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.amazon-link img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.amazon-link:hover {
  border-color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 0 46px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer div,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.site-footer div {
  flex-direction: column;
}

.site-footer nav {
  justify-content: flex-end;
}

.site-footer a:hover {
  color: var(--ink);
}

.facebook-embed {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 26px;
}

.facebook-post-image {
  width: min(100%, 500px);
  border: 1px solid var(--line);
  background: var(--white);
}

.facebook-post-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1020px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 38px;
  }

  .client-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  .top-nav {
    max-width: 320px;
  }

  .profile-section,
  .book-section {
    grid-template-columns: 1fr;
  }

  .book-cover {
    width: min(100%, 430px);
  }

  .book-copy {
    max-width: 640px;
  }

  .portrait-frame {
    width: min(100%, 420px);
  }

  .stats-strip,
  .asset-grid,
  .awards-grid,
  .awards-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-strip div:nth-child(2n) {
    border-right: 0;
  }

  .stats-strip div:last-child {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: relative;
  }

  .top-nav {
    display: none;
  }

  .profile-section,
  .section-block,
  .book-section,
  .news-feature,
  .full-image-section,
  .stats-strip,
  .site-footer {
    width: min(100% - 32px, var(--max));
  }

  .hero-image {
    height: 78vh;
    min-height: 520px;
  }

  h1 {
    font-size: 46px;
    line-height: 1.02;
  }

  h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .profile-note,
  .book-copy p {
    font-size: 17px;
  }

  .stats-strip strong {
    font-size: 34px;
  }

  .stats-strip,
  .asset-grid,
  .awards-grid,
  .awards-media-grid {
    grid-template-columns: 1fr;
  }

  .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-card {
    min-height: 108px;
  }

  .client-card img {
    max-width: 112px;
    max-height: 44px;
  }

  .media-section .book-section {
    margin: 0 0 38px;
    padding: 28px 0 38px;
  }

  .book-cover {
    width: min(100%, 360px);
  }

  .amazon-link {
    width: 100%;
    justify-content: center;
  }

  .stats-strip div,
  .stats-strip div:nth-child(2n),
  .stats-strip div:last-child {
    grid-column: auto;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .stats-strip div:first-child {
    border-top: 0;
  }

  .filter-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .filter-button {
    min-width: 150px;
  }

  .publication-wall {
    grid-template-columns: 1fr 1fr;
  }

  .press-table-wrap {
    display: none;
  }

  .press-list {
    display: grid;
    gap: 10px;
  }

  .press-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 16px;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--line);
    background: var(--white);
  }

  .press-item-logo-wrap {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--soft);
  }

  .press-item-logo {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  .press-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--faint);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .press-item-title {
    margin-top: 4px;
    color: var(--ink);
    font-weight: 650;
    line-height: 1.35;
  }

  .press-item-arr {
    color: var(--faint);
  }

  .site-footer {
    display: grid;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
