:root { --ink: #172c3b; --sage: #396754; --paper: #fafbf7; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { background: var(--paper); color: var(--ink); }
body.modal-open { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
:focus-visible { outline: 3px solid #547f66; outline-offset: 5px; }
a, button { -webkit-tap-highlight-color: transparent; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-top: 4px solid #577968; background: rgba(250,251,247,.94); backdrop-filter: blur(18px); border-bottom: 1px solid #dce4dc; box-shadow: 0 6px 30px #172c3b06; }
.header-inner { max-width: 1200px; height: 88px; padding: 9px 48px; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: block; margin-right: auto; flex-shrink: 0; }
.brand img { width: 205px; height: auto; }
.site-nav, .header-actions { display: flex; align-items: center; gap: 27px; }
.site-nav a { font-size: 14px; font-weight: 600; color: var(--ink); transition: color .2s; }
.site-nav a:hover { color: var(--sage); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 16px 24px; border-radius: 8px; background: var(--sage); color: white; font-size: 15px; font-weight: 600; box-shadow: 0 5px 12px #39675416; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: #2a5141; transform: translateY(-2px); box-shadow: 0 8px 20px #39675425; }
.button span { font-size: 21px; }
.site-nav .button { color: white; padding: 10px 17px; }
.quick-exit { color: #53615c; font-size: 12px; white-space: nowrap; border-left: 1px solid #ccd8ce; padding-left: 24px; }
.quick-exit:hover { color: #172c3b; text-decoration: underline; }
.menu-toggle { display: none; }
main { padding-top: 93px !important; }
main > div > section { padding-top: 76px; padding-bottom: 76px; }
main .bg-surface { background-color: var(--paper); }
main .bg-surface-container-low { background-color: #edf2ec; }
main .bg-surface-container { background-color: #e3ebe3; }
main .bg-surface-container-lowest { background-color: #fff; }
.hero { background: var(--paper); padding-top: 96px; padding-bottom: 0 !important; position: relative; overflow: hidden; }
.hero-inner { max-width: 1200px; margin: auto; padding: 0 48px 80px; text-align: left; }
.eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; color: var(--sage); }
.hero h1 { font-size: clamp(48px, 6.5vw, 88px); line-height: 1.04; font-weight: 600; letter-spacing: -.055em; color: var(--ink); }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--sage); letter-spacing: -.04em; }
.hero-description { max-width: 620px; font-size: 18px; line-height: 1.8; color: #546159; margin: 32px 0 30px; }
.hero-actions { display: flex; align-items: center; justify-content: flex-start; gap: 26px; flex-wrap: wrap; }
.text-link { font-size: 13px; font-weight: 600; border-bottom: 1px solid #9bab9e; padding: 6px 0; }
.text-link span { margin-left: 8px; }
.welcome-card { display: flex; align-items: flex-start; gap: 10px; padding: 22px 18px; background: #fff; border: 1px solid #dde6d8; border-radius: 12px; }
.welcome-card > span { flex-shrink: 0; color: var(--sage); font-size: 20px; margin-top: 2px; }
.welcome-card h3 { font-size: 15px; line-height: 1.5; font-weight: 600; color: var(--ink); }
.welcome-card p { margin-top: 8px; font-size: 13px; line-height: 1.75; color: #59645d; }
.welcome-card.welcome-catchall { background: #dae7d5; border-color: #b9ceb0; }
.hero-foot { max-width: 1104px; margin: auto; padding: 24px 0; border-top: 1px solid #d9e1d5; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; color: #637361; }
.hero-foot > span { font-family: inherit; font-style: normal; font-size: 12px; font-weight: 500; color: #52654f; }
.hero-foot > span:not(:first-child)::before { content: '✳'; margin-right: 10px; color: #789070; }
.pillars h2 { max-width: 620px; }
.pillars .grid > div { border: 1px solid #dfe7dc; box-shadow: none; border-radius: 15px; border-top: 3px solid #9db49a; }
.pillars .grid > div:nth-child(2) { border-top-color: #bcb18d; }
.pillars .grid > div:nth-child(3) { border-top-color: #859da7; }
.pillars .grid > div:nth-child(4) { border-top-color: #ad9eaa; }
main .font-caption.uppercase { letter-spacing: .12em; font-size: 11px; }
#meetings .bg-primary-container { background: #203b35; box-shadow: none; }
.text-on-primary-container { color: #c4d2cd !important; }
#meetings .grid > div { box-shadow: none; border: 1px solid #dfe5dc; }
#what-to-expect .shadow-sm { box-shadow: none; }
#confidentiality > div > div { background: #edf2ec; box-shadow: none; border: 1px solid #dce5d8; }
.statement { background: radial-gradient(ellipse at 100% 0, #35594b, transparent 65%), #172d3b; }
.statement .grid { display: block; }
.statement .grid > div { max-width: none; }
.statement h2 { font-size: clamp(30px,4vw,45px); }
.statement p { font-size: 17px; line-height: 1.9; margin-top: 24px; max-width: none; }
#about .shadow-sm { min-height: 270px; background: radial-gradient(ellipse, #e6ecdf, #f1f4eb); box-shadow: none; border: 1px solid #dee5d7; border-radius: 100px 16px 100px 16px; }
#faq { background: #f0f3ed; }
#faq > div { display: grid; grid-template-columns: .85fr 1.3fr; gap: 55px; }
#faq .overflow-hidden { background: transparent; border-bottom: 1px solid #d4dfd2; border-radius: 0; box-shadow: none; }
#faq button { padding-left: 0; padding-right: 0; font-size: 16px; line-height: 1.6; }
#faq button:hover { background: transparent; color: var(--sage); }
#faq .faq-content { padding-left: 0; font-size: 14px; }
.closing-invitation { text-align: center; background: radial-gradient(ellipse at bottom, #e7eddd, transparent 70%), var(--paper); }
.closing-invitation h2 { font-size: clamp(30px,4vw,43px); letter-spacing: -.04em; line-height: 1.2; margin: 16px 20px; font-weight: 600; }
.closing-invitation > p:not(.eyebrow) { color: #5f6a60; margin-bottom: 27px; padding: 0 20px; }
footer { background: #e8eee5 !important; margin-top: 0 !important; border-top: 1px solid #d9e2d4; }
footer .bg-surface-container { background: #dfe7dc; }
#contact-modal { width: min(660px, calc(100% - 32px)); max-height: calc(100dvh - 40px); margin: auto; padding: 36px 0 20px; border: 1px solid #dfe5dc; border-radius: 20px; background: var(--paper); color: var(--ink); overflow-y: auto; box-shadow: 0 30px 100px #10291d33; }
#contact-modal::backdrop { background: #112b24a3; backdrop-filter: blur(5px); }
#contact-modal > div { padding: 0 28px; }
#contact-modal > div > div { padding: 10px 0; background: transparent; box-shadow: none; }
#contact-modal input, #contact-modal textarea { background: #edf2ec; }
#contact-modal .modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; line-height: 1; color: var(--sage); background: #e6ede2; z-index: 1; }
#contact-modal { padding-top: 60px; }
#contact-modal label:has(input:focus-visible) { outline: 2px solid var(--sage); outline-offset: 3px; }
@media (max-width: 1000px) {
  .header-inner { padding: 14px 24px; gap: 20px; }
  .site-nav { gap: 20px; }
  .hero-inner { padding: 0 48px 64px; }
  .hero-foot { margin: 0 28px; flex-wrap: wrap; justify-content: center; }
  .hero-foot > span:first-child { width: 100%; text-align: center; }
  #faq > div { gap: 30px; }
}
@media (max-width: 760px) {
  .brand img { width: 160px; }
  .header-inner { height: 74px; padding: 10px 20px; }
  .header-actions { gap: 15px; }
  .quick-exit { padding-left: 0; border: 0; font-size: 11px; }
  .menu-toggle { display: block; padding: 8px 10px; border: 1px solid #b9c9b8; border-radius: 6px; font-size: 12px; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px; background: var(--paper); border-bottom: 1px solid #d9e2d5; box-shadow: 0 15px 20px #172c3b0a; }
  .site-nav.is-open { display: flex; flex-wrap: wrap; }
  main { padding-top: 79px !important; }
  main > div > section { padding-top: 52px; padding-bottom: 52px; }
  .hero-inner { padding: 0 20px 48px; }
  .hero h1 { font-size: clamp(42px,8.6vw,64px); }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 16px; }
  .hero-foot { gap: 12px 20px; font-size: 10px; }
  #faq > div { display: block; }
  #about .shadow-sm { min-height: 230px; }
  #contact-modal > div { padding: 0 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
/* Resource library: standalone base styles, shared CKISG palette and header. */
.resources-page { margin: 0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.resources-page h1, .resources-page h2, .resources-page h3, .resources-page p { margin: 0; }
.resources-page a { text-decoration: none; }
.resources-page button { font: inherit; cursor: pointer; background: transparent; }
.resources-page img { display: block; max-width: 100%; }
.resources-page .site-nav a[aria-current="page"] { color: var(--sage); text-decoration: underline; text-underline-offset: 7px; text-decoration-color: #91ac8d; }
.resources-shell { max-width: 1200px; margin: auto; padding: 0 48px; }
.resources-hero { padding: 78px 0 48px; }
.resources-hero h1 { margin: 20px 0 24px; font-size: clamp(38px, 4.8vw, 64px); font-weight: 600; line-height: 1.1; letter-spacing: -.05em; }
.resources-hero h1 em { color: var(--sage); font-family: Georgia, serif; font-weight: 400; }
.resources-hero .resources-shell > p:last-child { max-width: 760px; font-size: 16px; line-height: 1.85; color: #59685e; }
.resources-content { padding-bottom: 80px; }
.resource-feature { display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px 64px; align-items: start; padding: 32px 36px; margin-bottom: 64px; border: 1px solid #cfddc8; border-radius: 16px; background: #e9f0e3; }
.feature-label { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; }
.feature-label > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #a9bea2; border-radius: 50%; color: var(--sage); }
.resource-feature h2 { grid-column: 1; grid-row: 1 / 3; font-size: 28px; font-weight: 600; line-height: 1.35; letter-spacing: -.035em; }
.resource-feature > p { grid-column: 2; color: #51634e; font-size: 14px; line-height: 1.8; }
.resource-feature .button { grid-column: 2; justify-self: start; padding: 11px 18px; font-size: 13px; }
.resource-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 48px; align-items: start; }
.resource-index { position: sticky; top: 123px; padding-top: 6px; }
.resource-index > .eyebrow { margin-bottom: 20px; }
.resource-index a { display: flex; align-items: baseline; padding: 12px 0; color: #425748; font-size: 12px; border-bottom: 1px solid #e0e7da; }
.resource-index a span { color: #70836b; font-size: 10px; }
.resource-index a:hover, .resource-index a[aria-current="location"] { color: #173b2c; font-weight: 700; }
.resource-index .index-note { color: #687861; font: italic 19px/1.5 Georgia, serif; margin-top: 28px; }
.resource-group { margin-bottom: 54px; scroll-margin-top: 115px; }
.resource-group h2 { font-size: 27px; font-weight: 600; letter-spacing: -.035em; line-height: 1.3; margin: 8px 0 24px; }
.resource-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.resource-card { position: relative; display: flex; flex-direction: column; align-items: start; width: 100%; min-width: 0; padding: 24px; background: white; border: 1px solid #dde5d8; border-radius: 2px; transition: border-color .2s, box-shadow .2s; }
.resource-card:hover { border-color: #a8bda0; box-shadow: 0 6px 24px #23492c08; }
.resource-card-mark { display: grid; place-items: center; padding: 0 10px; min-width: 42px; height: 30px; border-radius: 2px; background: #edf2e8; color: #45653b; font-size: 10px; font-weight: 700; letter-spacing: .03em; margin-bottom: 20px; }
.resource-card h3 { color: var(--ink); font-size: 16px; font-weight: 600; line-height: 1.5; margin-bottom: 10px; }
.resource-card p { color: #5b685e; font-size: 13px; line-height: 1.8; margin-bottom: 14px; }
.resource-card .resource-kicker { font-size: 12px; color: #42654c; font-weight: 500; }
.resource-card a { margin-top: auto; padding-top: 12px; font-size: 12px; font-weight: 700; color: var(--sage); }
.resource-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.resource-card small { margin-top: 14px; font-size: 11px; line-height: 1.7; color: #67705f; }
#care .resource-card-mark { background: #e9eff3; color: #4d6574; }
#products .resource-card-mark { background: #f3eee2; color: #76673f; }
#tools .resource-card { background: #edf2e8; }
.resource-ckisg { padding: 36px; border-radius: 14px; background: #203c35; color: white; margin-bottom: 44px; scroll-margin-top: 115px; }
.resource-ckisg .eyebrow { color: #bdd1ad; }
.resource-ckisg h2 { margin: 16px 0; max-width: 560px; font-size: 30px; line-height: 1.3; font-weight: 500; letter-spacing: -.035em; }
.resource-ckisg p:not(.eyebrow) { color: #d0dcd1; font-size: 14px; line-height: 1.9; }
.resource-ckisg .button { margin-top: 24px; background: #d4e1c6; color: #203c35; font-size: 13px; }
.resource-disclosure { padding-top: 26px; border-top: 1px solid #d8e1d0; }
.resource-disclosure h2 { font-size: 16px; margin-bottom: 14px; font-weight: 600; }
.resource-disclosure p { font-size: 12px; line-height: 1.85; color: #63705e; margin-bottom: 12px; }
.resources-footer { padding: 34px 0; }
.resources-footer .resources-shell { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.resources-footer img { width: 150px; height: auto; }
.resources-footer p { color: #54684d; font: italic 17px Georgia, serif; }
.resources-footer a { margin-left: auto; font-size: 12px; color: var(--sage); font-weight: 600; }
@media (max-width: 1000px) {
  .resources-shell { padding: 0 24px; }
  .resource-layout { grid-template-columns: 175px minmax(0, 1fr); gap: 24px; }
  .resource-card { padding: 20px; }
  .header-inner { gap: 16px; }
  .site-nav { gap: 15px; }
  .site-nav a { white-space: nowrap; }
}
@media (max-width: 850px) {
  .resource-layout { display: block; }
  .resource-index { position: static; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; padding: 0; }
  .resource-index .eyebrow { width: 100%; margin-bottom: 4px; }
  .resource-index a { background: #edf2e7; padding: 9px 12px; border: 1px solid #dce5d3; border-radius: 6px; }
  .resource-index .index-note { display: none; }
}
@media (max-width: 600px) {
  .resources-shell { padding: 0 20px; }
  .resources-hero { padding: 46px 0 32px; }
  .resources-hero .resources-shell > p:last-child { font-size: 14px; }
  .resource-feature { display: flex; flex-direction: column; padding: 24px; gap: 18px; margin-bottom: 36px; }
  .resource-feature h2 { font-size: 25px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-group h2 { font-size: 25px; }
  .resource-ckisg { padding: 26px; }
  .resource-ckisg h2 { font-size: 27px; }
  .resources-footer .resources-shell { gap: 20px; }
  .resources-footer a { margin-left: 0; }
}
