:root {
  --background: #F6F3ED;
  --foreground: #1E1E1E;
  --primary: #6F775A;
  --primary-hover: #5F654C;
  --border: #E4E1DA;
  --font-sans: 'Inter', sans-serif;
  --font-serif: 'Spectral', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 500;
}

a:focus, .btn:focus {
  outline: 2px solid rgba(111, 119, 90, 0.45);
  outline-offset: 3px;
}


/* ============================================================
   page-writing
   ============================================================ */

body.page-writing header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
  margin-bottom: 96px;
}

body.page-writing .logo {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: var(--foreground);
}

body.page-writing .nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

body.page-writing .nav-link {
  text-decoration: none;
  color: var(--foreground);
  font-size: 15px;
}

body.page-writing .nav-link:hover { color: var(--primary); }
body.page-writing .nav-link.active { color: var(--primary); }

body.page-writing hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 96px 0;
}

body.page-writing section {
  padding: 0;
  margin-bottom: 128px;
}

body.page-writing .section-title {
  font-size: clamp(32px, 6vw, 40px);
  margin-bottom: 32px;
}

body.page-writing .intro-text {
  font-size: 18px;
  margin-bottom: 64px;
  max-width: 680px;
  color: rgba(30, 30, 30, 0.85);
}

body.page-writing .page-header h1 {
  font-size: clamp(40px, 7vw, 56px);
  line-height: 1.1;
  margin-bottom: 32px;
}

body.page-writing .page-header .lead {
  font-size: 18px;
  color: rgba(30, 30, 30, 0.85);
  max-width: 640px;
  margin-bottom: 0;
}

body.page-writing .page-header .lead p + p { margin-top: 18px; }

body.page-writing .page-header .lead a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-writing .series-block {
  border: 1px solid var(--border);
  border-left: 3px solid var(--primary);
  padding: 48px;
  margin-bottom: 128px;
}

body.page-writing .series-eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}

body.page-writing .series-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--foreground);
}

body.page-writing .series-description {
  font-size: 18px;
  color: rgba(30, 30, 30, 0.8);
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 28px;
}

body.page-writing .series-cta {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 119, 90, 0.4);
  padding-bottom: 1px;
  transition: border-color 0.15s;
}

body.page-writing .series-cta:hover { border-color: var(--primary); }

body.page-writing .standalone-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  display: block;
  color: inherit;
  transition: opacity 0.15s;
}

body.page-writing .standalone-item:first-child { border-top: 1px solid var(--border); }
body.page-writing .standalone-item:hover { opacity: 0.7; }

body.page-writing .standalone-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--foreground);
  margin-bottom: 8px;
  line-height: 1.35;
}

body.page-writing .standalone-desc {
  font-size: 16px;
  color: rgba(30, 30, 30, 0.7);
  line-height: 1.65;
  margin-bottom: 10px;
  max-width: 640px;
}

body.page-writing .standalone-meta {
  font-size: 13px;
  color: rgba(30, 30, 30, 0.4);
}

body.page-writing .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 1px 7px;
  border-radius: 3px;
  margin-right: 10px;
  opacity: 0.8;
}

body.page-writing footer {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 15px;
  color: rgba(30, 30, 30, 0.6);
  margin-bottom: 64px;
}

body.page-writing .footer-links { display: flex; gap: 32px; }
body.page-writing .footer-links a { text-decoration: none; color: inherit; }
body.page-writing .footer-links a:hover { color: var(--foreground); }

/* ── ARTICLE LIST ── */
body.page-writing .article-list { display: flex; flex-direction: column; }

body.page-writing .article-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s;
}

body.page-writing .article-item:first-child { border-top: 1px solid var(--border); }
body.page-writing .article-item:hover { opacity: 0.7; }

body.page-writing .article-number {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
  padding-top: 4px;
  opacity: 0.8;
}

body.page-writing .article-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--foreground);
  margin-bottom: 6px;
  line-height: 1.35;
}

