.cases-hero .hero-copy > .eyebrow {
  margin: 0 0 34px;
}

.cases-hero .hero-grid {
  min-height: 650px;
}

.cases-hero h1 {
  max-width: 1080px;
}

.case-index {
  padding: 124px 0 112px;
}

.case-index-heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 78px;
}

.case-index-heading .eyebrow {
  margin-top: 11px;
}

.case-index-heading h2 {
  max-width: 920px;
  margin: 0;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.8vw, 6.7rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.case-list {
  border-top: 1px solid var(--line-light);
}

.case-row {
  display: grid;
  grid-template-columns: 1fr 7fr 2fr;
  gap: 24px;
  align-items: start;
  padding: 58px 0 62px;
  border-bottom: 1px solid var(--line-light);
  transition: padding 260ms cubic-bezier(.22, 1, .36, 1), background 220ms ease;
}

.case-number,
.case-type {
  color: var(--signal);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-number {
  padding-top: 7px;
}

.case-row-copy h3 {
  max-width: 850px;
  margin: 18px 0 24px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.2vw, 4.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.case-row-copy > p:last-child {
  max-width: 660px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.95rem;
  line-height: 1.8;
}

.case-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  min-height: 42px;
  color: #2d2a26;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-link .icon-arrow {
  transition: transform 0.35s cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .case-row:hover {
    padding-inline: 20px;
    background: rgba(255, 255, 255, 0.16);
  }
  .case-link:hover .icon-arrow {
    transform: translate(3px, -3px);
  }
}

@media (max-width: 1000px) {
  .case-index-heading {
    grid-template-columns: 1fr 1.7fr;
    gap: 36px;
  }
  .case-row {
    grid-template-columns: 0.7fr 5fr 1.2fr;
  }
}

@media (max-width: 700px) {
  .cases-hero .hero-grid {
    min-height: 590px;
  }
  .cases-hero .hero-copy > .eyebrow {
    margin-bottom: 28px;
  }
  .cases-hero h1 {
    font-size: clamp(3rem, 13vw, 3.55rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
  }
  .case-index {
    padding: 82px 0 72px;
  }
  .case-index-heading {
    display: block;
    margin-bottom: 52px;
  }
  .case-index-heading .eyebrow {
    margin: 0 0 30px;
  }
  .case-index-heading h2 {
    font-size: clamp(2.7rem, 12vw, 3.3rem);
    line-height: 0.98;
  }
  .case-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 42px 0 46px;
  }
  .case-row-copy h3 {
    margin-top: 14px;
    font-size: clamp(2rem, 9.5vw, 2.7rem);
  }
  .case-link {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 6px;
  }
}

/* Canonical case pages */
.case-detail-hero .hero-grid {
  min-height: 580px;
}

.case-detail-hero .hero-copy {
  max-width: 1080px;
}

.case-detail-hero .hero-copy > .eyebrow,
.brief-hero .hero-copy > .eyebrow {
  margin: 0 0 34px;
}

.case-detail-hero h1 {
  font-size: clamp(3.4rem, 5.6vw, 5.7rem);
  line-height: 0.95;
}

.case-hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 650px;
  margin: 52px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.case-hero-meta > div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  padding: 18px 20px;
}

.case-hero-meta > div + div {
  border-left: 1px solid var(--line);
}

.case-hero-meta dt {
  color: rgba(231, 227, 218, 0.38);
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-hero-meta dd {
  margin: 0;
  color: rgba(231, 227, 218, 0.78);
  font-size: 0.7rem;
}

.case-section,
.case-metrics,
.case-evidence,
.brief-problem {
  padding: 104px 0;
}

.case-story-grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 64px;
  align-items: start;
}

.case-story-grid > .eyebrow {
  margin-top: 12px;
}

.case-story-grid h2,
.brief-heading h2,
.brief-problem h2 {
  max-width: 920px;
  margin: 0 0 38px;
  font-family: var(--display);
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.section-light .case-story-grid h2,
.section-paper .case-story-grid h2,
.brief-problem h2 {
  color: #2d2a26;
}

.section-ink .case-story-grid h2,
.section-dark .case-story-grid h2 {
  color: #e7e3da;
}

.case-large-copy {
  max-width: 790px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 1.03rem;
  line-height: 1.85;
}

.section-ink .case-large-copy,
.section-dark .case-large-copy {
  color: rgba(231, 227, 218, 0.62);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: workflow-step;
}

.workflow-grid li {
  counter-increment: workflow-step;
  min-height: 142px;
  padding: 24px;
  border: 1px solid rgba(231, 227, 218, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.018);
  color: rgba(231, 227, 218, 0.72);
  font-size: 0.82rem;
  line-height: 1.7;
}

.workflow-grid li::before {
  content: "0" counter(workflow-step);
  display: block;
  margin-bottom: 34px;
  color: var(--signal);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}

.workflow-grid-light li {
  border-color: var(--line-light);
  background: rgba(255, 255, 255, 0.14);
  color: var(--muted-dark);
}

.case-metrics-heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 64px;
  margin-bottom: 64px;
}

.case-metrics-heading > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.95rem;
  line-height: 1.8;
}

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

