/* KAIRUM: white surfaces, yellow signals, graphite typography. */
:root {
  --ink: var(--kairum-ink);
  --muted: var(--kairum-muted);
  --accent: var(--kairum-accent);
  --gold: var(--kairum-yellow);
  --pale: var(--kairum-canvas);
  --line: var(--kairum-line);
  --accent-soft: var(--kairum-yellow-soft);
}
.button.primary {
  background: var(--gold);
  color: var(--ink);
}
.button.primary:hover {
  background: #ffd035;
  box-shadow: 0 8px 24px #a481001c;
}
.site-header {
  background: rgb(255 255 255 / 0.94);
}
.desktop-nav a:hover {
  color: #705600;
}
.hero {
  background: #fffdf5;
}
.hero-atmosphere {
  background-color: #fffdf5;
  background-image: url("assets/atmosphere-yellow.webp");
}
.hero-copy h1 span {
  color: var(--ink);
  background: linear-gradient(
    transparent 68%,
    #ffdc56 68%,
    #ffdc56 93%,
    transparent 93%
  );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-copy > p,
.hero-proof {
  color: #484848;
}
.eyebrow {
  color: #745800;
}
.live-status {
  background: var(--accent-soft);
  color: #665000;
}
.hero-result {
  background: #fffaf0;
  border-color: #eee8d4;
}
.check-disc {
  background: var(--gold);
  color: var(--ink);
}
.hero-report {
  background: #202020;
}
.hero-report > i:last-child {
  color: var(--gold);
}
.hero-result > i,
.hero-result div > span,
.demo-controls,
.demo-controls button {
  color: #55514a;
}
.question-ribbon span.active {
  color: #705500;
}
.journey,
.report-section {
  background: #fafaf7;
}
.journey-canvas {
  background: #fffefa;
}
.journey-nav button[aria-pressed="true"] {
  background: var(--accent-soft);
  color: var(--ink);
}
.journey-nav button[aria-pressed="true"] > span {
  color: #705700;
}
.journey-progress > span {
  background: var(--gold);
}
.path-active {
  stroke: #a77c00;
  stroke-width: 2.1px;
}
.path-packet {
  fill: var(--gold);
  stroke: #181818;
  stroke-width: 1.3px;
}
.network-hub {
  box-shadow:
    0 0 0 8px #fff7d6,
    0 0 0 9px #eae0bc;
}
.network-provider > i {
  color: #775900;
}
.mini-answer.featured {
  background: #fffbee;
  border-color: #dbb22d;
}
.review-chip {
  background: #fff6d5;
  color: #665000;
}
.source-badge {
  background: #f7f6ee;
  color: #575347;
}
.provider-switch button[aria-pressed="true"] {
  border-color: #bc9300;
  background: var(--accent-soft);
  color: var(--ink);
  box-shadow: none;
}
.stack-ghost,
.source-workspace {
  background: #f9f9f5;
}
.stack-question {
  background: #f8f8f4;
}
.answer-card blockquote {
  color: #343434;
}
.reading-note > i,
.report-orbit i,
.report-module > i,
.clean-list i {
  color: #886900;
}
.patterns-section {
  background: #fff9e0;
  color: var(--ink);
}
.patterns-section .eyebrow {
  color: #745800;
}
.patterns-section .section-heading > p {
  color: #575247;
}
.pattern-controls {
  border-color: #e4dcc0;
}
.pattern-controls button {
  color: #514b3c;
  border-color: #d8cfb2;
  background: #fffefa;
}
.pattern-controls button[aria-pressed="true"] {
  background: var(--gold);
  color: var(--ink);
  border-color: #dbad00;
}
.pattern-controls > span,
.pattern-reading > span {
  color: #6c6248;
}
.pattern-reading > p {
  color: #575247;
}
.pattern-legend {
  color: #645c48;
}
.dot.mention {
  background: #c99b00;
}
.dot.gold {
  background: #595343;
}
.dot.neutral {
  background: #a4a091;
}
.pattern-matrix th {
  color: #575247;
}
.pattern-matrix th img {
  filter: none;
}
.pattern-matrix td,
.pattern-matrix td:first-child {
  color: #48443a;
  border-color: #e2dac0;
}
.matrix-state.mencion {
  background: #ffe58b;
  border-color: #d7b44c;
  color: #4e3d00;
}
.matrix-state.comparacion {
  background: #fffefa;
  border-color: #cfc3a0;
  color: #514b3c;
}
.matrix-state.ausente {
  background: #f0eee5;
  border-color: #dcd7c7;
  color: #65604f;
}
.source-tabs button[aria-pressed="true"] {
  background: var(--gold);
  border-color: #dbad00;
  color: var(--ink);
}
.reviewer-avatar {
  background: var(--accent-soft);
  color: #756000;
}
.report-options button[aria-pressed="true"] {
  background: var(--accent-soft);
  border-color: #cbb458;
  color: #4c410a;
}
.report-options button > i {
  color: #745800;
}
.report-module h4 {
  color: #35332a;
}
.report-paper,
.paper-back {
  border-color: #e4e1d6;
}
.back-one {
  background: #fffdf5;
}
.back-two {
  background: #fff6d4;
}
.contact-section {
  background: var(--gold);
  color: var(--ink);
}
.contact-light {
  background-image: url("assets/atmosphere-yellow.webp");
  opacity: 0.2;
  mix-blend-mode: luminosity;
}
.contact-inner > span,
.contact-inner em {
  color: #332900;
}
.contact-inner .button {
  background: #202020;
  color: #fff;
}
.motion-toggle {
  background: #fffffff2;
  border-color: #dedbd0;
  color: #534b33;
}
.site-header .motion-toggle {
  position: static;
  display: inline-grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-left: -14px;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
}
.site-header .motion-toggle span {
  display: none;
}
.site-header .motion-toggle i {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}
.dialog-toolbar {
  background: #fff9e3;
}

/* The approved identity and the decisions behind the analysis. */
.brand.brand-lockup {
  display: block;
  position: relative;
  width: 194px;
  height: auto;
  aspect-ratio: 1220 / 310;
  overflow: hidden;
}
.brand.brand-lockup img {
  position: absolute;
  width: 125.90164%;
  max-width: none;
  height: auto;
  top: -116.12903%;
  left: -13.11475%;
  mix-blend-mode: multiply;
}
.site-footer .brand.brand-lockup {
  width: 170px;
}
.report-brand .brand.brand-lockup {
  width: 124px;
}
.hero-category {
  display: block;
  margin-bottom: 24px;
}
.audience-section {
  border-top: 1px solid var(--line);
}
.audience-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
  margin-top: 52px;
}
.audience-controls {
  display: flex;
  flex-direction: column;
}
.audience-controls button {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  min-height: 111px;
  padding: 26px 17px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  transition:
    background 0.25s,
    box-shadow 0.25s;
}
.audience-controls button:last-child {
  border-bottom: 1px solid var(--line);
}
.audience-controls button:hover {
  background: #fffdf5;
}
.audience-controls button[aria-pressed="true"] {
  background: #fff8da;
  box-shadow: inset 3px 0 var(--gold);
}
.audience-number {
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  color: #756b4e;
}
.audience-controls strong,
.audience-controls small {
  display: block;
}
.audience-controls strong {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.5px;
}
.audience-controls small {
  margin-top: 7px;
  font-size: 12px;
  color: #625e52;
  line-height: 1.5;
}
.audience-controls i {
  margin-left: auto;
  color: #6b624a;
}
.audience-panel {
  background: #fafaf7;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px 36px;
  min-height: 401px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.audience-panel-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #6c5b29;
}
.audience-panel-top > i {
  background: #927000;
}
.audience-panel-copy h3 {
  margin-top: 26px;
  max-width: 390px;
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: -1.2px;
}
.audience-panel-copy > p {
  font-size: 14px;
  margin-top: 18px;
  color: #57554e;
  min-height: 70px;
}
.audience-outcome {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 24px 0 25px;
  padding-top: 22px;
  border-top: 1px solid #deddd4;
}
.audience-outcome > i {
  margin-top: 2px;
  color: #8d6c00;
}
.audience-outcome span {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  color: #706342;
  margin-bottom: 8px;
}
.audience-outcome strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}
.audience-panel > .text-link {
  font-size: 12px;
  align-self: flex-start;
}
.feature-copy > .deliverable-note {
  max-width: 360px;
  margin-top: 18px;
  font-size: 12px;
  color: #615c4c;
}
.contact-intro {
  margin: 24px auto 28px;
  font-size: 16px;
  color: #4e3e06;
}
.call-agenda {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  list-style: none;
  margin: 66px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #18181838;
  gap: 40px;
}
.call-agenda li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.call-agenda li > span {
  font-size: 10px;
  line-height: 23px;
  color: #584407;
}
.call-agenda h3 {
  font-size: 18px;
  letter-spacing: -0.4px;
  margin-bottom: 9px;
  font-weight: 550;
}
.call-agenda p {
  max-width: 240px;
  font-size: 12px;
  color: #4e3e06;
}
.report-context {
  margin: 26px 0 8px;
  padding: 22px 24px;
  background: #fff9e3;
  border: 1px solid #e9dfb6;
  border-radius: 10px;
}
.report-context .eyebrow {
  font-size: 9px;
}
.report-context h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin-top: 12px;
}
.report-context p {
  margin-top: 12px;
  font-size: 11px;
  color: #655d43;
}
.report-evidence {
  border-top: 1px solid var(--line);
  margin-top: 22px;
}
.report-evidence summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
  gap: 20px;
  font-size: 14px;
  font-weight: 550;
  cursor: pointer;
}
.report-evidence summary::-webkit-details-marker {
  display: none;
}
.report-evidence[open] summary > i {
  transform: rotate(45deg);
}
.report-evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.report-evidence-grid .eyebrow {
  display: block;
  font-size: 8px;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
.report-evidence-grid blockquote,
.report-evidence-grid p {
  font-size: 13px;
  line-height: 1.7;
  margin: 14px 0 0;
  color: #49463f;
}
.report-review {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 12px;
  margin: 22px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: #f6f5ef;
  color: #5d5748;
}
@media (max-width: 1100px) {
  .audience-layout {
    gap: 35px;
  }
  .audience-panel {
    padding: 28px;
  }
}
@media (max-width: 850px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: grid;
  }
  .nav-cta {
    margin-left: auto;
  }
  .site-header .motion-toggle {
    margin-left: 0;
  }
  .brand.brand-lockup {
    width: 164px;
  }
  .audience-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 32px;
  }
  .audience-controls {
    flex-direction: row;
  }
  .audience-controls button {
    flex: 1;
    min-width: 0;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 12px;
    padding: 20px 15px;
    border-bottom: 1px solid var(--line);
  }
  .audience-controls button[aria-pressed="true"] {
    box-shadow: inset 0 -3px var(--gold);
  }
  .audience-controls button > span:nth-child(2) {
    width: 100%;
  }
  .audience-controls i {
    display: none;
  }
  .audience-controls strong {
    font-size: 16px;
  }
  .audience-panel {
    min-height: 370px;
  }
  .audience-panel-copy h3 {
    max-width: none;
  }
  .audience-panel-copy > p {
    min-height: 0;
  }
  .call-agenda {
    gap: 22px;
  }
}
@media (max-width: 600px) {
  .nav {
    gap: 6px;
  }
  .nav-cta {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .site-header .motion-toggle {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .brand.brand-lockup {
    width: 150px;
  }
  .report-brand .brand.brand-lockup {
    width: 110px;
  }
  .hero-category {
    font-size: 9px;
    margin-bottom: 22px;
  }
  .audience-controls {
    flex-direction: row;
  }
  .audience-controls button {
    flex-direction: column;
    align-items: flex-start;
    min-height: 106px;
    padding: 17px 12px;
    gap: 10px;
    border-bottom: 1px solid var(--line);
  }
  .audience-controls button[aria-pressed="true"] {
    box-shadow: inset 0 -3px var(--gold);
  }
  .audience-controls button > span:nth-child(2) {
    width: auto;
  }
  .audience-controls button:last-child {
    border-bottom: 1px solid var(--line);
  }
  .audience-controls i {
    display: none;
  }
  .audience-controls small {
    display: none;
  }
  .audience-controls strong {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.25px;
  }
  .audience-panel {
    padding: 25px 22px;
    min-height: 410px;
  }
  .audience-panel-copy h3 {
    font-size: 29px;
  }
  .audience-panel-copy > p {
    font-size: 13px;
    min-height: 65px;
  }
  .audience-panel > .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .contact-intro {
    font-size: 14px;
  }
  .contact-intro br {
    display: none;
  }
  .call-agenda {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 45px;
  }
  .call-agenda h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .call-agenda p {
    max-width: none;
    font-size: 12px;
  }
  .report-context {
    padding: 18px;
  }
  .report-context h3 {
    font-size: 18px;
  }
  .report-evidence-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@media (max-width: 375px) {
  .nav .brand.brand-lockup {
    width: 136px;
  }
  .nav-cta > i {
    display: none;
  }
  .hero-copy h1 {
    font-size: 42px;
    letter-spacing: -2.45px;
  }
}
