@font-face { font-family: "Paperlogy"; src: url("/assets/fonts/paperlogy/Paperlogy-6SemiBold.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Paperlogy"; src: url("/assets/fonts/paperlogy/Paperlogy-8ExtraBold.woff2") format("woff2"); font-weight: 800; font-display: swap; }

/* Home-authority header shared by every public 2026 surface. */
.wl2026-global-skip {
  position: fixed;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 1000;
  min-height: 44px;
  border-radius: 8px;
  background: #fff;
  padding: 12px 24px;
  color: #153d2e;
  font-weight: 700;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 24px));
  transition: opacity 140ms cubic-bezier(.16, 1, .3, 1), transform 140ms cubic-bezier(.16, 1, .3, 1);
}

.wl2026-global-skip:focus,
.wl2026-global-skip:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.wl2026-global-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 100;
  box-sizing: border-box;
  border-block-end: 1px solid #b9c4b9;
  background: #f5f1e7;
  color: #153d2e;
  font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif;
}

.wl2026-global-header *,
.wl2026-global-header *::before,
.wl2026-global-header *::after { box-sizing: border-box; }

.wl2026-global-shell {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
}

.wl2026-global-header__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 84px;
  align-items: center;
  gap: 24px;
}

.wl2026-global-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: #153d2e;
  font-family: Paperlogy, Pretendard, "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: none;
  white-space: nowrap;
}

html body .wl2026-global-header .wl2026-global-brand > span {
  display: block;
  font-family: Paperlogy, Pretendard, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 28px !important;
  letter-spacing: .14em !important;
  word-spacing: 0 !important;
}

.wl2026-global-brand img {
  display: block;
  width: 38px;
  height: auto;
}

.wl2026-global-primary-nav { min-width: 0; }

.wl2026-global-primary-nav > div,
.wl2026-global-utility-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wl2026-global-primary-nav a,
.wl2026-global-utility-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding-inline: 12px;
  color: #153d2e;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
}

.wl2026-global-utility-nav a {
  min-width: 88px;
  border: 1px solid #b9c4b9;
  background: #fff;
}

.wl2026-global-utility-nav a:last-child {
  border-color: #153d2e;
  background: #153d2e;
  color: #fff;
}

.wl2026-global-mobile-menu { display: none; }

.wl2026-global-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.wl2026-global-header :is(a, summary, button):focus-visible {
  outline: 3px solid #cbef34;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .wl2026-global-primary-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
}

html body.wl2026-global-page {
  --wl2026-sticky-header-height: 85px;
  --wl2026-sticky-navigation-height: 150px;
  --wl2026-quick-menu-visible-height: 65px;
  --wl2026-deep: #153d2e;
  --wl2026-lime: #cbef34;
  --wl2026-paper: #f5f1e7;
  --wl2026-line: rgba(21, 61, 46, .24);
  color: #181a16;
  background: var(--wl2026-paper);
  font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif;
}

/* Anchor links and keyboard navigation clear both persistent menu rows. */
body.wl2026-global-page :where(main, main [id]) {
  scroll-margin-block-start: calc(var(--wl2026-sticky-navigation-height) + 16px);
}

html body.wl2026-global-page :is(h1, h2, h3, .hero-title) {
  font-family: Paperlogy, Pretendard, "Noto Sans KR", sans-serif;
  letter-spacing: -.035em;
  word-break: keep-all;
}

html body.wl2026-global-page .global-header.wasabi-global-header {
  border-bottom: 1px solid var(--wl2026-line);
  background: rgba(245, 241, 231, .96);
  box-shadow: none;
  color: var(--wl2026-deep);
}

html body.wl2026-global-page .global-header.wasabi-global-header .global-header-inner {
  width: min(100% - 2.5rem, 80rem);
  min-height: 5.25rem;
}

