/* ============================================
   NEW START ADVISORY — Design System
   ============================================
   Fonts:    Libre Baskerville (serif) · Karla (sans)
   Palette:  white / paper / ink / green accent
   Style:    Editorial, high-trust, government-report feel
   ============================================ */

/* --- Reset & Base -------------------------------------------------- */

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  background-color: #ffffff;
}

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

a {
  color: #2c4a2c;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #3d6b3d;
}

ul,
ol {
  list-style: none;
}

/* --- Typography ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a1a;
}

h1 {
  font-size: 2.75rem;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 2rem;
  letter-spacing: -0.005em;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.15rem;
}

p {
  margin-bottom: 1.25rem;
  color: #3d3d3d;
}

p:last-child {
  margin-bottom: 0;
}

.text-muted {
  color: #6b6b6b;
}

.text-faint {
  color: #999999;
}

.text-light {
  color: #3d3d3d;
}

small,
.small {
  font-size: 0.85rem;
}

blockquote {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #3d3d3d;
  border-left: 3px solid #d4d0c8;
  padding-left: 1.5rem;
  margin: 2rem 0;
}

/* --- Layout -------------------------------------------------------- */

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem;
}

.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 2rem;
}

section {
  padding: 5rem 0;
}

.section-paper {
  background-color: #f5f3ef;
}

.divider {
  border: none;
  border-top: 1px solid #d4d0c8;
  margin: 3rem 0;
}

.divider-light {
  border: none;
  border-top: 1px solid #e5e2db;
  margin: 2rem 0;
}

/* --- Buttons ------------------------------------------------------- */

.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: 'Karla', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background-color: #2c4a2c;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #3d6b3d;
  color: #ffffff;
}

.btn-outline {
  background-color: transparent;
  color: #2c4a2c;
  border: 1px solid #2c4a2c;
}

.btn-outline:hover {
  background-color: #2c4a2c;
  color: #ffffff;
}

/* --- Label / Tag --------------------------------------------------- */

.label {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.section-label {
  display: block;
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 1.25rem;
}

/* --- Navigation ---------------------------------------------------- */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e2db;
  z-index: 1000;
  display: flex;
  align-items: center;
}

