/* ============================================================
   KUMA PARTNERS — CEO Sanctuary landing pages
   Brand tokens per Kuma Partners Brand Guidelines v1.1
   ============================================================ */

:root {
  --navy: #284050;
  --navy-deep: #1c2e3a;
  --teal: #588088;
  --teal-soft: #cddadc;
  --cream: #f4f1eb;
  --cream-dim: #ece7dd;
  --ink: #1a1a1a;
  --white: #ffffff;
  --line: rgba(26, 26, 26, 0.12);
  --line-on-navy: rgba(244, 241, 235, 0.18);

  --font-display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Lato", "Helvetica Neue", Arial, sans-serif;

  --max-width: 1180px;
  --gutter: clamp(24px, 5vw, 72px);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--navy);
}

.eyebrow {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
}

p {
  margin: 0 0 1.1em;
}

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

.lede {
  font-size: 1.2em;
  font-weight: 300;
  color: var(--navy);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background: var(--navy);
  color: var(--cream);
  border-color: var(--navy);
}

.btn-primary:hover {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
}

.btn-ghost {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.btn-ghost:hover {
  background: var(--navy);
  color: var(--cream);
}

.btn-ghost-inverse {
  background: transparent;
  color: var(--cream);
  border-color: var(--line-on-navy);
}

.btn-ghost-inverse:hover {
  background: var(--cream);
  color: var(--navy);
  border-color: var(--cream);
}

/* ---------- Isotype (three nested circles) ---------- */

.iso {
  display: inline-block;
  line-height: 0;
}

.iso circle {
  fill: none;
  stroke-width: 1.4;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 241, 235, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-lockup .iso circle {
  stroke: var(--navy);
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
}

.brand-logo {
  height: 40px;
  width: auto;
  display: block;
}

.brand-logo-footer {
  height: 40px;
}

.brand-caption {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 10.5px;
  letter-spacing: 0.02em;
  color: var(--charcoal);
  opacity: 0.4;
  margin-left: 10px;
  white-space: nowrap;
}

.wordmark small {
  display: block;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--teal);
  text-transform: none;
  margin-top: 1px;
}

.site-header .container {
  gap: 24px;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 40px);
  flex: 1 1 auto;
}

.header-nav a:not(.header-cta) {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: var(--charcoal);
  opacity: 0.82;
}

.header-nav a:not(.header-cta):hover {
  opacity: 1;
}

.header-cta {
  flex: 0 0 auto;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: var(--charcoal);
  color: #ffffff;
  padding: 11px 22px;
  border-radius: 4px;
  border: 1px solid var(--charcoal);
  transition: background 0.2s ease;
}

.header-cta:hover {
  background: #14232b;
}

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

.hero {
  position: relative;
  padding: clamp(64px, 12vw, 140px) 0 clamp(56px, 9vw, 110px);
  overflow: hidden;
  background: var(--cream);
}

.hero-motif {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.55;
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 760px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.hero h1 {
  font-size: clamp(2.3rem, 4.6vw, 3.6rem);
  line-height: 1.08;
  margin-bottom: 26px;
}

.hero h1 em {
  font-style: italic;
  color: var(--teal);
}

.hero .lede {
  max-width: 560px;
  margin-bottom: 36px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 44px;
  margin: 40px 0 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.hero-meta div span {
  display: block;
}

.hero-meta .label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 6px;
}

.hero-meta .value {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero-note {
  margin-top: 18px;
  font-size: 13.5px;
  color: var(--navy);
  opacity: 0.65;
}

/* ---------- Sections ---------- */

section {
  padding: clamp(64px, 10vw, 120px) 0;
}

.section-navy {
  background: var(--navy);
  color: var(--cream);
}

.section-navy h2,
.section-navy h3 {
  color: var(--cream);
}

.section-navy .eyebrow {
  color: var(--teal-soft);
}

.section-navy a {
  color: var(--cream);
}

.section-head {
  max-width: 640px;
  margin-bottom: 56px;
}

.section-head .eyebrow {
  display: block;
  margin-bottom: 18px;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.18;
}

/* ---------- Tension section ---------- */

.tension-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.tension-item {
  border-top: 1px solid var(--line-on-navy);
  padding-top: 24px;
}

.tension-item .num {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--teal-soft);
  display: block;
  margin-bottom: 14px;
}

.tension-item h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.tension-item p {
  font-size: 15.5px;
  opacity: 0.86;
}

/* ---------- Pillars ---------- */

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.pillar {
  background: var(--cream);
  padding: 44px 36px;
}

.pillar .pillar-mark {
  margin-bottom: 28px;
}

.pillar h3 {
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.pillar .pillar-sub {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
  display: block;
}

.pillar p {
  font-size: 15.5px;
  color: var(--ink);
  opacity: 0.85;
}

/* ---------- Standards / cohort ---------- */

.standards-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.standards-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.standards-list li {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.standards-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.standards-list .mark {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--teal);
  flex-shrink: 0;
}

.standards-list h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.standards-list p {
  font-size: 15px;
  opacity: 0.85;
}

.standards-aside {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 40px;
}

.standards-aside .eyebrow {
  display: block;
  margin-bottom: 16px;
}

.standards-aside blockquote {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--navy);
  line-height: 1.4;
}

.standards-aside cite {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: var(--teal);
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.stat-row .stat-num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
}

.stat-row .stat-label {
  font-size: 12.5px;
  color: var(--ink);
  opacity: 0.65;
}

.section-navy .container > .stat-row {
  border-top-color: var(--line-on-navy);
}

.section-navy .container > .stat-row .stat-num {
  color: var(--cream);
}

.section-navy .container > .stat-row .stat-label {
  color: var(--cream);
  opacity: 0.65;
}

/* ---------- Cadence ---------- */

.cadence-list {
  display: grid;
  gap: 0;
}

.cadence-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.cadence-row:last-child {
  border-bottom: 1px solid var(--line);
}

.cadence-row .day {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--teal);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cadence-row h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.cadence-row p {
  font-size: 15.5px;
  opacity: 0.85;
  max-width: 620px;
}

/* ---------- Application funnel ---------- */

.funnel-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.funnel-step {
  border: 1px solid var(--line);
  padding: 32px;
  background: var(--white);
}

.funnel-step .step-num {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--teal);
  font-size: 13px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 14px;
}

