:root {
  --ink: #182023;
  --muted: #625d52;
  --paper: #fbf8f0;
  --white: #ffffff;
  --plum: #b88727;
  --plum-deep: #3f2b12;
  --sage: #8a7b5e;
  --sage-soft: #f1eadc;
  --wood: #caa66f;
  --gold: #c99a34;
  --gold-soft: #f6ead0;
  --line: #ded4bf;
  --shadow: 0 22px 70px rgba(28, 24, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 70px);
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid rgba(222, 216, 207, 0.72);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--plum-deep);
  font-size: 1.02rem;
  font-weight: 850;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav a:last-child {
  color: var(--white);
  background: var(--gold);
  padding: 10px 16px;
  border-radius: 999px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.nav .language-switch a,
.nav .language-switch a:last-child {
  min-width: 34px;
  padding: 7px 9px;
  color: var(--muted);
  background: transparent;
  border-radius: 999px;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1;
}

.nav .language-switch a[aria-current="page"] {
  color: var(--white);
  background: var(--gold);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 11px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
}

.hero {
  min-height: min(760px, calc(100vh - 76px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 8vw, 116px) clamp(22px, 6vw, 76px);
  background:
    radial-gradient(circle at 15% 24%, rgba(201, 154, 52, 0.18), transparent 30%),
    linear-gradient(145deg, #fffdf9 0%, #f6f1ed 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--plum);
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 800px;
  margin-bottom: 26px;
  font-size: clamp(2.7rem, 7vw, 6.1rem);
  line-height: 0.98;
  font-weight: 850;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 3.8vw, 4.1rem);
  line-height: 1.04;
  font-weight: 830;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.16;
}

.lead {
  max-width: 680px;
  color: #3c4645;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: var(--ink);
}

.button.secondary {
  color: var(--plum-deep);
  border-color: rgba(201, 154, 52, 0.45);
  background: rgba(255, 255, 255, 0.7);
}

.hero-visual {
  position: relative;
  min-height: 0;
  max-width: 760px;
  width: calc(100% - 48px);
  aspect-ratio: 16 / 10;
  margin: 34px 34px 34px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ee;
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-visual::after {
  display: none;
}

.section {
  padding: clamp(64px, 9vw, 126px) clamp(20px, 5vw, 70px);
}

.section-intro {
  max-width: 840px;
  margin-bottom: 36px;
}

.section-intro.compact {
  max-width: 980px;
}

.signal-grid,
.outcome-grid,
.format-grid,
.theory-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.signal-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.signal-grid article,
.outcome-grid article,
.format-grid article,
.theory-layout article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 24, 18, 0.05);
}

.signal-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--plum-deep);
  font-size: 1.08rem;
  font-weight: 760;
  line-height: 1.45;
  text-align: left;
}

.wide-note {
  max-width: 1020px;
  margin: 32px 0 0;
  color: #3d4847;
  font-size: 1.18rem;
}

.pillars {
  background: var(--paper);
}

.pillar-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 3.2vw, 42px);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 31, 34, 0.96) 0%, rgba(31, 48, 47, 0.96) 38%, rgba(251, 247, 238, 0.98) 38%, rgba(251, 247, 238, 0.98) 100%);
  box-shadow: var(--shadow);
}

.pillar-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: clamp(4px, 2vw, 18px);
}

.pillar-intro .eyebrow {
  color: var(--gold-light);
}

.pillar-intro h2 {
  color: var(--white);
  font-size: clamp(2.35rem, 5vw, 4.7rem);
}

.pillar-intro p:not(.eyebrow) {
  max-width: 420px;
  margin-top: 20px;
  color: #f4dfac;
  font-size: 1.08rem;
  line-height: 1.75;
}

.pillar-list,
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.pillar-list article,
.pillar-grid article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  min-height: 0;
  padding: 20px;
  border: 1px solid rgba(201, 154, 52, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(28, 24, 18, 0.05);
}

.pillar-list article.is-featured,
.pillar-grid article.is-featured {
  border-color: rgba(201, 154, 52, 0.62);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(201, 154, 52, 0.14);
}