body.page-writing .article-desc {
  font-size: 15px;
  color: rgba(30, 30, 30, 0.65);
  line-height: 1.6;
  margin-bottom: 6px;
}

body.page-writing .article-meta {
  font-size: 13px;
  color: rgba(30, 30, 30, 0.4);
}

/* ── BRANCH SECTION ── */
body.page-writing .branch-section { margin-top: 8px; padding-top: 24px; }

body.page-writing .branch-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
  margin-bottom: 16px;
}

body.page-writing .branch-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s;
}

body.page-writing .branch-item:first-of-type { border-top: 1px solid var(--border); }
body.page-writing .branch-item:hover { opacity: 0.7; }

body.page-writing .branch-marker {
  font-size: 14px;
  color: var(--primary);
  opacity: 0.5;
  padding-top: 4px;
}

@media (max-width: 768px) {
  body.page-writing header { margin-bottom: 64px; }
  body.page-writing section { margin-bottom: 96px; }
  body.page-writing .series-block { padding: 32px 24px; }
  body.page-writing footer { flex-direction: column; }
  body.page-writing .nav-links { display: none; }
}


/* ============================================================
   page-series
   ============================================================ */

body.page-series header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
  margin-bottom: 64px;
}

body.page-series .logo {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: var(--foreground);
}

body.page-series .nav-links { display: flex; gap: 32px; list-style: none; }

body.page-series .nav-link {
  text-decoration: none;
  color: var(--foreground);
  font-size: 15px;
}

body.page-series .nav-link:hover { color: var(--primary); }
body.page-series .nav-link.active { color: var(--primary); }

body.page-series hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 80px 0;
}

body.page-series .breadcrumb {
  font-size: 13px;
  color: rgba(30, 30, 30, 0.45);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.page-series .breadcrumb a {
  color: rgba(30, 30, 30, 0.45);
  text-decoration: none;
  transition: color 0.15s;
}

body.page-series .breadcrumb a:hover { color: var(--primary); }
body.page-series .breadcrumb-divider { opacity: 0.4; }

body.page-series .series-header {
  margin-bottom: 72px;
  max-width: 680px;
}

body.page-series .series-eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
  opacity: 0.9;
}

body.page-series .series-header h1 {
  font-size: clamp(40px, 7vw, 56px);
  line-height: 1.1;
  margin-bottom: 28px;
}

body.page-series .series-thesis {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.7;
  color: rgba(30, 30, 30, 0.85);
  margin-bottom: 0;
}

body.page-series .series-thesis p + p { margin-top: 20px; }

body.page-series .start-here {
  background: rgba(111, 119, 90, 0.07);
  border-left: 3px solid var(--primary);
  padding: 28px 32px;
  margin-bottom: 80px;
}

body.page-series .start-here-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}

body.page-series .start-here p {
  font-size: 15px;
  color: rgba(30, 30, 30, 0.75);
  line-height: 1.65;
  margin-bottom: 16px;
}

body.page-series .start-here-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

body.page-series .start-here-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 119, 90, 0.3);
  padding-bottom: 1px;
  transition: border-color 0.15s;
}

body.page-series .start-here-links a:hover { border-color: var(--primary); }

body.page-series .for-section { margin-bottom: 80px; }

body.page-series .for-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

body.page-series .for-section p {
  font-size: 17px;
  color: rgba(30, 30, 30, 0.8);
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 20px;
}

body.page-series .for-section p:last-child { margin-bottom: 0; }

body.page-series .framework-section { margin-bottom: 80px; }

body.page-series .framework-section h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

body.page-series .framework-intro {
  font-size: 17px;
  color: rgba(30, 30, 30, 0.8);
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 36px;
}

body.page-series .pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 0;
}

body.page-series .pillar {
  background: var(--background);
  padding: 28px 24px;
}

/* UPDATED: font-size 10px, line-height 1.5 to accommodate longer translation text */
body.page-series .pillar-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
  opacity: 0.8;
  line-height: 1.5;
}