.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-logo {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.nav-logo:hover {
  color: #1a1a1a;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.nav-links a {
  font-family: 'Karla', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b6b6b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #1a1a1a;
}

.nav-links a.active {
  color: #1a1a1a;
  font-weight: 700;
}

.nav-links a.nav-contact {
  color: #2c4a2c;
  font-weight: 700;
}

.nav-links a.nav-contact:hover {
  color: #3d6b3d;
}

/* Hamburger */

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: #1a1a1a;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

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

.footer {
  border-top: 1px solid #e5e2db;
  padding: 3rem 0;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.95rem;
  color: #1a1a1a;
}

.footer-copy {
  font-size: 0.82rem;
  color: #999999;
}

/* --- Page wrapper (accounts for fixed nav) ------------------------- */

.page {
  padding-top: 72px;
}

/* --- Fade-in on load ----------------------------------------------- */

.fade-in {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Cards / Grid helpers ------------------------------------------ */

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

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

.card {
  padding: 2.5rem;
  border: 1px solid #e5e2db;
  transition: border-color 0.2s ease;
}

.card:hover {
  border-color: #d4d0c8;
}

/* --- Forms --------------------------------------------------------- */

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: 'Karla', sans-serif;
  font-size: 0.95rem;
  color: #1a1a1a;
  background-color: #ffffff;
  border: 1px solid #d4d0c8;
  outline: none;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #2c4a2c;
}

.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

/* --- Hero pattern -------------------------------------------------- */

.hero {
  padding: 6rem 0 5rem;
  border-bottom: 1px solid #e5e2db;
}

.hero h1 {
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.15rem;
  max-width: 600px;
}

.hero .btn {
  margin-top: 2rem;
}

/* --- Home: Hero (full viewport) ------------------------------------ */

.hero-home {
  padding: 10rem 0 4rem;
  border-bottom: 1px solid #e5e2db;
}

.hero-eyebrow {
  font-family: 'Karla', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 2rem;
}

.hero-home h1 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.hero-home h1 em {
  font-style: italic;
  color: #2c4a2c;
}

.hero-rule {
  width: 50px;
  height: 1px;
  background-color: #1a1a1a;
  margin-bottom: 2rem;
}

.hero-subtitle {
  font-size: 1.02rem;
  color: #6b6b6b;
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: 3rem;
}

.hero-meta {
  display: flex;
  gap: 3rem;
}

.hero-meta-item {
  display: flex;
  flex-direction: column;
}

.hero-meta-value {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.15rem;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.hero-meta-label {
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999999;
}

/* --- Home: Principles bar ------------------------------------------ */

.principles {
  padding: 4rem 0;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.principle {
  border-top: 2px solid #1a1a1a;
  padding-top: 1.25rem;
}

.principle h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.principle p {
  font-size: 0.88rem;
  color: #6b6b6b;
  line-height: 1.65;
}

/* --- Home: Services preview ---------------------------------------- */

.services-preview {
  padding: 5rem 0;
}

.services-header {
  margin-bottom: 3rem;
}

.service-row {
  display: grid;
  grid-template-columns: 60px 240px 1fr;
  align-items: baseline;
  gap: 2rem;
  padding: 1.75rem 0;
  border-top: 1px solid #e5e2db;
  transition: background-color 0.2s ease;
}

.service-row:hover {
  background-color: #f5f3ef;
}

.service-num {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.85rem;
  color: #999999;
}

.service-row h3 {
  font-size: 1.15rem;
  line-height: 1.4;
}

.service-row p {
  font-size: 0.92rem;
  color: #6b6b6b;
  line-height: 1.65;
}

/* --- Home: Founder preview ----------------------------------------- */

.founder-preview {
  padding: 5rem 0;
}

.founder-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3.5rem;
  align-items: start;
}

.founder-photo {
  width: 280px;
  height: 280px;
  background-color: #f5f3ef;
  border: 1px solid #e5e2db;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-photo span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
}

.founder-text .section-label {
  margin-bottom: 1rem;
}

.founder-name {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.founder-role {
  font-size: 0.95rem;
  color: #2c4a2c;
  margin-bottom: 1.75rem;
  line-height: 1.6;
}

.founder-bio {
  font-size: 0.95rem;
  color: #3d3d3d;
  line-height: 1.75;
}

/* --- Home: CTA band ------------------------------------------------ */

.cta-band {
  padding: 5rem 0;
  text-align: center;
  border-top: 1px solid #e5e2db;
}

.cta-band p {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.35rem;
  color: #1a1a1a;
  margin-bottom: 2rem;
}

/* --- Practice Areas: Page header ----------------------------------- */

.page-header {
  padding: 5rem 0 4rem;
  border-bottom: 1px solid #e5e2db;
}

.page-header h1 {
  margin-bottom: 1.5rem;
}

.page-header h1 em {
  font-style: italic;
  color: #2c4a2c;
}

.page-header p {
  font-size: 1.05rem;
  color: #6b6b6b;
  max-width: 620px;
  line-height: 1.75;
}

/* --- Practice Areas: Pillar sections ------------------------------- */

.pillar {
  padding: 5rem 0;
}

.pillar-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  align-items: start;
}

.pillar-sidebar {}

.pillar-num {
  font-family: 'Libre Baskerville', serif;
  font-size: 4.5rem;
  line-height: 1;
  color: #e5e2db;
  margin-bottom: 1rem;
}

.pillar-sidebar h2 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}

.pillar-audience {
  font-family: 'Karla', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999999;
}

.pillar-body {}

.pillar-pitch {
  font-size: 1.02rem;
  color: #3d3d3d;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}

.pillar-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.pillar-card {
  padding: 1.75rem;
  border: 1px solid #e5e2db;
  transition: border-color 0.2s ease;
}

.pillar-card:hover {
  border-color: #2c4a2c;
}

.pillar-card h4 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.pillar-card p {
  font-size: 0.88rem;
  color: #6b6b6b;
  line-height: 1.65;
}

.pillar-quote {
  border-top: 1px solid #d4d0c8;
  padding-top: 1.5rem;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #6b6b6b;
  line-height: 1.7;
}

/* --- Practice Areas: Bottom CTA ------------------------------------ */

.cta-band-sub {
  font-size: 0.95rem;
  color: #6b6b6b;
  margin-bottom: 2rem;
}

/* --- Experience: Summary strip -------------------------------------- */

.summary-strip {
  padding: 3.5rem 0;
}

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

.summary-strip-item {
  text-align: center;
  padding: 1.5rem 2rem;
  border-left: 1px solid #d4d0c8;
}

.summary-strip-item:first-child {
  border-left: none;
}

.summary-strip-value {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.8rem;
  color: #2c4a2c;
  margin-bottom: 0.35rem;
}

.summary-strip-label {
  font-family: 'Karla', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
}

/* --- Experience: Timeline ------------------------------------------ */

.timeline {
  padding: 5rem 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 200px 40px 1fr;
  gap: 0;
  margin-bottom: 0;
}

.timeline-period {
  text-align: right;
  padding-right: 2rem;
  padding-top: 0.15rem;
}

.timeline-period-label {
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999999;
  display: block;
  margin-bottom: 0.2rem;
}

.timeline-period-sub {
  font-family: 'Karla', sans-serif;
  font-size: 0.78rem;
  color: #6b6b6b;
}

.timeline-line {
  position: relative;
  display: flex;
  justify-content: center;
}

.timeline-line::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 0;
  width: 1px;
  background-color: #d4d0c8;
}

.timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2c4a2c;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  flex-shrink: 0;
}

