:root {
  --paper: #f7f3eb;
  --paper-deep: #ebe5d9;
  --white: #fffdf9;
  --ink: #14233f;
  --ink-soft: #34415b;
  --muted: #687084;
  --line: #d9d5ca;
  --sage: #aebdca;
  --sage-pale: #e7edf1;
  --rose: #a8802f;
  --rose-pale: #efe5cc;
  --gold: #d4af5a;
  --gold-pale: #f3e8cf;
  --shadow: 0 24px 70px rgba(20, 35, 63, 0.12);
  --shadow-soft: 0 12px 32px rgba(20, 35, 63, 0.08);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

button,
input,
select {
  font: inherit;
}

button,
a,
summary,
select {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

img {
  max-width: 100%;
}

::selection {
  background: var(--rose-pale);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding-block: 110px;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(23, 51, 43, 0.12);
  background: rgba(246, 241, 232, 0.96);
}

.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand img {
  display: block;
  width: 142px;
  height: auto;
}

.brand-compact img {
  width: 38px;
  height: auto;
}

.desktop-nav,
.nav-actions {
  display: flex;
  align-items: center;
}

.desktop-nav {
  gap: 34px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 600;
}

.desktop-nav a,
.nav-signin {
  transition:
    color 160ms ease,
    opacity 160ms ease;
}

.desktop-nav a:hover,
.nav-signin:hover {
  color: var(--rose);
}

.nav-actions {
  gap: 20px;
  font-size: 0.88rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--rose);
  color: white;
  box-shadow: 0 9px 22px rgba(159, 67, 82, 0.2);
}

.button-primary:hover {
  background: #8e3947;
  box-shadow: 0 12px 28px rgba(159, 67, 82, 0.26);
}

.button-small {
  min-height: 39px;
  padding: 8px 16px;
}

.button-quiet {
  border-color: var(--ink);
  background: transparent;
}

.button-quiet:hover {
  background: var(--ink);
  color: white;
}

.button-paper {
  background: var(--paper);
  color: var(--ink);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

.button-wide {
  width: 100%;
}

.hero {
  display: grid;
  min-height: 680px;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 72px;
  padding-block: 76px 96px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.overline {
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(159, 67, 82, 0.3);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.48);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
}

.hero h1 {
  max-width: 640px;
  margin: 28px 0 22px;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6.5vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero h1 em {
  display: block;
  color: var(--rose);
  font-weight: 400;
}

.hero-lede {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
}

.trust-line span {
  position: relative;
  padding-left: 15px;
}

.trust-line span::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sage);
  content: "";
}

.hero-product {
  position: relative;
  width: min(100%, 525px);
  justify-self: end;
  border: 1px solid rgba(23, 51, 43, 0.18);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.hero-product::before,
.hero-product::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(23, 51, 43, 0.13);
  border-radius: 10px;
  background: #e8dfd1;
  content: "";
}

.hero-product::before {
  inset: 28px -19px -20px 22px;
  transform: rotate(2deg);
}

.hero-product::after {
  inset: -17px 34px 33px -22px;
  background: #dfe8e2;
  transform: rotate(-3deg);
}

.product-topline {
  display: grid;
  min-height: 55px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--line);
}

.window-dots i:first-child {
  background: var(--rose);
}

.secure-chip {
  justify-self: end;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--sage-pale);
  color: var(--ink);
  font-size: 0.65rem;
}

.product-body {
  padding: 34px;
}

.campaign-kicker {
  color: var(--rose);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-body h2 {
  margin: 8px 0 2px;
  font-family: var(--serif);
  font-size: 2.08rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.product-body > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.progress-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.progress-row div {
  padding-right: 10px;
  border-right: 1px solid var(--line);
}

.progress-row div:last-child {
  border: 0;
}

.progress-row strong,
.progress-row span {
  display: block;
}

.progress-row strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.progress-row span {
  color: var(--muted);
  font-size: 0.68rem;
}

.progress-track {
  height: 6px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--paper-deep);
}

.progress-track span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--rose);
}

.reader-stack {
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.avatar {
  display: inline-grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  font-size: 0.63rem;
  font-weight: 800;
}

.avatar + .avatar {
  margin-left: -8px;
}

.avatar-large {
  width: 54px;
  height: 54px;
  margin: 0 !important;
  font-size: 0.76rem;
}

.avatar-sage {
  background: var(--sage);
  color: var(--ink);
}

.avatar-rose {
  background: var(--rose);
  color: white;
}

.avatar-gold {
  background: var(--gold-pale);
  color: #75551b;
}

.avatar-ink {
  background: var(--ink);
  color: white;
}

.reader-stack p {
  margin: 0 0 0 12px;
  color: var(--muted);
  font-size: 0.72rem;
}

.activity-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.activity-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  font-weight: 800;
}