body.page-series .pillar-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--foreground);
  margin-bottom: 8px;
}

body.page-series .pillar-desc {
  font-size: 14px;
  color: rgba(30, 30, 30, 0.6);
  line-height: 1.6;
}

body.page-series .articles-section { margin-bottom: 80px; }

body.page-series .articles-section h2 {
  font-size: 28px;
  margin-bottom: 32px;
}

body.page-series .article-list {
  display: flex;
  flex-direction: column;
}

body.page-series .article-item {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 0 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s;
  align-items: start;
}

body.page-series .article-item:first-child { border-top: 1px solid var(--border); }
body.page-series .article-item:hover { opacity: 0.7; }

body.page-series .article-number {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
  padding-top: 4px;
  opacity: 0.7;
}

body.page-series .article-title {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 500;
  color: var(--foreground);
  margin-bottom: 6px;
  line-height: 1.3;
}

body.page-series .article-desc {
  font-size: 15px;
  color: rgba(30, 30, 30, 0.6);
  line-height: 1.6;
  max-width: 540px;
}

body.page-series .article-meta {
  font-size: 12px;
  color: rgba(30, 30, 30, 0.35);
  white-space: nowrap;
  padding-top: 5px;
}

body.page-series .branch-section { margin-top: 8px; }

body.page-series .branch-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.35);
  margin: 32px 0 12px;
}

body.page-series .branch-item {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 0 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s;
  align-items: start;
}

body.page-series .branch-item:hover { opacity: 0.7; }

body.page-series .branch-marker {
  font-size: 14px;
  color: var(--primary);
  opacity: 0.4;
  padding-top: 4px;
}

body.page-series .closing-section { margin-bottom: 96px; }

body.page-series .closing-section p {
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 24px);
  font-style: italic;
  color: var(--primary);
  line-height: 1.5;
  max-width: 560px;
  margin-bottom: 28px;
}

body.page-series .closing-section .sub {
  font-family: var(--font-sans);
  font-size: 15px;
  font-style: normal;
  color: rgba(30, 30, 30, 0.55);
  max-width: 500px;
  line-height: 1.65;
}

body.page-series .closing-section .sub a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-series .process-note {
  margin-bottom: 0;
  padding-bottom: 96px;
}

body.page-series .process-rule {
  border: none;
  border-top: 1px solid var(--border);
  margin-bottom: 32px;
}

body.page-series .process-note p {
  font-family: var(--font-sans);
  font-size: 14px;
  color: rgba(30, 30, 30, 0.5);
  line-height: 1.7;
  max-width: 500px;
  font-style: italic;
}

body.page-series footer {
  padding: 48px 0;
  margin-top: 96px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 15px;
  color: rgba(30, 30, 30, 0.6);
  margin-bottom: 64px;
}

body.page-series .footer-links { display: flex; gap: 32px; }
body.page-series .footer-links a { text-decoration: none; color: inherit; }
body.page-series .footer-links a:hover { color: var(--foreground); }

@media (max-width: 768px) {
  body.page-series header { margin-bottom: 48px; }
  body.page-series .pillars { grid-template-columns: 1fr; }
  body.page-series .article-item { grid-template-columns: 28px 1fr; }
  body.page-series .article-meta { display: none; }
  body.page-series .branch-item { grid-template-columns: 28px 1fr; }
  body.page-series footer { flex-direction: column; }
  body.page-series .nav-links { display: none; }
  body.page-series .start-here-links { flex-direction: column; gap: 12px; }
}


/* ============================================================
   page-article
   ============================================================ */

body.page-article header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
  margin-bottom: 64px;
}

body.page-article .logo {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: var(--foreground);
}

body.page-article .nav-links { display: flex; gap: 32px; list-style: none; }

body.page-article .nav-link {
  text-decoration: none;
  color: var(--foreground);
  font-size: 15px;
}

body.page-article .nav-link:hover { color: var(--primary); }
body.page-article .nav-link.active { color: var(--primary); }