.pillar-list span,
.pillar-grid span {
  grid-row: 1 / span 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 154, 52, 0.42);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
}

.pillar-list h3,
.pillar-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.4vw, 1.34rem);
}

.pillar-list strong,
.pillar-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--plum-deep);
  font-size: 0.95rem;
  line-height: 1.5;
}

.pillar-list p,
.pillar-grid p {
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.muted {
  color: var(--muted);
}

.method,
.outcomes {
  background: var(--sage-soft);
}

.photo-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: var(--white);
}

.photo-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #efe8df;
  box-shadow: var(--shadow);
}

.photo-frame.large {
  aspect-ratio: 16 / 9;
}

.photo-frame.workshop {
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
}

.photo-frame.inline-diagram {
  max-width: 980px;
  aspect-ratio: auto;
  margin: 0 auto 28px;
  padding: clamp(10px, 2vw, 18px);
  background: #fbf7ee;
}

.photo-frame.inline-diagram img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.photo-frame img,
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-frame figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: min(520px, calc(100% - 36px));
  padding: 10px 12px;
  color: var(--white);
  background: rgba(24, 32, 35, 0.72);
  border-radius: 6px;
  font-size: 0.9rem;
}

.photo-frame.inline-diagram figcaption {
  position: static;
  max-width: none;
  margin-top: 12px;
  color: var(--muted);
  background: transparent;
  padding: 0 4px 2px;
  text-align: center;
}

.photo-copy {
  max-width: 620px;
}

.photo-copy p:last-child {
  color: var(--muted);
  font-size: 1.12rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 7vw, 86px);
  align-items: start;
}

.rich-text {
  color: #344140;
  font-size: 1.12rem;
}

blockquote {
  margin: 28px 0 0;
  padding: 24px 28px;
  color: var(--plum-deep);
  border-left: 5px solid var(--plum);
  background: rgba(255, 255, 255, 0.76);
  font-size: 1.35rem;
  font-weight: 760;
}

.theory {
  background: var(--white);
}

.theory-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theory-layout article span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 850;
}

.process {
  position: relative;
  overflow: hidden;
}

.process::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 30px;
  border: 1px solid rgba(201, 154, 52, 0.22);
  border-radius: 50%;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(201, 154, 52, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.process-list span {
  display: block;
  margin-bottom: 56px;
  color: var(--plum);
  font-weight: 850;
}

.duration-bar {
  position: relative;
  margin-top: 18px;
  padding: 20px 24px;
  color: var(--white);
  background: var(--plum-deep);
  border-radius: 8px;
}

.questions {
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--plum-deep));
}

.questions .eyebrow,
.questions h2 {
  color: var(--white);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 17px 18px 17px 46px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wood);
}

.outcome-grid article {
  min-height: 180px;
}

.outcome-grid strong {
  display: block;
  margin-bottom: 28px;
  color: var(--plum-deep);
  font-size: 1.24rem;
}

.format-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.format-grid article {
  min-height: 270px;
  border-top: 5px solid var(--sage);
}

.facilitator {
  display: flex;
  align-items: center;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(24, 32, 35, 0.42), rgba(24, 32, 35, 0.18)),
    url("/assets/team-mapping-hero.png") center / cover;
}

.facilitator-card {
  display: block;
  width: min(100%, 620px);
  padding: clamp(26px, 4vw, 42px);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(24, 32, 35, 0.82);
  backdrop-filter: blur(8px);
}

.portrait-frame {
  width: 150px;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
}

.portrait-frame.is-missing {
  display: none;
}

.facilitator-card .eyebrow {
  margin-bottom: 12px;
  color: #e4c070;
}

.facilitator-card h2 {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.facilitator-card p {
  max-width: 100%;
  margin-bottom: 0;
  font-size: 1.04rem;
  line-height: 1.7;
}

.facilitator-card strong {
  display: block;
  margin-top: 22px;
  color: #f4dfac;
  font-size: 1.18rem;
}

.faq {
  background: var(--sage-soft);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 24, 18, 0.05);
}

.faq-grid h3 {
  color: var(--plum-deep);
}

.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.legal {
  background: var(--paper);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.legal-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 24, 18, 0.05);
}

