@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600&display=swap');

:root {
  --font-serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-sans: 'Source Sans 3', ui-sans-serif, system-ui, sans-serif;
}

:root {
  --cove: #5b7184;
  --cove-deep: #41535f;
  --cove-soft: #eef2f5;
  --sand: #efe9dd;
  --sand-deep: #e3d8c4;
  --ink: #232a2f;
  --ink-soft: #54626c;
  --ink-faint: #8493a0;
  --paper: #fbfaf7;
  --line: #dfe3e6;
  --line-soft: #ebe7df;
  --font-serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-sans: 'Source Sans 3', ui-sans-serif, system-ui, sans-serif;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(125% 70% at 50% -10%, #ffffff 0%, var(--paper) 46%, #f4f1ea 100%);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--cove-deep);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 10px 16px;
  border-radius: 0 0 8px 0;
  font-family: var(--font-sans);
  z-index: 50;
}
.skip-link:focus {
  left: 0;
}

/* ----------------------------------------------------------------------- */
/* Calm cove masthead (persistent chrome, no nav)                          */
/* ----------------------------------------------------------------------- */

.cove-masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 34px 24px 26px;
  text-align: center;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(238, 242, 245, 0.55) 0%, rgba(251, 250, 247, 0) 100%);
}

.cove-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
}

/* A small cove drawn in CSS: a calm horizon arc cradled by water. */
.cove-glyph {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 122%, var(--cove) 0 52%, transparent 53%),
    linear-gradient(180deg, #f6f1e6 0%, var(--sand) 100%);
  box-shadow: inset 0 0 0 1px var(--sand-deep);
  overflow: hidden;
}
.cove-glyph::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 32%;
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #f4c873;
  box-shadow: 0 0 0 2px rgba(244, 200, 115, 0.35);
}