.timeline-content {
  padding-left: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e5e2db;
  margin-bottom: 3rem;
}

.timeline-item:last-child .timeline-content {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.timeline-item:last-child .timeline-line::before {
  bottom: auto;
  height: 100%;
}

.timeline-role {
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 0.35rem;
}

.timeline-org {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.25rem;
  color: #2c4a2c;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.timeline-desc {
  font-size: 0.95rem;
  color: #3d3d3d;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.timeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.timeline-tag {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #6b6b6b;
  background-color: #f5f3ef;
  border: 1px solid #e5e2db;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
}

/* --- About: Philosophy --------------------------------------------- */

.philosophy {
  padding: 5rem 0;
  border-bottom: 1px solid #e5e2db;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.philosophy-col h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.philosophy-col p {
  font-size: 0.95rem;
  color: #3d3d3d;
  line-height: 1.75;
}

/* --- About: Founder full ------------------------------------------- */

.founder-full {
  padding: 5rem 0;
}

.founder-full-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3.5rem;
  align-items: start;
}

.founder-full-photo {
  width: 300px;
  height: 400px;
  background-color: #f5f3ef;
  border: 1px solid #e5e2db;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-full-photo span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
}

.founder-full-text .founder-name {
  margin-bottom: 0.5rem;
}

.founder-full-text .founder-role {
  margin-bottom: 1.5rem;
}

.founder-full-text .founder-bio {
  margin-bottom: 1rem;
}

.appointments-label {
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.appointments-list {
  list-style: none;
}

.appointments-list li {
  font-size: 0.92rem;
  color: #3d3d3d;
  line-height: 1.6;
  padding: 0.6rem 0 0.6rem 1.25rem;
  border-left: 2px solid #d4d0c8;
}

/* --- About: Expert panel ------------------------------------------- */

.expert-panel {
  padding: 5rem 0;
}

.expert-panel-header {
  margin-bottom: 3rem;
}

.expert-panel-header h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.expert-panel-header p {
  font-size: 0.95rem;
  color: #6b6b6b;
  max-width: 620px;
  line-height: 1.75;
}

.expert-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.expert-card {
  padding: 2rem;
  border: 1px solid #e5e2db;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.expert-card:hover {
  border-color: #2c4a2c;
  transform: translateY(-2px);
}

.expert-card-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f5f3ef;
  border: 1px solid #e5e2db;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.expert-card-avatar span {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
}

.expert-card-name {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.expert-card-role {
  font-size: 0.82rem;
  color: #2c4a2c;
  margin-bottom: 0.75rem;
}

.expert-card-desc {
  font-size: 0.88rem;
  color: #6b6b6b;
  line-height: 1.65;
}

/* --- About: Detailed bios ------------------------------------------ */

.detailed-bios {
  padding: 5rem 0;
  border-top: 1px solid #e5e2db;
}

.bio-item {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 3rem;
  align-items: start;
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #e5e2db;
}

.bio-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bio-photo {
  width: 250px;
  height: 333px;
  background-color: #f5f3ef;
  border: 1px solid #e5e2db;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bio-photo span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
}

.bio-text .founder-name {
  margin-bottom: 0.35rem;
}

.bio-text .founder-role {
  margin-bottom: 1.25rem;
}

.bio-text p {
  font-size: 0.95rem;
  color: #3d3d3d;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.bio-text p:last-child {
  margin-bottom: 0;
}

.bio-text .appointments-label {
  margin-top: 1.5rem;
}

/* --- Perspectives: Featured post ----------------------------------- */

.featured-post {
  padding: 5rem 0;
  border-bottom: 1px solid #e5e2db;
}

.featured-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.featured-post-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: #f5f3ef;
  border: 1px solid #e5e2db;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-post-image span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
}