.activity-card strong {
  display: block;
  font-size: 0.76rem;
}

.activity-card p,
.activity-card time {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.64rem;
}

.paper-tab {
  position: absolute;
  z-index: 3;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  font-size: 0.66rem;
  font-weight: 800;
}

.paper-tab-one {
  top: 84px;
  right: -31px;
  transform: rotate(3deg);
}

.paper-tab-two {
  bottom: 42px;
  left: -35px;
  transform: rotate(-4deg);
}

.principle-band {
  border-block: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--ink);
  color: white;
}

.principle-grid {
  display: grid;
  min-height: 126px;
  grid-template-columns: repeat(3, 1fr) 1.35fr;
  align-items: center;
}

.principle-grid > div {
  padding: 18px 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.principle-grid > div:first-child {
  padding-left: 0;
}

.principle-grid strong,
.principle-grid span {
  display: block;
}

.principle-grid strong {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.principle-grid div span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
}

.principle-grid > p {
  margin: 0;
  padding-left: 38px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.principle-grid > p span {
  display: inline;
  margin-inline: 7px;
  color: var(--gold);
}

.section-heading {
  max-width: 690px;
  margin-bottom: 54px;
}

.section-heading h2,
.community-copy h2,
.pricing-copy h2,
.audience-card h2,
.professional-layout h2,
.final-cta h2 {
  margin: 12px 0 16px;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 4.6vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.section-heading p,
.community-copy > p,
.pricing-copy > p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.step-card {
  position: relative;
  min-height: 330px;
  padding: 36px;
  border-right: 1px solid var(--line);
}

.step-card:last-child {
  border: 0;
}

.step-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: var(--line);
  font-family: var(--serif);
  font-size: 2rem;
}

.line-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.step-card h3 {
  margin: 64px 0 12px;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.community-section {
  overflow: hidden;
  padding-block: 125px;
  background: var(--sage-pale);
}

.community-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.tick-list {
  display: grid;
  gap: 13px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 29px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 650;
}

.tick-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--rose);
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.profile-fan {
  position: relative;
  min-height: 520px;
}

.profile-feature,
.mini-profile {
  position: absolute;
  border: 1px solid rgba(23, 51, 43, 0.16);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.profile-feature {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: min(100%, 470px);
  padding: 34px;
  border-radius: 10px;
  transform: rotate(-1.5deg);
}

.mini-profile {
  display: grid;
  width: min(88%, 410px);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 22px;
  border-radius: 8px;
}

.mini-profile-back {
  top: 15px;
  left: 30px;
  transform: rotate(4deg);
}

.mini-profile-mid {
  z-index: 2;
  top: 105px;
  right: 30px;
  transform: rotate(-2deg);
}

.mini-profile strong,
.profile-head strong {
  font-size: 0.86rem;
}

.mini-profile p,
.profile-head p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.availability {
  padding: 4px 8px;
  border-radius: 99px;
  background: var(--sage-pale);
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 800;
}

.profile-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
}

.role-chip {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 99px;
  font-size: 0.6rem;
  font-weight: 800;
}

.profile-quote {
  margin: 28px 0;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.5;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-row span {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: var(--paper);
  font-size: 0.63rem;
  font-weight: 700;
}

.profile-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.profile-metrics strong,
.profile-metrics span {
  display: block;
}

.profile-metrics strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}

.profile-metrics span {
  color: var(--muted);
  font-size: 0.58rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.audience-card {
  min-height: 550px;
  padding: 60px;
}

.audience-card h2 {
  max-width: 430px;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
}

.audience-card ul {
  display: grid;
  gap: 14px;
  margin: 35px 0 46px;
  padding: 0;
  list-style: none;
}

.audience-card li {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(23, 51, 43, 0.12);
  font-size: 0.88rem;
  font-weight: 650;
}

.audience-card li::before {
  margin-right: 11px;
  color: var(--rose);
  content: "—";
}

.audience-card > a {
  font-size: 0.84rem;
  font-weight: 800;
}

.audience-author {
  background: var(--white);
}

.audience-reader {
  background: var(--gold-pale);
}

.professional-strip {
  padding-block: 80px;
  background: var(--rose);
  color: white;
}

.professional-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 90px;
}

.overline.light {
  color: rgba(255, 255, 255, 0.66);
}

.professional-layout h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
}

.professional-layout p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.pricing-section {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: 100px;
}

.pricing-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--rose);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.price-switch {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 4px;
  padding: 4px;
  border-radius: 7px;
  background: var(--paper);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
  text-align: center;
}

