:root{color:#222831;background:#f6f6f5;font-family:'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
body{margin:0;background:#f6f6f5;color:#222831;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:hover{color:#737985}
.blogmonz-shell{min-height:100vh}
.blogmonz-shell *{box-sizing:border-box}
.blogmonz-powered{border-top:1px solid rgba(34,40,49,.12);background:rgba(246,246,245,.86);padding:16px clamp(18px,4vw,42px);text-align:center;font-size:12px;line-height:1.7;color:rgba(34,40,49,.64)}
.blogmonz-powered a{font-weight:700;text-decoration:underline;text-underline-offset:3px;color:rgba(34,40,49,.82)}
.dr-hidden{display:none!important}
.meta{color:rgba(34,40,49,.64);font-size:14px}
.backlink{margin-top:34px}
.topics{margin:18px 0 0;padding:0;list-style:none;display:flex;gap:8px;flex-wrap:wrap}
.topics li{font-size:14px;line-height:1.45;color:rgba(34,40,49,.7);border:1px solid rgba(115,121,133,.22);border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.56)}
.faq,.related-links{border-top:1px solid rgba(115,121,133,.22);margin-top:42px;padding-top:18px}
.related-links ul{padding-left:20px}
.article-top-image{margin:0 0 28px}
.article-top-image img{display:block;width:100%;height:auto;border-radius:8px;object-fit:cover;background:rgba(255,255,255,.5)}
.article-top-image figcaption{margin-top:8px;color:rgba(34,40,49,.58);font-size:13px;line-height:1.45}

/* Hospital design SSOT: sangmoo / template 301 */

.s301 {
  --s-bg: #f6f6f5;
  --s-paper: #ffffff;
  --s-paper-soft: #eeeeee;
  --s-ink: #222831;
  --s-muted: rgba(34, 40, 49, 0.64);
  --s-line: rgba(34, 40, 49, 0.12);
  --s-line-strong: rgba(34, 40, 49, 0.2);
  --s-accent: #d7dbe2;
  --s-accent-deep: #737985;
  --s-radius: 28px;
  color: var(--s-ink);
  background:
    radial-gradient(circle at 84% 7%, rgba(215, 219, 226, 0.2), transparent 32rem),
    radial-gradient(circle at 18% 82%, rgba(190, 195, 202, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--s-bg), #eeeeed 46%, #f8f8f7);
  font-family: "Avenir Next", "SF Pro Display", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.s301::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 10% 20%, var(--s-ink) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 40%, var(--s-ink) 0 1px, transparent 1px);
  background-size: 14px 14px, 19px 19px;
  mix-blend-mode: multiply;
}

.s301__container {
  width: min(100%, 1360px);
  margin-inline: auto;
  padding-inline: clamp(18px, 3vw, 44px);
}

.s301__blur {
  position: fixed;
  z-index: 5;
  inset: 0 0 auto;
  height: 16%;
  pointer-events: none;
  backdrop-filter: blur(18px);
  mask: linear-gradient(to bottom, #000 12%, transparent 100%);
}

.s301__nav-wrap {
  position: fixed;
  z-index: 12;
  top: 22px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.s301__nav {
  width: min(calc(100% - 28px), 1040px);
  min-height: 62px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 8px 10px 8px 22px;
  border: 1px solid var(--s-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(34, 40, 49, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(24px);
  pointer-events: auto;
}

.s301__brand,
.s301__nav-links,
.s301__nav-cta,
.s301__button,
.s301__topic,
.s301__series,
.s301__feed-post,
.s301__footer a {
  color: inherit;
  text-decoration: none;
}

.s301__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.s301__brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--s-accent);
  background: rgba(215, 219, 226, 0.22);
  border: 1px solid rgba(115, 121, 133, 0.24);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.72rem;
}

.s301__nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(34, 40, 49, 0.58);
  font-size: 0.86rem;
}

.s301__nav-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 46px;
  padding: 6px 8px 6px 18px;
  border-radius: 999px;
  color: var(--s-paper);
  background: var(--s-ink);
  font-weight: 800;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.s301__nav-cta span:last-child,
.s301__button-dot,
.s301__post-arrow,
.s301__series-arrow {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--s-ink);
  background: var(--s-paper);
}

.s301__hero {
  position: relative;
  min-height: 92dvh;
  padding: 116px 0 52px;
  background: linear-gradient(180deg, rgba(246, 246, 245, 0.18), rgba(255, 255, 255, 0.38));
}

#sangmoo-field-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.46;
}

.s301__hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  min-height: calc(92dvh - 168px);
  align-items: center;
  gap: clamp(26px, 5vw, 72px);
}

