body.theme-ecochar {
  --ecfr-paper: #f2efe7;
  --ecfr-paper-deep: #e7e8df;
  --ecfr-record: #e6ece3;
  --ecfr-ink: #171a16;
  --ecfr-muted: #61675e;
  --ecfr-rule: rgba(23, 26, 22, .19);
  --ecfr-rule-soft: rgba(23, 26, 22, .10);
  --ecfr-accent: #2d6245;
  --ecfr-serif: "Playfair Display", Georgia, serif;
  --ecfr-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ecfr-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: var(--ecfr-paper);
  color: var(--ecfr-ink);
}

body.theme-ecochar .project-main,
body.theme-ecochar .ecochar-page {
  background: var(--ecfr-paper);
}

body.theme-ecochar .ecochar-page {
  overflow: clip;
}

body.theme-ecochar .ecfr-shell {
  width: min(1280px, calc(100% - clamp(32px, 5vw, 80px)));
  margin-inline: auto;
}

body.theme-ecochar .ecfr-label,
body.theme-ecochar .ecfr-period,
body.theme-ecochar .ecfr-kicker,
body.theme-ecochar .ecfr-photo figcaption span,
body.theme-ecochar .ecfr-snapshot__project span,
body.theme-ecochar .ecfr-snapshot__stub,
body.theme-ecochar .ecfr-snapshot__workstream {
  font-family: var(--ecfr-mono);
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .075em;
  text-transform: uppercase;
}

body.theme-ecochar .ecfr-label,
body.theme-ecochar .ecfr-period,
body.theme-ecochar .ecfr-photo figcaption span,
body.theme-ecochar .ecfr-snapshot__stub,
body.theme-ecochar .ecfr-snapshot__workstream {
  color: var(--ecfr-muted);
}

body.theme-ecochar .ecfr-kicker {
  color: var(--ecfr-accent);
}

body.theme-ecochar .ecfr-deck {
  max-width: 720px;
  margin: 24px 0 0;
  color: #3f453e;
  font-family: var(--ecfr-sans);
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.66;
}

body.theme-ecochar .ecfr-context-photo {
  margin-bottom: 0;
}

body.theme-ecochar .ecfr-context-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.theme-ecochar .ecfr-context-photo figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid var(--ecfr-rule-soft);
}

/* HERO — place does the explanatory work. */
body.theme-ecochar .ecfr-state {
  padding: clamp(132px, 12vw, 186px) 0 clamp(66px, 6vw, 90px);
  background: var(--ecfr-paper);
  scroll-margin-top: 112px;
}

body.theme-ecochar .ecfr-state .ecfr-period {
  display: block;
  margin-top: 8px;
  color: #535a51;
}

