:root {
  --ink: #17222b;
  --muted: #5e6870;
  --line: #d9e4e8;
  --soft: #f4f8f8;
  --accent: #1596ad;
  --accent-dark: #086579;
  --warm: #d86651;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .98); }
.site-header--article { position: sticky; top: 0; z-index: 20; box-shadow: 0 3px 14px rgba(23, 34, 43, .04); }
.site-header__brand-row, .site-header__nav-row { width: min(1120px, calc(100% - 40px)); margin: auto; }
.site-header__brand-row { display: grid; min-height: 92px; place-items: center; }
.site-header__nav-row { display: grid; min-height: 58px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; border-top: 1px solid rgba(217, 228, 232, .7); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; }
.brand span { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: 13px; letter-spacing: 0; }
.brand--article { display: grid; grid-template-columns: auto auto; gap: 0 14px; align-items: center; }
.brand--article span { grid-row: 1 / span 2; width: 56px; font-size: 15px; font-weight: 900; }
.brand--article strong { font-size: clamp(25px, 3vw, 34px); line-height: 1; }
.brand--article small { color: var(--muted); font-size: 12px; font-weight: 800; line-height: 1.2; }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 14px; }
.site-header--article nav { justify-content: center; gap: clamp(20px, 3vw, 42px); font-size: 17px; font-weight: 900; }
.site-header nav a:hover, .site-footer nav a:hover { color: var(--accent-dark); }
.header-search-link { display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); }
.header-search-icon { position: relative; width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 50%; }
.header-search-icon::after { content: ""; position: absolute; right: -7px; bottom: -4px; width: 9px; height: 2px; border-radius: 999px; background: currentColor; transform: rotate(45deg); transform-origin: left center; }

