.editorial-page {
  --editorial-ink: #211a16;
  --editorial-muted: #695d55;
  --editorial-paper: #fffdf8;
  --editorial-paper-deep: #f5ead7;
  --editorial-red: #aa3027;
  --editorial-red-dark: #84241e;
  --editorial-gold: #c49545;
  --editorial-line: rgba(132, 91, 55, 0.22);
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 208, 63, 0.12), transparent 24rem),
    #f7f3ed;
  color: var(--editorial-ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  min-height: 100vh;
  padding-bottom: 5rem;
}

.editorial-container {
  margin-inline: auto;
  max-width: 1040px;
  padding-inline: clamp(1.1rem, 4vw, 2.5rem);
}

.editorial-hero {
  border-bottom: 1px solid var(--editorial-line);
  overflow: hidden;
  padding: clamp(3.4rem, 8vw, 7rem) 0 clamp(3rem, 7vw, 5.5rem);
  position: relative;
}

.editorial-hero::after {
  color: rgba(170, 48, 39, 0.07);
  content: '签';
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: clamp(13rem, 32vw, 27rem);
  line-height: 0.7;
  pointer-events: none;
  position: absolute;
  right: max(-3rem, calc((100vw - 1280px) / 2));
  top: 15%;
  transform: rotate(-7deg);
}

.editorial-hero > .editorial-container {
  position: relative;
  z-index: 1;
}