body.page-article .article-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 72px;
  gap: 24px;
}

body.page-article .series-position {
  font-size: 13px;
  color: rgba(30, 30, 30, 0.5);
  line-height: 1.4;
  flex: 1;
  text-align: center;
}

body.page-article .series-position a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

body.page-article .series-position a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-article .nav-prev,
body.page-article .nav-next {
  font-size: 13px;
  color: rgba(30, 30, 30, 0.5);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: color 0.15s;
  min-width: 120px;
}

body.page-article .nav-prev { justify-content: flex-start; }
body.page-article .nav-next { justify-content: flex-end; }
body.page-article .nav-prev:hover, body.page-article .nav-next:hover { color: var(--primary); }

body.page-article .nav-prev span,
body.page-article .nav-next span {
  font-family: var(--font-serif);
  font-size: 14px;
  color: inherit;
  line-height: 1.3;
}

body.page-article .nav-arrow {
  font-size: 16px;
  color: var(--primary);
  opacity: 0.6;
  flex-shrink: 0;
}

body.page-article .nav-disabled {
  opacity: 0;
  pointer-events: none;
}

body.page-article article {
  display: block;
}

body.page-article .article-header {
  display: block;
  margin-bottom: 56px;
  max-width: 680px;
}

body.page-article .article-eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
  opacity: 0.9;
}

body.page-article .article-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 6vw, 52px);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 28px;
  color: var(--foreground);
}

body.page-article .article-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  color: rgba(30, 30, 30, 0.45);
  margin-bottom: 32px;
}

body.page-article .meta-divider {
  width: 1px;
  height: 12px;
  background: var(--border);
}

body.page-article .article-abstract {
  font-family: var(--font-serif);
  font-size: 19px;
  font-style: italic;
  color: rgba(30, 30, 30, 0.75);
  line-height: 1.65;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

body.page-article .article-body {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.75;
  color: rgba(30, 30, 30, 0.9);
  max-width: 680px;
  margin: 56px 0;
}

body.page-article .article-body p { margin-bottom: 28px; }
body.page-article .article-body p:last-child { margin-bottom: 0; }

body.page-article .article-body h2 {
  font-size: 28px;
  font-weight: 500;
  color: var(--foreground);
  margin: 56px 0 20px;
  line-height: 1.25;
}

body.page-article .article-body h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--foreground);
  margin: 40px 0 16px;
  line-height: 1.3;
}

body.page-article .article-body blockquote {
  border-left: 2px solid var(--primary);
  padding-left: 28px;
  margin: 40px 0;
  font-style: italic;
  color: rgba(30, 30, 30, 0.7);
}

body.page-article .article-body strong { font-weight: 600; color: var(--foreground); }
body.page-article .article-body em { font-style: italic; }

body.page-article .article-body a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-article .article-end-rule {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 72px 0 64px;
}

body.page-article .discussion-cta { margin-bottom: 48px; }

body.page-article .discussion-cta h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

body.page-article .discussion-cta p {
  font-size: 16px;
  color: rgba(30, 30, 30, 0.7);
  max-width: 520px;
  margin-bottom: 24px;
  line-height: 1.65;
}

