:root{
  --indigo: #13382A;
  --indigo-deep: #0C1C16;
  --sand: #F7F1E6;
  --sand-dim: #EFE7D6;
  --ochre: #82D3B3;
  --teal: #2B9C6F;
  --teal-deep: #1D6C4C;
  --coral: #2B9C6F;
  --coral-deep: #1D6C4C;
  --ink: #14161F;
  --white: #FFFDF9;
  --max: 1180px;
  --border: #E4DCC8;
}
*{ box-sizing: border-box; margin:0; padding:0; }
html{ scroll-behavior: smooth; }
body{
  font-family: 'Inter', sans-serif;
  background: var(--sand);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration:none; }
ul{ list-style:none; }
.eyebrow{
  font-family:'IBM Plex Mono', monospace;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 500;
}
h1,h2,h3,h4{ font-family:'Bricolage Grotesque', sans-serif; letter-spacing:-0.01em; }
.wrap{ max-width: var(--max); margin:0 auto; padding: 0 28px; }
:focus-visible{ outline: 3px solid var(--coral); outline-offset: 3px; }
.sr-only{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }

/* ---------- Ramp signature ---------- */
.ramp-down{ clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), 0 100%); }
.ramp-up{ clip-path: polygon(0 46px, 100% 0, 100% 100%, 0 100%); }
section{ position: relative; }

/* ---------- Header ---------- */
header{
  position: sticky; top:0; left:0; right:0; z-index: 50;
  background: var(--indigo);
  box-shadow: 0 8px 30px rgba(0,0,0,.14);
  padding: 14px 0;
}
header .wrap{ display:flex; align-items:center; justify-content:space-between; gap: 20px; }
.brand{ display:flex; align-items:center; gap:10px; color: var(--white); flex-shrink:0; }
.brand-mark{ width:28px; height:28px; flex-shrink:0; }
.brand-name{ font-family:'Bricolage Grotesque', sans-serif; font-weight:700; font-size:.98rem; letter-spacing: -0.01em; white-space:nowrap; }
.brand-name span{ color: var(--ochre); }
nav.mainnav{ display:flex; align-items:center; gap: 4px; }
.navitem{ position:relative; }
.navitem > a, .navitem > button{
  background:none; border:none; font-family:'Inter'; cursor:pointer;
  color: rgba(255,253,249,.85); font-size:.88rem; font-weight:500; padding: 10px 12px;
  display:flex; align-items:center; gap:5px; border-radius:8px; transition: background .2s, color .2s;
}
.navitem > a:hover, .navitem > button:hover{ color: var(--white); background: rgba(255,253,249,.08); }
.navitem.active > a{ color: var(--ochre); }
.caret{ width:9px; height:9px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg); margin-top:-3px; opacity:.8; }
.dropdown{
  position:absolute; top: calc(100% + 6px); left:0; min-width: 250px;
  background: var(--white); border-radius: 14px; padding: 8px; box-shadow: 0 18px 40px rgba(18,20,42,.22);
  opacity:0; visibility:hidden; transform: translateY(6px); transition: all .18s ease;
  border: 1px solid var(--border);
}
.navitem:hover .dropdown, .navitem:focus-within .dropdown, .navitem.force-open .dropdown{ opacity:1; visibility:visible; transform:translateY(0); }
.dropdown a{
  display:block; padding: 10px 14px; border-radius:9px; font-size:.87rem; color: var(--ink); font-weight:500;
}
.dropdown a:hover{ background: var(--sand-dim); color: var(--coral-deep); }
.lang-switch{ display:flex; gap:6px; align-items:center; flex-shrink:0; }
.lang-switch a{
  font-family:'IBM Plex Mono', monospace; font-size:.72rem; color: rgba(255,253,249,.65);
  border: 1px solid rgba(255,253,249,.3); border-radius: 999px; padding: 6px 11px; transition: all .2s;
}
.lang-switch a.is-current{ background: var(--ochre); color: var(--indigo-deep); border-color: var(--ochre); font-weight:600; }
.lang-switch a:not(.is-current):hover{ border-color: var(--white); color:var(--white); }
.menu-btn{ display:none; background:none; border:none; color:var(--white); font-size:1.4rem; }

