@font-face {
  font-family: "Noto Sans CJK KR";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-cjk-kr-300.woff2") format("woff2"), url("/assets/fonts/noto-sans-cjk-kr-300.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans CJK KR";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-cjk-kr-400.woff2") format("woff2"), url("/assets/fonts/noto-sans-cjk-kr-400.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans CJK KR";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-cjk-kr-500.woff2") format("woff2"), url("/assets/fonts/noto-sans-cjk-kr-500.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans CJK KR";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-cjk-kr-700.woff2") format("woff2"), url("/assets/fonts/noto-sans-cjk-kr-700.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans CJK KR";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-cjk-kr-900.woff2") format("woff2"), url("/assets/fonts/noto-sans-cjk-kr-900.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}
html,
body,
body * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
html {
  min-width: 320px;
  color: #111111;
  background: var(--scrollbar-track, #f4f0e7);
  font-family: "Noto Sans CJK KR", "Noto Sans KR", Arial, Helvetica, sans-serif;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  scrollbar-gutter: stable;
  --scrollbar-track: #dddad2;
  --scrollbar-thumb: rgba(17, 17, 17, 0.42);
  --scrollbar-thumb-hover: rgba(17, 17, 17, 0.62);
}
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f4f0e7;
}
body,
.sheet__scroller {
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.sheet__scroller::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.sheet__scroller::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.sheet__scroller::-webkit-scrollbar-thumb {
  min-height: 48px;
  border: 3px solid var(--scrollbar-track);
  border-radius: 999px;
  background-color: var(--scrollbar-thumb);
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.sheet__scroller::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
body.sheet-open {
  overflow: hidden;
}
html.is-loading,
html.is-loading body,
html.is-intro-locked,
html.is-intro-locked body {
  overflow: hidden;
}
@media (pointer: fine) {
  html.custom-cursor,
  html.custom-cursor * {
    cursor: none !important;
  }
  html.custom-cursor.is-native-cursor-zone,
  html.custom-cursor.is-native-cursor-zone *,
  html.custom-cursor [data-native-cursor] {
    cursor: auto !important;
  }
}
@media (hover: none), (pointer: coarse) {
  html.custom-cursor,
  html.custom-cursor * {
    cursor: auto !important;
  }
}
@media (max-width: 640px) {
  html.custom-cursor,
  html.custom-cursor * {
    cursor: auto !important;
  }
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}
.burst-confetti-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.burst-confetti-canvas {
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .burst-confetti-canvas {
    display: none;
  }
}
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: #f4f0e7;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 260ms ease,
    visibility 260ms ease;
}
.site-loader__bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  overflow: hidden;
  background-color: var(--load-bar-base-color, transparent);
}
@media (max-width: 640px) {
  .site-loader__bar {
    height: 3px;
  }
}
.site-loader__fill {
  position: absolute;
  inset: 0;
  display: block;
  background-color: var(--load-bar-fill-color, #111111);
  transform: scaleX(var(--load-visual-progress, 0));
  transform-origin: left;
  transition: none;
}
html.is-loading .anniversary-page,
html.is-loading .burst-confetti-canvas,
html.is-loading .sheet {
  visibility: hidden;
  opacity: 0;
}
html:not(.is-loading) .site-loader {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.anniversary-page {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding: 240px 0 0;
}
.masthead {
  position: fixed;
  top: clamp(28px, 3.8vw, 54px);
  left: 50%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  pointer-events: none;
  text-align: center;
  color: #111111;
  transform: translateX(-50%);
}
.masthead::before {
  content: "";
  display: block;
  width: min(100%, 519px);
  aspect-ratio: 519 / 107;
  background: url("/assets/title.svg") center / contain no-repeat;
}
.masthead.has-animated-logo::before {
  display: none;
}
.masthead__logo {
  display: block;
  width: min(100%, 519px);
  aspect-ratio: 519 / 107;
}
.masthead__logo-svg {
  display: block;
  width: 100%;
  height: auto;
  color: currentColor;
  overflow: visible;
}
.masthead__logo-svg--mobile {
  display: none;
}
.masthead__logo-path {
  opacity: 0;
  transform: translateY(14px) scale(0.6);
  transform-box: fill-box;
  transform-origin: center;
  animation: masthead-logo-reveal 380ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--logo-delay, 0s);
  will-change: opacity, transform;
}
html.is-loading .masthead__logo-path {
  animation-play-state: paused;
}
.masthead__line {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 24px);
  white-space: nowrap;
}
.masthead__line span {
  font-size: clamp(9px, 1vw, 13px);
  font-weight: 700;
  white-space: nowrap;
}
.masthead__line strong {
  display: block;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", Arial, Helvetica, sans-serif;
  font-size: clamp(44px, 5.4vw, 76px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}
.masthead p {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 12px 0 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 900;
  white-space: nowrap;
}
@keyframes masthead-logo-reveal {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.6);
  }
  62% {
    opacity: 1;
    transform: translateY(-1px) scale(1.035);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.document-stage {
  position: relative;
  z-index: 30;
  width: min(760px, 96vw);
  margin: 0 auto;
}
.document-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 1960px;
  perspective: 1500px;
}
.document-stack.is-hidden-by-sheet {
  visibility: hidden;
  pointer-events: none;
}
html.is-direct-detail-request .document-stack {
  visibility: hidden;
  pointer-events: none;
}
.document-stack.is-exiting-for-sheet {
  pointer-events: none;
}
.doc-card {
  --card-hover-x: 0px;
  --card-hover-y: 0px;
  position: relative;
  z-index: var(--depth);
  display: block;
  width: clamp(320px, 47vw, 577px);
  aspect-ratio: 577 / 650;
  margin-top: 0;
  margin-left: var(--offset);
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  container-type: inline-size;
  cursor: pointer;
  overflow: hidden;
  transform: var(--card-transform, rotate(var(--tilt)) translateY(0));
  transform-origin: center;
  backface-visibility: hidden;
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1), margin 720ms cubic-bezier(0.16, 1, 0.3, 1);
}
.doc-card.is-pending-entry {
  opacity: 0;
  pointer-events: none;
  transform: rotate(calc(var(--tilt) * 0.42)) translate3d(0, min(52vh, 480px), 0) scale(0.982);
}
.doc-card.is-entering {
  pointer-events: none;
  animation: paper-stack-enter 1850ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
  animation-delay: var(--enter-delay, 0ms);
  will-change: transform, opacity;
}
.document-stack.is-exiting-for-sheet .doc-card:not(.is-sheet-source) {
  animation: paper-stack-exit-for-sheet 560ms cubic-bezier(0.72, 0, 0.28, 1) both;
  animation-delay: var(--sheet-exit-delay, 0ms);
}
.document-stack.is-returning-from-sheet .doc-card:not(.is-sheet-source) {
  animation: paper-stack-return-from-sheet 720ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
  animation-delay: calc(180ms - min(var(--sheet-exit-delay, 0ms), 180ms));
}
.sheet-card-proxy {
  pointer-events: none;
  animation: none !important;
  transition: none !important;
}
.doc-card.is-text-restoring .doc-card__headline,
.doc-card.is-text-restoring .doc-card__page-label,
.doc-card.is-text-restoring .doc-card__footer,
.doc-card.is-text-restoring .doc-card__locked-footer {
  opacity: 0;
  transition: opacity 280ms ease;
}
.doc-card.is-text-restoring.is-text-restored .doc-card__headline,
.doc-card.is-text-restoring.is-text-restored .doc-card__page-label,
.doc-card.is-text-restoring.is-text-restored .doc-card__footer,
.doc-card.is-text-restoring.is-text-restored .doc-card__locked-footer {
  opacity: 1;
}
.doc-card:first-child {
  margin-top: 0;
}
.doc-card:hover,
.doc-card:focus-visible {
  margin-bottom: clamp(54px, 8vw, 104px);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  outline: 0;
  --card-transform: rotate(var(--hover-tilt)) translate3d(var(--card-hover-x), calc(-18px + var(--card-hover-y)), 0) scale(1);
}
.doc-card.is-scroll-focus {
  margin-bottom: clamp(54px, 8vw, 104px);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  outline: 0;
  --card-transform: rotate(var(--tilt)) translateY(0) scale(1);
}
.doc-card:active {
  --card-transform: rotate(var(--hover-tilt)) translate3d(var(--card-hover-x), calc(-18px + var(--card-hover-y)), 0) scale(0.995);
}
.doc-card.is-locked {
  cursor: default;
}
.doc-card.is-transition-hidden {
  visibility: hidden;
}
.doc-card.is-transition-target {
  --card-transform: rotate(0deg) translateY(0) scale(1);
  transition: none;
  visibility: hidden;
}
.doc-card.is-transition-target.is-restoring-tilt {
  --card-transform: rotate(var(--tilt)) translateY(0) scale(1);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}