body.page-article .btn {
  display: inline-block;
  background-color: var(--primary);
  color: var(--background);
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

body.page-article .btn:hover { background-color: var(--primary-hover); }

body.page-article .author-bio {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 0;
  border-top: 1px solid var(--border);
  margin-bottom: 0;
}

body.page-article .author-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

body.page-article .author-bio-text p {
  font-size: 15px;
  color: rgba(30, 30, 30, 0.65);
  line-height: 1.65;
}

body.page-article .author-bio strong {
  color: var(--foreground);
  font-weight: 500;
}

body.page-article .contact-cta {
  font-size: 15px;
  color: rgba(30, 30, 30, 0.55);
  padding-top: 32px;
  border-top: 1px solid var(--border);
  margin-bottom: 72px;
  line-height: 1.6;
}

body.page-article .contact-cta a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-article .article-nav-bottom { margin-bottom: 96px; }

body.page-article footer {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 15px;
  color: rgba(30, 30, 30, 0.6);
  margin-bottom: 64px;
}

body.page-article .footer-links { display: flex; gap: 32px; }
body.page-article .footer-links a { text-decoration: none; color: inherit; }
body.page-article .footer-links a:hover { color: var(--foreground); }

@media (max-width: 768px) {
  body.page-article header { margin-bottom: 48px; }
  body.page-article .article-nav { flex-wrap: wrap; }
  body.page-article .series-position { order: -1; width: 100%; text-align: center; }
  body.page-article .article-body { font-size: 18px; }
  body.page-article footer { flex-direction: column; }
  body.page-article .nav-links { display: none; }
  body.page-article .author-bio { flex-direction: column; align-items: flex-start; gap: 16px; }
}


/* ============================================================
   page-contact
   ============================================================ */

body.page-contact header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
  margin-bottom: 96px;
}

body.page-contact .logo {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: var(--foreground);
}

body.page-contact .nav-links { display: flex; gap: 32px; list-style: none; }

body.page-contact .nav-link {
  text-decoration: none;
  color: var(--foreground);
  font-size: 15px;
}

body.page-contact .nav-link:hover { color: var(--primary); }
body.page-contact .nav-link.active { color: var(--primary); }

body.page-contact hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 96px 0;
}

body.page-contact .page-header { margin-bottom: 96px; }

body.page-contact .page-header h1 {
  font-size: clamp(40px, 7vw, 56px);
  line-height: 1.1;
  margin-bottom: 32px;
}

body.page-contact .page-header .lead {
  font-size: 18px;
  color: rgba(30, 30, 30, 0.85);
  max-width: 600px;
  line-height: 1.7;
}

body.page-contact .contact-tiers {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 128px;
}

body.page-contact .tier-item {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  align-items: start;
}

body.page-contact .tier-item:first-child { border-top: 1px solid var(--border); }

body.page-contact .tier-number {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
  opacity: 0.8;
}

body.page-contact .tier-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--foreground);
  margin-bottom: 12px;
  line-height: 1.3;
}

body.page-contact .tier-desc {
  font-size: 16px;
  color: rgba(30, 30, 30, 0.7);
  line-height: 1.7;
  max-width: 340px;
}

body.page-contact .tier-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 8px;
}

body.page-contact .tier-action {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: var(--foreground);
  border: 1px solid var(--border);
  padding: 14px 24px;
  border-radius: 8px;
  transition: border-color 0.2s, color 0.2s;
  margin-bottom: 12px;
  width: fit-content;
}

body.page-contact .tier-action:hover {
  border-color: var(--primary);
  color: var(--primary);
}

body.page-contact .tier-action.primary-action {
  background-color: var(--primary);
  color: var(--background);
  border-color: var(--primary);
}

body.page-contact .tier-action.primary-action:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--background);
}

body.page-contact .tier-action-note {
  font-size: 13px;
  color: rgba(30, 30, 30, 0.45);
  line-height: 1.5;
  max-width: 280px;
}

body.page-contact .closing-note { margin-bottom: 128px; }

body.page-contact .closing-note p {
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 24px);
  font-style: italic;
  color: var(--primary);
  line-height: 1.5;
  max-width: 580px;
}

body.page-contact footer {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 15px;
  color: rgba(30, 30, 30, 0.6);
  margin-bottom: 64px;
}

body.page-contact .footer-links { display: flex; gap: 32px; }
body.page-contact .footer-links a { text-decoration: none; color: inherit; }
body.page-contact .footer-links a:hover { color: var(--foreground); }

@media (max-width: 768px) {
  body.page-contact header { margin-bottom: 64px; }
  body.page-contact .tier-item { grid-template-columns: 1fr; gap: 32px 0; }
  body.page-contact footer { flex-direction: column; }
  body.page-contact .nav-links { display: none; }
}