.metric-card {
  display: flex;
  min-height: 168px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line-light);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
}

.metric-card strong {
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.metric-card span {
  max-width: 200px;
  color: var(--muted-dark);
  font-size: 0.75rem;
  line-height: 1.5;
}

.evidence-note {
  max-width: 960px;
  margin: 34px 0 0;
  color: rgba(45, 42, 38, 0.5);
  font-size: 0.68rem;
  line-height: 1.7;
}

.section-ink .evidence-note {
  color: rgba(231, 227, 218, 0.42);
}

.evidence-note a {
  border-bottom: 1px solid currentColor;
}

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

.transfer-list li {
  padding: 23px 0;
  border-top: 1px solid var(--line-light);
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: -0.025em;
}

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

/* Editorial case-study presentation */
.editorial-case {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.editorial-case > section {
  overflow: clip;
  border-radius: 30px;
}

.editorial-hero {
  padding: 148px 0 92px;
}

.editorial-back {
  display: inline-block;
  margin-bottom: 52px;
  color: rgba(45, 42, 38, 0.56);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.editorial-hero-grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 70px;
  align-items: end;
  min-height: 470px;
}

.editorial-kicker,
.editorial-section-label,
.editorial-facts-label,
.editorial-integrations > span {
  margin: 0;
  color: #8b6349;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editorial-hero h1 {
  max-width: 940px;
  margin: 30px 0 32px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 7.4rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.066em;
}

body:is([data-case-page-id="exen-ai-customer-support"], [data-case-page-id="u-work-ai-recruiter"]) .editorial-hero h1 {
  font-size: clamp(3.5rem, 6vw, 6.2rem);
}

.editorial-summary {
  max-width: 760px;
  margin: 0;
  color: rgba(45, 42, 38, 0.72);
  font-size: 1.16rem;
  line-height: 1.68;
}

.editorial-hero aside {
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
}

.editorial-hero aside span,
.editorial-hero aside small {
  display: block;
  color: rgba(45, 42, 38, 0.5);
  font-size: 0.78rem;
  line-height: 1.6;
}

.editorial-hero aside span {
  color: #8b6349;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-hero aside strong {
  display: block;
  margin: 48px 0 12px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.editorial-facts {
  padding: 48px 0 42px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.editorial-facts-label {
  margin-bottom: 28px;
}

.editorial-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.editorial-facts-grid > div {
  min-height: 150px;
  padding: 26px 28px 24px 0;
}

.editorial-facts-grid > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--line-light);
}

.editorial-facts-grid strong {
  display: block;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(2.4rem, 3.8vw, 4.35rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
}

.editorial-facts-grid span {
  display: block;
  max-width: 230px;
  margin-top: 30px;
  color: rgba(45, 42, 38, 0.64);
  font-size: 0.86rem;
  line-height: 1.55;
}

.editorial-facts-note {
  max-width: 860px;
  margin: 22px 0 0;
  color: rgba(45, 42, 38, 0.48);
  font-size: 0.78rem;
  line-height: 1.65;
}

.editorial-section,
.editorial-rollout,
.editorial-roadmap,
.editorial-solution {
  padding: 104px 0;
}

.editorial-ruled {
  border-top: 1px solid var(--line-light);
}

.editorial-reading-grid {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 64px;
  align-items: start;
}

.editorial-reading-grid > .editorial-section-label {
  margin-top: 12px;
}

.editorial-reading-grid h2,
.editorial-rollout h2,
.editorial-roadmap h2,
.editorial-solution h2 {
  max-width: 920px;
  margin: 0 0 36px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.editorial-lede {
  max-width: 820px;
  margin: 0;
  color: rgba(45, 42, 38, 0.7);
  font-size: 1.08rem;
  line-height: 1.82;
}

.editorial-list {
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.editorial-list li {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-light);
}

.editorial-list strong {
  color: #2d2a26;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.editorial-list span {
  color: rgba(45, 42, 38, 0.65);
  font-size: 1rem;
  line-height: 1.65;
}

.editorial-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.editorial-before-after article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
}

.editorial-before-after span,
.editorial-control-grid h3,
.editorial-solution-grid h3 {
  color: #8b6349;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-before-after p {
  margin: 54px 0 0;
  color: rgba(45, 42, 38, 0.72);
  font-size: 1.04rem;
  line-height: 1.72;
}

.editorial-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 50px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.editorial-steps li {
  position: relative;
  min-height: 190px;
  padding: 24px 28px 28px 0;
  border-bottom: 1px solid var(--line-light);
}

.editorial-steps li:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid var(--line-light);
}

.editorial-step-number {
  display: block;
  margin-bottom: 38px;
  color: #a66f4c;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.editorial-steps strong {
  display: block;
  color: #2d2a26;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
}

.editorial-steps p {
  margin: 8px 0 0;
  color: rgba(45, 42, 38, 0.62);
  font-size: 0.92rem;
  line-height: 1.65;
}

.editorial-steps small {
  display: block;
  margin-top: 20px;
  color: rgba(45, 42, 38, 0.42);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.editorial-integrations {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line-light);
}

.editorial-rollout .editorial-section-label {
  color: #c58a65;
}

.editorial-rollout h2 {
  margin-top: 26px;
  color: #e7e3da;
}

.editorial-rollout .editorial-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-color: rgba(231, 227, 218, 0.14);
}

.editorial-rollout .editorial-steps li,
.editorial-rollout .editorial-steps li:nth-child(even) {
  padding: 26px;
  border-bottom: 0;
  border-left: 1px solid rgba(231, 227, 218, 0.14);
}

.editorial-rollout .editorial-steps li:first-child {
  padding-left: 0;
  border-left: 0;
}

.editorial-rollout .editorial-steps strong {
  color: #e7e3da;
}

.editorial-rollout .editorial-steps p {
  color: rgba(231, 227, 218, 0.6);
}

.editorial-rollout .editorial-steps small {
  color: rgba(231, 227, 218, 0.38);
}

.editorial-control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.editorial-control-grid > div {
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
}

.editorial-control-grid .editorial-list {
  margin-top: 24px;
}

.editorial-control-grid .editorial-list li {
  display: block;
  padding: 18px 0;
}

.editorial-kpis {
  margin-top: 38px;
}

.editorial-process-metrics {
  margin-top: 48px;
}

.editorial-process-metrics .metric-card {
  min-width: 0;
}

.editorial-process-metrics .metric-card strong {
  font-size: clamp(2rem, 3.25vw, 3.8rem);
  overflow-wrap: anywhere;
}

.editorial-roadmap h2 {
  margin-top: 26px;
}

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

.editorial-roadmap .editorial-steps li,
.editorial-roadmap .editorial-steps li:nth-child(even) {
  padding: 24px;
  border-left: 1px solid var(--line-light);
}

.editorial-roadmap .editorial-steps li:first-child {
  padding-left: 0;
  border-left: 0;
}

.editorial-solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.editorial-solution-grid h2 {
  margin-top: 28px;
}

.editorial-solution-grid > div:last-child > p {
  max-width: 650px;
  margin: 10px 0 34px;
  color: rgba(45, 42, 38, 0.68);
  font-size: 1.08rem;
  line-height: 1.75;
}

.editorial-solution-grid > div:last-child > a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  color: #2d2a26;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Draft solution blueprints */
.blueprint-index {
  padding: 112px 0;
}

.blueprint-index-heading {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 62px;
}

.blueprint-index-heading h2 {
  max-width: 850px;
  margin: 18px 0 0;
  color: #e7e3da;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.blueprint-index-heading > p {
  margin: 0;
  color: rgba(231, 227, 218, 0.58);
  font-size: 0.95rem;
  line-height: 1.7;
}

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

.blueprint-card {
  display: flex;
  min-height: 390px;
  padding: 28px;
  flex-direction: column;
  border: 1px solid rgba(231, 227, 218, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.blueprint-card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(231, 227, 218, 0.4);
  font-size: 0.68rem;
}

.blueprint-status {
  display: inline-flex;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(178, 111, 68, 0.35);
  border-radius: 999px;
  color: #c58a65;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blueprint-card h3 {
  margin: 54px 0 20px;
  color: #e7e3da;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.blueprint-card > p {
  margin: 0;
  color: rgba(231, 227, 218, 0.58);
  font-size: 0.88rem;
  line-height: 1.65;
}

.blueprint-card-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding-top: 30px;
}

.blueprint-card-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(231, 227, 218, 0.1);
  border-radius: 10px;
  color: #e7e3da;
  font-size: 0.68rem;
}