.s301__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--s-accent);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.s301__kicker::before {
  content: "";
  width: 52px;
  height: 1px;
  background: currentColor;
}

.s301__hero-title,
.s301__section-title,
.s301__story-title,
.s301__feed-title,
.s301__panel-title {
  margin: 0;
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.s301__hero-title {
  max-width: 11.5ch;
  font-size: clamp(3.05rem, 7vw, 6.6rem);
  line-height: 1.02;
}

.s301__hero-lead {
  max-width: 46rem;
  margin: 28px 0 0;
  color: var(--s-muted);
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.72;
}

.s301__button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.s301__button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 56px;
  padding: 8px 10px 8px 22px;
  border-radius: 999px;
  border: 1px solid var(--s-line);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 40px rgba(34, 40, 49, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.s301__button--primary {
  color: var(--s-paper);
  background: var(--s-ink);
  border-color: transparent;
}

.s301__button--primary .s301__button-dot {
  color: var(--s-accent);
}

.s301__media-shell {
  position: relative;
  border-radius: 36px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--s-line);
  box-shadow: 0 46px 100px rgba(34, 40, 49, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform: rotate(0.8deg);
  animation: s301Float 8s cubic-bezier(0.16, 1, 0.3, 1) infinite alternate;
}

.s301__media-core {
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  background: var(--s-paper);
  position: relative;
}

.s301__media-core img,
.s301__story-visual,
.s301__map-visual {
  display: block;
  background: var(--s-paper-soft);
}

.s301__media-core img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.94;
  transform: scale(1.05);
}

.s301__media-core::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 10%, rgba(246, 246, 245, 0.52) 100%),
    radial-gradient(circle at 70% 20%, rgba(215, 219, 226, 0.2), transparent 20rem);
}

.s301__issue-card {
  position: absolute;
  right: -24px;
  bottom: 36px;
  width: min(360px, 72%);
  border: 1px solid var(--s-line);
  border-radius: 28px;
  padding: 20px;
  color: var(--s-ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 48px rgba(34, 40, 49, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.s301__issue-card p,
.s301__deck,
.s301__abstract,
.s301__feed-post p,
.s301__panel a,
.s301__topic-panel p,
.s301__series p,
.s301__map-copy p,
.s301__footer {
  color: var(--s-muted);
}

.s301__issue-card h2 {
  margin: 12px 0 0;
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: 1.58rem;
  font-weight: 500;
  line-height: 1.12;
}

.s301__ticker {
  border-block: 1px solid var(--s-line);
  overflow: hidden;
  color: rgba(34, 40, 49, 0.66);
  background: rgba(255, 255, 255, 0.5);
}

.s301__ticker-track {
  display: flex;
  width: max-content;
  animation: s301Marquee 28s linear infinite;
}

.s301__ticker span {
  display: inline-flex;
  align-items: center;
  padding: 18px 24px;
  white-space: nowrap;
}

.s301__ticker span::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 24px;
  border-radius: 999px;
  background: var(--s-accent);
}

.s301__section {
  position: relative;
  padding: clamp(82px, 12vw, 170px) 0;
  background: var(--s-bg);
}

.s301__section--paper {
  background:
    repeating-linear-gradient(135deg, rgba(34, 40, 49, 0.025) 0 1px, transparent 1px 18px),
    var(--s-paper);
}

.s301__section-head {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: clamp(24px, 7vw, 110px);
  align-items: end;
  margin-bottom: 46px;
}

.s301__section-title {
  max-width: 14ch;
  font-size: clamp(2.65rem, 5.4vw, 4.6rem);
  line-height: 1.08;
}

.s301__deck {
  margin: 0;
  max-width: 42rem;
  font-size: 1.16rem;
  line-height: 1.76;
}

.s301__article-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr 0.86fr;
  grid-auto-rows: minmax(230px, auto);
  gap: 18px;
}

.s301__story {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--s-line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(34, 40, 49, 0.08);
}

.s301__story--featured {
  grid-row: span 2;
  min-height: 560px;
  color: var(--s-paper);
  background: var(--s-ink);
}

.s301__story--wide {
  grid-column: span 2;
}

.s301__story-content {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.s301__story-visual {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background-size: cover;
  background-position: center;
  opacity: 0.62;
}

.s301__story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(34, 40, 49, 0.72));
}

.s301__story-meta,
.s301__post-category,
.s301__archive-count,
.s301__post-date,
.s301__panel span {
  color: var(--s-accent-deep);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.s301__story-title {
  max-width: 15ch;
  font-size: clamp(1.62rem, 3.4vw, 3.05rem);
  line-height: 1.08;
}

.s301__story--featured .s301__story-title {
  max-width: 13ch;
  font-size: clamp(2.4rem, 4vw, 3.9rem);
}

.s301__archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--s-line);
}

