@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;0,6..72,500;1,6..72,300;1,6..72,400&display=swap");

:root {
  --ink: #151917;
  --muted: #66716c;
  --line: #dde3df;
  --paper: #fcfbf7;
  --panel: #ffffff;
  --sage: #557466;
  --blue: #2f6078;
  --coral: #9c5c3e;
  --gold: #8f5137;
  --wash: #f3f5f0;
  --shadow: 0 22px 70px rgba(21, 25, 23, 0.12);
}

/* Resources editorial layout */
.resources-masthead {
  padding: clamp(5.5rem, 9vw, 8.5rem) 0 2rem;
  background: var(--paper);
}

.resources-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(16rem, .55fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-top: 1.25rem;
}

.resources-title-row h1 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 7.25rem);
  line-height: .92;
  letter-spacing: -.055em;
}

.resources-title-row > p {
  max-width: 31rem;
  margin: 0 0 .55rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.publication-rule {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  padding-top: .8rem;
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.resources-feature-section {
  padding: clamp(3rem, 6vw, 6rem) 0;
  background: var(--panel);
}

.featured-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.featured-story-media {
  min-height: 30rem;
  overflow: hidden;
  background: var(--wash);
}

.featured-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform .5s ease;
}

.featured-story-media:hover img { transform: scale(1.02); }

.featured-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
  border-left: 1px solid var(--ink);
}