.blueprint-hero {
  padding: 150px 0 90px;
}

.blueprint-hero-inner {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 70px;
  align-items: end;
  min-height: 500px;
}

.blueprint-hero h1 {
  max-width: 980px;
  margin: 34px 0 30px;
  color: #e7e3da;
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.066em;
}

.blueprint-hero-summary {
  max-width: 790px;
  margin: 0;
  color: rgba(231, 227, 218, 0.68);
  font-size: 1.12rem;
  line-height: 1.7;
}

.blueprint-hero aside {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.blueprint-hero aside > span,
.blueprint-subsection h3,
.blueprint-page h3 {
  color: rgba(231, 227, 218, 0.48);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blueprint-hero aside p {
  color: rgba(231, 227, 218, 0.78);
  font-size: 0.95rem;
  line-height: 1.65;
}

.blueprint-hero aside small {
  display: block;
  color: rgba(231, 227, 218, 0.42);
  font-size: 0.75rem;
  line-height: 1.6;
}

.blueprint-section,
.blueprint-evidence {
  padding: 104px 0;
}

.blueprint-reading-grid {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 64px;
  align-items: start;
}

.blueprint-section-label {
  margin: 11px 0 0;
  color: #8b6349;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-ink .blueprint-section-label {
  color: #c58a65;
}

.blueprint-reading-grid h2 {
  max-width: 910px;
  margin: 0 0 36px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.section-ink .blueprint-reading-grid h2 {
  color: #e7e3da;
}

.before-after,
.blueprint-paired {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.before-after article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
}

.before-after span,
.blueprint-demo span {
  color: #8b6349;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.before-after p,
.blueprint-demo p,
.blueprint-note {
  margin: 46px 0 0;
  color: rgba(45, 42, 38, 0.74);
  font-size: 1rem;
  line-height: 1.7;
}

.blueprint-workflow,
.blueprint-detail-grid,
.blueprint-timeline,
.blueprint-requirements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blueprint-workflow li,
.blueprint-detail-grid li,
.blueprint-timeline li,
.blueprint-requirements li {
  min-height: 160px;
  padding: 24px;
  border: 1px solid currentColor;
  border-color: rgba(45, 42, 38, 0.12);
  border-radius: 15px;
  color: #2d2a26;
}

.section-ink .blueprint-workflow li,
.section-ink .blueprint-detail-grid li {
  border-color: rgba(231, 227, 218, 0.1);
  color: #e7e3da;
}

.blueprint-workflow li > span,
.blueprint-detail-grid li > span,
.blueprint-timeline li > span,
.blueprint-requirements li > span {
  color: #a66f4c;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.blueprint-workflow li p,
.blueprint-detail-grid li p,
.blueprint-timeline li p,
.blueprint-requirements li p {
  margin: 34px 0 0;
  color: inherit;
  font-size: 0.92rem;
  line-height: 1.62;
  opacity: 0.74;
}

.blueprint-subsection {
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid currentColor;
  border-color: rgba(231, 227, 218, 0.1);
}

.section-light .blueprint-subsection,
.section-paper .blueprint-subsection {
  border-color: rgba(45, 42, 38, 0.12);
}

.blueprint-page .section-light h3,
.blueprint-page .section-paper h3,
.blueprint-evidence h3 {
  color: rgba(45, 42, 38, 0.5);
}

.blueprint-tags,
.blueprint-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.blueprint-tags li,
.blueprint-kpis li {
  padding: 10px 13px;
  border: 1px solid currentColor;
  border-color: rgba(45, 42, 38, 0.14);
  border-radius: 999px;
  color: rgba(45, 42, 38, 0.72);
  font-size: 0.78rem;
}

.section-ink .blueprint-tags li {
  border-color: rgba(231, 227, 218, 0.12);
  color: rgba(231, 227, 218, 0.7);
}

.blueprint-paired > div {
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: 18px;
}

.blueprint-paired h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.blueprint-paired .blueprint-detail-grid {
  grid-template-columns: 1fr;
}

.blueprint-note {
  max-width: 780px;
  margin: -12px 0 34px;
}

.blueprint-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blueprint-kpis li {
  min-height: 110px;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.blueprint-demo {
  margin-top: 44px;
  padding: 30px;
  border: 1px solid rgba(231, 227, 218, 0.1);
  border-radius: 16px;
}

.blueprint-demo p {
  margin-top: 20px;
  color: rgba(231, 227, 218, 0.72);
}

.blueprint-sprint-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 42px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.blueprint-sprint-facts > div {
  padding: 28px 0;
}

.blueprint-sprint-facts > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--line-light);
}

.blueprint-sprint-facts dt {
  color: rgba(45, 42, 38, 0.48);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.blueprint-sprint-facts dd {
  margin: 12px 0 0;
  color: #2d2a26;
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.blueprint-evidence {
  border-top: 4px solid #b26f44;
}

@media (max-width: 1000px) {
  .blueprint-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blueprint-hero-inner,
  .blueprint-index-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .editorial-case {
    gap: 12px;
  }

  .editorial-case > section {
    border-radius: 22px;
  }

  body:is([data-case-page-id="exen-ai-customer-support"], [data-case-page-id="u-work-ai-recruiter"]) .editorial-hero h1 {
    font-size: clamp(2.65rem, 11.5vw, 3.5rem);
  }

  .blueprint-index,
  .blueprint-section,
  .blueprint-evidence {
    padding: 74px 0;
  }

  .blueprint-grid,
  .blueprint-reading-grid,
  .before-after,
  .blueprint-paired,
  .blueprint-workflow,
  .blueprint-detail-grid,
  .blueprint-timeline,
  .blueprint-requirements,
  .blueprint-kpis {
    grid-template-columns: 1fr;
  }

  .blueprint-card {
    min-height: 350px;
  }

  .blueprint-hero {
    padding: 120px 0 70px;
  }

  .blueprint-hero-inner {
    min-height: 0;
    gap: 54px;
  }

  .blueprint-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.2rem);
  }

  .blueprint-reading-grid {
    gap: 30px;
  }

  .blueprint-reading-grid h2 {
    font-size: clamp(2.5rem, 11vw, 3.25rem);
  }

  .blueprint-workflow li,
  .blueprint-detail-grid li,
  .blueprint-timeline li,
  .blueprint-requirements li {
    min-height: 145px;
  }

  .blueprint-sprint-facts {
    grid-template-columns: 1fr;
  }

  .blueprint-sprint-facts > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }
}

/* Personal workflow briefs */
.private-nav-label {
  color: rgba(231, 227, 218, 0.5);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brief-hero .hero-grid {
  min-height: 580px;
}

.brief-hero .hero-copy {
  max-width: 1100px;
}

.brief-hero h1 {
  font-size: clamp(3.4rem, 5.8vw, 5.9rem);
  line-height: 0.95;
}

.brief-recipient {
  width: fit-content;
  margin: 0 auto 30px;
  padding: 9px 15px;
  border: 1px solid rgba(231, 227, 218, 0.11);
  border-radius: 999px;
  color: rgba(231, 227, 218, 0.48);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.brief-recipient strong {
  margin-left: 4px;
  color: rgba(231, 227, 218, 0.8);
  font-weight: 500;
}

.brief-hero .button {
  margin-top: 4px;
}

.brief-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
}

.brief-two-column > div {
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
}

.brief-problem h2 {
  margin-top: 30px;
  font-size: clamp(2.1rem, 3vw, 3.25rem);
  line-height: 1.05;
}

.brief-problem .case-large-copy {
  margin-top: 30px;
  max-width: 540px;
  font-size: 1.16rem;
  line-height: 1.78;
}

.brief-heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 64px;
  margin-bottom: 64px;
}

.brief-heading > .eyebrow {
  margin-top: 12px;
}

.brief-heading h2 {
  color: #e7e3da;
}

.brief-cases {
  border-top: 1px solid var(--line);
}

.brief-case {
  display: grid;
  grid-template-columns: 4fr 8fr;
  column-gap: 64px;
  row-gap: 0;
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
}

.brief-case > .eyebrow {
  grid-row: 1 / span 6;
  margin-top: 9px;
}

.brief-case h3 {
  max-width: 860px;
  margin: 0 0 28px;
  color: #e7e3da;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.2vw, 4.7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.brief-case > p:not(.eyebrow):not(.evidence-note) {
  max-width: 740px;
  margin: 0;
  color: rgba(231, 227, 218, 0.58);
  line-height: 1.8;
}

.brief-case-result,
.brief-case-relevance {
  max-width: 760px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.brief-case-result > span,
.brief-case-relevance > span {
  color: var(--signal);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brief-case-result p,
.brief-case-relevance p {
  color: rgba(231, 227, 218, 0.72);
  line-height: 1.8;
}

.brief-case .case-link {
  justify-content: flex-start;
  width: fit-content;
  margin-top: 28px;
  color: #e7e3da;
}

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

.brief-capability-grid li {
  min-height: 170px;
}

.brief-card-structured {
  display: flex;
  flex-direction: column;
}

.workflow-grid .brief-card-structured::before {
  display: none;
}

.brief-card-label {
  display: block;
  margin-bottom: 28px;
  color: var(--signal);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brief-card-structured strong {
  display: block;
  color: inherit;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.brief-card-structured p {
  margin: 14px 0 0;
  color: inherit;
  opacity: 0.75;
}

.brief-context {
  margin-top: 34px;
  padding: 28px 30px;
  border: 1px solid rgba(231, 227, 218, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.018);
}

.brief-context .eyebrow {
  margin-bottom: 15px;
}

.brief-context > p:last-child {
  max-width: 790px;
  margin-bottom: 0;
  color: rgba(231, 227, 218, 0.66);
  font-size: 0.86rem;
  line-height: 1.75;
}

.brief-offer {
  padding: 112px 0;
}

.brief-offer-grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 64px;
}

.brief-offer-grid > .eyebrow {
  margin-top: 12px;
}

.brief-offer h2 {
  max-width: 900px;
  margin: 0 0 30px;
  color: #e7e3da;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.8vw, 6.1rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.brief-offer-description {
  max-width: 780px;
  margin: 0;
  color: rgba(231, 227, 218, 0.64);
  font-size: 1.05rem;
  line-height: 1.75;
}

.brief-offer-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin: 44px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brief-offer-facts > div {
  padding: 24px 0;
}

.brief-offer-facts > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.brief-offer-facts dt,
.brief-offer-includes > span,
.brief-warranty > span {
  color: rgba(231, 227, 218, 0.42);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brief-offer-facts dd {
  margin: 12px 0 0;
  color: #e7e3da;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  letter-spacing: -0.04em;
}

.brief-offer-includes,
.brief-warranty {
  max-width: 860px;
  margin-top: 36px;
}

.brief-offer-includes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.brief-offer-includes li {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(231, 227, 218, 0.68);
  font-size: 0.67rem;
}

.brief-warranty p,
.brief-scope-note {
  max-width: 790px;
  color: rgba(231, 227, 218, 0.62);
  font-size: 0.78rem;
  line-height: 1.7;
}

.brief-scope-note {
  margin: 20px 0 34px;
  color: rgba(231, 227, 218, 0.42);
}

.brief-offer .button {
  margin-top: 0;
}

.brief-offer small {
  display: block;
  margin-top: 18px;
  color: rgba(231, 227, 218, 0.32);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

/* A private brief should read like a thoughtful founder message, not a
   campaign landing page. */
.message-stage {
  padding: 24px;
  background: #121415;
}

.message-paper {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 76px 88px 84px;
  border: 1px solid rgba(231, 227, 218, 0.12);
  border-radius: 28px;
  background: #f1eee8;
  color: #2d2a26;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.2);
}

.message-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 66px;
  color: rgba(45, 42, 38, 0.58);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.message-greeting {
  margin: 0 0 22px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.message-brief h1 {
  max-width: 880px;
  margin: 0 0 30px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.5vw, 5.2rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
}

.message-opening,
.message-outcome {
  max-width: 780px;
  font-size: 1.12rem;
  line-height: 1.72;
}

.message-opening {
  margin: 0;
  color: rgba(45, 42, 38, 0.7);
}

.message-outcome {
  margin: 30px 0 0;
  padding: 22px 24px;
  border-left: 3px solid var(--signal);
  background: rgba(45, 42, 38, 0.045);
  color: #2d2a26;
  font-weight: 500;
}

.message-section {
  margin-top: 58px;
  padding-top: 54px;
  border-top: 1px solid rgba(45, 42, 38, 0.14);
}

.message-label {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(176, 111, 68, 0.12);
  color: #6f4a32;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.message-section h2 {
  max-width: 760px;
  margin: 0 0 30px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.message-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.message-checklist li {
  position: relative;
  padding: 15px 0 15px 26px;
  border-top: 1px solid rgba(45, 42, 38, 0.1);
  color: rgba(45, 42, 38, 0.82);
  font-size: 0.96rem;
  line-height: 1.62;
}

.message-checklist li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.message-context {
  margin: 28px 0 0;
  padding: 20px 22px;
  border-radius: 14px;
  background: #e5e0d8;
  color: rgba(45, 42, 38, 0.7);
  font-size: 0.94rem;
  line-height: 1.68;
}

.message-plan {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
  gap: 54px;
  align-items: start;
}

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

.message-timeline li {
  display: grid;
  grid-template-columns: minmax(132px, 150px) minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(45, 42, 38, 0.12);
}

.message-timeline li > span {
  color: rgba(45, 42, 38, 0.58);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.message-timeline strong {
  display: block;
  color: #2d2a26;
  font-size: 0.98rem;
  font-weight: 500;
}

.message-timeline p {
  margin: 5px 0 0;
  color: rgba(45, 42, 38, 0.58);
  font-size: 0.86rem;
  line-height: 1.6;
}

.message-offer {
  padding: 28px;
  border-radius: 18px;
  background: #202223;
  color: #e7e3da;
}

.message-offer > span {
  color: var(--signal);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.message-offer h3 {
  margin: 20px 0 26px;
  color: #e7e3da;
  font-family: var(--display);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.message-offer dl {
  margin: 0;
}

.message-offer dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(231, 227, 218, 0.1);
}

.message-offer dt {
  color: rgba(231, 227, 218, 0.4);
  font-size: 0.76rem;
}

.message-offer dd {
  margin: 0;
  font-size: 0.86rem;
  text-align: right;
}

.message-offer > p,
.message-offer > small {
  display: block;
  color: rgba(231, 227, 218, 0.64);
  font-size: 0.84rem;
  line-height: 1.65;
}

.message-offer > p {
  margin: 22px 0 12px;
}

.message-offer > small {
  color: rgba(231, 227, 218, 0.36);
}

.message-safeguards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: message-advantage;
}

.message-safeguards li {
  display: flex;
  min-height: 220px;
  padding: 26px;
  flex-direction: column;
  border: 1px solid rgba(45, 42, 38, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.24);
  counter-increment: message-advantage;
}

.message-safeguards li::before {
  content: "0" counter(message-advantage);
  display: block;
  margin-bottom: auto;
  color: #9b6543;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.message-safeguards strong,
.message-safeguards span {
  display: block;
}

.message-safeguards strong {
  margin: 28px 0 10px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.message-safeguards span {
  color: rgba(45, 42, 38, 0.58);
  font-size: 0.92rem;
  line-height: 1.62;
}

.message-why-intro {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(45, 42, 38, 0.66);
  font-size: 1.08rem;
  line-height: 1.65;
}

.message-warranty {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 14px;
  background: rgba(45, 42, 38, 0.045);
}

.message-warranty strong {
  color: #2d2a26;
  font-size: 0.98rem;
}

.message-warranty p {
  margin: 7px 0 0;
  color: rgba(45, 42, 38, 0.56);
  font-size: 0.84rem;
  line-height: 1.6;
}

.message-proofs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.message-proof {
  display: flex;
  min-height: 240px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(45, 42, 38, 0.12);
  border-radius: 16px;
}

.message-proof span {
  color: var(--signal);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.message-proof h3 {
  margin: 12px 0 0;
  color: #2d2a26;
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.message-proof > p {
  color: rgba(45, 42, 38, 0.62);
  font-size: 0.9rem;
  line-height: 1.62;
}

.message-proof > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2d2a26;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.message-close {
  margin-top: 64px;
  padding-top: 58px;
  border-top: 1px solid rgba(45, 42, 38, 0.14);
}

.message-close > p {
  max-width: 790px;
  margin: 0 0 28px;
  color: #2d2a26;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.message-close > small {
  display: block;
  margin-top: 28px;
  color: rgba(45, 42, 38, 0.46);
  font-size: 0.88rem;
}

@media (max-width: 1000px) {
  .case-story-grid,
  .case-metrics-heading,
  .brief-heading,
  .brief-case,
  .brief-offer-grid {
    grid-template-columns: 1fr 1.7fr;
    gap: 36px;
  }

  .editorial-reading-grid {
    grid-template-columns: 1fr 1.7fr;
    gap: 36px;
  }

  .editorial-hero-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(230px, 1fr);
    gap: 40px;
  }

  .editorial-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .editorial-hero h1 {
    font-size: clamp(3.5rem, 7.2vw, 5.4rem);
  }

  .editorial-facts-grid strong {
    font-size: clamp(2.15rem, 4.4vw, 3.5rem);
  }

  .editorial-rollout .editorial-steps,
  .editorial-roadmap .editorial-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-rollout .editorial-steps li:nth-child(3),
  .editorial-roadmap .editorial-steps li:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .editorial-hero {
    padding: 132px 0 72px;
  }

  .editorial-back {
    margin-bottom: 42px;
    font-size: 0.74rem;
  }

  .editorial-hero-grid,
  .editorial-reading-grid,
  .editorial-solution-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .editorial-hero-grid {
    min-height: 0;
  }

  .editorial-hero h1 {
    font-size: clamp(3rem, 13vw, 4rem);
    line-height: 0.95;
  }

  .editorial-summary,
  .editorial-lede,
  .editorial-solution-grid > div:last-child > p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .editorial-hero aside strong {
    margin-top: 30px;
  }

  .editorial-facts {
    padding: 40px 0 34px;
  }

  .editorial-facts-grid {
    grid-template-columns: 1fr;
  }

  .editorial-facts-grid > div {
    min-height: 126px;
    padding: 22px 0;
  }

  .editorial-facts-grid > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .editorial-facts-grid strong {
    font-size: clamp(2.9rem, 14vw, 3.5rem);
    overflow-wrap: normal;
  }

  .editorial-facts-grid span {
    margin-top: 16px;
    font-size: 0.9rem;
  }

  .editorial-section,
  .editorial-rollout,
  .editorial-roadmap,
  .editorial-solution {
    padding: 76px 0;
  }

  .editorial-reading-grid h2,
  .editorial-rollout h2,
  .editorial-roadmap h2,
  .editorial-solution h2 {
    font-size: clamp(2.6rem, 11vw, 3.35rem);
  }

  .editorial-list {
    margin-top: 36px;
  }

  .editorial-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .editorial-list strong,
  .editorial-list span {
    font-size: 0.98rem;
  }

  .editorial-before-after,
  .editorial-steps,
  .editorial-control-grid,
  .editorial-rollout .editorial-steps,
  .editorial-roadmap .editorial-steps {
    grid-template-columns: 1fr;
  }

  .editorial-before-after article {
    min-height: 220px;
  }

  .editorial-steps li,
  .editorial-steps li:nth-child(even),
  .editorial-rollout .editorial-steps li,
  .editorial-rollout .editorial-steps li:nth-child(even),
  .editorial-roadmap .editorial-steps li,
  .editorial-roadmap .editorial-steps li:nth-child(even) {
    min-height: 0;
    padding: 24px 0 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    border-left: 0;
  }

  .editorial-rollout .editorial-steps li,
  .editorial-rollout .editorial-steps li:nth-child(even) {
    border-bottom-color: rgba(231, 227, 218, 0.14);
  }

  .editorial-step-number {
    margin-bottom: 22px;
  }

  .editorial-control-grid > div {
    padding: 22px;
  }

  .editorial-process-metrics .metric-card strong {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .case-detail-hero .hero-grid,
  .brief-hero .hero-grid {
    min-height: 560px;
  }
  .case-detail-hero h1,
  .brief-hero h1 {
    font-size: clamp(2.8rem, 12vw, 3.35rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
  }
  .case-hero-meta {
    display: block;
    margin-top: 38px;
  }
  .case-hero-meta > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .case-section,
  .case-metrics,
  .case-evidence,
  .brief-problem {
    padding: 72px 0;
  }
  .case-story-grid,
  .case-metrics-heading,
  .brief-heading,
  .brief-case,
  .brief-two-column,
  .brief-offer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .case-story-grid h2,
  .brief-heading h2 {
    font-size: clamp(2.6rem, 11vw, 3.25rem);
  }
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .brief-capability-grid {
    grid-template-columns: 1fr;
  }
  .workflow-grid li {
    min-height: 148px;
  }
  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .metric-card {
    min-height: 160px;
    padding: 18px;
  }
  .metric-card strong {
    font-size: 2.9rem;
  }
  .brief-recipient {
    margin-bottom: 24px;
  }
  .brief-case > .eyebrow {
    grid-row: auto;
  }
  .brief-case h3 {
    font-size: clamp(2.4rem, 10.5vw, 3.1rem);
  }

  .brief-offer {
    padding: 76px 0;
  }

  .brief-offer h2 {
    font-size: clamp(2.8rem, 12vw, 3.5rem);
  }

  .brief-offer-facts {
    grid-template-columns: 1fr;
  }

  .brief-offer-facts > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .message-stage {
    padding: 10px;
  }

  .message-paper {
    padding: 34px 22px 44px;
    border-radius: 20px;
  }

  .message-topline {
    display: block;
    margin-bottom: 44px;
  }

  .message-topline span {
    display: block;
  }

  .message-topline span + span {
    margin-top: 8px;
  }

  .message-brief h1 {
    font-size: clamp(2.5rem, 12vw, 3.15rem);
  }

  .message-section {
    margin-top: 44px;
    padding-top: 42px;
  }

  .message-checklist,
  .message-plan,
  .message-safeguards,
  .message-proofs {
    grid-template-columns: 1fr;
  }

  .message-plan {
    gap: 34px;
  }

  .message-timeline li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .message-timeline li > span {
    max-width: none;
    margin-bottom: 2px;
  }

  .message-safeguards li {
    min-height: 205px;
  }

  .message-proof {
    min-height: 220px;
  }
}

/* Case pages use a static version of the brand surface to avoid continuous
   full-panel repaints while preserving the same visual direction. */
body[data-case-page-kind] .hero {
  animation: none;
  background-position: 50% 40%, 50% 0, 0 0;
}

body[data-case-page-kind] .hero::before,
body[data-case-page-kind] .hero::after {
  animation: none;
}

body[data-case-page-kind] .hero::after {
  filter: none;
  opacity: 0.62;
}

body[data-case-page-kind] .site-header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 700px) {
  body[data-case-page-kind] .hero::after {
    display: none;
  }

  body[data-case-page-kind] .site-header {
    background: rgba(18, 20, 21, 0.96);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