.article-main { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 80px; }
.article-main--with-sidebar { width: min(1180px, calc(100% - 40px)); padding-top: 28px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 790px) minmax(260px, 320px); gap: clamp(36px, 5vw, 68px); align-items: start; }
.article-content { min-width: 0; }
.back-link { display: inline-block; margin-bottom: 46px; color: var(--accent-dark); font-weight: 700; }
.article-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 0 28px; font-size: 15px; font-weight: 900; }
.article-breadcrumb a { display: inline-flex; min-height: 31px; align-items: center; padding: 0 10px; background: var(--accent-dark); color: #fff; }
.article-breadcrumb span { color: var(--muted); }
.article-header { padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 12px; color: var(--warm); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.article-header h1 { max-width: 840px; margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: 1.14; letter-spacing: 0; word-break: keep-all; overflow-wrap: anywhere; }
.article-header > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 20px; line-height: 1.75; word-break: keep-all; }
.byline { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; color: var(--muted); font-size: 14px; }
.article-share-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.share-button { display: grid; min-width: 36px; height: 36px; place-items: center; border-radius: 4px; color: #fff; font-size: 13px; font-weight: 900; }
.share-button--kakao { background: #f1d900; color: #201600; }
.share-button--naver { background: #26a641; }
.share-button--facebook { background: #4267b2; }
.share-button--x { background: #111; }
.share-button--link { min-width: 54px; background: #69747c; }
.article-sidebar { position: sticky; top: 180px; min-width: 0; }
.article-sidebar h2 { margin: 0 0 18px; padding-bottom: 12px; border-bottom: 4px solid var(--accent-dark); font-size: 26px; line-height: 1.25; letter-spacing: 0; }
.article-sidebar-list { display: grid; gap: 14px; }
.article-sidebar-card { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; align-items: start; min-width: 0; }
.article-sidebar-thumb { position: relative; display: grid; width: 96px; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; isolation: isolate; background: var(--soft); }
.article-sidebar-thumb::before { content: ""; position: absolute; inset: -12%; z-index: -1; background-image: var(--sidebar-image); background-size: cover; background-position: center; filter: blur(12px); opacity: .32; transform: scale(1.08); }
.article-sidebar-thumb img { width: 100%; height: 100%; object-fit: contain; }
.article-sidebar-thumb--empty strong { display: grid; width: 38px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; }
.article-sidebar-copy { display: grid; gap: 3px; min-width: 0; }
.article-sidebar-copy em { color: var(--warm); font-size: 11px; font-style: normal; font-weight: 900; }
.article-sidebar-copy strong { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: 15px; line-height: 1.45; word-break: keep-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-sidebar-copy small { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

.editorial-article > section, .event-article > section { padding: 52px 0; border-bottom: 1px solid var(--line); }
.editorial-article h2, .event-article h2 { margin: 0 0 24px; font-size: clamp(28px, 4vw, 38px); line-height: 1.25; letter-spacing: 0; }
.editorial-article h3, .event-article h3 { margin: 34px 0 12px; font-size: 22px; line-height: 1.4; }
.editorial-article p, .event-article p, .editorial-article li, .event-article li { font-size: 18px; line-height: 1.85; word-break: keep-all; overflow-wrap: anywhere; }
.lead { margin: 44px 0 0; font-size: 21px !important; }
.summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.summary-grid div { min-width: 0; padding: 22px; border: 1px solid var(--line); background: var(--soft); }
.summary-grid strong, .summary-grid span { display: block; }
.summary-grid strong { margin-bottom: 8px; color: var(--accent-dark); font-size: 18px; }
.summary-grid span { color: var(--muted); line-height: 1.6; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.timeline li > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; }
.timeline h3, .timeline p { margin: 0; }
.timeline p { margin-top: 8px; color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 16px 18px 16px 48px; background: var(--soft); }
.check-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--accent-dark); font-weight: 900; }
.closing { margin-top: 30px; }

.event-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.event-cards article { min-width: 0; border: 1px solid var(--line); background: #fff; }
.event-cards a { display: block; height: 100%; }
.event-image { display: grid; width: 100%; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; background: var(--soft); }
.event-image img { width: 100%; height: 100%; object-fit: contain; }
.event-image--empty { color: var(--muted); font-size: 13px; }
.event-card__body { display: grid; gap: 8px; padding: 18px; }
.event-card__body em { color: var(--warm); font-size: 12px; font-style: normal; font-weight: 800; }
.event-card__body strong { line-height: 1.45; word-break: keep-all; }
.event-card__body small { color: var(--muted); line-height: 1.5; }

.official-poster { display: grid; max-width: 720px; margin: 38px auto 0; padding: 16px; justify-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.official-poster img { width: auto; max-width: 100%; max-height: 520px; margin: auto; object-fit: contain; }
.official-poster figcaption { margin: 0; color: var(--muted); text-align: center; font-size: 13px; }
.poster-empty { display: grid; min-height: 220px; margin-top: 44px; place-items: center; background: var(--soft); color: var(--muted); }
.event-inline-photo { display: grid; margin: 30px 0 34px; padding: 12px; justify-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.event-inline-photo img { width: auto; max-width: 100%; max-height: 360px; margin: auto; object-fit: contain; border-radius: 4px; }
.event-inline-photo figcaption { margin: 0; color: var(--muted); text-align: center; font-size: 13px; line-height: 1.6; }
.table-scroll { overflow-x: auto; border-top: 2px solid var(--ink); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 22px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 17px; line-height: 1.65; word-break: keep-all; overflow-wrap: anywhere; }
th { width: 160px; color: var(--accent-dark); }
td strong, td small { display: block; }
td small { margin-top: 6px; color: var(--muted); font-size: 14px; }
.action-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.primary-button, .secondary-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--accent); border-radius: 4px; font-weight: 800; }
.primary-button { background: var(--accent); color: #fff; }
.secondary-button { color: var(--accent-dark); }
.source-note { margin-top: 52px; padding: 24px; border-left: 4px solid var(--accent); background: var(--soft); }
.source-note strong { font-size: 18px; }
.source-note p { margin: 10px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.source-note a { color: var(--accent-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.coupang-widget-ad { margin-top: 28px; padding: 18px; border: 1px solid var(--line); background: #fff; }
.coupang-widget-label { margin-bottom: 10px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coupang-widget-frame { display: grid; min-height: 140px; place-items: center; overflow: hidden; background: var(--soft); }
.coupang-widget-disclosure { margin: 10px 0 0; color: var(--muted); font-size: 13px !important; line-height: 1.6 !important; }
.coupang-products-section { display: grid; gap: 16px; padding: 24px 0; border-width: 1px 0; background: transparent; }
.coupang-products-head { display: grid; gap: 8px; }
.coupang-products-head h2 { margin: 0; font-size: clamp(24px, 3vw, 30px); line-height: 1.32; letter-spacing: 0; }
.coupang-products-head p:not(.coupang-widget-label) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; word-break: keep-all; }
.coupang-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.coupang-product-card { min-width: 0; border: 1px solid var(--line); background: #fff; }
.coupang-product-card--loading { grid-column: 1 / -1; padding: 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.coupang-product-card a { display: grid; color: inherit; text-decoration: none; }
.coupang-product-card img, .coupang-product-placeholder { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: var(--soft); }
.coupang-product-placeholder { display: grid; place-items: center; color: var(--accent-dark); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.coupang-product-card span, .coupang-product-card strong, .coupang-product-card small { margin-inline: 12px; }
.coupang-product-card span { margin-top: 12px; color: var(--warm); font-size: 11px; font-weight: 900; line-height: 1.4; }
.coupang-product-card strong { display: -webkit-box; min-height: 46px; margin-top: 5px; overflow: hidden; font-size: 14px; line-height: 1.45; word-break: keep-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.coupang-product-card small { margin-top: 7px; margin-bottom: 14px; color: var(--accent-dark); font-size: 12px; font-weight: 900; line-height: 1.4; }
.coupang-products-more { width: fit-content; padding: 9px 13px; border: 1px solid var(--line); color: var(--accent-dark); font-size: 13px; font-weight: 900; }
.coupang-products-section.is-fallback .coupang-products-more { border-color: rgba(21, 150, 173, .35); background: var(--soft); }

.site-footer { padding: 44px 0; background: #f3f6f6; }
.site-footer > div { width: min(1120px, calc(100% - 40px)); margin: auto; }
.site-footer strong { font-size: 22px; }
.site-footer p { max-width: 650px; color: var(--muted); line-height: 1.7; }
.site-footer small { display: block; margin-top: 28px; color: var(--muted); }

@media (max-width: 700px) {
  .site-header__inner { width: calc(100% - 32px); min-height: 68px; }
  .site-header nav { display: none; }
  .article-main { width: calc(100% - 36px); padding-top: 28px; }
  .back-link { margin-bottom: 34px; }
  .article-header h1 { font-size: 34px; line-height: 1.2; }
  .article-header > p:not(.eyebrow) { font-size: 18px; line-height: 1.7; }
  .editorial-article > section, .event-article > section { padding: 42px 0; }
  .editorial-article p, .event-article p, .editorial-article li, .event-article li { font-size: 17px; line-height: 1.8; }
  .summary-grid { grid-template-columns: 1fr; }
  .event-cards { grid-template-columns: 1fr; }
  .event-cards a { display: grid; grid-template-columns: 124px minmax(0, 1fr); }
  .event-image { height: 100%; min-height: 144px; aspect-ratio: auto; }
  .official-poster { padding: 10px; }
  .official-poster img { max-height: 420px; }
  .event-inline-photo { margin: 24px 0 30px; padding: 10px; }
.event-inline-photo img { max-height: 280px; }
  .coupang-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .coupang-products-head h2 { font-size: 23px; }
  .coupang-products-head p:not(.coupang-widget-label) { font-size: 14px; }
  .coupang-product-card strong { min-height: 42px; font-size: 13px; }
  th, td { display: block; width: 100%; padding: 14px 4px; }
  th { padding-bottom: 0; border-bottom: 0; font-size: 14px; }
  td { padding-top: 6px; }
  .action-row a { width: 100%; }
}

.event-opening-section {
  padding-top: 34px !important;
}

.event-opening-section > p:last-child {
  margin: 0;
}

.event-opening-section .official-poster--hero {
  position: relative;
  max-width: 100%;
  margin: 22px 0 24px;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: var(--soft);
}

.event-opening-section .official-poster--hero::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: -1;
  background-image: var(--article-hero-image);
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  opacity: .22;
  transform: scale(1.06);
}

.event-opening-section .official-poster--hero img {
  max-height: 580px;
}

.poster-empty--hero {
  gap: 6px;
  min-height: 300px;
  margin: 16px 0 22px;
  text-align: center;
}

.poster-empty--hero strong,
.poster-empty--hero span {
  display: block;
}

.poster-empty--hero strong {
  color: var(--accent-dark);
  font-size: 18px;
}

.poster-empty--hero span {
  color: var(--muted);
  font-size: 14px;
}

.event-title-header {
  padding-bottom: 22px;
  border-bottom: 0;
}

.event-title-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.event-title-meta .eyebrow {
  margin: 0;
}

.event-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(21, 150, 173, 0.25);
  border-radius: 999px;
  background: #fff;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.event-status--live,
.event-status--ending,
.event-status--weekend {
  border-color: transparent;
  background: var(--warm);
  color: #fff;
}

.event-status--past {
  border-color: var(--line);
  background: #f0f3f4;
  color: #7c8790;
}

.event-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ink);
  font-size: 21px !important;
  font-weight: 700;
  line-height: 1.78 !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.event-visit-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 30px 0 0;
  border-bottom: 0 !important;
}

.event-visit-highlights div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.event-visit-highlights span,
.event-visit-highlights strong {
  display: block;
}

.event-visit-highlights span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.event-visit-highlights strong {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.visit-fact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.visit-fact-list li {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.visit-fact-list strong {
  color: var(--accent-dark);
}

.visit-fact-list span {
  color: var(--ink);
}

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

.visit-flow li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.visit-flow li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.visit-flow p {
  margin: 0;
}

.event-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 24px;
}

.event-insight-grid article {
  min-width: 0;
  padding: 18px;
  border-top: 3px solid var(--accent-dark);
  background: var(--soft);
}

.event-insight-grid strong,
.event-insight-grid p,
.event-insight-grid small {
  display: block;
}

.event-insight-grid strong {
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 900;
}

.event-insight-grid p {
  margin: 9px 0 0;
  color: var(--ink);
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.55 !important;
}

.event-insight-grid small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.event-body-note {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--accent);
  background: #f9fbfb;
  color: var(--muted);
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.event-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-checklist li {
  position: relative;
  min-height: 48px;
  padding: 13px 16px 13px 46px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.event-checklist li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
}

.event-place-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.event-place-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 900;
}

.event-place-actions a:hover,
.event-place-actions a:focus-visible {
  background: var(--accent);
  color: #fff;
}

@media (max-width: 700px) {
  .official-poster--hero {
    padding: 10px;
    margin: 12px 0 20px;
  }

  .official-poster--hero img {
    max-height: 440px;
  }

  .event-visit-highlights {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 24px;
  }

  .event-lead {
    font-size: 18px !important;
    line-height: 1.72 !important;
  }

  .event-visit-highlights div {
    padding: 14px;
  }

  .visit-fact-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 980px) {
  .article-main--with-sidebar {
    width: min(780px, calc(100% - 36px));
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-sidebar {
    position: static;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }

  .article-sidebar-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
  }
}

@media (max-width: 700px) {
  .site-header--article {
    position: static;
  }

  .site-header__brand-row {
    width: calc(100% - 32px);
    min-height: 72px;
    justify-items: start;
  }

  .site-header__nav-row {
    display: none;
  }

  .brand--article span {
    width: 44px;
  }

  .brand--article strong {
    font-size: 22px;
  }

  .brand--article small {
    font-size: 11px;
  }

  .article-main--with-sidebar {
    width: calc(100% - 36px);
    padding-top: 24px;
  }

  .article-breadcrumb {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .article-header {
    padding-bottom: 28px;
  }

  .article-header h1 {
    font-size: 36px;
    line-height: 1.18;
  }

  .article-share-row {
    gap: 7px;
    padding: 12px 0;
  }

  .share-button {
    min-width: 34px;
    height: 34px;
  }

  .article-sidebar h2 {
    font-size: 24px;
  }

  .article-sidebar-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-sidebar-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
  }

  .article-sidebar-thumb {
    width: 112px;
  }
}

/* 2026-09 article title/body reference pass: stronger magazine headline, leaner body rhythm. */
:root {
  --article-blue: #0057c8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.event-main .article-layout {
  grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
}

.event-title-header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.event-title-meta .eyebrow {
  color: var(--article-blue);
  letter-spacing: 0;
}

.event-title-header h1 {
  max-width: 820px;
  color: #111820;
  font-size: clamp(46px, 4.8vw, 66px);
  font-weight: 900;
  line-height: 1.12;
}

.event-title-header .event-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #26323a;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.72 !important;
}

.event-title-header .byline {
  margin-top: 20px;
  color: #46525b;
  font-size: 15px;
  font-weight: 700;
}

.event-title-header .article-share-row {
  margin-top: 18px;
}

.event-opening-section {
  padding: 24px 0 46px !important;
  border-bottom: 0 !important;
}

.event-opening-section > .eyebrow {
  margin-bottom: 10px;
  color: var(--article-blue);
  letter-spacing: 0;
}

.event-opening-section > h2 {
  max-width: 760px;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 4px solid var(--article-blue);
}

.event-opening-section .official-poster--hero {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.event-opening-section .official-poster--hero img {
  width: 100%;
  max-height: 560px;
}

.event-opening-summary {
  max-width: 700px;
  margin: 0 0 20px;
  color: #242b31;
  font-size: 19px !important;
  font-weight: 500;
  line-height: 1.86 !important;
}

.event-opening-copy {
  max-width: 720px;
}

.event-opening-copy .event-opening-summary:last-child {
  margin-bottom: 0;
}

.event-article > section:not(.event-opening-section):not(.event-visit-highlights) {
  padding: 46px 0;
  border-bottom-color: #edf2f4;
}

.event-article h2,
.editorial-article h2 {
  max-width: 720px;
  color: #111820;
  font-size: clamp(30px, 3.4vw, 38px);
  font-weight: 900;
  line-height: 1.22;
}

.event-article section > p,
.editorial-article section > p {
  max-width: 700px;
  margin: 0 0 22px;
  color: #252d33;
  font-size: 18.5px !important;
  line-height: 1.9 !important;
}

.event-article section > p:last-child,
.editorial-article section > p:last-child {
  margin-bottom: 0;
}

.event-inline-photo {
  max-width: 720px;
  margin: 34px 0 36px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.event-inline-photo img {
  width: 100%;
  max-height: 460px;
  border-radius: 0;
}

.event-inline-photo figcaption {
  margin-top: 8px;
  color: #6b747c;
  text-align: left;
}

.event-visit-highlights {
  padding: 22px 0 8px;
}

.event-visit-highlights div,
.event-insight-grid article,
.visit-fact-list li,
.event-checklist li {
  border-color: #e3eaed;
  background: #f8fbfb;
}

.article-sidebar h2 {
  border-bottom-color: var(--article-blue);
}

@media (max-width: 980px) {
  .event-main .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .article-main--with-sidebar {
    width: calc(100% - 28px);
    padding-top: 18px;
  }

  .article-breadcrumb {
    margin-bottom: 18px;
  }

  .event-title-header {
    padding-bottom: 18px;
  }

  .event-title-header h1 {
    font-size: clamp(30px, 8.3vw, 40px);
    line-height: 1.18;
  }

  .event-title-header .event-lead {
    margin-top: 18px;
    font-size: 18px !important;
    line-height: 1.72 !important;
  }

  .event-title-header .byline {
    gap: 7px 12px;
    font-size: 13px;
  }

  .event-opening-section {
    padding: 20px 0 40px !important;
  }

  .event-opening-section > h2 {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: clamp(26px, 7vw, 32px);
  }

  .event-opening-section .official-poster--hero {
    margin-bottom: 18px;
  }

  .event-opening-section .official-poster--hero img {
    max-height: 420px;
  }

  .event-opening-summary,
  .event-article section > p,
  .editorial-article section > p {
    font-size: 17px !important;
    line-height: 1.86 !important;
  }

  .event-article h2,
  .editorial-article h2 {
    font-size: clamp(27px, 7.2vw, 34px);
    line-height: 1.25;
  }

  .event-article > section:not(.event-opening-section):not(.event-visit-highlights) {
    padding: 40px 0;
  }

  .event-inline-photo {
    margin: 28px 0 30px;
  }

  .event-inline-photo img {
    max-height: 330px;
  }
}