.cove-wordmark {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.cove-tagline {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13.5px;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: var(--ink-soft);
}

/* ----------------------------------------------------------------------- */
/* Home: cove lead + matchup rows                                          */
/* ----------------------------------------------------------------------- */

.cove-main {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 24px 40px;
}

.cove-lead {
  margin: 26px 0 40px;
  border-radius: 18px;
  overflow: hidden;
  background:
    url("/images/honestcove-lead.jpg") center / cover no-repeat,
    linear-gradient(135deg, var(--cove) 0%, var(--cove-deep) 58%, #2c3a44 100%);
  box-shadow: 0 24px 60px -38px rgba(35, 42, 47, 0.8);
}

.cove-lead-scrim {
  padding: 64px 56px 60px;
  background: linear-gradient(110deg, rgba(28, 38, 45, 0.82) 0%, rgba(33, 46, 54, 0.58) 55%, rgba(40, 52, 60, 0.42) 100%);
  color: #f4f6f7;
}

.cove-eyebrow {
  margin: 0 0 14px;
  font-family: var(--font-sans);
  font-size: 12.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #cdd9e0;
}

.cove-lead h1 {
  margin: 0;
  max-width: 18ch;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.012em;
}

.cove-lead-standing {
  margin: 20px 0 0;
  max-width: 56ch;
  font-size: 18px;
  line-height: 1.6;
  color: #e3e9ec;
}

.cove-lead-count {
  margin: 26px 0 0;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #b9c7cf;
}
.cove-lead-count::before {
  content: "\00B7";
  margin-right: 8px;
  color: #f4c873;
}

.matchup-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.matchup {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 6px 6px 0;
  box-shadow: 0 14px 34px -30px rgba(35, 42, 47, 0.55);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.matchup:hover {
  box-shadow: 0 22px 46px -28px rgba(35, 42, 47, 0.6);
  transform: translateY(-2px);
}

.matchup-grid {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: stretch;
}
.matchup-grid-single {
  grid-template-columns: 1fr;
}

.matchup-side {
  padding: 30px 30px 26px;
  border-radius: 13px;
}
.matchup-side-a {
  background: linear-gradient(180deg, #fcf9f2 0%, #ffffff 100%);
}
.matchup-side-b {
  background: linear-gradient(180deg, var(--cove-soft) 0%, #ffffff 100%);
  text-align: right;
}
.matchup-side-solo {
  text-align: center;
}

.matchup-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.matchup-side-a .matchup-tag {
  color: #b08a3e;
}
.matchup-side-b .matchup-tag {
  color: var(--cove);
}

.matchup-name {
  margin: 10px 0 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 27px;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.matchup-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.matchup-divider::before {
  content: "";
  position: absolute;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: var(--line);
}
.matchup-vs {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.matchup-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 30px 20px;
  border-top: 1px solid var(--line-soft);
}

.matchup-tips {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 64ch;
}
.matchup-tips-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 3px;
}

.matchup-link {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--cove-deep);
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  transition: background 0.16s ease, border-color 0.16s ease;
}
.matchup-link:hover {
  background: var(--cove-soft);
  border-color: var(--cove);
}
.matchup-link::after {
  content: "\2009\2192";
}

/* ----------------------------------------------------------------------- */
/* Article: head to head split                                             */
/* ----------------------------------------------------------------------- */

.versus-main {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 24px 48px;
}

.versus-article {
  margin-top: 18px;
}

.versus-head {
  text-align: center;
  padding: 30px 0 30px;
}

.versus-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  font-family: var(--font-sans);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.versus-kicker-vs {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.versus-head h1 {
  margin: 0 auto;
  max-width: 22ch;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.versus-lead {
  margin: 20px auto 0;
  max-width: 60ch;
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.versus-byline {
  margin: 22px 0 0;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
}

/* The mirrored panes */
.versus {
  margin: 8px 0 12px;
}

.versus-panes {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}
.versus-panes::before {
  content: "";
  position: absolute;
  top: 16%;
  bottom: 16%;
  left: 50%;
  width: 1px;
  background: var(--line);
}

.versus-pane {
  padding: 32px 32px 30px;
}
.versus-pane-a {
  background: linear-gradient(180deg, #fcf9f2 0%, #ffffff 70%);
}
.versus-pane-b {
  background: linear-gradient(180deg, var(--cove-soft) 0%, #ffffff 70%);
  text-align: right;
}

.versus-pane-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.versus-pane-a .versus-pane-tag {
  color: #b08a3e;
}
.versus-pane-b .versus-pane-tag {
  color: var(--cove);
}

.versus-pane-name {
  margin: 10px 0 8px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.versus-pane-blurb {
  margin: 0 0 16px;
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.versus-strengths {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.5;
}
.versus-strengths li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 9px;
  color: var(--ink);
}
.versus-strengths li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.versus-pane-a .versus-strengths li::before {
  background: #d9ad5c;
}
.versus-pane-b .versus-strengths li {
  padding-left: 0;
  padding-right: 20px;
}
.versus-pane-b .versus-strengths li::before {
  left: auto;
  right: 4px;
  background: var(--cove);
}

/* The central criteria spine */
.versus-spine {
  margin: 26px 0 0;
  padding: 28px 26px 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.versus-spine-title {
  margin: 0 0 22px;
  text-align: center;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.versus-rungs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.versus-rungs::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 50%;
  width: 1px;
  background: var(--line);
}

.versus-rung {
  display: grid;
  grid-template-columns: 1fr 132px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line-soft);
}
.versus-rung:last-child {
  border-bottom: none;
}

.rung-lean {
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--ink);
}
.rung-lean-a {
  text-align: right;
}
.rung-lean-b {
  text-align: left;
}

.rung-axis {
  position: relative;
  z-index: 1;
  justify-self: center;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cove-deep);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  white-space: nowrap;
}

/* Who each fits, the close */
.versus-fits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 22px 0 0;
}
.versus-fit {
  padding: 20px 22px;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.versus-fit-a {
  background: #fcf9f2;
  border-color: var(--sand-deep);
}
.versus-fit-b {
  background: var(--cove-soft);
  border-color: #c9d6de;
  text-align: right;
}
.versus-fit-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.versus-fit-a .versus-fit-label {
  color: #b08a3e;
}
.versus-fit-b .versus-fit-label {
  color: var(--cove);
}
.versus-fit p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
}

/* ----------------------------------------------------------------------- */
/* The measured take: injected article body                                */
/* ----------------------------------------------------------------------- */

.measured-take {
  margin: 40px 0 0;
  padding: 36px 40px 34px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--cove);
  border-radius: 16px;
}

.measured-take-title {
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cove-deep);
}

.article-content {
  font-size: 18px;
  line-height: 1.72;
  color: var(--ink);
}
.article-content > *:first-child {
  margin-top: 0;
}
.article-content h2 {
  margin: 34px 0 12px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.article-content h3 {
  margin: 26px 0 10px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 21px;
  color: var(--ink);
}
.article-content p {
  margin: 0 0 16px;
}
.article-content a {
  color: var(--cove-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.article-content a:hover {
  color: var(--ink);
}
.article-content blockquote {
  margin: 24px 0;
  padding: 18px 24px;
  border-left: 4px solid var(--cove);
  background: var(--cove-soft);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  font-size: 19px;
  line-height: 1.55;
  color: #344049;
}
.article-content ul,
.article-content ol {
  margin: 0 0 18px;
  padding-left: 24px;
}
.article-content li {
  margin-bottom: 8px;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-family: var(--font-sans);
  font-size: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.article-content thead th {
  background: #eef2f5;
  text-align: left;
  font-weight: 600;
  color: var(--ink);
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.article-content tbody td {
  padding: 11px 14px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
  color: var(--ink);
}
.article-content tbody tr:last-child td {
  border-bottom: none;
}
.article-content tbody tr:nth-child(even) td {
  background: #fafbfc;
}

/* FAQ */
.versus-faq {
  margin: 36px 0 0;
}
.versus-faq h2 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
}
.versus-faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 4px 20px;
  margin-bottom: 10px;
}
.versus-faq summary {
  cursor: pointer;
  padding: 14px 0;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  list-style: none;
}
.versus-faq summary::-webkit-details-marker {
  display: none;
}
.versus-faq summary::after {
  content: "+";
  float: right;
  color: var(--cove);
  font-size: 20px;
  line-height: 1;
}
.versus-faq details[open] summary::after {
  content: "\2212";
}
.versus-faq details p {
  margin: 0 0 16px;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.versus-foot {
  margin: 38px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.versus-foot-note {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-faint);
}
.versus-back {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--cove-deep);
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
}
.versus-back:hover {
  background: var(--cove-soft);
  border-color: var(--cove);
}
.versus-back::before {
  content: "\2190\2009";
}

/* ----------------------------------------------------------------------- */
/* Footer chrome                                                           */
/* ----------------------------------------------------------------------- */

.cove-footer {
  margin-top: 56px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(238, 242, 245, 0) 0%, rgba(238, 242, 245, 0.5) 100%);
}
.cove-footer-inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 40px 24px 52px;
  text-align: center;
}
.cove-footer-mark {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 20px;
  color: var(--ink);
}
.cove-principles {
  margin: 0 auto 18px;
  padding: 0;
  list-style: none;
  max-width: 66ch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 14.5px;
  color: var(--ink-soft);
}
.cove-principles li::before {
  content: "\00B7\2009";
  color: var(--cove);
}
.cove-footer-note {
  margin: 0;
  font-size: 14px;
  color: var(--ink-faint);
}

/* ----------------------------------------------------------------------- */
/* Narrow collapse                                                         */
/* ----------------------------------------------------------------------- */

@media (max-width: 860px) {
  body {
    font-size: 17px;
  }
  .cove-lead-scrim {
    padding: 40px 26px 38px;
  }
  .cove-lead h1 {
    font-size: 34px;
  }
  .matchup-grid {
    grid-template-columns: 1fr;
  }
  .matchup-side-b {
    text-align: left;
  }
  .matchup-divider {
    padding: 4px 0;
  }
  .matchup-divider::before {
    top: auto;
    bottom: auto;
    left: 30px;
    right: 30px;
    width: auto;
    height: 1px;
  }
  .matchup-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .versus-head h1 {
    font-size: 32px;
  }
  .versus-panes {
    grid-template-columns: 1fr;
  }
  .versus-panes::before {
    display: none;
  }
  .versus-pane-b,
  .versus-pane-b .versus-strengths li {
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
  }
  .versus-pane-b .versus-strengths li::before {
    left: 4px;
    right: auto;
  }
  .versus-pane-a {
    border-bottom: 1px solid var(--line);
  }
  .versus-rung {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }
  .rung-lean-a,
  .rung-lean-b {
    text-align: center;
  }
  .versus-rungs::before {
    display: none;
  }
  .versus-fits {
    grid-template-columns: 1fr;
  }
  .versus-fit-b {
    text-align: left;
  }
  .measured-take {
    padding: 26px 22px;
  }
  .versus-foot {
    flex-direction: column;
    align-items: flex-start;
  }
}