.doc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  background: var(--lock-tint);
  pointer-events: none;
}
.doc-card.is-locked::before {
  display: block;
}
.doc-card + .doc-card {
  margin-top: clamp(-522px, -42vw, -264px);
}
@keyframes paper-stack-enter {
  0% {
    opacity: 0;
    transform: rotate(calc(var(--tilt) * 0.42)) translate3d(0, min(52vh, 480px), 0) scale(0.982);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(var(--tilt)) translate3d(0, 0, 0) scale(1);
  }
}
@keyframes paper-stack-exit-for-sheet {
  0% {
    opacity: 1;
    transform: rotate(var(--tilt)) translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: rotate(calc(var(--tilt) * 0.28)) translate3d(0, var(--sheet-exit-y, 46vh), 0) scale(0.99);
  }
}
@keyframes paper-stack-return-from-sheet {
  0% {
    opacity: 0;
    transform: rotate(calc(var(--tilt) * 0.42)) translate3d(0, min(52vh, 480px), 0) scale(0.982);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(var(--tilt)) translate3d(0, 0, 0) scale(1);
  }
}
.doc-card__surface {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background: var(--paper);
  color: var(--ink);
  pointer-events: none;
  user-select: none;
}
.doc-card.is-locked .doc-card__surface {
  filter: blur(3px);
  transform-origin: center;
}
.doc-card__header {
  position: absolute;
  top: 0;
  right: 5.72%;
  left: 5.72%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  height: 10%;
}
.doc-card__headline,
.doc-card__page-label,
.doc-card__footer,
.doc-card__locked-footer {
  display: block;
  overflow: hidden;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-card__headline,
.doc-card__footer,
.doc-card__locked-footer {
  text-align: left;
}
.doc-card__headline,
.doc-card__page-label {
  font-size: clamp(16px, 4.5cqw, 26px);
}
.doc-card__page-label {
  justify-self: end;
  text-align: right;
}
.doc-card__frame {
  position: absolute;
  top: 10%;
  right: 5.72%;
  left: 5.72%;
  height: 77.23%;
  background: var(--card-frame, #4c4c4c);
  overflow: hidden;
}
.doc-card__frame img {
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: cover;
}
.doc-card.is-transition-target .doc-card__headline,
.doc-card.is-transition-target .doc-card__page-label,
.doc-card.is-transition-target .doc-card__frame img,
.doc-card.is-transition-target .doc-card__footer,
.doc-card.is-transition-target .doc-card__locked-footer {
  opacity: 0;
  transition: none;
}
.doc-card__footer,
.doc-card__locked-footer {
  position: absolute;
  right: 5.72%;
  bottom: 6.98%;
  left: 5.72%;
  font-size: clamp(15px, 4.16cqw, 24px);
}
.doc-card__locked-footer {
  z-index: 3;
  display: none;
  color: var(--ink);
  pointer-events: none;
}
.doc-card.is-locked .doc-card__locked-footer {
  display: none;
}
.doc-card__lock {
  position: absolute;
  top: 0;
  right: 5.72%;
  left: 5.72%;
  z-index: 3;
  display: none;
  height: 10%;
  align-items: center;
  justify-content: flex-start;
  color: var(--ink);
  pointer-events: none;
}
.doc-card.is-locked .doc-card__lock {
  display: flex;
}
.doc-card__lock time {
  display: block;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 4.5cqw, 26px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}
.site-footer {
  position: relative;
  z-index: 45;
  width: 100%;
  min-height: 325px;
  margin-top: clamp(60px, 10vw, 140px);
  background: #000000;
  color: #ffffff;
}
.site-footer__inner {
  position: relative;
  min-height: 325px;
  padding: 48px;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", Arial, Helvetica, sans-serif;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.01em;
}
.site-footer__brand {
  width: 195px;
  margin-top: 42px;
}
.site-footer__brand svg {
  display: block;
  width: 195px;
  height: 53px;
  fill: currentColor;
}
.site-footer__info {
  display: block;
  margin: 35px 0 0;
  color: #ffffff;
  font-style: normal;
  font-size: 17px;
  font-weight: 350;
  line-height: 28px;
  letter-spacing: 0.01em;
}
.site-footer__info p {
  margin: 0 0 2px;
}
.site-footer__info strong {
  font-weight: 500;
}
.site-footer__info a::before {
  content: " I ";
}
.site-footer__info p:last-child {
  display: block;
  margin: 0;
}
.site-footer__info p:last-child span {
  margin-left: 10px;
  white-space: nowrap;
}
.cursor-trail {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: opacity 140ms ease;
}
.cursor-trail.is-visible {
  opacity: 1;
}
.cursor-trail__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  max-width: none;
  overflow: visible;
  scale: 1;
  transform-origin: center;
  transition: scale 120ms cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  will-change: translate, scale;
}
.cursor-trail__dot--head {
  width: 56px;
  height: 56px;
  filter: drop-shadow(4px 4px 4px rgba(253, 125, 1, 0.25));
}
.cursor-trail__charge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: conic-gradient(from -90deg, var(--cursor-charge-color, #fd7d01) calc(var(--cursor-charge-progress, 0) * 1turn), transparent 0);
  opacity: 0;
  pointer-events: none;
  scale: 0.88;
  transform-origin: center;
  filter: drop-shadow(2px 2px 2px rgba(17, 17, 17, 0.22));
  transition: opacity 120ms ease, scale 120ms cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  will-change: translate, scale, opacity, background;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
}
.cursor-trail.is-pressing .cursor-trail__dot {
  scale: 0.9;
}
.cursor-trail.is-charging .cursor-trail__charge {
  opacity: 1;
  scale: 1;
}
.sheet {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100vw;
  overflow: hidden;
  overscroll-behavior: contain;
  pointer-events: none;
  scrollbar-gutter: auto;
  --sheet-top-offset: clamp(154px, 12.8vw, 246px);
  --sheet-max-width: 1600px;
  --sheet-side-gap: 25px;
  --sheet-content-top: 65px;
}
.sheet[aria-hidden="false"] {
  pointer-events: auto;
}
.sheet__scrim {
  position: fixed;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: default;
}
.sheet__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  min-height: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  color: var(--sheet-ink, #111111);
  background: transparent;
  transform: translateY(103%);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}
.sheet[aria-hidden="false"] .sheet__panel {
  transform: none;
}
.sheet[aria-hidden="true"] .sheet__panel {
  visibility: hidden;
  transition: none;
}
.sheet.is-transitioning .sheet__panel {
  opacity: 0;
  transition: none;
  transform: none;
}
.sheet__close {
  z-index: 4;
  flex: 0 0 36px;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  cursor: pointer;
  transform: none;
}
.sheet__close--desktop {
  position: fixed;
  top: var(--sheet-close-top, calc(var(--sheet-top-offset) + 25px));
  right: 25px;
  left: auto;
}
.sheet__close svg {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sheet__close svg path:first-child {
  fill: currentColor;
}
.sheet__close svg path:not(:first-child) {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.sheet__mobile-chrome {
  display: none;
}
.sheet__mobile-cover,
.sheet__mobile-summary {
  display: none;
}
.sheet__scroller {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.sheet__scroller::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.sheet__layout {
  display: grid;
  grid-template-columns: minmax(320px, 644px) minmax(420px, 1fr);
  gap: 48px;
  width: 100%;
  margin: var(--sheet-top-offset) 0 0;
  padding: var(--sheet-content-top) max(var(--sheet-side-gap), calc((100% - var(--sheet-max-width)) / 2)) 120px;
  background: var(--sheet, #fff000);
}
.sheet.is-direct-opening.is-transition-ready:not(.is-revealed) .sheet__layout {
  opacity: 0;
  transform: translateY(calc(100vh + 120px));
}
.sheet.is-direct-opening.is-revealed .sheet__layout {
  animation: sheet-direct-layout-enter 1180ms cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: transform, opacity;
}
.sheet__media {
  position: sticky;
  top: 25px;
  z-index: 2;
  align-self: start;
  min-width: 0;
}
.sheet__figure {
  margin: 0;
}
.sheet__side-media-item {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease,
        visibility 0s linear 460ms;
  visibility: hidden;
  will-change: opacity;
}
.sheet__side-media-item.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 420ms ease;
  visibility: visible;
}
.sheet__side-media-item.is-exiting {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 360ms ease;
  visibility: visible;
}
.sheet__figure img,
.sheet__figure--empty {
  width: 100%;
  aspect-ratio: var(--media-aspect, 644 / 624);
  object-fit: cover;
}
.sheet__figure img {
  background: transparent;
}
@keyframes sheet-direct-layout-enter {
  0% {
    opacity: 0;
    transform: translateY(calc(100vh + 120px));
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sheet-direct-mobile-panel-enter {
  0% {
    opacity: 0;
    transform: translateY(103%);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sheet__figure--empty {
  display: block;
  background: #ffffff;
}
.sheet__figure figcaption,
.sheet__figure--empty span {
  display: none;
}
.sheet__youtube {
  width: 100%;
  aspect-ratio: var(--media-aspect, 16 / 9);
  overflow: hidden;
  background: #000000;
}
.sheet__youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.sheet__video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: var(--media-aspect, 644 / 362);
  background: #d9d9d9;
  color: #111111;
  font-size: 24px;
  font-weight: 900;
  line-height: 35px;
  text-align: center;
  white-space: pre-line;
}
.sheet__article {
  min-width: 0;
}
.sheet__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 75px;
}
.sheet__page {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}
.sheet__hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.14;
  word-break: keep-all;
}
.sheet__english {
  margin: 2px 0 0;
  max-width: 480px;
  color: #111111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.46;
  letter-spacing: 0;
  word-break: keep-all;
}
.sheet__hero time {
  display: block;
  padding-top: 6px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}
.sheet__copy-shell {
  position: relative;
  background: #ffffff;
  color: #111111;
  padding: 24px;
}
.sheet__lead {
  margin: 0 0 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-break: keep-all;
}
.sheet__copy {
  color: #111111;
}
.sheet__copy .sheet__figure {
  margin: 24px 0 28px;
}
.sheet__copy .sheet__figure--inline-compact {
  width: min(250px, 100%);
  margin: 60px auto;
}
.sheet__copy .sheet__figure--inline-quiz {
  width: min(618px, 100%);
}
.sheet__placeholder-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 4), minmax(0, 1fr));
  gap: 10px;
  margin: 70px 0 70px;
}
.sheet__image-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 4), minmax(0, 1fr));
  gap: 10px;
  margin: 70px 0 70px;
}
.sheet__placeholder-grid-cell {
  display: block;
  aspect-ratio: var(--grid-aspect, 207 / 260);
  background: #d9d9d9;
}
.sheet__image-grid-cell {
  display: block;
  aspect-ratio: var(--grid-aspect, 207 / 260);
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f1eadf;
}
.sheet__image-grid-cell--button {
  color: inherit;
  cursor: zoom-in;
}
.sheet__image-grid-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 180ms ease;
}
.sheet__image-grid-cell--button:is(:hover, :focus-visible) img {
  scale: 1.03;
}
.sheet__image-grid-cell--button:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}
.image-lightbox {
  --image-lightbox-block-gap: 28px;
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--image-lightbox-block-gap) 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}
.image-lightbox[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.image-lightbox__scrim {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: zoom-out;
}
.image-lightbox__figure {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1180px);
  max-width: calc(100vw - 56px);
  height: calc(100vh - var(--image-lightbox-block-gap) * 2);
  height: calc(100dvh - var(--image-lightbox-block-gap) * 2);
  margin: 0;
}
.image-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - var(--image-lightbox-block-gap) * 2);
  max-height: calc(100dvh - var(--image-lightbox-block-gap) * 2);
  object-fit: contain;
  background: #f1eadf;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.image-lightbox__close {
  position: fixed;
  top: var(--sheet-close-top, calc(var(--sheet-top-offset) + 25px));
  right: 25px;
  left: auto;
  z-index: 2;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background: transparent;
}
.sheet__copy .sheet__figure img {
  height: auto;
}
.sheet__figure--no-crop img {
  object-fit: contain;
}
.sheet__copy .sheet__media-block figcaption {
  display: block;
  margin-top: 8px;
  color: rgba(17, 17, 17, 0.64);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.sheet__media .sheet__media-block figcaption {
  display: block;
  margin-top: 14px;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.sheet__copy p {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-break: keep-all;
  white-space: pre-wrap;
}
.sheet[data-sheet-page="1"] .sheet__copy p {
  margin: 0 0 40px;
}
.sheet__copy .is-numbered {
  margin: 30px 0 28px;
  padding-left: 27px;
  text-indent: -27px;
}
.sheet__copy .is-numbered + .is-numbered {
  margin-top: 0;
}
.sheet__copy ol {
  margin: 30px 0 30px;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  list-style-position: outside;
  word-break: keep-all;
}
.sheet__copy li {
  margin: 0 0 30px;
  padding-left: 0;
}
.sheet__copy li:last-child {
  margin-bottom: 0;
}
.sheet__copy li::marker {
  font-weight: 700;
}
.sheet__copy strong,
.sheet__copy .is-heading {
  font-weight: 700;
}
.sheet__copy a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}
.sheet__copy code {
  padding: 0 0.22em;
  background: rgba(17, 17, 17, 0.08);
  border-radius: 4px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.9em;
}
.sheet__copy .is-heading {
  margin-top: 30px;
}
.sheet__copy .is-centered {
  text-align: center;
}
.sheet__copy .is-citation {
  margin-top: -3px;
  font-size: 13px;
  line-height: 22px;
}
.sheet__copy p.sheet__quote-heading {
  margin: 36px 0 47px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.sheet__quote-group {
  margin: 0;
  padding: 0 30px;
  text-align: center;
  word-break: keep-all;
}
.sheet__quote-group + .sheet__quote-group {
  margin-top: 58px;
}
.sheet__copy p.sheet__quote-body {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  white-space: normal;
}
.sheet__copy p.sheet__quote-citation {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  white-space: normal;
}
.sheet__copy p.sheet__event-title {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.sheet__copy p.sheet__event-info {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.sheet__copy p.sheet__cta {
  margin: 60px 0 40px;
  text-align: center;
  white-space: normal;
}
.sheet__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 5px;
  background: var(--sheet, #03d703);
  box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.3) inset, 2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transform: translateY(0);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.sheet__copy .sheet__cta-link {
  color: #ffffff;
  text-decoration: none;
}
.sheet__cta-link:active {
  box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.24) inset, 1px 1px 3px rgba(0, 0, 0, 0.34);
  transform: translateY(3px);
}
.sheet__cta-link--subtle {
  min-width: 157px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 5px;
  background: #e7e7e7;
  box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.3) inset, 2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #111111;
  font-size: 22px;
  line-height: 30px;
}
.sheet__copy .sheet__cta-link--subtle {
  color: #111111;
}
.sheet__block-heading {
  margin: 30px 0 11px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  word-break: keep-all;
}
.sheet__side-anchor {
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.sheet__mobile-side-media {
  display: none;
}
.sheet__section {
  margin: 0 0 22px;
}
.sheet__section h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.sheet__section p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-break: keep-all;
}
.sheet__page,
.sheet__hero h1,
.sheet__english,
.sheet__hero time,
.sheet__copy-shell {
  transition: opacity 560ms cubic-bezier(0.16, 1, 0.3, 1), transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-index, 0) * 32ms);
}
.sheet[aria-hidden="false"]:not(.is-revealed) .sheet__page,
.sheet[aria-hidden="false"]:not(.is-revealed) .sheet__hero h1,
.sheet[aria-hidden="false"]:not(.is-revealed) .sheet__english,
.sheet[aria-hidden="false"]:not(.is-revealed) .sheet__hero time,
.sheet[aria-hidden="false"]:not(.is-revealed) .sheet__copy-shell {
  opacity: 0;
  transform: translateY(18px);
}
.sheet.is-revealed .sheet__page,
.sheet.is-revealed .sheet__hero h1,
.sheet.is-revealed .sheet__english,
.sheet.is-revealed .sheet__hero time,
.sheet.is-revealed .sheet__copy-shell {
  opacity: 1;
  transform: none;
}
.sheet.is-transitioning:not(.is-closing) .sheet__page,
.sheet.is-transitioning:not(.is-closing) .sheet__hero h1,
.sheet.is-transitioning:not(.is-closing) .sheet__english,
.sheet.is-transitioning:not(.is-closing) .sheet__hero time,
.sheet.is-transitioning:not(.is-closing) .sheet__copy-shell {
  opacity: 0;
  transform: none;
  transition: none;
}
.sheet.is-handoff-ready .sheet__page,
.sheet.is-handoff-ready .sheet__hero h1,
.sheet.is-handoff-ready .sheet__english,
.sheet.is-handoff-ready .sheet__hero time,
.sheet.is-handoff-ready .sheet__copy-shell {
  opacity: 1;
  transform: none;
  transition: none;
}
.sheet.is-concealing-content .sheet__page,
.sheet.is-concealing-content .sheet__hero h1,
.sheet.is-concealing-content .sheet__english,
.sheet.is-concealing-content .sheet__hero time {
  opacity: 0;
  transform: none;
  transition-delay: 0ms;
}
.sheet.is-concealing-content .sheet__copy-shell {
  opacity: 0;
  transform: translateY(18px);
  transition-delay: calc(var(--conceal-index, 0) * 28ms);
}
.sheet-transition {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 70;
  width: 100vw;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
  transition: opacity 160ms ease;
}
.sheet-transition.is-handoff {
  opacity: 0;
}
.sheet-transition__content-reveal {
  position: fixed;
  z-index: 3;
  margin: 0;
  color: var(--sheet-ink, #111111);
  pointer-events: none;
  transform-origin: top left;
  will-change: top, left, opacity, transform;
}
.sheet-transition__content-text {
  overflow: visible;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  white-space: nowrap;
}
.sheet-transition__content-copy {
  overflow: visible;
  color: #111111;
}
.sheet-transition__content-close {
  z-index: 5;
}
.sheet-transition__bg,
.sheet-transition__image,
.sheet-transition__text {
  position: fixed;
  margin: 0;
  transform-origin: top left;
  will-change: transform, opacity;
}
.sheet-transition__bg {
  z-index: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.sheet-transition__image {
  z-index: 4;
  display: block;
  max-width: none;
  max-height: none;
  background: transparent;
  object-fit: cover;
  will-change: top, left, width, height, opacity;
}
.sheet-transition__text {
  z-index: 2;
  display: block;
  overflow: visible;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  will-change: top, left, width, height, font-size, line-height, opacity;
}
.sheet-transition__text--english {
  line-height: 1.32;
}
.sheet__footer {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .sheet__lead,
  .sheet__copy-shell {
    transition: none;
  }
}
@media (max-width: 980px) {
  .document-stack {
    min-height: 1600px;
  }
  .doc-card + .doc-card {
    margin-top: clamp(-460px, -42vw, -250px);
  }
  .sheet {
    --sheet-side-gap: 25px;
  }
  .sheet__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .sheet__media {
    position: static;
    margin-top: 0;
  }
  .sheet__hero {
    margin-bottom: 64px;
  }
}
@media (max-width: 640px) {
  html.sheet-open,
  html.sheet-open body {
    background: var(--active-sheet-bg, #f4f0e7);
  }
  html.is-direct-sheet-opening.sheet-open,
  html.is-direct-sheet-opening.sheet-open body {
    background: #f4f0e7;
  }
  .anniversary-page {
    padding-top: 175px;
  }
  .sheet {
    --sheet-top-offset: 0px;
    --sheet-side-gap: 25px;
    --sheet-content-top: 0px;
  }
  .masthead {
    top: 36px;
    width: 179px;
  }
  .masthead::before {
    width: min(100%, 179px);
    aspect-ratio: 179 / 94;
    background-image: url("/assets/title-mobile.svg");
  }
  .masthead__logo {
    width: min(100%, 179px);
    aspect-ratio: 179 / 94;
  }
  .masthead__logo-svg--desktop {
    display: none;
  }
  .masthead__logo-svg--mobile {
    display: block;
  }
  .document-stage {
    width: 100%;
  }
  .is-direct-detail-request .document-stage {
    opacity: 0;
    pointer-events: none;
  }
  .document-stack {
    min-height: 1040px;
  }
  .doc-card {
    width: min(322px, 86vw);
    margin-left: calc(var(--offset) * 0.3);
  }
  .doc-card + .doc-card {
    margin-top: clamp(-278px, -72vw, -230px);
  }
  .doc-card:hover,
  .doc-card:focus-visible {
    margin-bottom: 34px;
  }
  .doc-card.is-scroll-focus {
    margin-bottom: 96px;
  }
  .doc-card__header {
    gap: 8px;
  }
  .doc-card__headline,
  .doc-card__page-label {
    font-size: 16px;
  }
  .doc-card__footer,
  .doc-card__locked-footer {
    font-size: 15px;
  }
  .sheet__panel {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 0;
    margin-top: 0;
    background: var(--sheet, #ff7d01);
  }
  .sheet {
    overscroll-behavior: auto;
  }
  .sheet.is-direct-opening.is-transition-ready:not(.is-revealed) .sheet__panel {
    opacity: 0;
    transform: translateY(103%);
    transition: none;
  }
  .sheet.is-direct-opening.is-revealed .sheet__panel {
    animation: sheet-direct-mobile-panel-enter 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
    will-change: transform, opacity;
  }
  .sheet__panel::before,
  .sheet__panel::after {
    display: none;
  }
  .sheet__close--desktop {
    display: none;
  }
  .sheet__mobile-chrome {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
    display: block;
    width: 100%;
    background: var(--sheet, #ff7d01);
    color: #111111;
    cursor: pointer;
  }
  .sheet__mobile-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: var(--sheet, #ff7d01);
  }
  .sheet__mobile-anniversary {
    position: absolute;
    top: 50%;
    left: 24px;
    font-size: 7px;
    font-weight: 900;
    line-height: 8px;
    white-space: nowrap;
    transform: translateY(-50%);
  }
  .sheet__mobile-logo {
    display: block;
    width: 78px;
    height: 21px;
    background: #111111;
    transform-origin: center;
    -webkit-mask: url("/assets/logo-the-edit.svg") center / contain no-repeat;
    mask: url("/assets/logo-the-edit.svg") center / contain no-repeat;
  }
  .sheet.is-revealed:not(.is-transitioning) .sheet__mobile-logo {
    animation: sheet-mobile-logo-kick 520ms cubic-bezier(0.16, 1, 0.3, 1) 70ms both;
  }
  .sheet__close--mobile {
    position: absolute;
    top: 50%;
    right: 24px;
    left: auto;
    z-index: 6;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0;
    color: #111111;
    transform: translateY(-50%);
  }
  .sheet__close--mobile svg {
    width: 17px;
    height: 17px;
  }
  .sheet__close--mobile svg path:first-child {
    fill: #000000;
  }
  .sheet__close--mobile svg path:not(:first-child) {
    stroke: #000000;
    stroke-width: 1;
  }
  .sheet__mobile-cover {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 10px;
    background: var(--sheet, #ff7d01);
    color: #111111;
    text-align: center;
  }
  .sheet__mobile-cover-page,
  .sheet__mobile-cover-title,
  .sheet__mobile-cover-english,
  .sheet__mobile-cover-date {
    margin: 0;
    letter-spacing: 0;
  }
  .sheet__mobile-cover-page {
    width: 171px;
    font-size: 17px;
    font-weight: 900;
    line-height: 25px;
  }
  .sheet__mobile-cover-title {
    width: min(320px, calc(100vw - 48px));
    margin-top: 4px;
    font-size: 29px;
    font-weight: 900;
    line-height: 35px;
    word-break: keep-all;
  }
  .sheet__mobile-cover-media {
    width: min(326px, calc(100vw - 49px));
    margin-top: 23px;
    background: #4c4c4c;
  }
  .sheet__mobile-cover-media img,
  .sheet__mobile-cover-media span {
    display: block;
    width: 100%;
    aspect-ratio: 326 / 316;
    background: #4c4c4c;
    object-fit: cover;
  }
  .sheet__mobile-cover-english {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    word-break: keep-all;
  }
  .sheet__mobile-cover-date {
    z-index: 1;
    width: 50px;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }
  .sheet.is-revealed:not(.is-transitioning) .sheet__mobile-cover-page {
    animation: sheet-mobile-title-pop 520ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
  }
  .sheet.is-revealed:not(.is-transitioning) .sheet__mobile-cover-title {
    animation: sheet-mobile-title-pop 620ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
  }
  .sheet.is-revealed:not(.is-transitioning) .sheet__mobile-cover-english,
  .sheet.is-revealed:not(.is-transitioning) .sheet__mobile-cover-date {
    animation: sheet-mobile-title-fade 560ms cubic-bezier(0.16, 1, 0.3, 1) 190ms both;
  }
  @keyframes sheet-mobile-logo-kick {
    0% {
      opacity: 0;
      transform: translateY(3px) scale(0.86) rotate(-3deg);
    }
    58% {
      opacity: 1;
      transform: translateY(-1px) scale(1.06) rotate(1.5deg);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes sheet-mobile-title-pop {
    0% {
      opacity: 0;
      transform: translateY(12px) scale(0.96) skewX(-4deg);
    }
    54% {
      opacity: 1;
      transform: translateY(-2px) scale(1.015) skewX(1.5deg);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes sheet-mobile-title-fade {
    0% {
      opacity: 0;
      transform: translateY(8px);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .sheet__mobile-summary {
    --mobile-summary-height: 44px;
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 58px;
    column-gap: 10px;
    align-items: start;
    min-height: var(--mobile-summary-height);
    padding: 6px 25px;
    isolation: isolate;
    background: transparent;
    color: #111111;
    pointer-events: none;
    transform: translateY(calc(var(--mobile-summary-height) * -1));
    transition: transform 180ms ease,
            visibility 0s linear 180ms;
    visibility: hidden;
  }
  .sheet__mobile-summary::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    background: #ffffff;
    transform: translateX(-50%);
  }
  .sheet.is-mobile-summary-stuck .sheet__mobile-summary {
    pointer-events: auto;
    transform: none;
    transition: transform 180ms ease,
            visibility 0s;
    visibility: visible;
  }
  .sheet__scroller::before {
    content: "";
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;
    width: min(326px, calc(100vw - 49px));
    pointer-events: none;
    background: #ffffff;
    opacity: 0;
    transform: translateX(-50%);
    transition: width 260ms cubic-bezier(0.16, 1, 0.3, 1), opacity 1ms linear 260ms;
  }
  .sheet.is-mobile-summary-stuck .sheet__scroller::before {
    width: 100vw;
    opacity: 1;
    transition: width 260ms cubic-bezier(0.16, 1, 0.3, 1), opacity 0s;
  }
  .sheet__mobile-page,
  .sheet__mobile-title,
  .sheet__mobile-english,
  .sheet__mobile-date {
    margin: 0;
    letter-spacing: 0;
  }
  .sheet__mobile-page,
  .sheet__mobile-title {
    font-size: 12px;
    font-weight: 900;
    line-height: normal;
  }
  .sheet__mobile-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sheet__mobile-english {
    margin-top: 4px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sheet__mobile-date {
    padding-top: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    white-space: nowrap;
  }
  .sheet__scroller {
    position: relative;
    z-index: 0;
    flex: 1 1 auto;
    min-height: 0;
    background: var(--sheet, #ff7d01);
  }
  .sheet__layout {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: min(375px, calc(100% - var(--sheet-side-gap) * 2));
    margin: 0 auto;
    padding: 0;
    background: transparent;
  }
  .sheet__article {
    display: block;
    order: 2;
    width: 100%;
  }
  .sheet__hero time {
    order: 5;
    padding-top: 0;
    margin: 1px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
  }
  .sheet__hero {
    display: none;
  }
  .sheet__page {
    order: 1;
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 900;
    line-height: 25px;
    text-align: center;
  }
  .sheet__hero h1 {
    order: 2;
    width: min(214px, calc(100vw - 48px));
    margin: 0 auto 11px;
    font-size: 45px;
    font-weight: 900;
    line-height: 35px;
    text-align: center;
  }
  .sheet__english {
    order: 4;
    width: min(212px, calc(100vw - 48px));
    margin: 5px auto 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
  }
  .sheet__media {
    display: none;
    order: 1;
    width: min(326px, calc(100vw - 49px));
    margin-right: auto;
    margin-left: auto;
  }
  .sheet__figure img,
  .sheet__figure--empty {
    width: 100%;
    aspect-ratio: var(--mobile-media-aspect, var(--media-aspect, 326 / 316));
  }
  .sheet__youtube {
    aspect-ratio: var(--mobile-media-aspect, var(--media-aspect, 16 / 9));
  }
  .sheet__copy-shell {
    order: 6;
    width: min(326px, calc(100vw - 49px));
    margin: 0 auto;
    padding: 10px 10px 60px;
  }
  .sheet.is-handoff-ready .sheet__copy-shell {
    opacity: 0;
    transform: translateY(18px);
    transition: none;
  }
  .sheet__page,
  .sheet__hero h1,
  .sheet__english,
  .sheet__hero time,
  .sheet__copy-shell {
    transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(var(--reveal-index, 0) * 24ms);
  }
  .sheet.is-revealed:not(.is-transitioning):not(.is-handoff-ready) .sheet__copy-shell {
    transition-delay: 40ms;
  }
  .sheet__lead {
    display: none;
  }
  .sheet__copy p,
  .sheet__lead,
  .sheet__block-heading,
  .sheet__section h3,
  .sheet__section p {
    font-size: 14px;
    line-height: 25px;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .sheet__copy p {
    margin-bottom: 11px;
  }
  .sheet__copy .is-numbered {
    margin: 24px 0;
    padding-left: 21px;
    text-indent: -21px;
  }
  .sheet__copy ol {
    margin: 24px 0;
    padding-left: 21px;
    font-size: 14px;
    line-height: 25px;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .sheet__copy li {
    margin-bottom: 24px;
  }
  .sheet__copy p:last-child {
    margin-bottom: 0;
  }
  .sheet__copy .is-heading {
    margin-top: 30px;
  }
  .sheet__copy .is-citation {
    font-size: 10px;
    line-height: 18px;
  }
  .sheet__copy p.sheet__quote-heading {
    margin: 30px 0 34px;
    font-size: 14px;
    line-height: 25px;
  }
  .sheet__quote-group + .sheet__quote-group {
    margin-top: 42px;
  }
  .sheet__quote-group {
    padding-right: 0;
    padding-left: 0;
  }
  .sheet__copy p.sheet__quote-body {
    font-size: 14px;
    line-height: 25px;
  }
  .sheet__copy p.sheet__quote-citation {
    margin-top: 8px;
    font-size: 10px;
    line-height: 18px;
  }
  .sheet__copy p.sheet__cta {
    margin-top: 62px;
  }
  .sheet[data-sheet-page="4"] .sheet__copy p.sheet__cta {
    margin-top: 62px;
  }
  .sheet__copy .sheet__figure {
    margin: 20px 0 24px;
  }
  .sheet__copy .sheet__mobile-side-media .sheet__figure {
    margin: 24px -10px 28px;
  }
  .sheet__copy .sheet__mobile-side-media .sheet__media-block figcaption {
    display: none;
  }
  .sheet__copy .sheet__figure--inline-compact {
    width: min(226px, 100%);
    margin: 36px auto;
  }
  .sheet[data-sheet-page="4"] .sheet__copy .sheet__figure--inline-quiz {
    margin-top: 28px;
  }
  .sheet__placeholder-grid {
    gap: 4px;
    margin: 24px 0 28px;
  }
  .sheet__image-grid {
    gap: 4px;
    margin: 24px 0 28px;
  }
  .sheet__placeholder-grid--popup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 6px;
    margin: 24px -10px 35px;
  }
  .sheet__image-grid--popup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 6px;
    margin: 24px -10px 35px;
  }
  .image-lightbox {
    --image-lightbox-block-gap: 18px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .image-lightbox__figure {
    width: 100%;
    max-width: calc(100vw - 36px);
  }
  .image-lightbox__close {
    top: 25px;
    right: 24px;
    left: var(--image-lightbox-close-left, auto);
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
  }
  .image-lightbox__close svg {
    width: 17px;
    height: 17px;
  }
  .sheet__copy p.sheet__event-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 25px;
  }
  .sheet__copy p.sheet__event-info {
    font-size: 14px;
    line-height: 25px;
  }
  .sheet__cta-link,
  .sheet__cta-link--subtle {
    min-width: 0;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 3.5px;
    box-shadow: 1.385px 1.385px 1.385px 0 rgba(255, 255, 255, 0.3) inset, 1.385px 1.385px 3.462px 0 rgba(0, 0, 0, 0.4);
    font-size: 15px;
    line-height: 20px;
  }
  .sheet__copy .sheet__media-block figcaption {
    font-size: 12px;
    line-height: 18px;
  }
  .sheet__mobile-side-media {
    display: block;
  }
  .sheet__footer {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 45px 18px;
    background: #000000;
    color: #ffffff;
    text-align: center;
  }
  .sheet__footer-brand {
    width: 122px;
    height: 33px;
    margin: 0 0 29px;
    overflow: hidden;
    background: #ffffff;
    font-size: 0;
    line-height: 0;
    -webkit-mask: url("/assets/logo-the-edit.svg") center / contain no-repeat;
    mask: url("/assets/logo-the-edit.svg") center / contain no-repeat;
  }
  .sheet__footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 14px;
    margin: 0 0 20px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
  }
  .sheet__footer-nav a {
    color: inherit;
    text-decoration: none;
  }
  .sheet__footer-info {
    margin: 0;
    font-style: normal;
    font-size: 10px;
    font-weight: 300;
    line-height: 17px;
  }
  .sheet__footer-info p {
    margin: 0;
  }
  .sheet__footer-info strong {
    font-weight: 500;
  }
  .sheet__footer-info a {
    color: inherit;
    text-decoration: none;
  }
  .sheet__footer-info a::before {
    content: " I ";
  }
  .site-footer,
  .site-footer__inner {
    min-height: 0;
  }
  .site-footer {
    height: 262px;
    overflow: hidden;
  }
  .site-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 262px;
    padding: 49px 18px 0;
    text-align: center;
  }
  .site-footer__nav {
    order: 2;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0 12px;
    width: min(339px, calc(100vw - 36px));
    margin: 0 0 17px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  .site-footer__brand {
    order: 1;
    width: 122px;
    height: 33px;
    margin: 0 0 27px;
  }
  .site-footer__brand svg {
    width: 122px;
    height: 33px;
  }
  .site-footer__info {
    order: 3;
    display: block;
    width: min(304px, calc(100vw - 36px));
    margin: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: normal;
  }
  .site-footer__info p {
    display: block;
    margin: 0;
  }
  .site-footer__info strong {
    font-weight: 500;
  }
  .site-footer__info a::before {
    content: " I ";
  }
  .site-footer__info p:nth-child(3) {
    line-height: 19px;
  }
  .site-footer__info p:last-child span {
    display: block;
    margin: 0;
    line-height: 15px;
  }
}
@media (hover: none), (pointer: coarse) {
  .cursor-trail {
    display: none !important;
  }
  .doc-card:hover,
  .doc-card:focus-visible,
  .doc-card:active {
    margin-bottom: 0;
    --card-transform: rotate(var(--tilt)) translateY(0) scale(1);
  }
  .doc-card.is-scroll-focus {
    margin-bottom: clamp(54px, 8vw, 104px);
    --card-transform: rotate(var(--tilt)) translateY(0) scale(1);
  }
}
@media (max-width: 640px) {
  .cursor-trail {
    display: none !important;
  }
}
@media (max-width: 640px) and (hover: none), (max-width: 640px) and (pointer: coarse) {
  .doc-card.is-scroll-focus {
    margin-bottom: 96px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .masthead__logo-path {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}