body.theme-ecochar .ecfr-state h1 {
  max-width: 7ch;
  margin: clamp(32px, 4vw, 50px) 0 0;
  font-family: var(--ecfr-serif);
  font-size: clamp(4.25rem, 7.25vw, 8rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.055em;
  text-wrap: balance;
}

body.theme-ecochar .ecfr-state .ecfr-deck {
  max-width: 760px;
  margin-top: clamp(22px, 2.7vw, 34px);
}

body.theme-ecochar .ecfr-hero-image {
  margin-top: clamp(42px, 5vw, 68px);
}

body.theme-ecochar .ecfr-hero-image img {
  max-height: 620px;
  aspect-ratio: 16 / 8.8;
  object-position: 50% 47%;
  filter: saturate(.88) contrast(1.035);
}

/* DESIGN — one compact editorial act, no public framework. */
body.theme-ecochar .ecfr-design {
  padding: clamp(66px, 6.5vw, 92px) 0 clamp(72px, 7vw, 104px);
  border-top: 1px solid var(--ecfr-rule-soft);
  background: var(--ecfr-paper);
  scroll-margin-top: 124px;
}

body.theme-ecochar .ecfr-design__head {
  display: grid;
  grid-template-columns: minmax(140px, .30fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

body.theme-ecochar .ecfr-design__head h2,
body.theme-ecochar .ecfr-record-intro h2,
body.theme-ecochar .ecfr-evidence-intro h2,
body.theme-ecochar .ecfr-constraints__head h2,
body.theme-ecochar .ecfr-forward__head h2 {
  margin: 0;
  font-family: var(--ecfr-serif);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.043em;
  text-wrap: balance;
}

body.theme-ecochar .ecfr-design__head h2 {
  max-width: 820px;
  font-size: clamp(2.65rem, 4.25vw, 4.65rem);
}

body.theme-ecochar .ecfr-design__compact {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: end;
  margin-top: clamp(34px, 4vw, 50px);
}

body.theme-ecochar .ecfr-design__copy {
  max-width: 690px;
}

body.theme-ecochar .ecfr-design__copy p {
  margin: 0;
  color: #444a42;
  font-family: var(--ecfr-sans);
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.7;
}

body.theme-ecochar .ecfr-design__copy p + p {
  margin-top: 16px;
}

body.theme-ecochar .ecfr-context-photo--sand {
  width: 100%;
  justify-self: end;
}

body.theme-ecochar .ecfr-context-photo--sand img {
  height: clamp(210px, 21vw, 290px);
  object-position: 50% 62%;
  filter: saturate(.78) contrast(1.055);
}

/* FIELD RECORD + ONE-VIEWPORT IMPLEMENTATION SNAPSHOT. */
body.theme-ecochar .ecfr-record-state {
  padding: clamp(72px, 7vw, 104px) 0 clamp(76px, 7.5vw, 112px);
  border-top: 1px solid var(--ecfr-rule);
  background: var(--ecfr-record);
  scroll-margin-top: 124px;
}

body.theme-ecochar .ecfr-record-intro {
  display: grid;
  grid-template-columns: minmax(140px, .30fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

body.theme-ecochar .ecfr-record-intro .ecfr-period {
  display: block;
  margin-top: 8px;
}

body.theme-ecochar .ecfr-record-intro h2 {
  max-width: 850px;
  font-size: clamp(2.6rem, 4.45vw, 4.9rem);
}

body.theme-ecochar .ecfr-record-intro .ecfr-deck {
  max-width: 670px;
  margin-top: 18px;
}

body.theme-ecochar .ecfr-snapshot {
  margin-top: clamp(46px, 5vw, 68px);
  border-top: 1px solid rgba(23, 26, 22, .38);
}

body.theme-ecochar .ecfr-snapshot__head,
body.theme-ecochar .ecfr-snapshot__row {
  display: grid;
  grid-template-columns: minmax(155px, .88fr) repeat(5, minmax(0, 1fr));
}

body.theme-ecochar .ecfr-snapshot__head {
  min-height: 76px;
  align-items: stretch;
  border-bottom: 1px solid var(--ecfr-rule);
}

body.theme-ecochar .ecfr-snapshot__head > span,
body.theme-ecochar .ecfr-snapshot__project,
body.theme-ecochar .ecfr-snapshot__cell {
  min-width: 0;
  padding: 15px clamp(10px, 1.2vw, 18px);
  border-left: 1px solid var(--ecfr-rule-soft);
}

body.theme-ecochar .ecfr-snapshot__head > :first-child,
body.theme-ecochar .ecfr-snapshot__row > :first-child {
  padding-left: 0;
  border-left: 0;
}

body.theme-ecochar .ecfr-snapshot__stub {
  display: flex;
  align-items: flex-end;
  padding-bottom: 17px !important;
}

body.theme-ecochar .ecfr-snapshot__workstream {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  color: #41483f;
}

body.theme-ecochar .ecfr-snapshot__workstream svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ecfr-accent);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-ecochar .ecfr-snapshot__row {
  min-height: clamp(118px, 11vw, 148px);
  border-bottom: 1px solid var(--ecfr-rule);
}

body.theme-ecochar .ecfr-snapshot__project,
body.theme-ecochar .ecfr-snapshot__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.theme-ecochar .ecfr-snapshot__project span {
  color: var(--ecfr-accent);
}

body.theme-ecochar .ecfr-snapshot__cell span {
  color: #30362f;
  font-family: var(--ecfr-sans);
  font-size: clamp(.83rem, .96vw, .94rem);
  line-height: 1.48;
}

body.theme-ecochar .ecfr-snapshot__note {
  max-width: 760px;
  margin: 14px 0 0;
  color: #60675d;
  font-family: var(--ecfr-sans);
  font-size: .78rem;
  line-height: 1.55;
}

/* EVIDENCE — actual July documentation, not contextual photography. */
body.theme-ecochar .ecfr-evidence {
  padding: clamp(82px, 8.5vw, 126px) 0 clamp(92px, 9vw, 142px);
  background: #efede4;
  scroll-margin-top: 124px;
}

body.theme-ecochar .ecfr-evidence-intro {
  display: grid;
  grid-template-columns: minmax(140px, .30fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  margin-bottom: clamp(42px, 5vw, 68px);
}

body.theme-ecochar .ecfr-evidence-intro h2 {
  max-width: 820px;
  font-size: clamp(2.55rem, 4.2vw, 4.55rem);
}

body.theme-ecochar .ecfr-photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

body.theme-ecochar .ecfr-photo {
  margin: 0;
}

body.theme-ecochar .ecfr-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-ecochar .ecfr-photo figcaption {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--ecfr-rule);
}

body.theme-ecochar .ecfr-photo figcaption p {
  max-width: 560px;
  margin: 0;
  color: #50564d;
  font-family: var(--ecfr-sans);
  font-size: .88rem;
  line-height: 1.55;
}

body.theme-ecochar .ecfr-photo--consultation {
  grid-column: 1 / span 8;
  grid-row: 1 / span 2;
}

body.theme-ecochar .ecfr-photo--consultation img {
  aspect-ratio: 4 / 3.25;
  object-position: 50% 47%;
}

body.theme-ecochar .ecfr-photo--fieldwork {
  grid-column: 9 / span 4;
  grid-row: 1;
}

body.theme-ecochar .ecfr-photo--site {
  grid-column: 9 / span 4;
  grid-row: 2;
}

body.theme-ecochar .ecfr-photo--fieldwork img,
body.theme-ecochar .ecfr-photo--site img {
  aspect-ratio: 4 / 3;
}

body.theme-ecochar .ecfr-provenance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  margin-top: clamp(38px, 4.5vw, 62px);
  padding-top: 16px;
  border-top: 1px solid var(--ecfr-rule);
  color: #696f66;
  font-family: var(--ecfr-sans);
  font-size: .78rem;
  line-height: 1.55;
}

body.theme-ecochar .ecfr-provenance p {
  max-width: 710px;
  margin: 0;
}

body.theme-ecochar .ecfr-provenance span {
  white-space: nowrap;
}

/* Constraints are specific reporting, not a dramatic challenge chapter. */
body.theme-ecochar .ecfr-constraints {
  margin-top: clamp(78px, 8vw, 118px);
  padding-top: clamp(38px, 4vw, 56px);
  border-top: 1px solid var(--ecfr-rule);
}

body.theme-ecochar .ecfr-constraints__head {
  display: grid;
  grid-template-columns: minmax(140px, .30fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

body.theme-ecochar .ecfr-constraints__head h2 {
  max-width: 780px;
  font-size: clamp(2.35rem, 3.8vw, 4.1rem);
}

body.theme-ecochar .ecfr-constraints__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 88px);
  margin-top: clamp(42px, 5vw, 66px);
}

body.theme-ecochar .ecfr-constraints__list article {
  padding-top: 16px;
  border-top: 1px solid var(--ecfr-rule);
}

body.theme-ecochar .ecfr-constraints__list h3 {
  margin: 0;
  font-family: var(--ecfr-serif);
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.025em;
}

body.theme-ecochar .ecfr-constraints__list p,
body.theme-ecochar .ecfr-management-response p {
  margin: 14px 0 0;
  color: #4c524a;
  font-family: var(--ecfr-sans);
  font-size: clamp(.94rem, 1.08vw, 1.04rem);
  line-height: 1.66;
}

body.theme-ecochar .ecfr-management-response {
  display: grid;
  grid-template-columns: minmax(140px, .30fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  margin-top: clamp(44px, 5vw, 66px);
  padding-top: 18px;
  border-top: 1px solid var(--ecfr-rule-soft);
}

body.theme-ecochar .ecfr-management-response p {
  max-width: 720px;
  margin-top: 0;
}

/* NEXT PERIOD — compact reporting close. */
body.theme-ecochar .ecfr-forward {
  padding: clamp(82px, 8vw, 122px) 0 clamp(92px, 9vw, 138px);
  background: var(--ecfr-paper);
  scroll-margin-top: 124px;
}

body.theme-ecochar .ecfr-forward__head {
  display: grid;
  grid-template-columns: minmax(140px, .30fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

body.theme-ecochar .ecfr-forward__head h2 {
  max-width: 760px;
  font-size: clamp(2.8rem, 4.8vw, 5.15rem);
}

body.theme-ecochar .ecfr-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(44px, 5vw, 68px);
  border-top: 1px solid var(--ecfr-rule);
}

body.theme-ecochar .ecfr-next-grid p {
  margin: 0;
  padding: clamp(22px, 2.6vw, 32px) clamp(18px, 2.5vw, 32px) clamp(22px, 2.6vw, 32px) 0;
  border-bottom: 1px solid var(--ecfr-rule-soft);
  font-family: var(--ecfr-serif);
  font-size: clamp(1.35rem, 2.15vw, 2.15rem);
  line-height: 1.16;
  letter-spacing: -.022em;
}

body.theme-ecochar .ecfr-next-grid p:nth-child(even) {
  padding-left: clamp(18px, 2.5vw, 32px);
  border-left: 1px solid var(--ecfr-rule-soft);
}

body.theme-ecochar .ecfr-reporting-note {
  max-width: 780px;
  margin-top: clamp(58px, 6vw, 86px);
  padding-top: 18px;
  border-top: 1px solid var(--ecfr-rule);
}

body.theme-ecochar .ecfr-reporting-note p {
  margin: 14px 0 0;
  color: #4e544c;
  font-family: var(--ecfr-sans);
  font-size: clamp(.94rem, 1.1vw, 1.04rem);
  line-height: 1.65;
}

body.theme-ecochar .ecfr-reporting-note small {
  display: block;
  margin-top: 12px;
  color: var(--ecfr-muted);
  font-family: var(--ecfr-sans);
  font-size: .8rem;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 980px) {
  body.theme-ecochar .ecfr-design__head,
  body.theme-ecochar .ecfr-record-intro,
  body.theme-ecochar .ecfr-evidence-intro,
  body.theme-ecochar .ecfr-constraints__head,
  body.theme-ecochar .ecfr-forward__head,
  body.theme-ecochar .ecfr-management-response {
    grid-template-columns: minmax(118px, .26fr) minmax(0, 1fr);
    gap: 34px;
  }

  body.theme-ecochar .ecfr-design__compact {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .66fr);
    gap: 42px;
  }

  body.theme-ecochar .ecfr-snapshot__head,
  body.theme-ecochar .ecfr-snapshot__row {
    grid-template-columns: minmax(128px, .8fr) repeat(5, minmax(0, 1fr));
  }

  body.theme-ecochar .ecfr-snapshot__head > span,
  body.theme-ecochar .ecfr-snapshot__project,
  body.theme-ecochar .ecfr-snapshot__cell {
    padding-inline: 9px;
  }

  body.theme-ecochar .ecfr-snapshot__cell span {
    font-size: .8rem;
  }
}

/* Mobile: no tiny horizontal tracker. Each project becomes a compact semantic record. */
@media (max-width: 760px) {
  body.theme-ecochar .ecfr-shell {
    width: min(100% - 32px, 1280px);
  }

  body.theme-ecochar .ecfr-label,
  body.theme-ecochar .ecfr-period,
  body.theme-ecochar .ecfr-kicker,
  body.theme-ecochar .ecfr-photo figcaption span,
  body.theme-ecochar .ecfr-snapshot__project span {
    font-size: .64rem;
  }

  body.theme-ecochar .ecfr-state {
    padding: 108px 0 56px;
  }

  body.theme-ecochar .ecfr-state h1 {
    max-width: none;
    margin-top: 26px;
    font-size: clamp(3.3rem, 16vw, 4.8rem);
    line-height: .94;
  }

  body.theme-ecochar .ecfr-state .ecfr-deck {
    margin-top: 18px;
    font-size: .96rem;
    line-height: 1.6;
  }

  body.theme-ecochar .ecfr-hero-image {
    width: 100%;
    margin-top: 32px;
  }

  body.theme-ecochar .ecfr-hero-image img {
    aspect-ratio: 4 / 3.2;
    object-position: 56% 48%;
  }

  body.theme-ecochar .ecfr-context-photo figcaption {
    margin-top: 8px;
    padding-top: 7px;
  }

  body.theme-ecochar .ecfr-design {
    padding: 60px 0 68px;
  }

  body.theme-ecochar .ecfr-design__head,
  body.theme-ecochar .ecfr-record-intro,
  body.theme-ecochar .ecfr-evidence-intro,
  body.theme-ecochar .ecfr-constraints__head,
  body.theme-ecochar .ecfr-forward__head,
  body.theme-ecochar .ecfr-management-response {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.theme-ecochar .ecfr-design__head h2,
  body.theme-ecochar .ecfr-record-intro h2,
  body.theme-ecochar .ecfr-evidence-intro h2,
  body.theme-ecochar .ecfr-constraints__head h2,
  body.theme-ecochar .ecfr-forward__head h2 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1;
  }

  body.theme-ecochar .ecfr-design__compact {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    margin-top: 28px;
  }

  body.theme-ecochar .ecfr-design__copy p {
    font-size: .94rem;
    line-height: 1.62;
  }

  body.theme-ecochar .ecfr-context-photo--sand {
    width: 100%;
  }

  body.theme-ecochar .ecfr-context-photo--sand img {
    height: 160px;
  }

  body.theme-ecochar .ecfr-record-state {
    padding: 62px 0 70px;
  }

  body.theme-ecochar .ecfr-record-intro .ecfr-deck {
    margin-top: 12px;
  }

  body.theme-ecochar .ecfr-snapshot {
    margin-top: 36px;
  }

  body.theme-ecochar .ecfr-snapshot__head {
    display: none;
  }

  body.theme-ecochar .ecfr-snapshot__row {
    display: block;
    min-height: 0;
    padding: 22px 0 14px;
    border-bottom: 1px solid var(--ecfr-rule);
  }

  body.theme-ecochar .ecfr-snapshot__project,
  body.theme-ecochar .ecfr-snapshot__cell {
    padding: 0;
    border-left: 0;
  }

  body.theme-ecochar .ecfr-snapshot__project {
    display: block;
    margin-bottom: 14px;
  }

  body.theme-ecochar .ecfr-snapshot__cell {
    display: grid;
    grid-template-columns: minmax(112px, .72fr) minmax(0, 1fr);
    gap: 14px;
    padding: 10px 0;
    border-top: 1px solid var(--ecfr-rule-soft);
  }

  body.theme-ecochar .ecfr-snapshot__cell::before {
    content: attr(data-workstream);
    color: #5c635a;
    font-family: var(--ecfr-mono);
    font-size: .62rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .055em;
    text-transform: uppercase;
  }

  body.theme-ecochar .ecfr-snapshot__cell span {
    font-size: .86rem;
    line-height: 1.46;
  }

  body.theme-ecochar .ecfr-snapshot__note {
    margin-top: 12px;
    font-size: .73rem;
  }

  body.theme-ecochar .ecfr-evidence {
    padding: 66px 0 78px;
  }

  body.theme-ecochar .ecfr-evidence-intro {
    margin-bottom: 32px;
  }

  body.theme-ecochar .ecfr-photo-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  body.theme-ecochar .ecfr-photo--consultation,
  body.theme-ecochar .ecfr-photo--fieldwork,
  body.theme-ecochar .ecfr-photo--site {
    grid-column: 1;
    grid-row: auto;
  }

  body.theme-ecochar .ecfr-photo--consultation img,
  body.theme-ecochar .ecfr-photo--fieldwork img,
  body.theme-ecochar .ecfr-photo--site img {
    aspect-ratio: 4 / 3;
  }

  body.theme-ecochar .ecfr-photo figcaption p {
    font-size: .84rem;
  }

  body.theme-ecochar .ecfr-provenance {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    margin-top: 34px;
  }

  body.theme-ecochar .ecfr-provenance span {
    white-space: normal;
  }

  body.theme-ecochar .ecfr-constraints {
    margin-top: 64px;
    padding-top: 30px;
  }

  body.theme-ecochar .ecfr-constraints__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    margin-top: 34px;
  }

  body.theme-ecochar .ecfr-management-response {
    margin-top: 36px;
    padding-top: 16px;
  }

  body.theme-ecochar .ecfr-management-response p {
    margin-top: 0;
  }

  body.theme-ecochar .ecfr-forward {
    padding: 66px 0 82px;
  }

  body.theme-ecochar .ecfr-next-grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 34px;
  }

  body.theme-ecochar .ecfr-next-grid p,
  body.theme-ecochar .ecfr-next-grid p:nth-child(even) {
    padding: 20px 0;
    border-left: 0;
    font-size: clamp(1.35rem, 7vw, 1.85rem);
  }

  body.theme-ecochar .ecfr-reporting-note {
    margin-top: 50px;
  }
}

@media (max-width: 380px) {
  body.theme-ecochar .ecfr-design__head h2,
  body.theme-ecochar .ecfr-record-intro h2,
  body.theme-ecochar .ecfr-evidence-intro h2,
  body.theme-ecochar .ecfr-constraints__head h2,
  body.theme-ecochar .ecfr-forward__head h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9.6vw, 2.55rem);
  }

  body.theme-ecochar .ecfr-snapshot__cell {
    grid-template-columns: minmax(96px, .65fr) minmax(0, 1fr);
    gap: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-ecochar .ecfr-state *,
  body.theme-ecochar .ecfr-design *,
  body.theme-ecochar .ecfr-record-state *,
  body.theme-ecochar .ecfr-evidence *,
  body.theme-ecochar .ecfr-forward * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}


/* EcoChar public editorial · 2026-08-21 */
/* Public-page editorial structure: project difference, non-linear status, documentary evidence and next decision. */
body.theme-ecochar .ecfr-position{
  display:grid;
  grid-template-columns:minmax(150px,.34fr) minmax(0,1fr);
  gap:clamp(18px,3vw,44px);
  align-items:start;
  max-width:820px;
  margin-top:clamp(24px,3vw,38px);
  padding-top:clamp(16px,2vw,22px);
  border-top:1px solid var(--ecfr-rule);
}
body.theme-ecochar .ecfr-position strong{
  max-width:44ch;
  font-family:var(--ecfr-sans);
  font-size:clamp(.98rem,1.25vw,1.12rem);
  font-weight:500;
  line-height:1.45;
  letter-spacing:-.015em;
}

/* Project comparison carries the adaptive logic; no separate framework. */
body.theme-ecochar .ecfr-design__head > div{max-width:850px}
body.theme-ecochar .ecfr-design__head .ecfr-deck{max-width:680px;margin-top:18px}
body.theme-ecochar .ecfr-project-compare{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:clamp(52px,5.5vw,78px);
  border-top:1px solid rgba(23,26,22,.42);
  border-bottom:1px solid var(--ecfr-rule);
}
body.theme-ecochar .ecfr-project-case{
  min-width:0;
  padding:clamp(26px,3.4vw,48px) clamp(0px,2.8vw,40px) clamp(34px,4vw,54px);
}
body.theme-ecochar .ecfr-project-case + .ecfr-project-case{
  padding-left:clamp(26px,4vw,58px);
  border-left:1px solid var(--ecfr-rule);
}
body.theme-ecochar .ecfr-project-case__meta{
  font-family:var(--ecfr-mono);
  font-size:.68rem;
  font-weight:500;
  line-height:1.35;
  letter-spacing:.075em;
  text-transform:uppercase;
  color:var(--ecfr-accent);
}
body.theme-ecochar .ecfr-project-case h3{
  max-width:15ch;
  margin:clamp(20px,2.5vw,32px) 0 clamp(28px,3vw,40px);
  font-family:var(--ecfr-serif);
  font-size:clamp(2.15rem,3.25vw,3.55rem);
  font-weight:400;
  line-height:.98;
  letter-spacing:-.045em;
  text-wrap:balance;
}
body.theme-ecochar .ecfr-project-case dl,
body.theme-ecochar .ecfr-project-case dl div{margin:0}
body.theme-ecochar .ecfr-project-case dl div{
  display:grid;
  grid-template-columns:minmax(105px,.35fr) minmax(0,1fr);
  gap:clamp(16px,2.2vw,28px);
  padding:15px 0;
  border-top:1px solid var(--ecfr-rule-soft);
}
body.theme-ecochar .ecfr-project-case dt{
  font-family:var(--ecfr-mono);
  font-size:.67rem;
  font-weight:500;
  line-height:1.4;
  letter-spacing:.065em;
  text-transform:uppercase;
  color:var(--ecfr-muted);
}
body.theme-ecochar .ecfr-project-case dd{
  margin:0;
  color:#343a33;
  font-family:var(--ecfr-sans);
  font-size:clamp(.9rem,1.02vw,.98rem);
  line-height:1.55;
}
body.theme-ecochar .ecfr-design__scope-note{
  display:grid;
  grid-template-columns:minmax(150px,.34fr) minmax(0,1fr);
  gap:clamp(20px,4vw,58px);
  margin-top:clamp(34px,4vw,52px);
  align-items:start;
}
body.theme-ecochar .ecfr-design__scope-note p{
  max-width:760px;
  margin:0;
  color:#454b43;
  font-family:var(--ecfr-sans);
  font-size:clamp(.9rem,1vw,.98rem);
  line-height:1.6;
}
body.theme-ecochar .ecfr-design .ecfr-context-photo--sand{
  margin-top:clamp(42px,5vw,70px);
}
body.theme-ecochar .ecfr-design .ecfr-context-photo--sand img{
  height:clamp(230px,22vw,320px);
  width:100%;
  object-position:50% 61%;
}

/* Status is a shared vocabulary, not a false progress bar. */
body.theme-ecochar .ecfr-status{
  margin-top:clamp(48px,5.3vw,72px);
  border-top:1px solid rgba(23,26,22,.42);
}
body.theme-ecochar .ecfr-status__stages{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  padding-left:clamp(178px,17vw,238px);
  border-bottom:1px solid var(--ecfr-rule);
}
body.theme-ecochar .ecfr-status__stages span{
  min-width:0;
  padding:18px clamp(10px,1.3vw,18px);
  border-left:1px solid var(--ecfr-rule-soft);
  color:#464d44;
  font-family:var(--ecfr-mono);
  font-size:.67rem;
  font-weight:500;
  line-height:1.35;
  letter-spacing:.065em;
  text-transform:uppercase;
}
body.theme-ecochar .ecfr-status__project{
  display:grid;
  grid-template-columns:clamp(178px,17vw,238px) minmax(0,1fr);
  border-bottom:1px solid var(--ecfr-rule);
}
body.theme-ecochar .ecfr-status__project header{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  padding:clamp(24px,3vw,38px) clamp(18px,2.5vw,34px) clamp(24px,3vw,38px) 0;
}
body.theme-ecochar .ecfr-status__project header strong{
  max-width:14ch;
  font-family:var(--ecfr-serif);
  font-size:clamp(1.45rem,2vw,2.1rem);
  font-weight:400;
  line-height:1.02;
  letter-spacing:-.035em;
}
body.theme-ecochar .ecfr-status__lane{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
body.theme-ecochar .ecfr-status__lane > div{
  min-width:0;
  min-height:130px;
  display:flex;
  align-items:flex-start;
  padding:clamp(24px,3vw,38px) clamp(10px,1.3vw,18px);
  border-left:1px solid var(--ecfr-rule-soft);
  position:relative;
}
body.theme-ecochar .ecfr-status__lane > div::before{
  content:"";
  position:absolute;
  left:clamp(10px,1.3vw,18px);
  top:0;
  width:26px;
  height:2px;
  background:var(--ecfr-accent);
  opacity:.72;
}
body.theme-ecochar .ecfr-status__lane > .ecfr-status__not-started::before{opacity:.18}
body.theme-ecochar .ecfr-status__lane p{
  margin:0;
  color:#30362f;
  font-family:var(--ecfr-sans);
  font-size:clamp(.83rem,.94vw,.92rem);
  line-height:1.5;
}
body.theme-ecochar .ecfr-status__stage-mobile{display:none}
body.theme-ecochar .ecfr-status__note{
  max-width:700px;
  margin:14px 0 0;
  color:#60675d;
  font-family:var(--ecfr-sans);
  font-size:.78rem;
  line-height:1.55;
}

/* Evidence captions carry meaning at real browser scale. */
body.theme-ecochar .ecfr-photo figcaption p{
  font-size:clamp(.82rem,.92vw,.9rem);
  line-height:1.5;
}
body.theme-ecochar .ecfr-provenance{font-size:.79rem}

/* Next period resolves into the real deployment gate rather than a generic CTA. */
body.theme-ecochar .ecfr-next-decision{
  display:grid;
  grid-template-columns:minmax(150px,.34fr) minmax(0,1fr);
  gap:clamp(20px,4vw,58px);
  align-items:start;
  margin-top:clamp(34px,4vw,52px);
  padding:clamp(24px,3vw,34px) 0;
  border-top:1px solid rgba(23,26,22,.38);
  border-bottom:1px solid var(--ecfr-rule);
}
body.theme-ecochar .ecfr-next-decision strong{
  max-width:42ch;
  font-family:var(--ecfr-serif);
  font-size:clamp(1.55rem,2.4vw,2.5rem);
  font-weight:400;
  line-height:1.08;
  letter-spacing:-.035em;
}
body.theme-ecochar .ecfr-reporting-note{margin-top:clamp(32px,4vw,50px)}

@media (max-width:900px){
  body.theme-ecochar .ecfr-position,
  body.theme-ecochar .ecfr-design__scope-note,
  body.theme-ecochar .ecfr-next-decision{grid-template-columns:1fr;gap:10px}
  body.theme-ecochar .ecfr-project-compare{grid-template-columns:1fr}
  body.theme-ecochar .ecfr-project-case{padding:32px 0 38px}
  body.theme-ecochar .ecfr-project-case + .ecfr-project-case{padding-left:0;border-left:0;border-top:1px solid var(--ecfr-rule)}
  body.theme-ecochar .ecfr-project-case h3{max-width:17ch}
  body.theme-ecochar .ecfr-status__stages{display:none}
  body.theme-ecochar .ecfr-status__project{grid-template-columns:1fr}
  body.theme-ecochar .ecfr-status__project header{padding:26px 0 20px}
  body.theme-ecochar .ecfr-status__lane{grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ecfr-rule-soft)}
  body.theme-ecochar .ecfr-status__lane > div{min-height:0;padding:20px 18px 24px 0;border-left:0;border-bottom:1px solid var(--ecfr-rule-soft)}
  body.theme-ecochar .ecfr-status__lane > div:nth-child(even){padding-left:18px;border-left:1px solid var(--ecfr-rule-soft)}
  body.theme-ecochar .ecfr-status__lane > div::before{left:0}
  body.theme-ecochar .ecfr-status__lane > div:nth-child(even)::before{left:18px}
  body.theme-ecochar .ecfr-status__stage-mobile{display:block;margin-bottom:9px;color:#586057;font-family:var(--ecfr-mono);font-size:.62rem;line-height:1.35;letter-spacing:.06em;text-transform:uppercase}
  body.theme-ecochar .ecfr-status__lane p{padding-top:26px}
  body.theme-ecochar .ecfr-status__stage-mobile + p{padding-top:0}
}

@media (max-width:600px){
  body.theme-ecochar .ecfr-state{padding-top:112px}
  body.theme-ecochar .ecfr-position{margin-top:20px}
  body.theme-ecochar .ecfr-project-case dl div{grid-template-columns:1fr;gap:6px;padding:14px 0}
  body.theme-ecochar .ecfr-design .ecfr-context-photo--sand img{height:210px}
  body.theme-ecochar .ecfr-status__lane{grid-template-columns:1fr}
  body.theme-ecochar .ecfr-status__lane > div,
  body.theme-ecochar .ecfr-status__lane > div:nth-child(even){padding:18px 0 20px;border-left:0}
  body.theme-ecochar .ecfr-status__lane > div:nth-child(even)::before{left:0}
  body.theme-ecochar .ecfr-status__project header strong{max-width:none}
  body.theme-ecochar .ecfr-next-decision strong{font-size:clamp(1.55rem,7.4vw,2rem)}
}


body.theme-ecochar .ecfr-snapshot{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:clamp(30px,3.5vw,46px);
  border-top:1px solid rgba(23,26,22,.42);
  border-bottom:1px solid var(--ecfr-rule);
}
body.theme-ecochar .ecfr-snapshot__item{
  min-width:0;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:clamp(12px,1.3vw,18px);
  align-items:center;
  padding:clamp(18px,2vw,26px) clamp(14px,1.7vw,24px);
}
body.theme-ecochar .ecfr-snapshot__item:first-child{padding-left:0}
body.theme-ecochar .ecfr-snapshot__item + .ecfr-snapshot__item{border-left:1px solid var(--ecfr-rule-soft)}
body.theme-ecochar .ecfr-snapshot__icon{
  width:29px;
  height:29px;
  overflow:visible;
  fill:none;
  stroke:var(--ecfr-accent);
  stroke-width:1.25;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.86;
}
body.theme-ecochar .ecfr-snapshot__item > div{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}
body.theme-ecochar .ecfr-snapshot strong{
  color:#20251f;
  font-family:var(--ecfr-serif);
  font-size:clamp(1.16rem,1.55vw,1.5rem);
  font-weight:400;
  line-height:1;
  letter-spacing:-.03em;
}
body.theme-ecochar .ecfr-snapshot span{
  color:#596057;
  font-family:var(--ecfr-mono);
  font-size:.63rem;
  font-weight:500;
  line-height:1.35;
  letter-spacing:.065em;
  text-transform:uppercase;
}
body.theme-ecochar .ecfr-snapshot + .ecfr-status{margin-top:clamp(30px,3.5vw,48px)}

@media (max-width:900px){
  body.theme-ecochar .ecfr-snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.theme-ecochar .ecfr-snapshot__item{padding:20px 18px}
  body.theme-ecochar .ecfr-snapshot__item:first-child{padding-left:0}
  body.theme-ecochar .ecfr-snapshot__item:nth-child(3){padding-left:0;border-left:0;border-top:1px solid var(--ecfr-rule-soft)}
  body.theme-ecochar .ecfr-snapshot__item:nth-child(4){border-top:1px solid var(--ecfr-rule-soft)}
}
@media (max-width:420px){
  body.theme-ecochar .ecfr-snapshot__item{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:18px 10px}
  body.theme-ecochar .ecfr-snapshot__item:first-child,
  body.theme-ecochar .ecfr-snapshot__item:nth-child(3){padding-left:0}
  body.theme-ecochar .ecfr-snapshot__icon{width:24px;height:24px}
  body.theme-ecochar .ecfr-snapshot strong{font-size:clamp(1.02rem,5.2vw,1.22rem)}
  body.theme-ecochar .ecfr-snapshot span{font-size:.56rem;letter-spacing:.05em}
}