.price-switch span {
  padding: 8px;
}

.price-switch .active {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
}

.price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 32px 0 5px;
  font-family: var(--serif);
}

.price > span {
  margin-top: 12px;
  font-size: 1.25rem;
}

.price strong {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.price small {
  align-self: flex-end;
  margin: 0 0 9px 7px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.75rem;
}

.pricing-card > p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 0.73rem;
  text-align: center;
}

.price-note {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.final-cta {
  padding-block: 82px;
  background: var(--ink);
  color: white;
}

.final-cta-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.final-cta h2 {
  margin-bottom: 0;
}

.final-cta .hero-actions {
  flex-wrap: nowrap;
}

.site-footer {
  padding-block: 72px 26px;
  border-top: 1px solid var(--line);
  background: var(--paper-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 60px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-grid > div:first-child p {
  max-width: 300px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-grid strong {
  margin-bottom: 9px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid > div > span {
  color: var(--muted);
  font-size: 0.72rem;
}

.footer-grid a:hover {
  color: var(--rose);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(23, 51, 43, 0.13);
  color: var(--muted);
  font-size: 0.65rem;
}

/* Reader directory */

.directory-hero {
  padding-block: 78px 72px;
  border-bottom: 1px solid var(--line);
  background: var(--sage-pale);
}

.directory-hero h1 {
  max-width: 780px;
  margin: 13px 0 18px;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}

.directory-hero > div > p {
  max-width: 700px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.community-promise {
  display: grid;
  max-width: 700px;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 30px;
  padding: 17px;
  border-left: 3px solid var(--rose);
  background: rgba(255, 253, 249, 0.55);
}

.promise-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-pale);
  color: var(--rose);
}

.community-promise strong {
  font-size: 0.76rem;
}

.community-promise p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.directory-content {
  padding-block: 60px 110px;
}

.mode-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.mode-switch button {
  min-height: 42px;
  padding: 8px 16px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 750;
}

.mode-switch button.active {
  background: var(--ink);
  color: white;
}

.mode-switch button span {
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 99px;
  background: var(--sage);
  color: var(--ink);
  font-size: 0.56rem;
}

.directory-toolbar {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 15px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.directory-toolbar label {
  display: grid;
  gap: 7px;
}

.directory-toolbar label > span,
.field-label {
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.directory-toolbar input,
.directory-toolbar select {
  width: 100%;
  height: 45px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  outline: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.76rem;
}

.directory-toolbar input:focus,
.directory-toolbar select:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px var(--rose-pale);
}

.directory-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 34px 18px;
  color: var(--muted);
  font-size: 0.7rem;
}

.directory-summary p {
  margin: 0;
}

.directory-summary strong {
  color: var(--ink);
}

.directory-summary > span {
  padding-right: 5px;
  font-weight: 750;
}

.reader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.reader-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(23, 51, 43, 0.03);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.reader-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.reader-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
}

.reader-card-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.reader-card-head p {
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 0.67rem;
}

.reader-type {
  padding: 5px 8px;
  border-radius: 99px;
  font-size: 0.57rem;
  font-weight: 850;
  text-transform: uppercase;
}

.reader-type.volunteer {
  background: var(--sage-pale);
}

.reader-type.professional {
  background: var(--gold-pale);
  color: #6d501e;
}

.reader-meta {
  display: flex;
  gap: 20px;
  margin-top: 22px;
  padding-block: 12px;
  border-block: 1px solid var(--line);
  font-size: 0.66rem;
  font-weight: 750;
}

.available-dot {
  position: relative;
  padding-left: 12px;
  color: var(--muted);
}

.available-dot::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4f9e78;
  content: "";
}

.reader-bio {
  min-height: 83px;
  margin: 20px 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.65;
}

.speciality-block {
  display: grid;
  gap: 9px;
}

.reader-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding: 18px;
  background: var(--paper);
}

.reader-stats strong,
.reader-stats span {
  display: block;
}

.reader-stats strong {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 400;
}

.reader-stats span {
  color: var(--muted);
  font-size: 0.56rem;
}

.reader-card-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 20px;
}

.reader-card-foot details {
  max-width: 72%;
  font-size: 0.72rem;
}

.reader-card-foot summary {
  cursor: pointer;
  font-weight: 800;
}

.reader-card-foot details p {
  margin: 10px 0 0;
  color: var(--muted);
}

.reader-rate {
  color: var(--rose);
  font-size: 0.75rem;
}

.empty-state {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  border: 1px dashed var(--line);
  background: var(--white);
}

