:root {
  --page-lavender: rgba(204, 204, 255, .34);
  --page-mint: rgba(204, 255, 204, .34);
  --surface: #fff;
  --ink: #30313a;
  --muted: #71727b;
  --line: #e6e6ec;
  --line-strong: #c9cad5;
  --lavender: #ccccff;
  --lavender-soft: #f0f0ff;
  --mint-soft: #effaf1;
  --accent: #5559aa;
  --accent-dark: #3f438d;
  --deal: #398061;
  --price: #bf4d54;
  --journal: 1080px;
  --column: 780px;
  --reading: 680px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #f8f8f8; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--page-lavender) 0%, var(--page-mint) 100%),
    #f8f8f8;
  font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--accent-dark); }
:focus-visible { outline: 3px solid #7579cb; outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 9px 13px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.journal {
  width: min(calc(100% - 40px), var(--journal));
  min-height: calc(100vh - 56px);
  margin: 28px auto;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(203, 204, 217, .78);
  border-radius: 18px;
  box-shadow: 0 16px 46px rgba(67, 68, 105, .11);
}

.site-header { padding: 0 52px; background: rgba(255, 255, 255, .97); }
.masthead-bar {
  min-height: 108px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.masthead-nav { display: flex; align-items: center; gap: 22px; font-size: 11px; font-weight: 650; }
.masthead-nav--right { justify-content: flex-end; }
.masthead-nav a { padding: 8px 0; text-decoration: none; }
.masthead-nav a[aria-current="page"] { color: var(--accent-dark); box-shadow: inset 0 -2px var(--lavender); }
.brand {
  min-width: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: end;
  margin: 0 42px -23px;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.brand img { width: 68px; height: 68px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(83, 86, 146, .09)); }
.brand span {
  min-width: 174px;
  margin-top: -4px;
  padding: 8px 14px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
  background: #fff;
  border: 1px solid var(--ink);
}
.brand strong { font-size: 13px; letter-spacing: .16em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.brand-rule { height: 39px; display: flex; align-items: flex-end; justify-content: center; }
.brand-rule span { padding: 0 10px; color: var(--muted); background: #fff; font-size: 9px; font-weight: 700; letter-spacing: .12em; transform: translateY(5px); }

.publication-cover,
.publication-label,
.category-strip,
.notes-feed,
.empty-ledger,
.pagination,
.service-notes,
.footer-grid,
.copyright { width: min(calc(100% - 40px), var(--column)); margin-right: auto; margin-left: auto; }

.publication-cover {
  min-height: 246px;
  margin-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(250px, .78fr);
  align-items: center;
  overflow: hidden;
  position: relative;
  background: linear-gradient(112deg, #eeeeff 0 55%, #eaf8ed 55% 100%);
  border-radius: 14px;
}
.publication-cover::before,
.publication-cover::after { content: ""; position: absolute; border: 1px solid rgba(85, 89, 170, .16); border-radius: 50%; }
.publication-cover::before { width: 238px; height: 238px; top: -108px; left: -74px; }
.publication-cover::after { width: 144px; height: 144px; right: 92px; bottom: -106px; }
.publication-cover__copy { padding: 43px 20px 43px 50px; position: relative; z-index: 1; }
.publication-cover__copy p { margin: 0 0 9px; color: var(--accent-dark); font-size: 9px; font-weight: 750; letter-spacing: .2em; }
.publication-cover__copy h1 { margin: 0; font-size: clamp(36px, 5vw, 49px); line-height: 1.12; letter-spacing: -.055em; }
.publication-cover__copy span { max-width: 430px; margin-top: 17px; display: block; color: #62636c; font-size: 14px; line-height: 1.72; }
.publication-cover > img { width: 264px; height: 264px; align-self: end; justify-self: center; object-fit: contain; position: relative; z-index: 1; transform: translateY(28px); }
.publication-cover__note { position: absolute; right: 18px; top: 17px; display: flex; gap: 12px; color: rgba(63, 67, 141, .68); font-size: 7px; font-weight: 750; letter-spacing: .12em; writing-mode: vertical-rl; }

.publication-label { padding: 26px 0 23px; text-align: center; }
.publication-label > span { color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.publication-label > p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }

.category-strip {
  min-height: 48px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}
.category-strip a {
  flex: 0 0 auto;
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.category-strip a[aria-current="page"] { color: var(--accent-dark); box-shadow: inset 0 -2px var(--accent); }
.category-strip small { margin-left: 5px; color: #9a9ba5; font-size: 9px; }

.section-heading {
  min-height: 53px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.section-heading::before { content: ""; }
.section-heading h2 { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-align: center; }
.section-heading > span,
.section-heading > a { justify-self: end; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; }

.story-card { min-height: 244px; display: grid; grid-template-columns: 49% 51%; border-bottom: 1px solid var(--line); }
.story-card__media { min-width: 0; min-height: 244px; overflow: hidden; color: #fff; background: var(--lavender-soft); text-decoration: none; }
.story-card__media > img { width: 100%; height: 100%; object-fit: cover; }
.story-card__copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 27px 31px; }
.story-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 11px; color: var(--muted); font-size: 9px; }
.story-meta span { color: var(--accent-dark); font-weight: 750; }
.story-category { width: fit-content; margin-bottom: 5px; color: var(--accent-dark); font-size: 10px; font-weight: 750; text-decoration: none; }
.story-card h3 { margin: 0; font-size: clamp(22px, 2.7vw, 28px); line-height: 1.3; letter-spacing: -.04em; }
.story-card h3 a { text-decoration: none; }
.story-card__copy > p { display: -webkit-box; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.read-more { width: fit-content; margin-top: 18px; padding-bottom: 2px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 750; text-decoration: none; }
.read-more span { margin-left: 7px; color: var(--accent); }
.story-placeholder { width: 100%; height: 100%; min-height: inherit; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(135deg, #777bd1, #91c5a8); }
.story-placeholder b { font-size: 34px; line-height: .95; letter-spacing: -.06em; }
.story-placeholder small { font-size: 9px; letter-spacing: .16em; }

.empty-ledger { margin-top: 26px; padding: 68px 70px; text-align: center; background: linear-gradient(120deg, var(--lavender-soft), var(--mint-soft)); border-radius: 14px; }
.section-kicker { margin: 0 0 9px; color: var(--accent-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.empty-ledger h2 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.empty-ledger > p:not(.section-kicker) { max-width: 540px; margin: 15px auto 0; color: var(--muted); font-size: 14px; }
.empty-ledger__links { margin-top: 28px; display: flex; justify-content: center; gap: 10px; }
.empty-ledger__links a { min-height: 43px; padding: 0 19px; display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line-strong); border-radius: 22px; font-size: 12px; font-weight: 700; text-decoration: none; }

.pagination { margin-top: 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.pagination a { min-height: 40px; display: inline-flex; align-items: center; color: var(--muted); font-size: 11px; font-weight: 700; }
.pagination a:last-child { justify-content: flex-end; }
.pagination strong { color: var(--muted); font-size: 10px; }

.service-notes { margin-top: 52px; margin-bottom: 48px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; padding-top: 28px; border-top: 1px solid var(--ink); }
.editor-note { display: grid; grid-template-columns: 116px 1fr; gap: 22px; align-items: center; }
.editor-note > img { width: 116px; height: 116px; object-fit: contain; background: linear-gradient(145deg, var(--lavender-soft), var(--mint-soft)); border-radius: 12px; }
.editor-note h2 { margin: 0; font-size: 18px; letter-spacing: -.035em; }
.editor-note div > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.quick-links > .section-kicker { padding-bottom: 10px; border-bottom: 1px solid var(--ink); }
.quick-links > a { min-height: 53px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); text-decoration: none; }
.quick-links a span { display: flex; flex-direction: column; }
.quick-links b { font-size: 12px; }
.quick-links small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.quick-links i { color: var(--accent); font-size: 15px; font-style: normal; }

.article-shell { padding: 54px 0 78px; }
.article-header { width: min(calc(100% - 40px), 820px); margin: 0 auto 43px; padding-bottom: 39px; border-bottom: 1px solid var(--ink); text-align: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-bottom: 33px; color: var(--muted); font-size: 10px; }
.breadcrumbs a { text-decoration: none; }
.article-label { margin: 0 0 13px; color: var(--accent-dark); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.article-header h1 { max-width: 770px; margin: 0 auto; font-size: clamp(36px, 5vw, 50px); line-height: 1.18; letter-spacing: -.052em; }
.article-deck { max-width: 660px; margin: 19px auto 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.article-byline { margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 17px; color: var(--muted); font-size: 10px; }
.article-byline span:first-child { color: var(--ink); font-weight: 750; }
.article-hero { width: min(calc(100% - 40px), 900px); margin: 0 auto 54px; overflow: hidden; background: var(--lavender-soft); border-radius: 14px; }
.article-hero img { width: 100%; max-height: 620px; object-fit: cover; }
.article-grid { width: min(calc(100% - 40px), 900px); margin: 0 auto; display: grid; grid-template-columns: 164px minmax(0, var(--reading)); gap: 46px; justify-content: center; align-items: start; }
.article-grid--single { grid-template-columns: minmax(0, var(--reading)); }
.article-toc { position: sticky; top: 24px; padding: 15px 0 16px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.article-toc > strong { color: var(--ink); font-size: 10px; letter-spacing: .05em; }
.article-toc .toc > ul { padding-left: 0; }
.article-toc ul { margin: 11px 0 0; padding-left: 12px; list-style: none; }
.article-toc li { margin: 7px 0; }
.article-toc a { text-decoration: none; }
.article-body { min-width: 0; font-size: 17px; line-height: 1.88; }
.article-body > p:first-child { color: #42434b; font-size: 19px; line-height: 1.84; }
.article-body h2,
.article-body h3,
.article-body h4 { scroll-margin-top: 24px; line-height: 1.38; letter-spacing: -.035em; }
.article-body h2 { margin: 60px 0 21px; padding-top: 17px; border-top: 1px solid var(--ink); font-size: 28px; }
.article-body h3 { margin: 39px 0 15px; font-size: 22px; }
.article-body h4 { margin: 31px 0 12px; font-size: 18px; }
.article-body p { margin: 0 0 22px; }
.article-body ul,
.article-body ol { margin: 0 0 24px; padding-left: 1.45em; }
.article-body li { margin: 7px 0; }
.article-body blockquote { margin: 31px 0; padding: 18px 21px; color: #45475a; background: var(--lavender-soft); border-left: 4px solid var(--accent); border-radius: 0 10px 10px 0; }
.article-body blockquote p:last-child { margin-bottom: 0; }
.article-body code { padding: 2px 5px; background: #f0f0f4; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .88em; word-break: break-word; }
.article-body pre { overflow-x: auto; margin: 28px 0; padding: 20px; color: #f4f4f6; background: #30313a; border-radius: 10px; }
.article-body pre code { padding: 0; color: inherit; background: transparent; }
.article-body table { display: block; width: 100%; margin: 28px 0; border-collapse: collapse; overflow-x: auto; font-size: 13px; }
.article-body th,
.article-body td { min-width: 120px; padding: 11px 13px; border: 1px solid var(--line-strong); text-align: left; vertical-align: top; }
.article-body th { background: var(--lavender-soft); }
.article-body figure { margin: 34px 0; }
.article-body figure img,
.article-body > img { width: 100%; height: auto; }
.article-body figcaption { margin-top: 9px; color: var(--muted); font-size: 11px; text-align: center; }
.article-body a { color: var(--accent-dark); }

.article-body .product-preview { display: grid; grid-template-columns: 205px minmax(0, 1fr); gap: 22px; align-items: center; margin: 29px 0 34px; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 5px 16px rgba(62, 63, 91, .06); }
.article-body .product-preview > a { display: block; overflow: hidden; background: var(--lavender-soft); border-radius: 8px; }
.article-body .product-preview img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; transition: transform .2s ease; }
.article-body .product-preview > a:hover img { transform: scale(1.015); }
.article-body .product-preview figcaption { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; text-align: left; }
.article-body .product-preview figcaption strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 16px; line-height: 1.45; }
.article-body .product-preview figcaption a { margin-top: 10px; padding: 7px 13px; display: inline-flex; color: #454984; background: var(--lavender-soft); border: 1px solid #d8d8ff; border-radius: 18px; font-size: 11px; font-weight: 750; text-decoration: none; }

.deal-module { margin: 60px 0 36px; padding: 0 18px; background: var(--mint-soft); border: 1px solid #d7eadb; border-radius: 12px; }
.deal-module__head { min-height: 72px; display: flex; justify-content: space-between; gap: 22px; align-items: center; border-bottom: 1px solid #d7e5da; }
.deal-module__head span { color: var(--deal); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.deal-module__head h2 { margin: 3px 0 0; padding: 0; border: 0; font-size: 19px; }
.deal-module__head > a { font-size: 10px; font-weight: 750; }
.deal-item { min-height: 88px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid #dce9df; text-decoration: none; }
.deal-item:last-child { border-bottom: 0; }
.deal-item img,
.deal-item__placeholder { width: 58px; height: 58px; object-fit: cover; background: #e2f1e6; border-radius: 8px; }
.deal-item__placeholder { display: grid; place-items: center; color: var(--deal); font-size: 14px; font-weight: 750; }
.deal-item__copy { display: flex; flex-direction: column; line-height: 1.4; }
.deal-item__copy small { color: var(--muted); font-size: 9px; }
.deal-item__copy strong { margin-top: 3px; color: var(--ink); font-size: 13px; }
.deal-item__copy em { margin-top: 4px; color: var(--price); font-size: 12px; font-style: normal; font-weight: 750; }

.alert-cta { margin: 38px 0; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--lavender-soft); border-radius: 12px; }
.alert-cta p { margin: 0; display: flex; flex-direction: column; }
.alert-cta p span { color: var(--accent-dark); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.alert-cta p strong { margin-top: 4px; color: var(--ink); font-size: 13px; }
.alert-cta > a { flex: 0 0 auto; padding: 8px 13px; color: #43467f; background: #fff; border: 1px solid #d8d8ff; border-radius: 18px; font-size: 10px; font-weight: 750; text-decoration: none; }
.article-sources { margin-top: 51px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; }
.article-sources h2 { margin: 0 0 12px; padding: 0; border: 0; font-size: 15px; }
.article-sources ol { margin-bottom: 8px; }
.article-sources a { overflow-wrap: anywhere; }
.article-sources p { margin: 8px 0 0; color: var(--muted); font-size: 10px; }

.related-guides { width: min(calc(100% - 40px), var(--column)); margin: 0 auto 55px; padding-top: 7px; }
.related-guides__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.related-guides article { padding: 21px 0; border-bottom: 1px solid var(--line); }
.related-guides article > span { color: var(--accent-dark); font-size: 8px; font-weight: 750; letter-spacing: .05em; }
.related-guides h3 { margin: 6px 0 7px; font-size: 18px; line-height: 1.4; letter-spacing: -.03em; }
.related-guides h3 a { text-decoration: none; }
.related-guides p { display: -webkit-box; margin: 0; color: var(--muted); font-size: 11px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.not-found { width: min(calc(100% - 40px), 620px); min-height: 590px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.not-found > img { width: 132px; height: 132px; object-fit: contain; }
.not-found h1 { margin: 0; font-size: clamp(31px, 5vw, 43px); line-height: 1.2; letter-spacing: -.05em; }
.not-found > p:not(.section-kicker) { margin: 14px 0 0; color: var(--muted); }
.not-found nav { margin-top: 28px; display: flex; gap: 9px; }
.not-found nav a { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; background: var(--lavender-soft); border: 1px solid #ddddf4; border-radius: 22px; font-size: 11px; font-weight: 700; text-decoration: none; }

.site-footer { padding: 31px 0 24px; background: #fafaff; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 38px; }
.footer-statement strong { font-size: 9px; letter-spacing: .13em; }
.footer-statement p { max-width: 390px; margin: 7px 0 0; color: var(--muted); font-size: 10px; }
.site-footer nav { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 9px 17px; color: var(--muted); font-size: 9px; }
.copyright { margin-top: 24px; margin-bottom: 0; padding-top: 15px; color: #a0a1aa; border-top: 1px solid var(--line); font-size: 8px; text-align: center; letter-spacing: .06em; }

@media (max-width: 900px) {
  .site-header { padding: 0 32px; }
  .brand { margin-right: 24px; margin-left: 24px; }
  .masthead-nav { gap: 14px; font-size: 10px; }
  .article-grid { grid-template-columns: 1fr; max-width: var(--reading); gap: 28px; }
  .article-toc { position: static; padding: 15px 0; }
}

@media (max-width: 720px) {
  .journal { width: min(calc(100% - 20px), var(--journal)); margin: 10px auto; border-radius: 14px; }
  .site-header { padding: 0 18px; }
  .masthead-bar { min-height: 105px; grid-template-columns: 1fr auto 1fr; }
  .masthead-nav { gap: 10px; font-size: 9px; }
  .masthead-nav a:nth-child(2) { display: none; }
  .brand { min-width: 146px; margin-right: 12px; margin-left: 12px; }
  .brand img { width: 62px; height: 62px; }
  .brand span { min-width: 146px; }
  .publication-cover { grid-template-columns: minmax(0, 1fr) 210px; }
  .publication-cover__copy { padding-left: 35px; }
  .publication-cover > img { width: 228px; height: 228px; }
  .service-notes { gap: 24px; }
  .editor-note { grid-template-columns: 92px 1fr; gap: 16px; }
  .editor-note > img { width: 92px; height: 92px; }
  .article-header h1 { font-size: 38px; }
  .article-deck { font-size: 16px; }
  .related-guides__list { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .journal { width: 100%; min-height: 100vh; margin: 0; border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .site-header { padding: 0 14px; }
  .masthead-bar { min-height: 98px; }
  .masthead-nav { font-size: 8px; }
  .brand { min-width: 130px; margin-right: 7px; margin-left: 7px; }
  .brand img { width: 57px; height: 57px; }
  .brand span { min-width: 130px; padding-right: 8px; padding-left: 8px; }
  .brand strong { font-size: 11px; }
  .brand small { font-size: 7px; }
  .brand-rule { height: 34px; }
  .brand-rule span { font-size: 8px; }
  .publication-cover,
  .publication-label,
  .category-strip,
  .notes-feed,
  .empty-ledger,
  .pagination,
  .service-notes,
  .footer-grid,
  .copyright,
  .article-header,
  .article-hero,
  .article-grid,
  .related-guides { width: min(calc(100% - 28px), var(--column)); }
  .publication-cover { min-height: 230px; margin-top: 25px; grid-template-columns: minmax(0, 1fr) 138px; border-radius: 11px; }
  .publication-cover__copy { padding: 31px 0 31px 23px; }
  .publication-cover__copy p { font-size: 7px; }
  .publication-cover__copy h1 { font-size: 34px; }
  .publication-cover__copy span { margin-top: 12px; font-size: 12px; line-height: 1.62; }
  .publication-cover > img { width: 164px; height: 164px; transform: translate(8px, 20px); }
  .publication-cover__note { display: none; }
  .publication-label { padding: 21px 0 18px; }
  .publication-label > p { font-size: 10px; }
  .category-strip { justify-content: flex-start; gap: 20px; margin-bottom: 18px; }
  .story-card { min-height: 0; grid-template-columns: 1fr; }
  .story-card__media { min-height: 220px; aspect-ratio: 16 / 10; }
  .story-card__copy { padding: 23px 7px 28px; }
  .story-card h3 { font-size: 24px; }
  .story-card__copy > p { font-size: 12px; }
  .section-heading { min-height: 49px; }
  .empty-ledger { padding: 46px 24px; }
  .empty-ledger h2 { font-size: 25px; }
  .empty-ledger__links { flex-direction: column; align-items: stretch; }
  .empty-ledger__links a { justify-content: space-between; }
  .service-notes { margin-top: 42px; grid-template-columns: 1fr; gap: 31px; }
  .editor-note { grid-template-columns: 94px 1fr; }
  .footer-grid { flex-direction: column; gap: 22px; }
  .site-footer nav { justify-content: flex-start; }
  .article-shell { padding: 38px 0 61px; }
  .article-header { margin-bottom: 34px; padding-bottom: 31px; }
  .breadcrumbs { margin-bottom: 27px; }
  .article-header h1 { font-size: 34px; }
  .article-deck { font-size: 15px; }
  .article-hero { margin-bottom: 35px; border-radius: 10px; }
  .article-body { font-size: 16px; line-height: 1.84; }
  .article-body > p:first-child { font-size: 17.5px; }
  .article-body h2 { margin-top: 50px; font-size: 25px; }
  .article-body h3 { font-size: 20px; }
  .article-body .product-preview { grid-template-columns: 108px minmax(0, 1fr); gap: 13px; padding: 10px; }
  .article-body .product-preview figcaption { font-size: 11px; }
  .article-body .product-preview figcaption strong { font-size: 13px; }
  .article-body .product-preview figcaption a { margin-top: 7px; padding: 6px 10px; font-size: 9px; }
  .deal-module { margin-top: 50px; padding: 0 13px; }
  .deal-module__head { align-items: flex-start; flex-direction: column; gap: 6px; padding: 15px 0; }
  .deal-item { grid-template-columns: 52px minmax(0, 1fr) auto; gap: 11px; }
  .deal-item img,
  .deal-item__placeholder { width: 52px; height: 52px; }
  .alert-cta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .not-found { width: min(calc(100% - 28px), 620px); min-height: 520px; }
}

@media (max-width: 380px) {
  .masthead-nav { gap: 0; }
  .masthead-nav--right a:first-child { display: block; }
  .masthead-nav--right a:last-child { display: none; }
  .brand { min-width: 122px; }
  .brand span { min-width: 122px; }
  .publication-cover { grid-template-columns: minmax(0, 1fr) 118px; }
  .publication-cover__copy { padding-left: 18px; }
  .publication-cover__copy h1 { font-size: 31px; }
  .publication-cover > img { width: 148px; height: 148px; }
  .story-card__media { min-height: 196px; }
  .article-header h1 { font-size: 31px; }
  .article-body .product-preview { grid-template-columns: 96px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
