
:root{--navy:#0E2C3D;--navy-deep:#061C28;--terracotta:#C24E2A;--sage:#8FA28C;--cream:#F6F1EA;--sand:#E7D9C3;--ink:#172B33;--muted:#56666A;--white:#fff;--focus:#F8C630;--shadow:0 24px 70px rgba(14,44,61,.16);--radius:24px;--max:1180px;--serif:"Playfair Display",Georgia,"Times New Roman",serif;--sans:Lato,Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);background:var(--cream);color:var(--ink);line-height:1.62;font-size:17px;-webkit-font-smoothing:antialiased}body.large-text{font-size:20px}body.readable-font{font-family:Arial,Verdana,sans-serif}body.high-contrast{background:#fff;color:#000}body.high-contrast .site-header,body.high-contrast .dark,body.high-contrast .accessibility,body.high-contrast footer{background:#000!important;color:#fff!important}body.high-contrast h1,body.high-contrast h2,body.high-contrast h3{color:#000}body.high-contrast .dark h2,body.high-contrast .dark h3{color:#fff}body.high-contrast .button.primary{background:#000;border-color:#000;color:#fff}img{max-width:100%;display:block}a{color:inherit}:focus-visible{outline:4px solid var(--focus);outline-offset:4px;border-radius:8px}.skip-link{position:absolute;left:-999px;top:10px;z-index:1000;background:var(--focus);color:#000;padding:12px 16px;font-weight:800}.skip-link:focus{left:10px}.wrap{width:min(var(--max),calc(100% - 38px));margin:0 auto}.eyebrow{color:var(--terracotta);text-transform:uppercase;font-weight:900;letter-spacing:.14em;font-size:.76rem}h1,h2,h3,.serif{font-family:var(--serif);color:var(--navy);line-height:1.08;margin:0 0 16px}h1{font-size:clamp(2.35rem,7vw,5.4rem);letter-spacing:-.03em}h2{font-size:clamp(2rem,4.4vw,3.45rem);letter-spacing:-.02em}h3{font-size:1.42rem}p{margin:0 0 18px}.lead{font-size:clamp(1.08rem,2vw,1.32rem);color:#33484F;max-width:760px}.small{font-size:.92rem;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:14px 22px;border-radius:999px;border:2px solid transparent;text-decoration:none;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(14,44,61,.16)}.button.primary{background:var(--terracotta);color:#fff}.button.navy{background:var(--navy);color:#fff}.button.outline{border-color:var(--navy);color:var(--navy);background:transparent}.button.light{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(255,255,255,.08)}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.accessibility{background:var(--navy-deep);color:#fff;padding:9px 0;font-size:.9rem}.accessibility .wrap{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:center}.accessibility button{color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);padding:8px 11px;border-radius:999px;cursor:pointer;font-weight:700}.site-header{position:sticky;top:0;z-index:100;background:rgba(246,241,234,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(14,44,61,.12)}.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo img{width:280px;height:auto}.menu-button{display:none;background:var(--navy);color:#fff;border:0;border-radius:12px;padding:12px 16px;font-weight:900;font-size:1rem}.nav-links{display:flex;gap:18px;align-items:center}.nav-links a{text-decoration:none;color:var(--navy);font-weight:900;font-size:.93rem}.nav-links a:not(.button)::after{content:"";display:block;height:2px;background:var(--terracotta);transform:scaleX(0);transition:.18s;transform-origin:left}.nav-links a:hover::after{transform:scaleX(1)}.hero{padding:70px 0 50px;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;width:520px;height:520px;border:2px solid rgba(194,78,42,.26);border-radius:50%;top:-210px;left:-190px;box-shadow:50px 22px 0 rgba(143,162,140,.18)}.hero-grid{display:grid;grid-template-columns:1.05fr .85fr;gap:46px;align-items:center;position:relative}.brand-kicker{display:flex;align-items:center;gap:14px;margin-bottom:18px}.brand-kicker img{width:70px}.hero .quote{margin-top:24px;padding:16px 0 16px 18px;border-left:5px solid var(--terracotta);font-family:var(--serif);color:var(--navy);font-size:clamp(1.22rem,2.4vw,1.7rem)}.hero-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.hero-photo{border-radius:18px;overflow:hidden;aspect-ratio:5/6}.hero-photo img{width:100%;height:100%;object-fit:cover}section{padding:78px 0}.section-head{max-width:840px;margin-bottom:34px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{background:#fff;border:1px solid rgba(14,44,61,.12);border-radius:var(--radius);padding:26px;box-shadow:0 12px 38px rgba(14,44,61,.07)}.icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(194,78,42,.1);color:var(--terracotta);font-size:1.45rem;margin-bottom:14px}.card a{color:var(--terracotta);font-weight:900}.dark{background:var(--navy);color:#fff;position:relative;overflow:hidden}.dark h2,.dark h3{color:#fff}.dark p,.dark .small{color:rgba(255,255,255,.84)}.dark .card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);box-shadow:none}.dark .card a{color:#fff}.pathway{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.path-card{background:#fff;color:var(--ink);border-radius:18px;padding:22px;border-top:6px solid var(--sage);min-height:190px}.path-card:nth-child(even){border-top-color:var(--terracotta)}.path-card strong{display:block;font-family:var(--serif);color:var(--navy);font-size:1.35rem;margin-bottom:8px}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center}.image-panel{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative;min-height:460px}.image-panel img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.caption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(14,44,61,.92);color:#fff;border-radius:16px;padding:16px;font-weight:700}.steps{display:grid;gap:14px;counter-reset:step}.step{background:#fff;border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:46px 1fr;gap:12px;border:1px solid rgba(14,44,61,.1)}.step::before{counter-increment:step;content:counter(step);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--terracotta);color:#fff;font-weight:900}.resource{background:linear-gradient(135deg,var(--sand),#fff 72%);border-radius:30px;padding:36px;box-shadow:var(--shadow);display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.form-box{background:#fff;border-radius:20px;padding:22px;display:grid;gap:13px}label{color:var(--navy);font-weight:900;display:block;margin-bottom:5px}input,select,textarea{width:100%;min-height:48px;border:2px solid rgba(14,44,61,.18);border-radius:12px;padding:13px 14px;font:inherit;background:#fff;color:var(--ink)}textarea{min-height:130px;resize:vertical}footer{background:var(--navy-deep);color:#fff;padding:44px 0}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:26px;align-items:start}footer img{width:245px}.footer-links a{color:#fff;text-decoration:none;display:block;margin:8px 0}@media(max-width:980px){.logo img{width:220px}.menu-button{display:inline-flex}.nav{min-height:76px}.nav-links{position:absolute;top:76px;left:0;right:0;background:var(--cream);padding:18px 20px 22px;flex-direction:column;align-items:flex-start;display:none;border-bottom:1px solid rgba(14,44,61,.15);box-shadow:0 12px 28px rgba(14,44,61,.1)}.nav-links.open{display:flex}.nav-links .button{width:100%}.hero{padding:38px 0 34px}.hero-grid,.split,.resource{grid-template-columns:1fr}.hero-card{order:-1}.grid-3,.grid-2,.pathway,.footer-grid{grid-template-columns:1fr}.image-panel{min-height:360px}section{padding:54px 0}.button{width:100%;text-align:center}.accessibility .wrap{justify-content:flex-start}}@media(max-width:540px){body{font-size:16px}.wrap{width:min(100% - 26px,var(--max))}h1{font-size:2.52rem}.hero-photo{aspect-ratio:4/5}.logo img{width:190px}.brand-kicker img{width:56px}.card,.resource{padding:22px}.image-panel{min-height:300px}}


/* V3 corrections */
section { scroll-margin-top: 190px; }

.logo img {
  width: 290px;
  max-height: 82px;
  object-fit: contain;
}

.brand-kicker img {
  width: 64px;
  height: auto;
  object-fit: contain;
}

footer img {
  width: 250px;
  max-height: 100px;
  object-fit: contain;
}

.dark .path-card {
  background: #FFFFFF;
  color: #172B33;
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}

.dark .path-card strong,
.dark .path-card h3 {
  color: #0E2C3D;
}

.dark .path-card p {
  color: #172B33 !important;
  font-weight: 600;
}

.path-card {
  min-height: 170px;
}

.definition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0;
}