.s301__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.s301__filter {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--s-line);
  border-radius: 999px;
  color: rgba(34, 40, 49, 0.72);
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
}

.s301__filter[aria-pressed="true"] {
  color: var(--s-paper);
  background: var(--s-ink);
  border-color: var(--s-ink);
}

.s301__archive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: 22px;
  align-items: start;
}

.s301__post-feed {
  display: grid;
  border-top: 1px solid var(--s-line);
}

.s301__feed-post {
  display: grid;
  grid-template-columns: minmax(110px, 0.18fr) minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--s-line);
}

.s301__post-day {
  display: block;
  color: var(--s-ink);
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: 3.4rem;
  line-height: 0.9;
}

.s301__feed-title {
  max-width: 18ch;
  font-size: clamp(1.85rem, 3.4vw, 3.8rem);
  line-height: 1.04;
}

.s301__post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.s301__post-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(34, 40, 49, 0.68);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(34, 40, 49, 0.08);
  font-size: 0.78rem;
}

.s301__post-arrow,
.s301__series-arrow {
  color: var(--s-paper);
  background: var(--s-ink);
}

.s301__load {
  margin-top: 26px;
  width: min(100%, 420px);
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  color: var(--s-paper);
  background: var(--s-ink);
  font-weight: 800;
  cursor: pointer;
}

.s301__load[hidden],
.s301__feed-post[hidden] {
  display: none !important;
}

.s301__progress {
  margin: 12px 0 0;
  color: rgba(34, 40, 49, 0.54);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.72rem;
}

.s301__side {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 108px;
}

.s301__panel {
  border: 1px solid var(--s-line);
  border-radius: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 54px rgba(34, 40, 49, 0.07);
}

.s301__panel-title {
  margin-bottom: 16px;
  font-size: 2.1rem;
  line-height: 1.08;
}

.s301__panel-list {
  list-style: none;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.s301__panel-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.s301__topics {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
  align-items: stretch;
}

.s301__topic-panel {
  min-height: 610px;
  border-radius: 36px;
  padding: clamp(28px, 4vw, 54px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(232, 234, 238, 0.58));
  border: 1px solid var(--s-line);
  box-shadow: 0 28px 80px rgba(34, 40, 49, 0.08);
}

.s301__topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.s301__topic {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--s-line);
  background: rgba(255, 255, 255, 0.72);
}

.s301__series-list {
  display: grid;
  gap: 14px;
}

.s301__series {
  min-height: 150px;
  border-radius: 28px;
  padding: 24px;
  background: var(--s-paper);
  display: grid;
  grid-template-columns: 0.3fr 1fr auto;
  align-items: center;
  gap: 22px;
  box-shadow: 0 18px 50px rgba(34, 40, 49, 0.08);
}

.s301__series-number {
  color: var(--s-accent-deep);
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: 3.1rem;
}

.s301__map {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 20px;
  align-items: stretch;
}

.s301__map-copy {
  border-radius: 34px;
  padding: clamp(28px, 5vw, 58px);
  background: var(--s-paper);
  border: 1px solid var(--s-line);
}

.s301__map-visual {
  min-height: 560px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 80px rgba(34, 40, 49, 0.16);
}

.s301__map-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(34, 40, 49, 0.36));
}

.s301__map-node {
  position: absolute;
  z-index: 1;
  min-width: 156px;
  padding: 13px 16px;
  border-radius: 18px;
  color: var(--s-paper);
  background: rgba(34, 40, 49, 0.62);
  border: 1px solid rgba(247, 246, 242, 0.18);
  backdrop-filter: blur(12px);
}

.s301__node-a { left: 12%; top: 18%; }
.s301__node-b { right: 10%; top: 36%; }
.s301__node-c { left: 28%; bottom: 18%; }

.s301__footer {
  border-top: 1px solid var(--s-line);
  padding: 34px 0;
  background: var(--s-bg);
}

.s301__footer-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.s301__reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.s301__reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes s301Marquee {
  to { transform: translateX(-50%); }
}

@keyframes s301Float {
  from { transform: translate3d(0, 0, 0) rotate(1.5deg); }
  to { transform: translate3d(0, -14px, 0) rotate(-0.8deg); }
}

