[data-page="mind-l3"] {
  --bg: #ece7dc;
  --bg-elev: #e2dccd;
  --bg-elev-2: #d6cfbe;
  --ink: #16171a;
  --ink-dim: #4d4e52;
  --ink-mute: #8a877f;
  --rule: rgba(22, 23, 26, 0.16);
  --rule-strong: rgba(22, 23, 26, 0.32);
  --accent: #c43818;
  --accent-soft: #8a2008;
  --accent-ink: #ece7dc;
}

.m3hero {
  padding: clamp(72px, 9vw, 132px) 0 clamp(48px, 5vw, 80px);
  border-bottom: 1px solid var(--rule);
}
.m3hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
}
.m3-eyebrow,
.m3-meta,
.m3-by,
.m3-aside span,
.m3-section-head .meta,
.m3-guide .top,
.m3-guide .foot,
.m3care .label {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.m3-eyebrow {
  color: var(--accent);
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.m3-eyebrow .dot,
.m3care .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.m3-eyebrow .dim,
.m3-meta,
.m3-by,
.m3-section-head .meta,
.m3-guide .top,
.m3-guide .foot {
  color: var(--ink-mute);
}
.m3hero h1 {
  font-family: var(--f-display);
  font-size: clamp(56px, 8.6vw, 144px);
  line-height: 0.88;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 0 0 32px;
  color: var(--ink);
  text-wrap: balance;
}
.m3hero h1 .it,
.m3-section-head h2 .it,
.m3care h2 .it {
  font-style: italic;
  color: var(--accent);
}
.m3hero .standfirst {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.36;
  color: var(--ink-dim);
  max-width: 34ch;
  margin: 0 0 30px;
}
.m3-meta {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid var(--rule-strong);
}
.m3-meta strong {
  color: var(--ink);
  font-weight: 400;
}
.m3-photo {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--bg-elev);
}
.m3-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(0.96);
}

.m3essay,
.m3module,
.m3reset,
.m3distractions,
.m3situations,
.m3states,
.m3guides {
  padding: clamp(64px, 8vw, 120px) 0;
  border-bottom: 1px solid var(--rule);
}
.m3essay-inner,
.m3module-inner,
.m3care-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.m3essay-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}
.m3essay article {
  max-width: 72ch;
}
.m3-by {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 30px;
}
.m3essay p {
  font-family: var(--f-display);
  font-size: clamp(19px, 1.5vw, 22px);
  line-height: 1.58;
  color: var(--ink);
  margin: 0 0 20px;
  text-wrap: pretty;
}
.m3essay .lede::first-letter {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 6em;
  line-height: 0.85;
  float: left;
  color: var(--accent);
  padding: 6px 14px 0 0;
}
.m3-pull {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.015em;
  color: var(--ink);
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
  padding: 30px 0;
  margin-top: 34px;
}
.m3-aside {
  position: sticky;
  top: 96px;
  border: 1px solid var(--rule-strong);
  background: var(--bg-elev);
  padding: clamp(24px, 3vw, 36px);
}
.m3-aside span {
  color: var(--accent);
}
.m3-aside p {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.16;
  color: var(--ink);
  margin: 22px 0 0;
}