/* ============================================================
   page-about
   ============================================================ */

body.page-about header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
  margin-bottom: 96px;
}

body.page-about .logo {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: var(--foreground);
}

body.page-about .nav-links { display: flex; gap: 32px; list-style: none; }

body.page-about .nav-link {
  text-decoration: none;
  color: var(--foreground);
  font-size: 15px;
}

body.page-about .nav-link:hover { color: var(--primary); }
body.page-about .nav-link.active { color: var(--primary); }

body.page-about hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 80px 0;
}

/* ── PAGE HEADER ── */
body.page-about .page-header { margin-bottom: 80px; }

body.page-about .page-header h1 {
  font-family: var(--font-serif);
  font-size: clamp(40px, 7vw, 56px);
  line-height: 1.1;
  margin-bottom: 28px;
}

body.page-about .page-header .lead p {
  font-size: 18px;
  color: rgba(30, 30, 30, 0.8);
  max-width: 620px;
  line-height: 1.7;
}

/* ── BIO ── */
body.page-about .bio-section { margin-bottom: 0; }

body.page-about .bio-header {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 40px;
}

body.page-about .bio-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

body.page-about .bio-section h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}

body.page-about .bio-body p {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.75;
  color: rgba(30, 30, 30, 0.88);
  max-width: 680px;
  margin-bottom: 24px;
}

body.page-about .bio-body p:last-child { margin-bottom: 0; }

/* ── PHILOSOPHY ── */
body.page-about .philosophy-section { margin-bottom: 0; }

body.page-about .philosophy-section h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}

body.page-about .philosophy-body p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(30, 30, 30, 0.8);
  max-width: 660px;
  margin-bottom: 24px;
}

body.page-about .philosophy-body p:last-child { margin-bottom: 0; }

/* ── ENGAGEMENTS ── */
body.page-about .engagements-section { margin-bottom: 0; }

body.page-about .engagements-section h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

body.page-about .engagements-intro {
  font-size: 16px;
  color: rgba(30, 30, 30, 0.65);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 56px;
}

body.page-about .engagement-list {
  display: flex;
  flex-direction: column;
}

body.page-about .engagement-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}

body.page-about .engagement-item:first-child {
  border-top: 1px solid var(--border);
}

body.page-about .engagement-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  opacity: 0.8;
  margin-bottom: 12px;
}

body.page-about .engagement-item h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--foreground);
  margin-bottom: 16px;
  line-height: 1.3;
}

body.page-about .engagement-desc {
  font-size: 15px;
  color: rgba(30, 30, 30, 0.7);
  line-height: 1.7;
}

body.page-about .engagement-fit {
  font-size: 14px;
  color: rgba(30, 30, 30, 0.55);
  line-height: 1.7;
  font-style: italic;
  padding-top: 36px;
}

/* ── CTA ── */
body.page-about .about-cta {
  padding: 96px 0;
}

body.page-about .about-cta p {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.5vw, 22px);
  font-style: italic;
  color: var(--primary);
  line-height: 1.5;
  max-width: 520px;
  margin-bottom: 40px;
}

body.page-about .btn {
  display: inline-block;
  background: var(--primary);
  color: var(--background);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  transition: background 0.2s;
}

body.page-about .btn:hover { background: var(--primary-hover); }

/* ── FOOTER ── */
body.page-about footer {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 15px;
  color: rgba(30, 30, 30, 0.6);
  margin-bottom: 64px;
}

body.page-about .footer-links { display: flex; gap: 32px; }
body.page-about .footer-links a { text-decoration: none; color: inherit; }
body.page-about .footer-links a:hover { color: var(--foreground); }

@media (max-width: 768px) {
  body.page-about header { margin-bottom: 48px; }
  body.page-about .nav-links { display: none; }
  body.page-about .bio-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  body.page-about .engagement-item { grid-template-columns: 1fr; gap: 24px 0; }
  body.page-about .engagement-fit { padding-top: 0; }
  body.page-about footer { flex-direction: column; }
}