.featured-post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.post-tag {
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2c4a2c;
}

.post-date {
  font-family: 'Karla', sans-serif;
  font-size: 0.78rem;
  color: #999999;
}

.featured-post-text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.35;
}

.featured-post-text h2 a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.featured-post-text h2 a:hover {
  color: #2c4a2c;
}

.featured-post-text p {
  font-size: 0.95rem;
  color: #6b6b6b;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.read-more {
  font-family: 'Karla', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2c4a2c;
  text-decoration: none;
  transition: color 0.2s ease;
}

.read-more:hover {
  color: #3d6b3d;
}

.read-more span {
  margin-left: 0.35rem;
  transition: margin-left 0.2s ease;
}

.read-more:hover span {
  margin-left: 0.6rem;
}

/* --- Perspectives: Post list --------------------------------------- */

.post-list {
  padding: 5rem 0;
}

.post-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.post-list-header h2 {
  font-size: 1.4rem;
}

.post-filters {
  display: flex;
  gap: 0.25rem;
}

.post-filter-btn {
  font-family: 'Karla', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999999;
  background: none;
  border: 1px solid #e5e2db;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.post-filter-btn:hover {
  color: #3d3d3d;
  border-color: #d4d0c8;
}

.post-filter-btn.active {
  color: #1a1a1a;
  border-color: #1a1a1a;
  background-color: transparent;
}

.post-row {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 2.5rem;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #e5e2db;
  transition: background-color 0.2s ease;
}

.post-row:hover {
  background-color: #f5f3ef;
}

.post-row-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.6rem;
}

.post-row-text h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.post-row-text h3 a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-row-text h3 a:hover {
  color: #2c4a2c;
}

.post-row-text p {
  font-size: 0.9rem;
  color: #6b6b6b;
  line-height: 1.65;
}

.post-row-thumb {
  width: 180px;
  height: 120px;
  background-color: #f5f3ef;
  border: 1px solid #e5e2db;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.post-row-thumb span {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
}

/* --- Perspectives: Topics ------------------------------------------ */

.topics {
  padding: 4rem 0;
}

.topics-header {
  margin-bottom: 1.5rem;
}

.topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.topic-pill {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #3d3d3d;
  background-color: #ffffff;
  border: 1px solid #d4d0c8;
  padding: 0.45rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.topic-pill:hover {
  border-color: #2c4a2c;
  color: #2c4a2c;
}

/* --- Contact: Layout ----------------------------------------------- */

.contact-section {
  padding: 5rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-form-intro {
  font-size: 0.95rem;
  color: #6b6b6b;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

/* --- Contact: Underline inputs ------------------------------------- */

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.contact-field {
  margin-bottom: 1.75rem;
}

.contact-field label {
  display: block;
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 0.5rem;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 0.7rem 0;
  font-family: 'Karla', sans-serif;
  font-size: 0.95rem;
  color: #1a1a1a;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d4d0c8;
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-bottom-color: #2c4a2c;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #999999;
}

.contact-field select {
  color: #999999;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 1.5rem;
}

.contact-field select:valid {
  color: #1a1a1a;
}

.contact-field select option[value=""] {
  color: #999999;
}

.contact-field textarea {
  resize: vertical;
  min-height: 100px;
  border: none;
  border-bottom: 1px solid #d4d0c8;
}

.contact-field input.error,
.contact-field select.error,
.contact-field textarea.error {
  border-bottom-color: #c44;
}

.form-status {
  margin-top: 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
}

.form-status.success {
  color: #2c4a2c;
}

.form-status.error {
  color: #c44;
}

/* --- Contact: Info panel ------------------------------------------- */

.contact-info {
  background-color: #f5f3ef;
  padding: 2.5rem;
}

.contact-info-block {
  margin-bottom: 1.75rem;
}

.contact-info-block:last-child {
  margin-bottom: 0;
}

.contact-info-label {
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 0.3rem;
}

.contact-info-value {
  font-size: 0.95rem;
  color: #1a1a1a;
  line-height: 1.6;
}

.contact-info-value a {
  color: #2c4a2c;
  text-decoration: none;
}

.contact-info-value a:hover {
  color: #3d6b3d;
}

.contact-quote {
  background-color: #ffffff;
  border: 1px solid #e5e2db;
  padding: 1.5rem;
  margin-top: 2rem;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 0.86rem;
  color: #6b6b6b;
  line-height: 1.7;
}

/* --- Contact: Bottom bar ------------------------------------------- */

.contact-bar {
  padding: 3.5rem 0;
  border-top: 1px solid #e5e2db;
}

.contact-bar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}

.contact-bar-item svg {
  width: 32px;
  height: 32px;
  stroke: #2c4a2c;
  fill: none;
  stroke-width: 1.2;
  margin-bottom: 0.75rem;
}

.contact-bar-item-label {
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 0.3rem;
}

.contact-bar-item-value {
  font-size: 0.92rem;
  color: #1a1a1a;
}

.contact-bar-item-value a {
  color: #1a1a1a;
  text-decoration: none;
}

.contact-bar-item-value a:hover {
  color: #2c4a2c;
}

/* --- Skip to content -------------------------------------------------- */

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background-color: #2c4a2c;
  color: #ffffff;
  font-family: 'Karla', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
  color: #ffffff;
}

/* --- Focus styles ----------------------------------------------------- */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #2c4a2c;
  outline-offset: 2px;
}

