.hero__press {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  width: fit-content;
  margin-top: 24px;
  padding-block: 10px;
  border-block: 1px solid rgba(255,255,255,.28);
  color: #e9e3d6;
  font-size: 14px;
  letter-spacing: 0;
}
.hero__press strong { color: #fff; font-size: 17px; font-weight: 750; }
.hero__press:hover { color: #fff; border-color: var(--brass-lt); }
.hero__press + .hero__cta { margin-top: 24px; }
.hero__press:focus-visible,
.press-feature a:focus-visible { outline: 2px solid var(--brass); outline-offset: 6px; }

.press-feature { background: #fff; border-bottom: 1px solid var(--line); letter-spacing: 0; scroll-margin-top: 84px; }
.press-feature__layout { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 40px; padding-block: 40px; }
.press-feature__publisher { display: flex; flex-direction: column; align-items: flex-start; border-top: 3px solid #b84924; padding-top: 16px; }
.press-feature__label { font-size: 13px; font-weight: 650; color: #8b371c; }
.press-feature__publisher strong { font-family: var(--myeong); font-size: 34px; font-weight: 800; color: var(--ink); line-height: 1.4; margin-top: 6px; }
.press-feature__edition { font-size: 13px; color: var(--muted); margin-top: 8px; }
.press-feature__body { min-width: 0; }
.press-feature__meta { display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: 13px; color: var(--muted); }
.press-feature h2 { font-family: var(--myeong); font-size: 26px; font-weight: 800; line-height: 1.5; margin-top: 10px; color: var(--ink); letter-spacing: 0; overflow-wrap: anywhere; }
.press-feature h2 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.press-feature__summary { margin-top: 12px; font-size: 15px; line-height: 1.8; color: var(--muted); }
.press-feature__link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; min-height: 44px; font-size: 14px; font-weight: 700; color: #8b371c; text-decoration: underline; text-underline-offset: 5px; }
.press-feature__link:hover { color: var(--ink); }
.press-feature__profile { margin-top: 20px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.press-stories { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; margin-top: 28px; }
.press-story { display: flex; flex-direction: column; min-width: 0; }
.press-story__image { display: block; margin-bottom: 18px; color: var(--muted); font-size: 12px; }
.press-story__image img { width: 100%; height: auto; aspect-ratio: 1280 / 519; object-fit: contain; background: #fff; border: 1px solid var(--line); }
.press-story__image span { display: block; margin-top: 6px; text-align: right; text-decoration: underline; text-underline-offset: 3px; }
.press-story h3 { font-family: var(--myeong); font-size: 21px; line-height: 1.5; letter-spacing: 0; margin-top: 10px; }
.press-story h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.press-story__summary { font-size: 14px; color: var(--muted); margin-top: 12px; }
.press-story__actions { display: flex; flex-wrap: wrap; gap: 0 20px; margin-top: auto; }

.press-guide { background: #fff; letter-spacing: 0; }
.press-guide__wrap { max-width: 960px; }
.press-guide .pagehead h1 { font-size: 38px; line-height: 1.4; letter-spacing: 0; }
.press-guide__section { padding-block: 48px; border-bottom: 1px solid var(--line); scroll-margin-top: 80px; }
.press-guide__section h2 { font-family: var(--myeong); font-size: 28px; line-height: 1.5; margin-bottom: 20px; letter-spacing: 0; }
.press-guide__section h3 { font-size: 19px; margin-block: 22px 10px; }
.press-guide__section p + p { margin-top: 14px; }
.press-guide__section ul { padding-left: 22px; }
.press-guide__section li + li { margin-top: 10px; }
.press-guide__section a:not(.btn) { text-decoration: underline; text-underline-offset: 4px; }
.press-guide__links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; }
.press-guide__section figure { margin-top: 24px; }
.press-guide__section figure img { width: 100%; height: auto; border: 1px solid var(--line); }
.press-guide__section figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; }
.press-guide__note { font-size: 14px; color: var(--muted); margin-top: 18px; }
.press-guide__choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.press-guide__choices > div { min-width: 0; border-top: 2px solid var(--brass); }
.press-guide__choices .btn { white-space: normal; }

@media (max-width: 960px) {
  .press-feature__layout { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .press-feature__publisher { align-items: flex-start; }
}

@media (max-width: 640px) {
  .hero__press { gap: 4px 10px; font-size: 13px; }
  .hero__press strong { flex-basis: 100%; }
  .press-feature__layout { grid-template-columns: minmax(0,1fr); gap: 22px; padding-block: 30px; }
  .press-feature__publisher { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 16px; padding-top: 12px; }
  .press-feature__label { grid-column: 1 / -1; }
  .press-feature__publisher strong { font-size: 30px; margin: 0; }
  .press-feature__edition { margin: 0; }
  .press-feature h2 { font-size: 22px; }
  .press-feature__profile { grid-column: 1 / -1; margin-top: 8px; }
  .press-stories { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .press-story + .press-story { padding-top: 28px; border-top: 1px solid var(--line); }
  .press-story h3 { font-size: 20px; }
  .press-guide .pagehead h1 { font-size: 28px; }
  .press-guide__section { padding-block: 32px; }
  .press-guide__section h2 { font-size: 24px; }
  .press-guide__choices { grid-template-columns: minmax(0,1fr); gap: 24px; }
}