.m3module,
.m3distractions,
.m3states {
  background: var(--bg-elev);
}
.m3-section-head {
  display: grid;
  grid-template-columns: 86px 1fr minmax(180px, 320px);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  margin-bottom: 42px;
}
.m3-section-head .num,
.m3-num {
  font-family: var(--f-display);
  font-style: italic;
  line-height: 1;
  color: var(--accent);
}
.m3-section-head .num {
  font-size: clamp(44px, 5vw, 72px);
}
.m3-section-head h2 {
  font-family: var(--f-display);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin: 0;
}
.m3-section-head .meta {
  line-height: 1.8;
}
.m3-section-head.simple {
  grid-template-columns: 76px 1fr;
  margin-bottom: 24px;
}
.section-dek {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.28;
  color: var(--ink-dim);
  max-width: 32ch;
  margin: 0;
}
.attention-audit {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: stretch;
}
.audit-lede {
  border: 1px solid var(--rule-strong);
  background: var(--ink);
  color: var(--accent-ink);
  padding: clamp(28px, 3vw, 42px);
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.audit-lede span,
.reset-steps span,
.situation-list span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
}
.audit-lede p {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--accent-ink);
  margin: 0;
}
.audit-list {
  border-top: 1px solid var(--rule-strong);
}
.audit-list article {
  display: grid;
  grid-template-columns: 72px 1.1fr 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.audit-list h3,
.reset-steps h3,
.ledger-stack h3,
.situation-list h3 {
  font-family: var(--f-display);
  font-size: clamp(26px, 2.7vw, 42px);
  line-height: 1.02;
  font-weight: 400;
  margin: 0 0 12px;
}
.audit-list p,
.reset-steps p,
.ledger-stack p,
.situation-list p {
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin: 0;
}

.reset-feature,
.ledger-spread,
.situation-spread,
.state-spread {
  display: grid;
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
}
.reset-feature {
  grid-template-columns: 0.94fr 1.06fr;
}
.ledger-spread {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: start;
}
.situation-spread {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: start;
}
.state-spread {
  grid-template-columns: 0.82fr 1.18fr;
  align-items: end;
}
.reset-feature figure,
.ledger-spread figure,
.situation-spread figure,
.state-spread figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--bg-elev-2);
}
.reset-feature figure,
.ledger-spread figure {
  aspect-ratio: 4 / 5;
}
.situation-spread figure {
  aspect-ratio: 5 / 6;
}
.state-spread figure {
  aspect-ratio: 16 / 9;
  grid-column: 1 / -1;
}
.reset-feature img,
.ledger-spread img,
.situation-spread img,
.state-spread img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(0.96);
}
.reset-copy {
  max-width: 720px;
}
.reset-steps {
  margin-top: clamp(32px, 4vw, 56px);
  border-top: 1px solid var(--rule-strong);
}
.reset-steps article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 26px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}
.reset-steps h3 {
  font-size: clamp(28px, 3vw, 46px);
  margin-bottom: 8px;
}
.ledger-stack {
  margin-top: clamp(32px, 4vw, 56px);
  columns: 2 280px;
  column-gap: clamp(28px, 4vw, 56px);
}
.ledger-stack article {
  break-inside: avoid;
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--rule);
}
.ledger-stack h3 {
  margin-bottom: 10px;
}
.ledger-stack strong {
  display: block;
  margin-top: 12px;
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.25;
  color: var(--ink);
  font-weight: 400;
}

.situation-list {
  margin-top: clamp(28px, 3.5vw, 44px);
}
.situation-list article {
  display: grid;
  grid-template-columns: 110px 0.8fr 1.2fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

.m3-num {
  font-size: clamp(34px, 4vw, 54px);
}
.state-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(18px, 2vw, 28px);
}
.state-notes article {
  border-top: 1px solid var(--rule-strong);
  padding-top: 20px;
}
.state-notes span {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  color: var(--accent);
}
.state-notes h3 {
  font-family: var(--f-display);
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1;
  font-weight: 400;
  margin: 16px 0 10px;
}
.state-notes p {
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin: 0;
}

.m3-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule-strong);
  border-left: 1px solid var(--rule);
}
.m3-guide {
  min-height: 264px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 24px;
  text-decoration: none;
  color: var(--ink);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.m3-guide:hover {
  background: var(--bg-elev);
}
.m3-guide .top,
.m3-guide .foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.m3-guide .top span:first-child,
.m3-guide .foot span:last-child {
  color: var(--accent);
}
.m3-guide h3 {
  font-family: var(--f-display);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.04;
  font-weight: 400;
  margin: 0;
}
.m3-guide p {
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin: 0;
}
.m3-guide .foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}

.m3care {
  padding: clamp(64px, 7vw, 112px) 0;
  background: var(--ink);
  color: var(--accent-ink);
}
.m3care-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: start;
}
.m3care .label {
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.m3care h2 {
  font-family: var(--f-display);
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin: 0;
}
.m3care p {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.35;
  color: var(--accent-ink);
  margin: 0;
}

@media (max-width: 1100px) {
  .m3hero-inner,
  .m3essay-inner,
  .m3care-inner,
  .attention-audit,
  .reset-feature,
  .ledger-spread,
  .situation-spread,
  .state-spread {
    grid-template-columns: 1fr;
  }
  .m3-photo {
    max-height: 520px;
  }
  .m3-section-head,
  .m3-guide-grid,
  .state-notes {
    grid-template-columns: repeat(2, 1fr);
  }
  .audit-lede {
    min-height: 340px;
  }
  .audit-list article,
  .situation-list article {
    grid-template-columns: 1fr;
  }
  .m3-aside {
    position: static;
  }
}

@media (max-width: 700px) {
  .m3-section-head,
  .m3-section-head.simple,
  .m3-guide-grid,
  .state-notes,
  .reset-steps article {
    grid-template-columns: 1fr;
  }
  .m3-photo {
    aspect-ratio: 4 / 3;
  }
}