html body.wl2026-global-page .wasabi-brand-text strong,
html body.wl2026-global-page .global-header .section-link,
html body.wl2026-global-page .global-header .nav-submenu a { color: var(--wl2026-deep); }
html body.wl2026-global-page .wasabi-brand-text > span { display: none; }
html body.wl2026-global-page .global-header .section-link { font-weight: 800; }
html body.wl2026-global-page .global-header .nav-section.is-current > .section-link,
html body.wl2026-global-page .global-header .section-link[aria-current="page"] { text-decoration-color: var(--wl2026-lime); text-decoration-thickness: .25rem; text-underline-offset: .4rem; }
html body.wl2026-global-page .global-header :is(button, input, a):focus-visible { outline: 3px solid var(--wl2026-lime); outline-offset: 3px; }
html body.wl2026-global-page :is(.hub-primary-link, .auth-button:not(.auth-button--secondary):not(.auth-button--quiet), .market-button-primary, button[type="submit"]) { border-color: var(--wl2026-lime); background: var(--wl2026-lime); color: #102d22; }
html body.wl2026-global-page :is(.site-header, .auth-hero, .hub-hero, .editorial-hero) { background-color: var(--wl2026-paper); }

[data-wl-global-revenue-discovery] {
  position: sticky;
  inset-block-start: var(--wl2026-sticky-header-height, 85px);
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(100% - 2.5rem, 80rem);
  margin: .65rem auto 0;
  padding: .55rem .75rem;
  border: 1px solid var(--wl2026-line, rgba(21, 61, 46, .24));
  border-radius: 999px;
  background: #fdfcfb;
}
[data-wl-global-revenue-discovery] > span { flex: none; font-size: .78rem; font-weight: 800; color: var(--wl2026-deep, #153d2e); }
[data-wl-global-revenue-discovery] .wl2026-revenue-discovery__rows { display: flex; flex: 1; justify-content: space-between; gap: .35rem; }
[data-wl-global-revenue-discovery] .wl2026-revenue-discovery__row { display: contents; }
[data-wl-global-revenue-discovery] a { display: inline-flex; min-height: 44px; align-items: center; padding: .5rem .65rem; border-radius: 999px; color: var(--wl2026-deep, #153d2e); font-weight: 800; text-decoration: none; }
[data-wl-global-revenue-discovery] a:is(:hover, :focus-visible) { background: var(--wl2026-deep, #153d2e); color: white; }
[data-wl-global-revenue-discovery] a:focus-visible { outline: 3px solid var(--wl2026-lime, #cbef34); outline-offset: 2px; }
[data-wl-global-revenue-discovery] .wl2026-revenue-discovery__kinopass { gap: 7px; font-weight: 700; white-space: nowrap; }
[data-wl-global-revenue-discovery] .wl2026-revenue-discovery__kinopass img { display: block; width: 20px; max-width: 20px; height: 18px; object-fit: contain; flex: 0 0 20px; }
[data-wl-global-revenue-discovery] .wl2026-revenue-discovery__mobile-toggle-row { display: none; }
.kinopass-page [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__kinopass { border: 1px solid rgba(7, 29, 69, .18); background: rgba(7, 29, 69, .07); color: #071d45; }
.kinopass-page [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__kinopass:is(:hover, :focus-visible) { background: rgba(7, 29, 69, .12); color: #071d45; }

html body.wl2026-global-page footer.wl2026-global-footer {
  box-sizing: border-box;
  margin: auto 0 0;
  border: 0;
  border-block-start: 1px solid rgba(21, 61, 46, .24);
  background: #fff;
  padding-block: 64px;
  color: #181a16;
  font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

html body.wl2026-global-page .wl2026-global-footer *,
html body.wl2026-global-page .wl2026-global-footer *::before,
html body.wl2026-global-page .wl2026-global-footer *::after { box-sizing: border-box; }

html body.wl2026-global-page .wl2026-global-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 64px;
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
}

html body.wl2026-global-page .wl2026-global-footer :is(p, nav) { margin-block: 0; }

html body.wl2026-global-page .wl2026-global-footer a {
  color: inherit;
  text-decoration: none;
}

html body.wl2026-global-page .wl2026-global-footer__brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  margin-block-end: 24px;
  color: #153d2e;
  white-space: nowrap;
}

html body.wl2026-global-page .wl2026-global-footer__brand img {
  display: block;
  width: 38px;
  height: auto;
}

html body.wl2026-global-page .wl2026-global-footer__brand > span {
  display: block;
  font-family: Paperlogy, Pretendard, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 28px !important;
  letter-spacing: .14em !important;
  word-spacing: 0 !important;
}

html body.wl2026-global-page .wl2026-global-footer__slogan {
  color: #153d2e;
  font-family: Paperlogy, Pretendard, "Noto Sans KR", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

html body.wl2026-global-page .wl2026-global-footer__proposition {
  max-width: 480px;
  margin-block-start: 12px !important;
  color: #59635b;
}

html body.wl2026-global-page .wl2026-global-footer__newsletter {
  display: flex;
  width: fit-content;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  margin-block-end: 12px;
  padding: 12px 14px;
  font-weight: 750;
}

html body.wl2026-global-page .wl2026-global-footer__revenue {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  margin-block: 16px !important;
}

html body.wl2026-global-page .wl2026-global-footer__revenue a,
html body.wl2026-global-page .wl2026-global-footer__links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
}

html body.wl2026-global-page .wl2026-global-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 8px 24px;
}

html body.wl2026-global-page .wl2026-global-footer__links a {
  font-size: 14px;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  html body.wl2026-global-page .wl2026-global-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

html body.wl2026-global-page .wl2026-global-footer a:focus-visible {
  border-radius: 4px;
  outline: 3px solid #cbef34;
  outline-offset: 3px;
}

/* One shared Home / page-top control across all public Renewal surfaces. */
.wl2026-global-utility-dock {
  position: fixed;
  z-index: 80;
  inset-inline-end: max(16px, env(safe-area-inset-right));
  inset-block-end: max(16px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.wl2026-global-utility-button {
  display: inline-flex;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 61, 46, .24);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(21, 61, 46, .14);
  color: #153d2e;
  cursor: pointer;
  text-decoration: none;
}

.wl2026-global-utility-button--home { background: #edf8e8; }
.wl2026-global-utility-button--top { background: #cbef34; }
.wl2026-global-utility-button[hidden] { display: none !important; }

.wl2026-global-utility-button svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.wl2026-global-utility-button:is(:hover, :focus-visible) {
  border-color: #153d2e;
  outline: 3px solid #fff;
  outline-offset: 2px;
  transform: translateY(-1px);
}

@media (max-width: 52rem) {
  html body.wl2026-global-page .global-header.wasabi-global-header .global-header-inner { width: min(100% - 1.5rem, 80rem); min-height: 4.5rem; }
  html body.wl2026-global-page .global-header .wasabi-site-nav.is-mobile-open { background: var(--wl2026-paper); }
  html body.wl2026-global-page .global-header .nav-section,
  html body.wl2026-global-page .global-header .section-link,
  html body.wl2026-global-page .global-header .nav-submenu a { min-height: 44px; }
}

@media (max-width: 47.9375rem) {
  [data-wl-global-revenue-discovery] {
    position: sticky;
    inset-block-start: var(--wl2026-sticky-header-height, 72px);
    z-index: 99;
    box-sizing: border-box;
    width: min(100% - 1rem, 80rem);
    height: auto;
    min-height: 0;
    display: block;
    padding: 3px 8px;
    border-radius: 1rem;
    overflow: visible;
  }
  [data-wl-global-revenue-discovery] > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__mobile-toggle-row {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__mobile-toggle-row > strong {
    padding-inline-start: 8px;
    color: var(--wl2026-deep, #153d2e);
    font-size: .92rem;
  }
  [data-wl-global-revenue-discovery] [data-wl-quick-menu-toggle] {
    display: inline-flex;
    min-width: 92px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--wl2026-deep, #153d2e);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
  }
  [data-wl-global-revenue-discovery] [data-wl-quick-menu-toggle]:focus-visible {
    outline: 3px solid var(--wl2026-lime, #cbef34);
    outline-offset: 1px;
  }
  [data-wl-global-revenue-discovery] [data-wl-quick-menu-toggle] svg { transition: transform .2s ease; }
  [data-wl-global-revenue-discovery] [data-wl-quick-menu-toggle][aria-expanded="true"] svg { transform: rotate(180deg); }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__rows {
    display: grid;
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    margin-block: 6px 10px;
    row-gap: 10px;
    max-height: min(44vh, 212px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__rows[hidden] { display: none !important; }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__row {
    display: grid;
    width: 100%;
    min-width: 0;
    column-gap: clamp(4px, 1.5vw, 8px);
  }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__row--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__row--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  [data-wl-global-revenue-discovery] a {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    overflow: hidden;
    padding-inline: clamp(4px, 1.8vw, 8px);
    font-size: clamp(12px, 3.4vw, 15px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.2;
    text-overflow: clip;
    white-space: nowrap;
  }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__kinopass {
    width: 100%;
    max-width: 100%;
    gap: 6px;
    padding-inline: 6px;
  }
  [data-wl-global-revenue-discovery] .wl2026-revenue-discovery__kinopass img { width: 18px; max-width: 18px; height: auto; flex: 0 0 18px; }
}

@media (max-width: 64rem) {
  html body.wl2026-global-page .wl2026-global-footer__grid {
    grid-template-columns: 1fr;
  }

  .wl2026-global-header__row {
    grid-template-columns: auto 1fr;
    padding-block: 12px;
  }

  .wl2026-global-primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    overflow-x: auto;
  }

  .wl2026-global-primary-nav > div {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 48rem) {
  html body.wl2026-global-page {
    --wl2026-sticky-header-height: 64px;
    --wl2026-quick-menu-visible-height: 156px;
    --wl2026-sticky-navigation-height: 220px;
  }

  .wl2026-global-shell { width: min(calc(100% - 24px), 1280px); }

  .wl2026-global-header__row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 64px;
    padding-block: 6px;
    gap: 6px;
  }

  .wl2026-global-brand {
    min-width: 0;
    gap: 6px;
    letter-spacing: .06em;
  }
  html body .wl2026-global-header .wl2026-global-brand > span,
  html body.wl2026-global-page .wl2026-global-footer__brand > span {
    letter-spacing: .06em !important;
  }
  html body .wl2026-global-header .wl2026-global-brand > span {
    overflow: hidden;
    font-size: clamp(11px, 3.5vw, 14px) !important;
    text-overflow: ellipsis;
  }
  .wl2026-global-brand img { width: 30px; flex: 0 0 30px; }

  html body.wl2026-global-page footer.wl2026-global-footer { padding-block: 48px; }
  html body.wl2026-global-page .wl2026-global-footer__grid {
    width: min(calc(100% - 32px), 1280px);
    gap: 40px;
  }
  html body.wl2026-global-page .wl2026-global-footer__brand img { width: 34px; }
  html body.wl2026-global-page .wl2026-global-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl2026-global-utility-dock {
    inset-inline-end: max(12px, env(safe-area-inset-right));
    inset-block-end: max(12px, env(safe-area-inset-bottom));
  }

  .wl2026-global-utility-button {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 16px;
  }

  .wl2026-global-utility-button svg {
    width: 24px;
    height: 24px;
  }

  .wl2026-global-utility-nav {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    gap: 4px;
  }

  .wl2026-global-utility-nav a {
    min-width: auto;
    min-height: 44px;
    padding-inline: clamp(7px, 2.6vw, 11px);
    font-size: clamp(12px, 3.5vw, 14px);
  }

  .wl2026-global-utility-nav a:last-child { font-size: 0; }
  .wl2026-global-utility-nav a:last-child::after { content: "MY"; font-size: 14px; }

  .wl2026-global-primary-nav { display: none; }

  .wl2026-global-mobile-menu {
    display: block;
    grid-column: 3;
    grid-row: 1;
    width: 44px;
    height: 44px;
    border: 0;
  }

  .wl2026-global-mobile-menu > summary {
    display: flex;
    width: 44px;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #153d2e;
    border-radius: 999px;
    background: #153d2e;
    color: #153d2e;
    cursor: pointer;
    list-style: none;
  }

  .wl2026-global-mobile-menu > summary svg { color: #fff; }
  .wl2026-global-mobile-menu > summary::-webkit-details-marker { display: none; }
  .wl2026-global-mobile-menu > summary::marker { display: none; content: ""; }
  .wl2026-global-mobile-menu > summary:focus-visible { outline: 3px solid var(--wl2026-lime); outline-offset: 3px; }

  .wl2026-global-mobile-menu:not([open]) > :is(.wl2026-global-mobile-menu__backdrop, .wl2026-global-mobile-menu__panel) {
    display: none;
  }

  .wl2026-global-mobile-menu__backdrop {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(2, 14, 10, .58);
    backdrop-filter: blur(2px);
  }

  .wl2026-global-mobile-menu__panel {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 2;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(92vw, 400px);
    max-width: 100%;
    min-height: 100dvh;
    border-inline-start: 1px solid #b9c4b9;
    background: #f5f1e7;
    box-shadow: -20px 0 54px rgba(2, 14, 10, .24);
    color: #153d2e;
  }

  .wl2026-global-mobile-menu__heading {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-block-end: 1px solid #b9c4b9;
    padding: max(10px, env(safe-area-inset-top)) 16px 10px;
  }

  .wl2026-global-mobile-menu__heading strong {
    font-family: Paperlogy, Pretendard, "Noto Sans KR", sans-serif;
    font-size: 19px;
    letter-spacing: -.02em;
  }

  .wl2026-global-mobile-menu__heading button {
    display: inline-flex;
    width: 44px;
    min-width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9c4b9;
    border-radius: 999px;
    background: #fff;
    color: #153d2e;
    cursor: pointer;
  }

  .wl2026-global-mobile-menu__panel nav {
    min-height: 0;
    padding: 16px 16px max(24px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .wl2026-global-mobile-menu__panel nav > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .wl2026-global-mobile-menu__panel nav a {
    display: flex;
    min-height: 52px;
    align-items: center;
    border: 1px solid #b9c4b9;
    border-radius: 8px;
    background: #fff;
    padding-inline: 12px;
    color: #153d2e;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
  }

  body.wl2026-global-mobile-menu-open .wl2026-global-utility-dock,
  body.wl2026-global-mobile-menu-open .kinopass-mobile-sticky,
  body.wl2026-global-mobile-menu-open .kinopass-desktop-sticky {
    visibility: hidden !important;
  }
}
