.atlas-purpose { margin: 2.5rem 0; padding: clamp(1.25rem,3vw,2rem); border: 2px solid var(--border-color, #d8d8d8); border-radius: 18px; background: rgba(117,184,42,.08); }
.atlas-purpose h1 { max-width: 28ch; margin: .65rem 0 0; font-size: clamp(1.75rem,4vw,2.5rem); line-height: 1.18; letter-spacing: -.025em; }
.atlas-purpose h1 span { display: block; }
.atlas-purpose h2, .field-dispatch h2 { margin-top: .35rem; }
.atlas-purpose-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 1.75rem; }
.atlas-entry { display: flex; min-height: 14rem; flex-direction: column; padding: 1.25rem; border: 1px solid #d8d8d8; border-radius: 14px; background: #fff; color: #273229; }
.atlas-entry h3 { margin: 0; color: #273229; font-size: 1.2rem; line-height: 1.3; }
.atlas-entry p { max-width: 34ch; flex: 1; margin: .7rem 0 1.25rem; font-size: .95rem; line-height: 1.6; }
.atlas-entry a, .atlas-primary-action { font-weight: 750; }
.atlas-entry a { align-self: flex-start; color: #365f48; font-size: .92rem; line-height: 1.35; }
.atlas-kicker { color: #568b68; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
[lang="ko"] .atlas-kicker { letter-spacing: .02em; text-transform: none; }
[lang="ko"] .atlas-purpose h1,
[lang="ko"] .atlas-entry { word-break: keep-all; overflow-wrap: break-word; }
.field-dispatch { margin: 2.5rem 0; padding: 1.5rem; border: 2px solid #568b68; border-radius: 18px; }
.atlas-primary-action { display: inline-block; margin-top: .5rem; padding: .75rem 1rem; border: 0; border-radius: 10px; background: #568b68; color: #fff !important; cursor: pointer; font: inherit; text-decoration: none; }
.atlas-primary-action:focus-visible, .expedition-mark:focus-visible { outline: 3px solid #f0a44b; outline-offset: 3px; }
.article-expedition-cta { margin: 1.75rem 0; padding: 1rem 1.2rem; border-left: 5px solid #75b82a; background: rgba(117,184,42,.08); }
.expedition-shell { max-width: 860px; margin: 0 auto; padding: 1rem; }
.expedition-intro { margin: 2rem 0; padding: 1.5rem; border-radius: 18px; background: rgba(89,197,197,.12); }
.expedition-progress { width: 100%; height: .75rem; }
.expedition-stops { list-style: none; padding: 0; }
.expedition-stop { margin: 1rem 0; padding: 1.2rem; border: 1px solid var(--border-color, #d8d8d8); border-radius: 14px; }
.expedition-stop[data-complete="true"] { border-color: #568b68; background: rgba(117,184,42,.08); }
.expedition-stop-meta { display: flex; flex-wrap: wrap; gap: .45rem; font-size: .8rem; }
.expedition-stop-meta span { padding: .2rem .5rem; border-radius: 999px; background: rgba(102,56,47,.09); }
.expedition-stop-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-top: .75rem; }
.expedition-complete { margin: 2rem 0; padding: 1.5rem; border: 2px solid #568b68; border-radius: 18px; }
.dispatch-confirmed-shell { max-width: 760px; margin: 0 auto; padding: 2rem 1rem; }
.dispatch-confirmed { padding: 2rem; border: 2px solid #568b68; border-radius: 18px; background: rgba(117,184,42,.08); }
.dispatch-confirmed h1 { max-width: 18ch; margin: .65rem 0 1.25rem; font-size: clamp(1.9rem,5vw,2.75rem); line-height: 1.18; letter-spacing: -.025em; }
.dispatch-confirmed-content { max-width: 58ch; font-size: 1rem; line-height: 1.75; }
.dispatch-confirmed-content p { margin: 0 0 1.15rem; }
[lang="ko"] .dispatch-confirmed h1,
[lang="ko"] .dispatch-confirmed-content { word-break: keep-all; overflow-wrap: break-word; }
@media (max-width: 720px) {
  .atlas-purpose { margin: 1.75rem 0; }
  .atlas-purpose h1 { font-size: clamp(1.65rem,8vw,2rem); }
  .atlas-purpose h1 span { display: inline; }
  .atlas-purpose h1 span + span::before { content: " "; }
  .atlas-purpose-grid { grid-template-columns: 1fr; gap: .8rem; margin-top: 1.35rem; }
  .atlas-entry { min-height: 0; }
  .atlas-entry p { max-width: none; }
  .dispatch-confirmed-shell { padding: 1rem .75rem; }
  .dispatch-confirmed { padding: 1.35rem; }
  .dispatch-confirmed h1 { font-size: clamp(1.75rem,8vw,2.2rem); }
}