.empty-state button {
  border: 0;
  background: transparent;
  color: var(--rose);
  cursor: pointer;
  font-weight: 800;
}

/* Dashboard */

.dashboard-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 245px 1fr;
  background: #f2f0e9;
}

.dashboard-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  padding: 27px 20px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink);
  color: white;
}

.dashboard-sidebar .brand {
  align-self: flex-start;
  padding: 5px;
  border-radius: 5px;
  background: var(--white);
}

.workspace-picker {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding: 13px 10px;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.workspace-picker strong,
.workspace-picker span {
  display: block;
}

.workspace-picker strong {
  font-size: 0.72rem;
}

.workspace-picker div span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
}

.dashboard-sidebar nav,
.sidebar-lower {
  display: grid;
  gap: 5px;
  margin-top: 26px;
}

.dashboard-sidebar nav a,
.sidebar-lower a {
  display: grid;
  min-height: 42px;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.71rem;
  font-weight: 650;
}

.dashboard-sidebar nav a:hover,
.sidebar-lower a:hover,
.dashboard-sidebar nav a.active {
  background: rgba(255, 255, 255, 0.09);
  color: white;
}

.dashboard-sidebar nav a.active {
  box-shadow: inset 3px 0 var(--rose);
}

.dashboard-sidebar nav small {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  color: white;
}

.sidebar-lower {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.membership-card {
  margin-top: 17px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
}

.membership-card span,
.membership-card strong {
  display: inline-block;
  font-size: 0.6rem;
}

.membership-card strong {
  float: right;
  color: var(--sage);
  text-transform: uppercase;
}

.membership-card p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.55rem;
}

.dashboard-main {
  min-width: 0;
}

.dashboard-topbar {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 34px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.dashboard-mobile-brand {
  display: none;
}

.topbar-search {
  display: flex;
  width: min(440px, 48vw);
  align-items: center;
  gap: 10px;
}

.topbar-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.7rem;
}

.topbar-search input::placeholder {
  color: #929a96;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.topbar-actions > a {
  font-size: 0.68rem;
  font-weight: 800;
}

.topbar-actions button {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.notification-dot {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 7px;
  height: 7px;
  border: 1px solid white;
  border-radius: 50%;
  background: var(--rose);
}

.dashboard-content {
  max-width: 1500px;
  margin-inline: auto;
  padding: 38px;
}

.welcome-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.welcome-row h1 {
  margin: 6px 0 3px;
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.welcome-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.overview-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 30px;
}

.overview-stats article {
  min-height: 125px;
  padding: 21px;
  border: 1px solid var(--line);
  background: var(--white);
}

.overview-stats span,
.overview-stats strong,
.overview-stats small {
  display: block;
}

.overview-stats span {
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 700;
}

.overview-stats strong {
  margin: 8px 0 6px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.overview-stats small {
  color: var(--muted);
  font-size: 0.55rem;
}

.overview-stats .positive {
  color: #397b5a;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  gap: 15px;
  margin-top: 15px;
}

.dashboard-panel {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 21px;
}

.panel-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}

.panel-heading p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.58rem;
}

.panel-heading > a {
  color: var(--rose);
  font-size: 0.6rem;
  font-weight: 800;
}

.campaign-panel {
  grid-column: 1;
}

.campaign-list {
  display: grid;
}

.campaign-row {
  display: grid;
  grid-template-columns: 40px minmax(150px, 1.3fr) 0.6fr 0.85fr 0.7fr auto;
  align-items: center;
  gap: 14px;
  min-height: 77px;
  border-top: 1px solid var(--line);
}

.cover {
  display: grid;
  width: 32px;
  height: 46px;
  place-items: center;
  border-radius: 1px 4px 4px 1px;
  box-shadow: 3px 3px 0 var(--paper-deep);
  color: white;
  font-family: var(--serif);
}

.cover-rose {
  background: var(--rose);
}

.cover-sage {
  background: #56776b;
}

.cover-gold {
  background: #b4893f;
}

.campaign-title span,
.campaign-title strong,
.campaign-title small,
.campaign-data span,
.campaign-data strong {
  display: block;
}

.campaign-title span {
  color: var(--rose);
  font-size: 0.52rem;
  font-weight: 850;
  text-transform: uppercase;
}

.campaign-title strong,
.campaign-data strong {
  font-size: 0.68rem;
}

.campaign-title small,
.campaign-data span {
  color: var(--muted);
  font-size: 0.53rem;
}

.campaign-progress {
  display: flex;
  align-items: center;
  gap: 8px;
}

.campaign-progress > div {
  width: 55px;
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--paper-deep);
}