@media (prefers-reduced-motion: reduce) {
  .s301 *,
  .s301 *::before,
  .s301 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .s301__reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1020px) {
  .s301__nav {
    grid-template-columns: 1fr auto;
  }
  .s301__nav-links {
    display: none;
  }
  .s301__hero-stage,
  .s301__section-head,
  .s301__archive-layout,
  .s301__topics,
  .s301__map {
    grid-template-columns: 1fr;
  }
  .s301__side {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
  .s301__article-grid {
    grid-template-columns: 1fr 1fr;
  }
  .s301__story--featured {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .s301__nav {
    min-height: 58px;
    padding-left: 12px;
  }
  .s301__brand span:last-child {
    display: none;
  }
  .s301__nav-cta {
    padding-left: 14px;
  }
  .s301__hero {
    min-height: auto;
    padding-top: 104px;
  }
  .s301__hero-stage {
    min-height: auto;
  }
  .s301__media-shell {
    transform: none;
    border-radius: 28px;
  }
  .s301__media-core {
    border-radius: 22px;
  }
  .s301__issue-card {
    display: none;
  }
  .s301__article-grid,
  .s301__series,
  .s301__feed-post {
    grid-template-columns: 1fr;
  }
  .s301__story--featured,
  .s301__story--wide {
    grid-column: auto;
  }
  .s301__archive-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .s301__filters {
    justify-content: flex-start;
  }
  .s301__side {
    grid-template-columns: 1fr;
  }
  .s301__post-arrow {
    display: none;
  }
  .s301__map-visual {
    min-height: 460px;
  }
}


.s301p {
  min-height: 100vh;
  color: #222831;
  background:
    radial-gradient(circle at 82% 6%, rgba(215, 219, 226, 0.22), transparent 34rem),
    linear-gradient(180deg, #f6f6f5, #ffffff 54%, #eeeeed);
  font-family: "Avenir Next", "SF Pro Display", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.s301p__frame {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: clamp(20px, 4vw, 46px);
}

.s301p__masthead {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(50px, 8vw, 92px);
  border-bottom: 1px solid rgba(34, 40, 49, 0.12);
  color: rgba(34, 40, 49, 0.66);
  font-size: 0.86rem;
}

.s301p__home,
.s301p__cta,
.s301p__content a,
.s301p__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.s301p__cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #ffffff;
  background: #222831;
  font-weight: 800;
}

.s301p__article {
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(34, 40, 49, 0.1);
  box-shadow: 0 28px 80px rgba(34, 40, 49, 0.09);
  overflow: hidden;
}

.s301p__hero {
  padding: clamp(34px, 7vw, 76px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(232, 234, 238, 0.72)),
    #ffffff;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1);
}

.s301p__kicker,
.s301p__meta,
.s301p__outline-kicker,
.s301p__notice-kicker {
  color: #737985;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.s301p__title {
  max-width: 16ch;
  margin: 14px 0 0;
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.s301p__summary {
  max-width: 46rem;
  margin: 24px 0 0;
  color: rgba(34, 40, 49, 0.66);
  font-size: 1.08rem;
  line-height: 1.72;
}

.s301p__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.s301p__layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 62px);
  padding: clamp(28px, 6vw, 76px);
}

.s301p__outline {
  position: sticky;
  top: 28px;
  align-self: start;
  border: 1px solid rgba(34, 40, 49, 0.1);
  border-radius: 24px;
  padding: 22px;
  background: rgba(246, 246, 245, 0.74);
}

.s301p__outline ol {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 16px 0 0;
  color: rgba(34, 40, 49, 0.72);
}

.s301p__notice {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(34, 40, 49, 0.1);
  color: rgba(34, 40, 49, 0.62);
}

.s301p__content {
  min-width: 0;
  color: #222831;
  font-size: 18px;
  line-height: 1.82;
}

.s301p__content > article > *:first-child {
  margin-top: 0;
}

.s301p__content p,
.s301p__content li {
  color: rgba(34, 40, 49, 0.76);
}

.s301p__content h2,
.s301p__content h3 {
  color: #222831;
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.s301p__content h2 {
  margin-top: 46px;
  font-size: 2rem;
}

.s301p__content h3 {
  margin-top: 34px;
  font-size: 1.48rem;
}

.s301p__content blockquote {
  margin: 34px 0;
  padding: 22px 26px;
  border-left: 3px solid #d7dbe2;
  background: rgba(215, 219, 226, 0.22);
  border-radius: 0 22px 22px 0;
}

.s301p__content a {
  color: #222831;
  border-bottom: 1px solid rgba(115, 121, 133, 0.32);
}

.s301p .article-top-image {
  margin: 0;
}

.s301p .article-top-image img {
  width: 100%;
  border-radius: 0;
}

.s301p .backlink a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #222831;
  border: 0;
  font-weight: 800;
}

@media (max-width: 820px) {
  .s301p__masthead {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 18px;
  }
  .s301p__layout {
    grid-template-columns: 1fr;
  }
  .s301p__outline {
    position: static;
  }
}