/* ---------- Buttons ---------- */
.btn{
  font-family:'Inter'; font-weight:600; font-size:.92rem; padding: 13px 24px; border-radius: 999px;
  display:inline-flex; align-items:center; gap:8px; transition: transform .2s ease, box-shadow .2s ease;
  border: 2px solid transparent; cursor:pointer;
}
.btn:hover{ transform: translateY(-2px); }
.btn-coral{ background: var(--coral-deep); color: var(--white); box-shadow: 0 10px 26px rgba(209,74,49,.32); }
.btn-ghost{ border-color: rgba(255,253,249,.4); color: var(--white); }
.btn-ghost:hover{ border-color: var(--white); }
.btn-outline-dark{ border-color: var(--indigo); color: var(--indigo); }
.btn-outline-dark:hover{ background: var(--indigo); color: var(--white); }
.btn-teal{ background: var(--teal-deep); color: var(--white); box-shadow: 0 10px 26px rgba(15,92,93,.3); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero{
  background: radial-gradient(120% 100% at 82% 0%, #262a52 0%, var(--indigo) 45%, var(--indigo-deep) 100%);
  color: var(--white); padding: 64px 0 78px;
}
.breadcrumb{ display:flex; align-items:center; gap:8px; font-family:'IBM Plex Mono'; font-size:.74rem; color: rgba(255,253,249,.55); margin-bottom:18px; flex-wrap:wrap; }
.breadcrumb a:hover{ color: var(--white); }
.breadcrumb .sep{ opacity:.4; }
.page-hero h1{ font-size: clamp(2rem, 4vw, 3.1rem); font-weight:700; line-height:1.08; max-width: 18ch; }
.page-hero .lead{ margin-top:16px; font-size:1.05rem; color: rgba(255,253,249,.8); max-width: 58ch; }

/* ---------- Section shared ---------- */
.section{ padding: 88px 0; }
.section-tight{ padding: 64px 0; }
.section-head{ max-width: 680px; margin-bottom: 44px; }
.section-head .eyebrow{ color: var(--coral-deep); margin-bottom:12px; display:block; }
.section-head h2{ font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight:700; line-height:1.14; }
.section-head p{ margin-top:14px; color:#4c4f5c; font-size:1rem; }
.section-dark{ background: var(--indigo-deep); color: var(--white); }
.section-dark .section-head p{ color: rgba(255,253,249,.72); }
.section-dark .section-head .eyebrow{ color: var(--ochre); }
.section-teal{ background: linear-gradient(120deg, var(--teal) 0%, var(--teal-deep) 100%); color: var(--white); }

/* ---------- Prose ---------- */
.prose{ max-width: 74ch; }
.prose p{ color:#3c3f4b; margin-bottom: 18px; font-size:1.02rem; }
.prose p:last-child{ margin-bottom:0; }
.prose strong{ color: var(--indigo); }
.prose.on-dark p{ color: rgba(255,253,249,.78); }
.prose.on-dark strong{ color: var(--ochre); }

/* ---------- Cards / grids ---------- */
.card-grid{ display:grid; gap: 20px; }
.cols-2{ grid-template-columns: repeat(2,1fr); }
.cols-3{ grid-template-columns: repeat(3,1fr); }
.card{
  background: var(--white); border:1px solid var(--border); border-radius: 18px; padding: 26px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover{ transform: translateY(-4px); box-shadow: 0 16px 32px rgba(28,31,61,.09); border-color: var(--ochre); }
.card .icon{ width:34px; height:34px; color: var(--teal-deep); margin-bottom: 14px; }
.card h3{ font-size: 1.05rem; font-weight:700; margin-bottom: 8px; }
.card p{ color:#545762; font-size: .92rem; }
.card .num{ font-family:'IBM Plex Mono'; font-size:.72rem; color: var(--coral-deep); margin-bottom: 12px; display:block; }

.card-dark{ background: rgba(247,241,230,.06); border:1px solid rgba(247,241,230,.15); border-radius:18px; padding:26px; }
.card-dark h3{ color: var(--white); font-size:1.1rem; margin-bottom:8px; }
.card-dark p{ color: rgba(255,253,249,.68); font-size:.92rem; }

/* ---------- Numbered pillar list ---------- */
.pillar{ display:flex; gap:20px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.pillar:last-child{ border-bottom:none; }
.pillar-num{ font-family:'Bricolage Grotesque'; font-weight:800; font-size:1.6rem; color: var(--ochre); flex-shrink:0; width:52px; }
.pillar h3{ font-size:1.1rem; margin-bottom:6px; }
.pillar p{ color:#4c4f5c; font-size:.95rem; }

/* ---------- Simple checklist ---------- */
.check-list{ display:flex; flex-direction:column; gap:14px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; font-size:.97rem; color:#3c3f4b; }
.check-list .dot{ width:8px; height:8px; border-radius:50%; background: var(--coral-deep); margin-top:8px; flex-shrink:0; }
.check-list.on-dark li{ color: rgba(255,253,249,.82); }
.check-list.on-dark .dot{ background: var(--ochre); }

/* ---------- Info / stat strip ---------- */
.info-strip{ display:grid; grid-template-columns: repeat(3,1fr); gap:2px; background: var(--border); border-radius:18px; overflow:hidden; border:1px solid var(--border); }
.info-cell{ background: var(--white); padding: 26px 24px; }
.info-cell .eyebrow{ color: var(--coral-deep); display:block; margin-bottom:8px; }
.info-cell strong{ font-family:'Bricolage Grotesque'; font-size:1.05rem; display:block; margin-bottom:4px; }
.info-cell span.sub{ font-size:.87rem; color:#5a5d67; }

/* ---------- Contact / partner block (recurring footer-adjacent section) ---------- */
.partner-block{ background: var(--sand-dim); }
.partner-grid{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items:start; }
.contact-card{
  background: var(--white); border:1px solid var(--border); border-radius:18px; padding:28px;
}
.contact-card .name{ font-weight:700; font-size:1.02rem; margin-bottom:4px; }
.contact-card a.mail, .contact-card .tel{ display:block; font-size:.92rem; color:#4c4f5c; margin-top:4px; }
.contact-card a.mail:hover{ color: var(--coral-deep); }
.org-row{ display:flex; gap:14px; margin-top:22px; flex-wrap:wrap; }
.org-chip{ display:flex; align-items:center; gap:10px; background: var(--white); border:1px solid var(--border); border-radius:999px; padding:8px 16px 8px 8px; }
.org-chip .mark{ width:30px; height:30px; border-radius:50%; background: var(--sand-dim); display:flex; align-items:center; justify-content:center; font-family:'Bricolage Grotesque'; font-weight:700; font-size:.72rem; color:var(--indigo); }
.org-chip span{ font-size:.82rem; font-weight:600; }

/* ---------- Download / form CTA ---------- */
.download-box{
  display:flex; align-items:center; gap:16px; background: var(--white); border:1.5px dashed var(--teal-deep);
  border-radius: 16px; padding: 20px 22px; margin: 24px 0;
}
.download-box .dl-icon{ width:38px; height:38px; color: var(--teal-deep); flex-shrink:0; }
.download-box .dl-title{ font-weight:700; font-size:.96rem; }
.download-box .dl-sub{ font-size:.82rem; color:#5a5d67; }
.form-cta{
  background: var(--indigo-deep); color: var(--white); border-radius:20px; padding: 34px 32px; margin-top: 28px;
}
.form-cta h3{ font-size:1.3rem; margin-bottom:10px; }
.form-cta p{ color: rgba(255,253,249,.72); margin-bottom:20px; max-width:52ch; }

/* ---------- Tag pills (audience list, categories) ---------- */
.tag-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:12px; }
.tag-item{ display:flex; gap:12px; align-items:flex-start; background: var(--white); border:1px solid var(--border); border-radius:14px; padding:16px 18px; font-size:.92rem; }
.tag-item .dot{ width:7px; height:7px; border-radius:50%; background: var(--teal-deep); margin-top:7px; flex-shrink:0; }

/* ---------- CTA banner ---------- */
.cta{ background: var(--coral-deep); color: var(--white); text-align:center; padding: 76px 0; }
.cta h2{ font-size: clamp(1.6rem,3vw,2.4rem); font-weight:800; max-width: 20ch; margin: 0 auto 16px; line-height:1.16; }
.cta p{ color: rgba(255,253,249,.85); max-width: 50ch; margin: 0 auto 28px; }

/* ---------- Ticker strip ---------- */
.strip{ background: var(--ochre); color: var(--indigo-deep); padding: 12px 0; overflow:hidden; white-space:nowrap; }
.strip-track{ display:inline-flex; gap: 46px; animation: scroll 26s linear infinite; font-family:'IBM Plex Mono'; font-size:.78rem; font-weight:500; letter-spacing:.03em; }
.strip-track span{ display:inline-flex; align-items:center; gap:46px; }
.strip-track span::after{ content:'✦'; opacity:.55; margin-left:46px; }
@keyframes scroll{ from{ transform: translateX(0);} to{ transform: translateX(-50%);} }

/* ---------- Footer ---------- */
footer{ background: var(--indigo-deep); color: rgba(255,253,249,.75); padding: 58px 0 26px; }
.foot-grid{ display:grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,253,249,.12); }
.foot-brand .brand{ margin-bottom: 14px; }
.foot-brand p{ font-size:.88rem; max-width: 30ch; color: rgba(255,253,249,.58); }
.foot-col h4{ font-family:'IBM Plex Mono'; font-size:.7rem; text-transform:uppercase; letter-spacing:.1em; color: var(--ochre); margin-bottom: 15px; }
.foot-col a{ display:block; font-size:.88rem; color: rgba(255,253,249,.68); margin-bottom:10px; }
.foot-col a:hover{ color: var(--white); }
.foot-bottom{ display:flex; justify-content:space-between; align-items:center; padding-top: 22px; font-size:.78rem; color: rgba(255,253,249,.42); flex-wrap:wrap; gap:12px; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .strip-track{ animation:none; }
  .btn,.card{ transition:none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  .cols-2, .cols-3, .partner-grid, .info-strip, .tag-grid{ grid-template-columns: 1fr; }
  .foot-grid{ grid-template-columns: 1fr 1fr; }
  .info-strip{ border-radius:14px; }
}
@media (max-width: 760px){
  nav.mainnav{ display:none; }
  .menu-btn{ display:block; }
  .foot-grid{ grid-template-columns: 1fr; }
  .section{ padding: 60px 0; }
  .page-hero{ padding: 44px 0 56px; }
  .pillar{ flex-direction:column; gap:8px; }
}