.legal-grid h3 {
  color: var(--plum-deep);
}

.legal-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.68fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  background: var(--white);
}

.cta-copy h2 {
  max-width: 980px;
}

.contact-panel {
  display: none;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #faf6f0;
}

.contact-form {
  display: grid;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(28, 24, 18, 0.05);
}

.contact-visual {
  align-self: start;
  margin: 0;
  height: clamp(430px, 36vw, 580px);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fbf7ee;
  box-shadow: 0 12px 34px rgba(28, 24, 18, 0.05);
}

.contact-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--plum-deep);
  font-size: 0.95rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  padding: 12px 13px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(201, 154, 52, 0.24);
  border-color: var(--gold);
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.contact-form .consent input {
  width: auto;
  margin-top: 4px;
  accent-color: var(--gold);
}

.response-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px;
  background: var(--paper);
}

.response-card {
  width: min(100%, 620px);
  padding: clamp(28px, 6vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.response-card img {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  margin-bottom: 20px;
}

.response-card h1 {
  font-size: clamp(2.2rem, 7vw, 4rem);
}

.contact-panel a {
  display: block;
  padding: 16px;
  color: var(--white);
  background: var(--gold);
  border-radius: 6px;
  font-weight: 850;
  text-align: center;
  overflow-wrap: anywhere;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 36px clamp(20px, 5vw, 70px);
  color: #d9e1df;
  background: var(--ink);
}

.footer img {
  width: 140px;
  margin-bottom: 14px;
}

.footer p {
  margin-bottom: 4px;
}

.footer a {
  color: #f3d48f;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: start;
  justify-content: flex-end;
}

.cookie-notice {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
  padding: 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.cookie-notice.is-hidden {
  display: none;
}

.cookie-notice p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.cookie-accept {
  min-height: 42px;
  padding: 10px 16px;
  color: var(--white);
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .hero,
  .split,
  .cta,
  .photo-story {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-visual {
    width: min(100% - 40px, 760px);
    margin: 28px auto 0;
    order: -1;
  }

  .contact-visual {
    height: 420px;
  }

  .signal-grid,
  .process-list,
  .outcome-grid,
  .format-grid,
  .pillar-list,
  .pillar-grid,
  .faq-grid,
  .legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pillar-panel {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, rgba(18, 31, 34, 0.96) 0%, rgba(31, 48, 47, 0.96) 38%, rgba(251, 247, 238, 0.98) 38%, rgba(251, 247, 238, 0.98) 100%);
  }

  .pillar-intro {
    min-height: 280px;
  }

  .theory-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .brand span {
    font-size: 0.98rem;
  }

  .menu-button {
    display: block;
  }

  .nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .language-switch {
    justify-content: center;
  }

  .contact-visual {
    height: 320px;
  }

  h1 {
    font-size: clamp(2.42rem, 14vw, 3.9rem);
  }

  h2 {
    font-size: clamp(1.88rem, 9vw, 2.8rem);
  }

  .eyebrow {
    font-size: 0.98rem;
  }

  .hero-copy {
    padding-top: 46px;
  }

  .hero-visual {
    width: calc(100% - 32px);
    aspect-ratio: 4 / 3;
  }

  .photo-frame.large {
    aspect-ratio: 4 / 3;
  }

  .photo-frame figcaption {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .facilitator-card {
    width: 100%;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .signal-grid,
  .process-list,
  .outcome-grid,
  .format-grid,
  .pillar-list,
  .pillar-grid,
  .faq-grid,
  .legal-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .signal-grid article,
  .process-list li,
  .format-grid article,
  .pillar-list article,
  .pillar-grid article {
    min-height: 0;
  }

  .pillar-panel {
    padding: 20px;
  }

  .pillar-intro {
    min-height: 0;
    padding: 12px 8px 24px;
  }

  .pillar-list article,
  .pillar-grid article {
    padding: 18px;
  }

  .process-list span {
    margin-bottom: 20px;
  }

  .footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .cookie-notice {
    grid-template-columns: 1fr;
  }

  .cookie-accept {
    width: 100%;
  }
}