.story-meta,
.article-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.featured-story h2 {
  margin: clamp(2rem, 5vw, 4.5rem) 0 1.25rem;
  font-size: clamp(2.5rem, 4.6vw, 4.75rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.featured-story h2 a,
.article-card h3 a { color: inherit; text-decoration: none; }

.featured-story-copy > p {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.story-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 2rem;
  color: var(--ink);
  font-size: .77rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.story-link span { color: var(--clay-500); transition: margin-left .2s ease; }
.story-link:hover span { margin-left: .3rem; }

.resources-latest {
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.resources-latest-header {
  display: grid;
  grid-template-columns: 1fr 20rem;
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.resources-latest-header h2 {
  max-width: 14ch;
  margin: .75rem 0 0;
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  line-height: 1;
}

.resources-latest-header > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.article-card {
  display: flex;
  min-height: 28rem;
  flex-direction: column;
  padding: 2rem;
  border-right: 1px solid var(--ink);
}

.article-card:last-child { border-right: 0; }

.article-number {
  margin-bottom: 3rem;
  color: var(--clay-500);
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
}

.article-card h3 {
  margin: 2rem 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.article-card > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.resources-note {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--ink);
  color: var(--paper);
}

.resources-note .eyebrow { color: var(--clay-light, #d9a378); }

.resources-note-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
}

.resources-note h2 {
  max-width: 13ch;
  margin: .75rem 0 0;
  color: inherit;
  font-size: clamp(2.75rem, 5vw, 5rem);
  line-height: .98;
}

.resources-note-inner > div:last-child > p {
  color: rgba(255,255,255,.7);
  font-size: 1.05rem;
  line-height: 1.7;
}

.resources-note-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2rem;
}

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

.text-link-light {
  color: var(--paper);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .resources-title-row,
  .featured-story,
  .resources-latest-header,
  .resources-note-inner { grid-template-columns: 1fr; }
  .resources-title-row { gap: 1.5rem; }
  .featured-story-media { min-height: 22rem; }
  .featured-story-copy { min-height: 30rem; border-top: 1px solid var(--ink); border-left: 0; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 22rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .article-card:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  .resources-masthead { padding-top: 4rem; }
  .resources-title-row h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .publication-rule { align-items: flex-start; flex-direction: column; }
  .featured-story-copy { padding: 2rem 1.25rem; }
  .story-meta { align-items: flex-start; flex-direction: column; }
  .article-card { padding: 1.75rem 1.25rem; }
  .resources-note-actions { align-items: flex-start; flex-direction: column; }
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(215, 222, 215, 0.9);
  background: rgba(252, 251, 247, 0.9);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 760;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-symbol {
  display: block;
  width: 32px;
  height: 35px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo {
  width: 32px;
  height: auto;
  max-width: none;
}

.brand-name {
  white-space: nowrap;
}

.site-footer .brand {
  display: inline-block;
}

.site-footer .brand-symbol {
  width: 76px;
  height: auto;
  overflow: visible;
}

.site-footer .brand-logo {
  width: 76px;
}

.site-footer .brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.88rem;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 11px 17px;
  border-radius: 7px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-weight: 720;
  text-decoration: none;
  line-height: 1.1;
}

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

.button.tertiary {
  border-color: var(--line);
  background: var(--panel);
  color: var(--ink);
}

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0 62px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 42px;
  align-items: center;
}

.editorial-hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(330px, 0.92fr);
}

.hero-wide {
  display: block;
}

.hero-wide .hero-copy {
  max-width: 1040px;
}

.hero-wide h1 {
  max-width: 980px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--sage);
  font-size: 0.76rem;
  font-weight: 760;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.3rem, 7vw, 7.2rem);
  line-height: 0.94;
  font-weight: 760;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  font-weight: 740;
}

h3 {
  font-size: 1.15rem;
}

.lead {
  margin: 24px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.55;
}

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

.hero-media {
  position: relative;
  min-height: 470px;
}

.hero-media img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.editorial-hero .hero-media img {
  filter: saturate(0.92) contrast(0.98);
}

.editorial-hero .hero-media {
  min-height: 0;
}

.editorial-hero .hero-media img[src*="founder-working"] {
  height: auto;
  background: var(--paper);
}

.hero-media img[src*="founder"] {
  background: transparent;
  height: 470px;
  object-fit: contain;
  object-position: center;
}

.hero-media img.portrait-focus {
  object-position: center;
}

.metrics-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.engagement-promise {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 28px;
  padding: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 64px;
  align-items: end;
}

.engagement-promise .eyebrow {
  margin-bottom: 14px;
}

.engagement-promise h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.engagement-promise-copy > p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.engagement-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.engagement-proof p {
  margin: 0;
  padding-left: 28px;
}

.engagement-proof strong,
.engagement-proof span {
  display: block;
}

.engagement-proof strong {
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.engagement-proof span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.metric {
  padding: 22px 20px;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  display: block;
  font-size: 1.45rem;
}

.metric span {
  color: var(--muted);
  font-size: 0.92rem;
}

main section {
  padding: 96px 0;
}

.band {
  background: var(--wash);
}

.dark-band {
  background: var(--ink);
  color: #fff;
}

.dark-band .section-intro p,
.dark-band .item p,
.dark-band .muted {
  color: rgba(255, 255, 255, 0.76);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(280px, 0.56fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 44px;
}

.section-intro p {
  color: var(--muted);
  margin: 0;
  font-size: 1.04rem;
}

.section-intro-stacked {
  display: block;
  max-width: 760px;
}

.section-intro-stacked p {
  margin-top: 16px;
  max-width: 620px;
}

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

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

.item,
.price-card,
.quote,
.faq-item,
.resource-row,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.dark-band .item,
.dark-band .quote {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.item,
.price-card,
.quote,
.faq-item {
  padding: 26px;
}

.item .badge + h3 {
  margin-top: 14px;
}

.timeline-grid .item .badge + h3 {
  margin-top: 24px;
}

.item p,
.price-card p,
.quote p,
.faq-item p {
  color: var(--muted);
  margin: 10px 0 0;
}

.item ul,
.price-card ul {
  padding-left: 19px;
  color: var(--muted);
}

.editorial-section {
  padding-top: 62px;
}

.editorial-intro {
  max-width: 940px;
}

.section-intro.editorial-intro {
  max-width: none;
}

.editorial-intro span {
  display: block;
  margin-bottom: 18px;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.editorial-intro p {
  max-width: 700px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.primary-offer {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.6fr);
  gap: 42px;
  align-items: stretch;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.primary-offer h3 {
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 740;
}

.primary-offer p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.13rem;
}

.offer-details {
  display: grid;
  gap: 18px;
  align-content: center;
  border-left: 1px solid var(--line);
  padding-left: 30px;
}

.offer-details div {
  display: grid;
  gap: 4px;
}

.offer-details strong {
  font-size: 1.03rem;
}

.offer-details span {
  color: var(--muted);
  font-size: 0.94rem;
}

.pov-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pov-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.pov-list article {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.pov-list h3 {
  font-size: clamp(1.3rem, 2.6vw, 2.1rem);
}

.pov-list p {
  margin: 0;
  color: var(--muted);
}

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

.support-paths a {
  min-height: 210px;
  padding: 28px;
  display: grid;
  align-content: start;
  gap: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.support-paths a:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

.support-paths span {
  color: var(--sage);
  font-size: 0.8rem;
  font-weight: 780;
  text-transform: uppercase;
}

.support-paths strong {
  max-width: 500px;
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  line-height: 1.12;
  font-weight: 650;
}

.support-section .section-intro h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 680;
}

.close-band {
  background: #101412;
}

.dark-band .button.secondary {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
}

.price {
  margin: 18px 0 8px;
  font-size: 2rem;
  font-weight: 820;
}

.badge {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(49, 95, 130, 0.22);
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--blue);
  background: #f1f6f7;
  font-size: 0.78rem;
  font-weight: 760;
}

.comparison {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

th {
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.quote cite {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-style: normal;
  font-weight: 780;
}

.dark-band .quote cite {
  color: #fff;
}

.resource-row {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 20px;
}

.resource-row + .resource-row {
  margin-top: 12px;
}

.resource-row span {
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 780;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: 32px;
  align-items: start;
}

.best-fit-split {
  align-items: center;
}

.need-more {
  border-top: 1px solid var(--line);
}

.need-more .lead {
  margin-top: 0;
}

.contact-panel {
  padding: 24px;
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.optional-field {
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  font-size: 0.92rem;
}

.form-status[data-state="success"] {
  color: #356246;
}

.form-status[data-state="error"] {
  color: #8a352c;
}

form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.site-footer {
  padding: 46px 0;
  border-top: 1px solid var(--line);
  background: #f5f3ed;
}

.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr repeat(3, auto);
  gap: 38px;
}

.footer-grid p {
  max-width: 380px;
  color: var(--muted);
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-col strong {
  margin-bottom: 4px;
}

.footer-col a {
  color: var(--muted);
  text-decoration: none;
}

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

.legal {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 920px) {
  .nav {
    min-height: 64px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    display: none;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--shadow);
  }

  .nav-links[data-open="true"] {
    display: grid;
  }

  .hero,
  .section-intro,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-media {
    min-height: 320px;
  }

  .hero-media img {
    height: 320px;
  }

  .metrics-strip,
  .engagement-promise,
  .grid,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .engagement-promise {
    padding: 30px 0;
    gap: 32px;
  }

  .engagement-proof {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 24px;
  }

  .engagement-proof p {
    padding: 0 20px 0 0;
  }

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

  .metric:last-child {
    border-bottom: 0;
  }

  .resource-row {
    grid-template-columns: 1fr;
  }

  .primary-offer,
  .support-paths {
    grid-template-columns: 1fr;
  }

  .offer-details {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 24px;
  }

  .pov-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .hero-actions,
  .actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  main section {
    padding: 68px 0;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .support-paths a {
    min-height: 190px;
  }
}

.editorial-hero .editorial-hero-media {
  min-height: 0;
  align-self: center;
}

.editorial-hero .editorial-hero-media img {
  display: block;
  height: auto;
  object-fit: cover;
  background: transparent;
}


/* Herzen Co. design system integration */
:root {
  --ink-900: #1c1813;
  --ink-800: #2a241d;
  --ink-700: #3d3629;
  --ink-500: #6e6455;
  --stone-400: #6f6558;
  --taupe-300: #b0a18e;
  --sand-200: #d6cab6;
  --bone-100: #ebe3d5;
  --paper-50: #f5efe4;
  --white-0: #fcfaf5;
  --clay-400: #8f5137;
  --clay-500: #9c5c3e;
  --clay-600: #834a30;
  --font-sans: "Jost", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Newsreader", ui-serif, Georgia, "Times New Roman", serif;
  --container-max: 1200px;
  --container-narrow: 720px;
  --gutter: clamp(20px, 5vw, 64px);
  --section-y: clamp(72px, 10vw, 160px);
  --border-hairline: rgba(28, 24, 19, 0.12);
  --border-soft: rgba(28, 24, 19, 0.2);
  --border-on-dark: rgba(245, 239, 228, 0.18);
  --focus-ring: #834a30;
  --ease-standard: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ink: var(--ink-900);
  --muted: var(--ink-500);
  --line: var(--border-hairline);
  --paper: var(--paper-50);
  --panel: var(--white-0);
  --sage: var(--clay-500);
  --blue: var(--clay-500);
  --coral: var(--clay-500);
  --gold: var(--clay-400);
  --wash: var(--bone-100);
  --shadow: 0 24px 60px -28px rgba(28, 24, 19, 0.28);
}

body {
  color: var(--ink-900);
  background: var(--paper-50);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.68;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

h1 {
  max-width: 900px;
  font-size: clamp(3rem, 7vw, 5.25rem);
  line-height: 1.02;
}

h2 {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  line-height: 1.08;
}

h3 {
  font-size: 1.625rem;
  line-height: 1.28;
}

a,
button,
input,
select,
textarea {
  transition:
    color 140ms var(--ease-standard),
    border-color 140ms var(--ease-standard),
    background-color 140ms var(--ease-standard);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
}

.site-header {
  border-color: var(--border-hairline);
  background: rgba(245, 239, 228, 0.84);
  backdrop-filter: blur(10px);
}

.nav {
  width: min(var(--container-max), calc(100% - (2 * var(--gutter))));
  min-height: 76px;
}

.nav .brand {
  display: inline-block;
}

.nav .brand-symbol {
  width: auto;
  height: auto;
  overflow: visible;
}

.nav .brand-logo {
  width: auto;
  height: 34px;
}

.nav .brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-links {
  gap: clamp(18px, 3vw, 36px);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.nav-links a:hover,
.footer-col a:hover {
  color: var(--clay-500);
}

.nav-toggle {
  border-color: var(--border-hairline);
  border-radius: 2px;
  background: var(--white-0);
}

.button {
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 2px;
  border-color: var(--ink-900);
  background: var(--ink-900);
  color: var(--paper-50);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button:hover {
  background: var(--ink-800);
}

.button.secondary,
.button.tertiary {
  background: transparent;
  color: var(--ink-900);
}

.button.secondary:hover,
.button.tertiary:hover {
  border-color: var(--clay-500);
  color: var(--clay-500);
}

.hero,
.container,
.metrics-strip,
.engagement-promise,
.footer-grid,
.legal {
  width: min(var(--container-max), calc(100% - (2 * var(--gutter))));
}

.hero {
  padding: clamp(64px, 10vw, 140px) 0 96px;
  gap: clamp(40px, 7vw, 92px);
}

.hero-copy .eyebrow {
  margin-bottom: 26px;
}

.lead {
  max-width: 640px;
  margin-top: 32px;
  color: var(--ink-500);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 300;
  line-height: 1.55;
}

.hero-actions,
.actions {
  margin-top: 40px;
  gap: 18px;
}

.hero-media img {
  border-radius: 2px;
  box-shadow: none;
  filter: sepia(0.08) saturate(0.58) contrast(0.94);
}

.eyebrow,
.editorial-intro > span,
.support-paths > a > span {
  color: var(--clay-500);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow::before {
  display: none;
}

main section {
  padding: var(--section-y) 0;
}

.editorial-section {
  padding-top: var(--section-y);
}

.band {
  background: var(--white-0);
}

.dark-band,
.close-band {
  background: var(--ink-900);
  color: var(--paper-50);
}

.dark-band .section-intro p,
.dark-band .item p,
.dark-band .muted {
  color: #a99e8c;
}

.engagement-promise {
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) 0;
  border-color: var(--border-soft);
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  gap: clamp(48px, 8vw, 96px);
}

.engagement-promise h2 {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
}

.engagement-promise-copy > p:last-child,
.editorial-intro p,
.section-intro p,
.primary-offer p:not(.eyebrow),
.pov-list p {
  color: var(--ink-500);
  font-weight: 300;
  line-height: 1.68;
}

.engagement-proof {
  border-color: var(--border-soft);
}

.engagement-proof strong,
.metric strong,
.price {
  color: var(--clay-500);
  font-family: var(--font-serif);
  font-weight: 400;
}

.engagement-proof span,
.metric span {
  color: var(--stone-400);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}

.section-intro {
  gap: clamp(36px, 7vw, 88px);
  margin-bottom: 64px;
}

.section-intro-stacked {
  max-width: var(--container-narrow);
}

.grid {
  gap: 18px;
}

.item,
.price-card,
.quote,
.faq-item,
.resource-row,
.contact-panel,
.support-paths a {
  border-color: var(--border-hairline);
  border-radius: 4px;
  background: var(--white-0);
  box-shadow: none;
}

.item,
.price-card,
.quote,
.faq-item {
  padding: 32px 30px;
}

.item p,
.price-card p,
.quote p,
.faq-item p,
.item ul,
.price-card ul,
.footer-grid p,
.footer-col a,
.form-note {
  color: var(--ink-500);
}

.editorial-intro {
  max-width: 980px;
}

.editorial-intro span {
  margin-bottom: 20px;
}

.primary-offer {
  margin-top: 64px;
  padding: 48px 0;
  border-top-color: var(--ink-900);
  border-bottom-color: var(--border-hairline);
}

.primary-offer h3,
.support-section .section-intro h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 300;
}

.offer-details {
  border-color: var(--border-hairline);
}

.offer-details strong {
  font-weight: 500;
}

.offer-details span {
  color: var(--stone-400);
}

.pov-band {
  border-color: var(--border-hairline);
}

.pov-list,
.pov-list article {
  border-color: var(--border-hairline);
}

.pov-list article {
  padding: 36px 0;
}

.pov-list h3 {
  font-family: var(--font-serif);
  font-weight: 300;
}

.support-paths a {
  min-height: 240px;
  padding: 36px 32px;
  gap: 48px;
  transition:
    border-color 140ms var(--ease-standard),
    color 140ms var(--ease-standard);
}

.support-paths a:hover {
  border-color: var(--clay-500);
  color: var(--clay-500);
  transform: none;
}

.support-paths strong {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 300;
  line-height: 1.2;
}

.service-number {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 24px;
  border-radius: 0;
  color: var(--clay-500);
  background: transparent;
  font-family: var(--font-serif);
  font-size: 1.375rem;
  font-weight: 400;
}

.badge {
  border-color: var(--sand-200);
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--clay-600);
  background: transparent;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

table {
  border-color: var(--border-hairline);
  border-radius: 4px;
  background: var(--white-0);
}

th,
td {
  border-color: var(--border-hairline);
}

th {
  color: var(--stone-400);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.quote {
  font-family: var(--font-serif);
  font-size: 1.375rem;
}

.quote cite {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.resource-row {
  padding: 28px;
}

.resource-row span {
  color: var(--clay-500);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.need-more {
  border-color: var(--border-hairline);
}

.contact-panel {
  padding: 32px;
}

form {
  gap: 24px;
}

label {
  gap: 8px;
  color: var(--ink-500);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
select,
textarea {
  border: 0;
  border-bottom: 1px solid var(--border-soft);
  border-radius: 0;
  padding: 12px 0;
  color: var(--ink-900);
  background: transparent;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 300;
}

input:focus,
select:focus,
textarea:focus {
  border-bottom-color: var(--clay-500);
  outline: 0;
  box-shadow: 0 3px 0 -2px var(--focus-ring);
}

.site-footer {
  padding: 64px 0 40px;
  border-color: var(--border-on-dark);
  background: var(--ink-900);
  color: var(--paper-50);
}

.site-footer .brand-logo {
  width: auto;
  height: 44px;
  filter: none;
}

.site-footer .brand-symbol {
  width: auto;
  height: auto;
  overflow: visible;
}

.footer-grid {
  grid-template-columns: 1fr repeat(3, auto);
  gap: clamp(32px, 6vw, 72px);
}

.footer-grid p,
.footer-col a,
.legal {
  color: #a99e8c;
}

.footer-col strong {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal {
  padding-top: 32px;
  border-top: 1px solid var(--border-on-dark);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

@media (max-width: 920px) {
  .nav {
    min-height: 68px;
  }

  .nav .brand-logo {
    height: 30px;
  }

  .nav-links {
    top: 72px;
    border-radius: 2px;
    background: var(--paper-50);
  }

  .hero {
    padding-top: 56px;
  }

  .engagement-promise {
    padding: 64px 0;
  }

  .footer-grid {
    gap: 40px;
  }
}

.resources-empty {
  display: grid;
  min-height: 240px;
  place-items: center;
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--ink-900);
  color: var(--ink-500);
  text-align: center;
}

.resources-empty p { margin: 0; }

.container-narrow {
  width: min(calc(100% - (2 * var(--gutter))), var(--container-narrow));
  margin-inline: auto;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Mobile experience and glossary */
.glossary-hero { padding-bottom: clamp(56px, 8vw, 96px); }
.glossary-section { padding: clamp(64px, 9vw, 120px) 0; }
.glossary-list { margin: 0; }
.glossary-list > div { padding: clamp(28px, 4vw, 48px) 0; border-top: 1px solid var(--border-soft); }
.glossary-list > div:last-child { border-bottom: 1px solid var(--border-soft); }
.glossary-list dt { color: var(--ink-900); font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; }
.glossary-list dd { max-width: 64ch; margin: 14px 0 0; color: var(--ink-500); font-size: 1.05rem; line-height: 1.7; }

@media (max-width: 920px) {
  html, body { overflow-x: hidden; }
  body.menu-open { overflow: hidden; }
  .nav { width: calc(100% - 32px); }
  .nav-links { position: fixed; inset: 68px 16px auto; z-index: 30; max-height: calc(100dvh - 84px); overflow-y: auto; padding: 10px 18px 18px; border: 1px solid var(--border-soft); box-shadow: 0 24px 60px rgba(28, 24, 19, 0.18); }
  .nav-links a { display: flex; min-height: 48px; align-items: center; border-bottom: 1px solid var(--border-hairline); color: var(--ink-900); }
  .nav-links .button { margin-top: 12px; border-bottom: 1px solid var(--ink-900); color: var(--paper-50); }
  .hero { width: calc(100% - 40px); padding: 48px 0 64px; gap: 36px; }
  .hero-media, .editorial-hero .editorial-hero-media { min-height: 0; }
  .hero-media img, .hero-media img[src*="founder"] { width: 100%; height: auto; max-height: 420px; object-fit: cover; }
  .editorial-hero picture { display: block; }
  .comparison { overflow-x: auto; overscroll-behavior-inline: contain; }
  .comparison table { min-width: 720px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  :root { --gutter: 20px; --section-y: 64px; }
  .nav .brand-logo { height: 28px; }
  .hero { width: calc(100% - 40px); padding: 40px 0 56px; gap: 28px; }
  h1, .resources-title-row h1 { font-size: clamp(2.75rem, 13vw, 3.8rem); line-height: .96; letter-spacing: -.035em; overflow-wrap: anywhere; }
  h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .lead, .resources-title-row > p { font-size: 1.05rem; line-height: 1.55; }
  .hero-actions, .actions, .resources-note-actions { gap: 10px; }
  .hero-actions .button, .actions .button { width: 100%; }
  .engagement-promise, .resources-latest-header, .article-card, .price-card, .item { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .glossary-list dd { font-size: 1rem; }
}

/* Homepage offer comparison */
.offerings-section {
  display: block;
}

.engagement-offers-intro {
  max-width: 760px;
  margin-bottom: clamp(36px, 5vw, 60px);
}

.engagement-offers-intro h2 {
  max-width: 700px;
}

.engagement-offers-intro > p:last-child {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--ink-500);
  font-size: 1.03rem;
  font-weight: 300;
  line-height: 1.68;
}

.engagement-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--border-hairline);
}

.engagement-option {
  min-width: 0;
  padding: clamp(30px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

.engagement-option + .engagement-option {
  border-left: 1px solid var(--border-hairline);
}

.offer-label {
  margin: 0 0 22px;
  color: var(--clay-500);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.engagement-option h3 {
  max-width: 16ch;
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  font-weight: 300;
  line-height: 1.05;
}

.engagement-option h3 + p {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--ink-500);
  font-weight: 300;
  line-height: 1.65;
}

.offer-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-hairline);
}

.offer-price {
  margin: 0;
  color: var(--clay-500);
  font-family: var(--font-serif);
  font-size: 1.65rem;
  line-height: 1;
}

.offer-price span {
  margin-left: 4px;
  color: var(--stone-400);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.offer-footer a {
  color: var(--ink-900);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-footer a:hover {
  color: var(--clay-500);
}

@media (max-width: 720px) {
  .engagement-options {
    grid-template-columns: 1fr;
  }

  .engagement-option {
    padding-inline: 0;
  }

  .engagement-option + .engagement-option {
    border-top: 1px solid var(--border-hairline);
    border-left: 0;
  }

  .offer-footer {
    align-items: start;
    flex-direction: column;
  }
}

/* Custom project page refinements */
.custom-support-section {
  padding-top: clamp(40px, 5vw, 72px);
}

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

.custom-ownership-grid .item {
  height: 100%;
  padding: 30px 24px;
}

.custom-fit-section .best-fit-split {
  gap: clamp(48px, 8vw, 104px);
}

.custom-fit-section .lead {
  max-width: 680px;
}

.custom-pricing-card {
  display: grid;
  gap: 20px;
  padding: clamp(32px, 4vw, 46px);
}

.custom-pricing-card .badge,
.custom-pricing-card .price,
.custom-pricing-card p {
  margin: 0;
}

.custom-pricing-card .button {
  width: fit-content;
  margin-top: 4px;
}

@media (max-width: 1100px) {
  .custom-ownership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .custom-support-section {
    padding-top: 32px;
  }

  .custom-ownership-grid {
    grid-template-columns: 1fr;
  }
}

/* Custom project hero redesign */
.custom-project-page main section {
  padding: clamp(72px, 7vw, 104px) 0;
}

.custom-project-hero {
  border-bottom: 1px solid var(--border-hairline);
  padding: clamp(56px, 7vw, 92px) 0 !important;
}

.custom-project-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.custom-project-hero-copy h1 {
  max-width: 12ch;
  margin-top: 22px;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 6.5vw, 6.5rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.custom-project-hero-copy .lead {
  max-width: 650px;
  margin-top: 28px;
}

.custom-project-hero-copy .hero-actions {
  margin-top: 30px;
}

.custom-project-brief {
  padding: clamp(32px, 4vw, 52px);
  background: var(--ink-900);
  color: var(--paper-50);
}

.custom-project-brief .offer-label {
  color: var(--clay-300);
}

.custom-project-brief ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-project-brief li {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 300;
  line-height: 1.25;
}

.custom-project-brief-note {
  margin: 24px 0 0;
  color: #a99e8c;
  font-size: 0.86rem;
  line-height: 1.6;
}

.custom-project-page .custom-support-section {
  padding-top: clamp(56px, 6vw, 80px);
}

.custom-project-page .grid {
  grid-auto-rows: 1fr;
}

.custom-project-page .grid > .item {
  height: 100%;
}

.custom-project-page .custom-pricing-card .button {
  margin-top: 16px;
}

@media (max-width: 920px) {
  .custom-project-hero-grid {
    grid-template-columns: 1fr;
  }

  .custom-project-hero-copy h1 {
    max-width: 14ch;
  }
}

@media (max-width: 720px) {
  .custom-project-page main section {
    padding: 64px 0;
  }

  .custom-project-hero {
    padding: 48px 0 56px !important;
  }

  .custom-project-hero-grid {
    gap: 40px;
  }

  .custom-project-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .custom-project-brief {
    padding: 28px 24px;
  }
}

/* Empty resources state */
.resources-masthead-empty {
  padding-bottom: clamp(40px, 5vw, 72px);
}

.resources-masthead-empty h1 {
  max-width: none;
  margin-top: 18px;
}

.resources-latest-empty {
  min-height: 28vh;
  padding-top: 0;
}