.funnel-step h4 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.funnel-step p {
  font-size: 15px;
  opacity: 0.85;
}

/* ---------- Form ---------- */

.apply-form {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(28px, 5vw, 56px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-field {
  margin-bottom: 24px;
}

.form-field label {
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 15.5px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 13px 14px;
  border-radius: 1px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid var(--teal);
  outline-offset: 1px;
}

.form-field textarea {
  min-height: 110px;
  resize: vertical;
}

.form-hint {
  font-size: 13px;
  color: var(--ink);
  opacity: 0.6;
  margin-top: -12px;
  margin-bottom: 24px;
}

.form-disclaimer {
  font-size: 13px;
  opacity: 0.6;
  margin-top: 22px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/* ---------- Upcoming strip ---------- */

.upcoming-strip {
  border: 1px solid var(--line);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 32px 40px;
}

.upcoming-strip .label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
  display: block;
}

.upcoming-strip h3 {
  font-size: 1.25rem;
}

/* ---------- Retreat cards (next-offsites page) ---------- */

.retreat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.retreat-card {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.retreat-card.is-open {
  border-color: var(--navy);
}

.retreat-status {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.retreat-card h3 {
  font-size: 1.5rem;
}

.retreat-dates {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
  font-size: 1rem;
}

.retreat-card p {
  font-size: 15.5px;
  opacity: 0.85;
}

.retreat-card .btn {
  align-self: flex-start;
  margin-top: 8px;
}

/* ---------- Footer (kumapartners.eu-matched, light) ---------- */

:root {
  --alabaster: #f5f4f0;
  --charcoal: #1c2d37;
  --stone-line: #e2e0d8;
}

.site-footer {
  background: var(--alabaster);
  color: var(--charcoal);
  padding: 72px 0 0;
  border-top: 1px solid var(--stone-line);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--stone-line);
  margin-bottom: 0;
}

.footer-brand .brand-lockup .iso circle {
  stroke: var(--charcoal);
}

.footer-brand .wordmark {
  color: var(--charcoal);
}

.footer-brand .wordmark small {
  color: var(--teal);
}

.footer-brand p {
  max-width: 320px;
  font-size: 14.5px;
  color: var(--charcoal);
  opacity: 0.72;
  margin-top: 18px;
}

.footer-brand .footer-contact {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--navy);
  text-decoration: none;
}

.footer-brand .footer-contact:hover {
  text-decoration: underline;
}

.footer-links h5 {
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 18px;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
  font-size: 14.5px;
}

.footer-links a {
  color: var(--charcoal);
  text-decoration: none;
  opacity: 0.78;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-hubs {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 28px 0;
  border-bottom: 1px solid var(--stone-line);
  font-size: 14px;
}

.footer-hubs .label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.footer-hubs .hub-list {
  color: var(--charcoal);
  opacity: 0.75;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12.5px;
  color: var(--charcoal);
  opacity: 0.6;
  padding: 24px 0;
}

/* ---------- Utility ---------- */

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 900px) {
  .header-nav a:not(.header-cta) {
    display: none;
  }

  .header-nav {
    justify-content: flex-end;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tension-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .standards-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .cadence-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .funnel-steps {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .retreat-grid {
    grid-template-columns: 1fr;
  }

  .upcoming-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .brand-caption {
    display: none;
  }

  .hero-meta {
    gap: 24px 32px;
  }
}