.btn:focus-visible {
  outline-color: #3d6b3d;
  outline-offset: 3px;
}

/* --- Responsive ---------------------------------------------------- */

@media (max-width: 1024px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.65rem;
  }

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

  .hero-home h1 {
    font-size: 2.8rem;
  }

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

  .service-row {
    grid-template-columns: 50px 1fr;
    gap: 1rem;
  }

  .service-row p {
    grid-column: 1 / -1;
    padding-left: 50px;
  }

  .pillar-grid {
    grid-template-columns: 240px 1fr;
    gap: 3rem;
  }

  .pillar-num {
    font-size: 3.5rem;
  }

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

@media (max-width: 768px) {
  /* Nav mobile */
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #e5e2db;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 2rem 2rem;
    gap: 0;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 0.75rem 0;
    width: 100%;
    border-bottom: 1px solid #f5f3ef;
    font-size: 0.85rem;
  }

  .nav-links a:last-child {
    border-bottom: none;
  }

  /* Layout */
  .container {
    padding: 0 1.25rem;
  }

  section {
    padding: 3.5rem 0;
  }

  h1 {
    font-size: 1.85rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero {
    padding: 4rem 0 3.5rem;
  }

  .hero-home {
    padding: 6rem 0 3rem;
  }

  .hero-home h1 {
    font-size: 2rem;
  }

  .hero-meta {
    flex-direction: column;
    gap: 1.25rem;
  }

  .principles-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .service-row p {
    padding-left: 0;
  }

  .service-num {
    font-size: 0.75rem;
  }

  .founder-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .founder-photo {
    width: 200px;
    height: 200px;
  }

  .pillar-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pillar-num {
    font-size: 3rem;
  }

  .pillar-cards {
    grid-template-columns: 1fr;
  }

  .summary-strip-grid {
    grid-template-columns: 1fr;
  }

  .summary-strip-item {
    border-left: none;
    border-bottom: 1px solid #d4d0c8;
    padding: 1.25rem 0;
  }

  .summary-strip-item:last-child {
    border-bottom: none;
  }

  .timeline-item {
    grid-template-columns: 24px 1fr;
  }

  .timeline-period {
    grid-column: 1 / -1;
    text-align: left;
    padding-right: 0;
    padding-bottom: 0.75rem;
  }

  .timeline-content {
    padding-left: 1.5rem;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .founder-full-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .founder-full-photo {
    width: 220px;
    height: 293px;
  }

  .expert-cards {
    grid-template-columns: 1fr;
  }

  .bio-item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .bio-photo {
    width: 200px;
    height: 267px;
  }

  .featured-post-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .post-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .post-filters {
    flex-wrap: wrap;
  }

  .post-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .post-row-thumb {
    width: 100%;
    height: 160px;
    order: -1;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contact-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-bar-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Footer */
  .footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.6rem;
  }

  .btn {
    padding: 0.85rem 2rem;
    font-size: 0.75rem;
  }
}
