:root {
  color-scheme: light;
  --ink: #2f3832;
  --muted: #647068;
  --green: #5f8068;
  --sage: #93b89c;
  --pale: #e5f0e7;
  --cream: #f7f8f3;
  --warm: #f2c9a5;
  --line: rgba(47, 56, 50, 0.14);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.content-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1180px;
  margin: auto;
  padding: 1rem 24px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; font: 700 1.05rem Georgia, serif; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--green); color: white; font-style: italic; }
.content-header nav { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.content-header nav a { text-decoration: none; font-size: .9rem; font-weight: 650; }
.content-header nav a:hover, .text-link:hover { color: var(--green); }
.nav-cta { border: 1px solid var(--green); border-radius: 999px; padding: .55rem 1rem; }
main { max-width: 1180px; margin: auto; padding: 0 24px; }
.breadcrumbs { margin: 1.3rem 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0; padding: 0; color: var(--muted); font-size: .84rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .5rem; opacity: .5; }
.breadcrumbs a { text-decoration: none; }
.eyebrow, .section-label { color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { max-width: 880px; margin: .5rem 0 1.2rem; font-size: clamp(2.5rem, 6vw, 5.5rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.8rem); letter-spacing: -.025em; }
h3 { font-size: 1.25rem; }
.lede { max-width: 760px; color: #465149; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.primary-button {
  display: inline-flex;
  margin-top: 1rem;
  border-radius: 999px;
  background: var(--green);
  color: white;
  padding: .85rem 1.25rem;
  font-weight: 750;
  text-decoration: none;
}
.primary-button:hover { background: #496a52; }
.pillar-hero { padding: clamp(3.5rem, 9vw, 8rem) 0; border-bottom: 1px solid var(--line); }
.type-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2.5rem, 8vw, 7rem) 0;
  border-bottom: 1px solid var(--line);
}
.type-hero-art { width: min(100%, 460px); aspect-ratio: 1; object-fit: contain; justify-self: center; }
.type-art-fallback { display: grid; place-items: center; border-radius: 50%; background: var(--pale); font-size: clamp(7rem, 18vw, 13rem); }
.trait-row { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 .5rem; }
.trait-row span { border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.5); padding: .35rem .8rem; font-size: .86rem; font-weight: 700; }
.prose-section { padding: clamp(3rem, 7vw, 6.5rem) 0; border-bottom: 1px solid var(--line); }
.prose-section > p, .prose-section > ol { max-width: 820px; }
.intro-grid, .two-column-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 6rem); }
.summary-card { align-self: start; border: 1px solid var(--line); border-radius: 24px; background: var(--white); padding: clamp(1.5rem, 4vw, 2.5rem); box-shadow: 0 18px 50px rgba(47,56,50,.06); }
.summary-card h2 { margin-top: .4rem; }
.summary-card dl, .summary-card dd { margin: 0; }
.summary-card dl div { padding: 1rem 0; border-top: 1px solid var(--line); }
.summary-card dt { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.summary-card dd { font-weight: 700; }
.signal-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.signal-card { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.65); padding: 1.15rem; }
.signal-card > div { display: flex; justify-content: space-between; color: var(--green); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.signal-card h3 { margin: .7rem 0; }
.signal-card p { color: var(--muted); font-size: .9rem; }
.practice-band {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 6vw, 6rem);
  margin: clamp(3rem, 8vw, 7rem) 0;
  border-radius: 30px;
  background: var(--pale);
  padding: clamp(2rem, 6vw, 4rem);
}
.practice-band h2 { margin-bottom: 0; }
.practice-band p { align-self: center; font-size: 1.1rem; }
.faq-section details { max-width: 880px; border-top: 1px solid var(--line); padding: 1.25rem 0; }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { cursor: pointer; font: 700 1.15rem Georgia, serif; }
.faq-section details p { color: var(--muted); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.related-grid a { display: grid; gap: .25rem; border: 1px solid var(--line); border-radius: 18px; background: white; padding: 1.2rem; text-decoration: none; }
.related-grid a:hover { border-color: var(--sage); transform: translateY(-2px); }
.related-grid span { font-size: 2rem; }
.related-grid small { color: var(--muted); }
.text-link { color: var(--green); font-weight: 750; text-underline-offset: .2em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading > p { max-width: 520px; color: var(--muted); }
.catalog-section { padding: clamp(3rem, 7vw, 6rem) 0; }
.type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.type-card a { display: block; height: 100%; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); padding: 1.1rem; text-decoration: none; transition: .2s ease; }
.type-card a:hover { border-color: var(--sage); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(47,56,50,.07); }
.type-art { display: grid; place-items: center; width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 16px; background: var(--pale); }
.type-card h2 { margin: .35rem 0; font-size: 1.65rem; }
.type-card p, .type-card small { color: var(--muted); }
.type-category { display: block; margin-top: .8rem; color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.numbered-flow { list-style: none; counter-reset: flow; padding: 0; }
.numbered-flow li { counter-increment: flow; display: grid; grid-template-columns: 3rem minmax(0,1fr); margin: 1.5rem 0; }
.numbered-flow li::before { content: "0" counter(flow); grid-row: 1 / 3; color: var(--green); font-weight: 850; }
.numbered-flow strong, .numbered-flow span { grid-column: 2; }
.numbered-flow span { color: var(--muted); }
.comparison-table { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.comparison-table > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1rem; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); }
.comparison-table > div:first-child { background: var(--pale); }
.comparison-table > div:last-child { border-bottom: 0; }
.content-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; max-width: 1180px; margin: 0 auto; padding: 3rem 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.content-footer > div:nth-child(2) { display: flex; flex-direction: column; gap: .4rem; }
.content-footer > p { text-align: right; }

@media (max-width: 900px) {
  .content-header { align-items: flex-start; }
  .content-header nav { justify-content: flex-end; gap: .7rem 1rem; }
  .signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-footer { grid-template-columns: 1fr 1fr; }
  .content-footer > p { grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 650px) {
  .content-header { display: block; }
  .content-header nav { justify-content: flex-start; margin-top: 1rem; }
  .nav-cta { display: none; }
  .type-hero, .intro-grid, .two-column-copy, .practice-band { grid-template-columns: 1fr; }
  .type-hero { padding-top: 2rem; }
  .type-hero-art { grid-row: 1; max-width: 280px; }
  .signal-grid, .type-grid, .related-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .comparison-table > div { grid-template-columns: 1fr; }
  .content-footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