.campaign-progress > div span {
  display: block;
  height: 100%;
  background: var(--rose);
}

.campaign-progress small {
  color: var(--muted);
  font-size: 0.52rem;
  white-space: nowrap;
}

.campaign-row button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.attention-panel {
  grid-column: 2;
  grid-row: 1;
}

.attention-list {
  display: grid;
}

.attention-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding-block: 14px;
  border-top: 1px solid var(--line);
}

.attention-icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-pale);
  font-size: 0.7rem;
  font-weight: 850;
}

.attention-icon.urgent {
  background: var(--rose-pale);
  color: var(--rose);
}

.attention-list strong {
  display: block;
  font-size: 0.66rem;
}

.attention-list p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.53rem;
}

.feedback-panel {
  grid-column: 1;
}

.feedback-panel blockquote {
  margin: 0;
  padding: 23px;
  border-left: 3px solid var(--rose);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.6;
}

.feedback-source {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.feedback-source strong {
  display: block;
  font-size: 0.63rem;
}

.feedback-source p {
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 0.52rem;
}

.feedback-source > span:last-child {
  padding: 4px 7px;
  border-radius: 99px;
  background: var(--sage-pale);
  font-size: 0.53rem;
  font-weight: 750;
}

.activity-panel {
  grid-column: 2;
}

.timeline {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.timeline li > span {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border: 2px solid var(--sage);
  border-radius: 50%;
}

.timeline p {
  margin: 0;
}

.timeline strong,
.timeline small {
  display: block;
}

.timeline strong {
  font-size: 0.62rem;
}

.timeline small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.51rem;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 65px;
    padding-top: 70px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-product {
    justify-self: center;
  }

  .principle-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .principle-grid > p {
    display: none;
  }

  .community-layout,
  .pricing-section,
  .professional-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .community-copy {
    max-width: 650px;
  }

  .pricing-card {
    max-width: 480px;
  }

  .dashboard-shell {
    grid-template-columns: 200px 1fr;
  }

  .campaign-row {
    grid-template-columns: 40px 1fr 0.7fr 0.8fr auto;
  }

  .campaign-progress {
    display: none;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .campaign-panel,
  .attention-panel,
  .feedback-panel,
  .activity-panel {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .section-shell {
    width: min(100% - 30px, 1180px);
  }

  .section {
    padding-block: 78px;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .nav-inner {
    min-height: 66px;
  }

  .nav-actions .nav-signin {
    display: none;
  }

  .brand {
    max-width: 128px;
  }

  .hero {
    min-height: auto;
    gap: 55px;
    padding-block: 58px 82px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
  }

  .hero-lede {
    font-size: 0.96rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-product {
    width: calc(100% - 22px);
    margin-inline: auto;
  }

  .product-body {
    padding: 24px;
  }

  .paper-tab {
    display: none;
  }

  .principle-grid {
    grid-template-columns: 1fr;
    padding-block: 15px;
  }

  .principle-grid > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .principle-grid > div:last-of-type {
    border: 0;
  }

  .principle-grid strong {
    font-size: 1.5rem;
  }

  .steps-grid,
  .audience-grid,
  .reader-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 270px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .community-section {
    padding-block: 85px;
  }

  .profile-fan {
    min-height: 500px;
  }

  .mini-profile {
    width: 90%;
  }

  .profile-feature {
    width: 94%;
    padding: 25px;
  }

  .audience-card {
    min-height: auto;
    padding: 42px 27px;
  }

  .professional-strip {
    padding-block: 65px;
  }

  .professional-layout {
    gap: 25px;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .directory-hero {
    padding-block: 60px;
  }

  .directory-toolbar {
    grid-template-columns: 1fr;
  }

  .mode-switch {
    display: grid;
  }

  .reader-card {
    min-height: 0;
    padding: 22px;
  }

  .reader-bio {
    min-height: 0;
  }

  .reader-card-head {
    grid-template-columns: auto 1fr;
  }

  .reader-type {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .dashboard-shell {
    display: block;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-topbar {
    flex-wrap: wrap;
    padding: 13px 16px;
  }

  .dashboard-mobile-brand {
    display: block;
  }

  .topbar-search {
    width: 100%;
    order: 3;
    padding: 10px 12px;
    border: 1px solid var(--line);
    background: var(--paper);
  }

  .topbar-actions > a {
    display: none;
  }

  .dashboard-content {
    padding: 25px 15px;
  }

  .welcome-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .overview-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .campaign-row {
    grid-template-columns: 40px 1fr auto;
    gap: 11px;
    padding-block: 14px;
  }

  .campaign-data {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