.definition-card {
  background: #FFFFFF;
  border: 1px solid rgba(14,44,61,.12);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(14,44,61,.06);
}

.definition-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.steps.compact {
  margin-top: 12px;
}

.thread-list {
  display: grid;
  gap: 12px;
}

.thread-list article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 16px 18px;
}

.thread-list strong {
  display: block;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.thread-list span {
  display: block;
  color: rgba(255,255,255,.84);
}

.hidden-field {
  display: none;
}

@media (max-width: 980px) {
  .logo img { width: 210px; }
  .definition-grid { grid-template-columns: 1fr; }
}


/* V4 official logo and contrast corrections */
.logo img {
  width: clamp(210px, 22vw, 330px);
  height: auto;
  max-height: 96px;
  object-fit: contain;
}

.brand-kicker img {
  width: 62px;
  height: auto;
  object-fit: contain;
}

footer img {
  width: clamp(220px, 26vw, 330px);
  height: auto;
  max-height: 110px;
  object-fit: contain;
}

.dark .path-card,
.path-card {
  background: #FFFFFF;
  color: #172B33;
}

.dark .path-card strong,
.path-card strong {
  color: #0E2C3D !important;
  font-weight: 900;
}

.dark .path-card p,
.path-card p {
  color: #172B33 !important;
  font-weight: 700;
}

.card p,
.definition-card p,
.step {
  color: #172B33;
}

.dark .thread-list span {
  color: rgba(255,255,255,.92);
}

.button.primary,
.button.navy {
  color: #FFFFFF !important;
}

.resource .small,
.form-box .small {
  color: #44565C;
}

@media (max-width: 980px) {
  .logo img { width: 220px; max-height: 82px; }
  .brand-kicker img { width: 50px; }
}


/* V6 navigation, public copy, and card alignment updates */
#who-we-serve {
  scroll-margin-top: 190px;
}