.editorial-breadcrumb {
  align-items: center;
  color: var(--editorial-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  gap: 0.55rem;
  margin-bottom: clamp(2.8rem, 7vw, 5.3rem);
}

.editorial-breadcrumb a {
  color: var(--editorial-red-dark);
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
}

.editorial-breadcrumb a:hover {
  text-decoration-color: currentColor;
}

.editorial-kicker,
.editorial-section-label,
.editorial-cta-eyebrow {
  color: var(--editorial-red-dark);
  display: block;
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.editorial-hero h1 {
  font-family: 'Cause', 'Noto Serif SC', Georgia, serif;
  font-size: clamp(2.75rem, 7.4vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0.75rem 0 1.4rem;
  max-width: 880px;
  text-wrap: balance;
}

.editorial-hero-phrases h1 {
  font-size: clamp(2.75rem, 6vw, 4.6rem);
  max-width: 850px;
}

.editorial-hero-history h1 {
  font-size: clamp(2.75rem, 6.4vw, 5.1rem);
  max-width: 920px;
}

.editorial-lead {
  color: var(--editorial-muted);
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  line-height: 1.65;
  margin: 0;
  max-width: 670px;
}

.editorial-hero-cta {
  align-items: center;
  background: var(--editorial-red);
  border-radius: 0.25rem;
  box-shadow: 0 8px 24px rgba(132, 36, 30, 0.2);
  color: #fff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 750;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 0.95rem 1.15rem;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.editorial-hero-cta:hover {
  background: var(--editorial-red-dark);
  box-shadow: 0 12px 28px rgba(132, 36, 30, 0.26);
  color: #fff;
  transform: translateY(-2px);
}

.editorial-hero-cta span,
.editorial-cta-button span:last-child {
  font-size: 1.25rem;
  line-height: 1;
}

.editorial-flow {
  display: grid;
  gap: clamp(4rem, 9vw, 7.5rem);
  padding-top: clamp(3.5rem, 8vw, 6rem);
}

.editorial-intro {
  max-width: 790px;
}

.editorial-intro h2,
.editorial-section h2,
.phrase-collection h2,
.editorial-tip h2,
.editorial-cta h2 {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.editorial-intro h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 0.7rem 0 1.25rem;
  text-wrap: balance;
}

.editorial-intro p,
.editorial-prose p,
.editorial-tip p {
  color: var(--editorial-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.daily-slip {
  background:
    linear-gradient(90deg, transparent 0, transparent 2.4rem, rgba(170, 48, 39, 0.2) 2.4rem, rgba(170, 48, 39, 0.2) calc(2.4rem + 1px), transparent calc(2.4rem + 1px)),
    repeating-linear-gradient(0deg, rgba(139, 90, 43, 0.035), rgba(139, 90, 43, 0.035) 1px, transparent 1px, transparent 2rem),
    var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  box-shadow: 0 18px 55px rgba(95, 67, 42, 0.11);
  margin-inline: auto;
  max-width: 900px;
  padding: clamp(2rem, 6vw, 4.5rem) clamp(2rem, 8vw, 6.5rem);
  position: relative;
  transform: rotate(-0.4deg);
}

.daily-slip::before,
.daily-slip::after {
  background: #f7f3ed;
  border: 1px solid var(--editorial-line);
  border-radius: 50%;
  content: '';
  height: 1rem;
  position: absolute;
  right: -0.55rem;
  width: 1rem;
}

.daily-slip::before { top: 28%; }
.daily-slip::after { bottom: 28%; }

.daily-slip-label {
  align-items: center;
  color: var(--editorial-red-dark);
  display: flex;
  font-size: 0.72rem;
  font-weight: 750;
  gap: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.daily-slip-label span:first-child {
  font-size: 1.25rem;
}

.daily-slip blockquote {
  font-family: 'Cause', 'Noto Serif SC', Georgia, serif;
  font-size: clamp(1.8rem, 4.5vw, 3.4rem);
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin: 2rem 0;
}

.daily-slip > p {
  border-top: 1px solid var(--editorial-line);
  color: var(--editorial-muted);
  line-height: 1.7;
  margin: 0;
  padding-top: 1.25rem;
}

.daily-slip > p strong {
  color: var(--editorial-ink);
}

.editorial-section {
  border-top: 1px solid var(--editorial-line);
  padding-top: 2rem;
}

.editorial-reading {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.editorial-reading h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.55rem);
  line-height: 1.25;
  margin: 0.65rem 0 0;
}

.editorial-prose p {
  margin: 0;
}

.editorial-prose p + p {
  margin-top: 1.2rem;
}

.editorial-steps {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.editorial-steps article {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  padding: 2rem;
}

.editorial-steps article > span {
  color: var(--editorial-red);
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 1.6rem;
}

.editorial-steps h2 {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 1.25rem;
  margin: 1.4rem 0 0.6rem;
}

.editorial-steps p {
  color: var(--editorial-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

.phrase-collection {
  border-top: 1px solid var(--editorial-line);
  padding-top: 2rem;
}

.phrase-collection > header {
  align-items: center;
  display: flex;
  gap: 1.15rem;
  margin-bottom: 1.7rem;
}

.phrase-collection > header > span {
  align-items: center;
  border: 1px solid var(--editorial-line);
  border-radius: 50%;
  color: var(--editorial-red);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 1.35rem;
  height: 3.3rem;
  justify-content: center;
  width: 3.3rem;
}

.phrase-collection h2 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  margin: 0.3rem 0 0;
}

.phrase-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.phrase-grid blockquote {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  border-top: 3px solid var(--editorial-red);
  box-shadow: 0 8px 26px rgba(95, 67, 42, 0.06);
  font-family: 'Cause', 'Noto Serif SC', Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.55;
  margin: 0;
  min-height: 12.5rem;
  padding: 1.7rem;
}

.message-situations {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.message-card {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  box-shadow: 0 10px 30px rgba(95, 67, 42, 0.065);
  padding: clamp(1.5rem, 4vw, 2.2rem);
}

.message-card header {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.message-card-icon {
  align-items: center;
  background: var(--editorial-paper-deep);
  border-radius: 50%;
  color: var(--editorial-red);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 1.25rem;
  height: 3.2rem;
  justify-content: center;
  width: 3.2rem;
}

.message-card h2 {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 1.25rem;
  margin: 0.3rem 0 0;
}

.message-card blockquote {
  border-left: 3px solid var(--editorial-red);
  font-family: 'Cause', 'Noto Serif SC', Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 1.6rem 0 1.25rem;
  padding-left: 1.2rem;
}

.message-card > p {
  color: var(--editorial-muted);
  font-size: 0.84rem;
  line-height: 1.65;
  margin: 0;
}

.message-card > p strong {
  color: var(--editorial-ink);
}

.editorial-tip {
  align-items: flex-start;
  background: var(--editorial-paper-deep);
  border-left: 4px solid var(--editorial-gold);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: auto 1fr;
  padding: clamp(1.6rem, 4vw, 2.5rem);
}

.editorial-tip > span {
  font-size: 1.8rem;
}

.editorial-tip h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 0.5rem 0 0.75rem;
}

.editorial-tip p {
  margin: 0;
}

.history-reveal {
  align-items: center;
  background: var(--editorial-red);
  box-shadow: 0 18px 50px rgba(132, 36, 30, 0.2);
  color: #fff;
  display: grid;
  gap: clamp(1.5rem, 5vw, 3.5rem);
  grid-template-columns: auto 1fr;
  padding: clamp(2rem, 6vw, 4rem);
  position: relative;
}

.history-reveal-mark {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  display: inline-flex;
  font-family: 'Cause', Georgia, serif;
  font-size: clamp(3rem, 8vw, 6rem);
  height: clamp(5rem, 12vw, 8rem);
  justify-content: center;
  line-height: 1;
  width: clamp(5rem, 12vw, 8rem);
}

.history-reveal .editorial-section-label {
  color: #f7d897;
}

.history-reveal h2 {
  font-family: 'Cause', 'Noto Serif SC', Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0.55rem 0 0.8rem;
}

.history-reveal p {
  color: #f5dedb;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  max-width: 700px;
}

.history-timeline > header,
.curiosity-section > header {
  margin-bottom: 2.5rem;
  max-width: 720px;
}

.history-timeline > header h2,
.curiosity-section > header h2,
.history-sources h2,
.history-note h2 {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0.65rem 0 0;
}

.history-timeline {
  position: relative;
}

.history-timeline::before {
  background: var(--editorial-red);
  bottom: 0;
  content: '';
  left: 8.9rem;
  position: absolute;
  top: 8.5rem;
  width: 2px;
}

.history-chapter {
  display: grid;
  gap: 3rem;
  grid-template-columns: 8rem 1fr;
  padding: 0 0 2.7rem;
  position: relative;
}

.history-chapter::before {
  background: var(--editorial-paper);
  border: 3px solid var(--editorial-red);
  border-radius: 50%;
  content: '';
  height: 1rem;
  left: 8.47rem;
  position: absolute;
  top: 0.35rem;
  width: 1rem;
}

.history-chapter-period {
  color: var(--editorial-red-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

.history-chapter-copy {
  border-bottom: 1px solid var(--editorial-line);
  padding: 0 0 2.7rem 1.7rem;
}

.history-chapter:last-child,
.history-chapter:last-child .history-chapter-copy {
  padding-bottom: 0;
}

.history-chapter-copy h3,
.curiosity-card h3 {
  font-family: 'Noto Serif SC', Georgia, serif;
  font-weight: 600;
}

.history-chapter-copy h3 {
  font-size: 1.35rem;
  margin: 0 0 0.65rem;
}

.history-chapter-copy p {
  color: var(--editorial-muted);
  line-height: 1.75;
  margin: 0;
}

.curiosity-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.curiosity-card {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  min-height: 15.5rem;
  padding: 1.8rem;
}

.curiosity-card > span {
  color: var(--editorial-red);
  display: block;
  font-family: 'Cause', Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

.curiosity-card h3 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.7rem;
}

.curiosity-card p {
  color: var(--editorial-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

.history-note {
  align-items: start;
  background: var(--editorial-paper-deep);
  border-top: 4px solid var(--editorial-gold);
  display: grid;
  gap: 1.6rem;
  grid-template-columns: auto 1fr;
  padding: clamp(1.8rem, 5vw, 3rem);
}

.history-note > span {
  color: var(--editorial-red);
  font-family: 'Noto Serif SC', Georgia, serif;
  font-size: 2rem;
}

.history-note h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.history-note p {
  color: var(--editorial-muted);
  line-height: 1.75;
  margin: 0.85rem 0 0;
}

.history-sources {
  border-top: 1px solid var(--editorial-line);
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  padding-top: 2rem;
}

.history-sources h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.history-sources ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.history-sources li + li {
  border-top: 1px solid var(--editorial-line);
}

.history-sources a {
  color: var(--editorial-red-dark);
  display: block;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.5;
  padding: 0.9rem 1.6rem 0.9rem 0;
  position: relative;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
}

.history-sources a::after {
  content: '↗';
  position: absolute;
  right: 0;
}

.history-sources a:hover {
  text-decoration-color: currentColor;
}

.editorial-cta {
  align-items: end;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.05), transparent 40%),
    #241b17;
  border-bottom: 4px solid var(--editorial-red);
  color: #fff;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4rem);
  position: relative;
}

.editorial-cta::after {
  color: rgba(255, 255, 255, 0.035);
  content: '🥠';
  font-size: 12rem;
  pointer-events: none;
  position: absolute;
  right: 4%;
  top: -4rem;
  transform: rotate(-14deg);
}

.editorial-cta-copy,
.editorial-cta-button {
  position: relative;
  z-index: 1;
}

.editorial-cta-eyebrow {
  color: #f1c36f;
}

.editorial-cta h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.18;
  margin: 0.75rem 0 0.85rem;
  max-width: 690px;
  text-wrap: balance;
}

.editorial-cta p {
  color: #d9cec4;
  line-height: 1.65;
  margin: 0;
  max-width: 650px;
}

.editorial-cta-note {
  color: #bfb1a7;
  display: block;
  font-size: 0.72rem;
  margin-top: 1.15rem;
}

.editorial-cta-button {
  align-items: center;
  background: var(--editorial-red);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 750;
  gap: 1.4rem;
  justify-content: space-between;
  min-width: 14rem;
  padding: 1.1rem 1.25rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.editorial-cta-button:hover {
  background: #c13a30;
  color: #fff;
  transform: translateY(-2px);
}

.editorial-related {
  align-items: center;
  border-bottom: 1px solid var(--editorial-line);
  border-top: 1px solid var(--editorial-line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1.4rem 0;
}

.editorial-related > span {
  color: var(--editorial-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  margin-right: auto;
  text-transform: uppercase;
}

.editorial-related a {
  color: var(--editorial-red-dark);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration-color: transparent;
  text-underline-offset: 0.25em;
}

.editorial-related a:hover {
  text-decoration-color: currentColor;
}

.editorial-page a:focus-visible {
  border-radius: 0.15rem;
  outline: 3px solid #f4d03f;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .editorial-reading,
  .editorial-cta {
    grid-template-columns: 1fr;
  }

  .editorial-steps,
  .phrase-grid,
  .message-situations,
  .curiosity-grid {
    grid-template-columns: 1fr;
  }

  .history-reveal,
  .history-sources {
    grid-template-columns: 1fr;
  }

  .history-reveal-mark {
    height: 4.5rem;
    width: 4.5rem;
  }

  .history-timeline::before {
    left: 0.45rem;
  }

  .history-chapter {
    gap: 0.4rem;
    grid-template-columns: 1fr;
    padding-left: 2.2rem;
  }

  .history-chapter::before {
    left: 0;
  }

  .history-chapter-period {
    text-align: left;
  }

  .history-chapter-copy {
    padding-left: 0;
  }

  .curiosity-card {
    min-height: 0;
  }

  .phrase-grid blockquote {
    min-height: 0;
  }

  .editorial-cta {
    align-items: stretch;
  }

  .editorial-cta-button {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .editorial-hero h1 {
    font-size: clamp(2.5rem, 13vw, 3.8rem);
  }

  .editorial-hero::after {
    right: -5rem;
  }

  .daily-slip {
    background:
      repeating-linear-gradient(0deg, rgba(139, 90, 43, 0.035), rgba(139, 90, 43, 0.035) 1px, transparent 1px, transparent 2rem),
      var(--editorial-paper);
    padding-inline: 1.4rem;
  }

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

  .history-note {
    grid-template-columns: 1fr;
  }

  .editorial-related {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-page *,
  .editorial-page *::before,
  .editorial-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