.nav-links {
  gap: 22px;
}

.grid-3 .card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
}

.grid-3 .card p {
  color: #172B33;
  font-weight: 500;
}

.card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #C24E2A !important;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.card-link:hover {
  color: #0E2C3D !important;
}

footer .footer-grid > div:first-child {
  align-self: start;
}

footer .footer-grid > div:first-child p {
  display: none;
}

@media (max-width: 980px) {
  .grid-3 .card {
    min-height: auto;
  }
}


/* V7 footer consistency and card cleanup */
.grid-3 .card {
  min-height: 300px;
}

.grid-3 .card p {
  margin-bottom: 0;
}

.footer-links a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 8px 0;
  display: block;
}

.footer-links a:hover,
.footer-links a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}


/* V10 checklist updates: editorial icons, engagement model, THREAD diagram, speaking, and selected work */
.icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-terracotta { color: var(--terracotta); background: rgba(194,78,42,.10); }
.icon-sage { color: var(--sage); background: rgba(143,162,140,.18); }
.icon-navy { color: var(--navy); background: rgba(14,44,61,.10); }
.framework-panel {
  background: linear-gradient(135deg, #FFFFFF, var(--sand));
  border: 1px solid rgba(14,44,61,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-height: 430px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.framework-panel h3 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}
.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.engagement-card {
  background: #FFFFFF;
  border: 1px solid rgba(14,44,61,.12);
  border-radius: var(--radius);
  box-shadow: 0 12px 38px rgba(14,44,61,.07);
  padding: 26px;
}
.engagement-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #FFFFFF;
  font-weight: 900;
  margin-bottom: 16px;
}
.includes-panel {
  margin-top: 22px;
  background: rgba(14,44,61,.06);
  border: 1px solid rgba(14,44,61,.12);
  border-radius: var(--radius);
  padding: 28px;
}
.includes-panel ul {
  margin: 0 0 18px;
  padding-left: 22px;
}
.includes-panel li {
  margin-bottom: 10px;
}
.thread-diagram {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.thread-diagram article {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 18px;
}
.thread-diagram span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #FFFFFF;
  font-weight: 900;
  margin-bottom: 10px;
}
.thread-diagram article:nth-child(2n) span { background: var(--sage); }
.thread-diagram strong {
  display: block;
  color: #FFFFFF;
  font-family: var(--serif);
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.thread-diagram p {
  color: rgba(255,255,255,.9);
  margin-bottom: 0;
  font-size: .95rem;
}
.proof-list,
.selected-grid {
  display: grid;
  gap: 16px;
}
.proof-list article,
.selected-grid article {
  background: #FFFFFF;
  border: 1px solid rgba(14,44,61,.12);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 12px 34px rgba(14,44,61,.06);
}
.proof-list h3,
.selected-grid h3 {
  font-size: 1.28rem;
}
.soft-section {
  background: linear-gradient(135deg, var(--sand), #FFFFFF 70%);
}
.hidden-field {
  display: none !important;
  visibility: hidden;
}
@media (max-width: 980px) {
  .engagement-grid,
  .thread-diagram {
    grid-template-columns: 1fr;
  }
  .framework-panel {
    min-height: auto;
  }
}


/* V11 approved build checklist updates */
.standalone-panel {
  min-height: auto;
}
.availability-line {
  margin-top: 28px;
}
.external-proof-link {
  color: var(--terracotta);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.hidden-field {
  display: none !important;
  visibility: hidden !important;
}

/* V13 Meet Stephanie bio section updates */
.bio-layout {
  align-items: center;
}
.bio-content {
  max-width: 700px;
}
.bio-prose {
  max-width: 65ch;
}
.bio-prose p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--navy);
  margin: 0 0 1.25em;
}
.bio-education {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid rgba(143, 162, 140, .30);
  max-width: 65ch;
}
.bio-education p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(14, 44, 61, .80);
  margin-bottom: 0;
}
.bio-evidence {
  margin-top: 1.5em;
  max-width: 65ch;
}
.bio-label {
  margin: 0 0 .6em;
  color: var(--terracotta);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bio-list {
  margin: 0;
  color: rgba(14, 44, 61, .70);
  font-size: 15px;
  line-height: 1.6;
}
.bio-ai-fluency {
  margin-top: 1.5em;
}
.credential-block {
  margin-bottom: .9em;
}
.credential-block:last-child {
  margin-bottom: 0;
}
.credential-name {
  margin: 0 0 .15em;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
}
.credential-desc {
  margin: 0;
  color: rgba(14, 44, 61, .65);
  font-size: 14px;
  line-height: 1.55;
}
body.high-contrast .bio-prose p,
body.high-contrast .bio-education p,
body.high-contrast .bio-list,
body.high-contrast .credential-name,
body.high-contrast .credential-desc {
  color: #000;
}
