/* GENERATED FILE — source: prototypes/spomotive-openplay-home-v3.css
 * Run: node scripts/build-openplay-home-parity-css.mjs
 * The selector transform confines prototype visuals to #home.openplay-home.
 */
#home.openplay-home {
  color-scheme: light;
  --ink: #0b141b;
  --ink-2: #14212b;
  --paper: #f3f2ed;
  --surface: #fbfaf6;
  --white: #ffffff;
  --yellow: #ffd21e;
  --yellow-soft: #fff2a4;
  --blue: #dce9ff;
  --blue-strong: #1473e6;
  --mint: #c8f0de;
  --kakao: #fee500;
  --line: rgba(11, 20, 27, .13);
  --line-dark: rgba(255, 255, 255, .16);
  --muted: #68737b;
  --muted-dark: rgba(255, 255, 255, .64);
  --radius-xl: 38px;
  --radius-lg: 30px;
  --radius-md: 22px;
  --shadow-soft: 0 18px 55px rgba(17, 26, 34, .08);
  --shadow-deep: 0 38px 100px rgba(10, 18, 25, .16);
  --page-width: 1440px;
  --page-gutter: clamp(18px, 3vw, 44px);
}

#home.openplay-home * {
  box-sizing: border-box;
}

#home.openplay-home {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

#home.openplay-home {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, "Noto Sans KR", "Segoe UI", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#home.openplay-home.menu-open {
  overflow: hidden;
}

#home.openplay-home,
#home.openplay-home button,
#home.openplay-home a {
  font: inherit;
}

#home.openplay-home a {
  color: inherit;
  text-decoration: none;
}

#home.openplay-home button {
  color: inherit;
}

#home.openplay-home img {
  display: block;
  max-width: 100%;
}

#home.openplay-home h1,
#home.openplay-home h2,
#home.openplay-home h3,
#home.openplay-home p,
#home.openplay-home dl,
#home.openplay-home dd {
  margin: 0;
}

#home.openplay-home button,
#home.openplay-home a {
  -webkit-tap-highlight-color: transparent;
}

#home.openplay-home :focus-visible {
  outline: 3px solid var(--blue-strong);
  outline-offset: 4px;
}

#home.openplay-home .skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform .18s ease;
}

#home.openplay-home .skip-link:focus {
  transform: translateY(0);
}

#home.openplay-home .oph-page-shell {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width));
  margin-inline: auto;
}

#home.openplay-home .concept-bar {
  display: flex;
  min-height: 32px;
  padding: 7px var(--page-gutter);
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, .7);
  background: var(--ink);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .16em;
  text-align: center;
}

#home.openplay-home .concept-bar span:first-child {
  color: var(--yellow);
}

#home.openplay-home .site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  padding: 14px 0;
  transition: padding .25s ease;
}

#home.openplay-home .site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(243, 242, 237, .94), rgba(243, 242, 237, .72) 68%, rgba(243, 242, 237, 0));
  content: "";
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

#home.openplay-home .site-header.is-scrolled {
  padding-top: 8px;
}

#home.openplay-home .site-header__inner {
  display: grid;
  min-height: 86px;
  padding: 12px 14px 12px 22px;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 22px;
  background: rgba(251, 250, 246, .86);
  box-shadow: 0 14px 45px rgba(14, 23, 31, .08);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

#home.openplay-home .brand {
  display: inline-flex;
  width: 158px;
  min-height: 50px;
  align-items: center;
}

#home.openplay-home .brand img {
  width: 152px;
  height: auto;
}

#home.openplay-home .primary-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.3vw, 36px);
  color: #45515a;
  font-size: 13px;
  font-weight: 750;
}

#home.openplay-home .primary-navigation > a:not(.navigation-cta) {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  white-space: nowrap;
}

#home.openplay-home .primary-navigation > a:not(.navigation-cta)::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

#home.openplay-home .primary-navigation > a:not(.navigation-cta):hover::after {
  transform: scaleX(1);
}

#home.openplay-home .navigation-cta {
  display: inline-flex;
  min-height: 54px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  color: #fff;
  background: var(--ink);
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease;
}

#home.openplay-home .navigation-cta:hover {
  background: #1a2b37;
  transform: translateY(-2px);
}

#home.openplay-home .menu-button {
  display: none;
}

#home.openplay-home {
  overflow: clip;
}

#home.openplay-home .oph-hero {
  display: grid;
  margin-top: 12px;
  padding: 0;
  grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr);
  grid-template-rows: clamp(500px, 62vh, 590px) auto;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--ink);
  box-shadow: var(--shadow-deep);
}

#home.openplay-home .oph-hero__copy {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(36px, 4.5vw, 64px) clamp(30px, 4vw, 58px);
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 85% 89%, rgba(255, 210, 30, .15), transparent 28%),
    linear-gradient(145deg, #0d1d34, #0b141b 68%);
}

#home.openplay-home .oph-hero__copy::after {
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 48px solid rgba(255, 210, 30, .085);
  border-radius: 50%;
  content: "";
}

#home.openplay-home .oph-eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .19em;
}

#home.openplay-home .oph-eyebrow--blue {
  color: var(--blue-strong);
}

#home.openplay-home .oph-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(46px, 4.5vw, 68px);
  font-weight: 880;
  line-height: .98;
  letter-spacing: -.075em;
  text-wrap: balance;
}

#home.openplay-home .oph-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.6;
  letter-spacing: -.02em;
}

#home.openplay-home .oph-button-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#home.openplay-home .oph-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 820;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#home.openplay-home .oph-button:hover {
  transform: translateY(-2px);
}

#home.openplay-home .oph-button--primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 12px 35px rgba(255, 210, 30, .16);
}

#home.openplay-home .oph-button--ghost {
  border-color: rgba(255, 255, 255, .18);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

#home.openplay-home .oph-button--dark {
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .oph-button--light {
  border-color: rgba(11, 20, 27, .12);
  color: var(--ink);
  background: #fff;
}

#home.openplay-home .hero__signals {
  position: relative;
  z-index: 1;
  display: grid;
  margin: clamp(28px, 4vh, 42px) 0 0;
  padding: 18px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  list-style: none;
}

#home.openplay-home .hero__signals strong,
#home.openplay-home .hero__signals span {
  display: block;
}

#home.openplay-home .hero__signals strong {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .92);
  font-size: 11px;
  font-weight: 780;
}

#home.openplay-home .hero__signals span {
  color: rgba(255, 255, 255, .44);
  font-size: 10px;
  line-height: 1.4;
}

#home.openplay-home .oph-hero__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #15222b;
}

#home.openplay-home .oph-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 11, 15, .02), rgba(5, 11, 15, .05) 56%, rgba(5, 11, 15, .7));
  content: "";
}

#home.openplay-home .oph-hero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transform: scale(1.015);
}

#home.openplay-home .hero__location {
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 28px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  background: rgba(8, 15, 20, .44);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}

#home.openplay-home .oph-hero__media-copy {
  position: absolute;
  z-index: 2;
  right: 36px;
  bottom: 34px;
  left: 36px;
  color: #fff;
}

#home.openplay-home .oph-hero__media-copy strong,
#home.openplay-home .oph-hero__media-copy span {
  display: block;
}

#home.openplay-home .oph-hero__media-copy strong {
  margin-bottom: 6px;
  font-size: clamp(23px, 2.4vw, 38px);
  letter-spacing: -.04em;
}

#home.openplay-home .oph-hero__media-copy span {
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .18em;
}

#home.openplay-home .hero__brand-mark {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: -25px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-size: 13px;
  font-weight: 950;
}

#home.openplay-home .experience-dock {
  position: relative;
  z-index: 4;
  display: grid;
  padding: 10px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  background: var(--surface);
}

#home.openplay-home .experience-dock a {
  display: grid;
  min-height: 72px;
  padding: 11px 14px;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 13px;
  border-radius: 19px;
  background: #f0eee8;
  transition: background .2s ease, transform .2s ease;
}

#home.openplay-home .experience-dock a:hover {
  background: #e8e5dc;
  transform: translateY(-2px);
}

#home.openplay-home .experience-dock a > span {
  display: grid;
  width: 36px;
  height: 36px;
  grid-row: 1 / 3;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--ink);
  font-size: 10px;
  font-weight: 900;
}

#home.openplay-home .experience-dock a:first-child > span {
  color: var(--ink);
  background: var(--yellow);
}

#home.openplay-home .experience-dock strong {
  align-self: end;
  font-size: 13px;
  letter-spacing: -.02em;
}

#home.openplay-home .experience-dock small {
  align-self: start;
  color: var(--muted);
  font-size: 10px;
}

#home.openplay-home .oph-section {
  padding-top: clamp(64px, 6vw, 88px);
}

#home.openplay-home .oph-section-heading {
  display: grid;
  margin-bottom: 22px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr);
  align-items: end;
  gap: clamp(26px, 4vw, 64px);
}

#home.openplay-home .oph-section-heading h2 {
  max-width: 900px;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 880;
  line-height: .98;
  letter-spacing: -.075em;
  text-wrap: balance;
}

#home.openplay-home .oph-hero h1,
#home.openplay-home .oph-section-heading h2,
#home.openplay-home .oph-program-card h3,
#home.openplay-home .oph-community__content h2,
#home.openplay-home .service-feature h3,
#home.openplay-home .oph-roadmap__heading h2,
#home.openplay-home .oph-level-result h3,
#home.openplay-home .play-style-card h3,
#home.openplay-home .connection-card h3,
#home.openplay-home .flow-list h3,
#home.openplay-home .oph-final h2 {
  word-break: keep-all;
  overflow-wrap: normal;
}

#home.openplay-home .oph-section-heading > p {
  padding-bottom: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -.01em;
}

#home.openplay-home .oph-filter {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  gap: 8px;
}

#home.openplay-home .oph-filter button {
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  font-size: 12px;
  font-weight: 760;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

#home.openplay-home .oph-filter button[aria-pressed="true"] {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .oph-filter-count {
  margin-left: auto;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

#home.openplay-home .oph-horizontal-rail {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

#home.openplay-home .oph-program-card {
  position: relative;
  display: flex;
  min-height: 360px;
  padding: clamp(22px, 2.4vw, 30px);
  grid-column: span 4;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  transition: transform .28s ease, box-shadow .28s ease, opacity .2s ease;
}

#home.openplay-home .oph-program-card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-5px);
}

#home.openplay-home .oph-program-card[hidden] {
  display: none;
}

#home.openplay-home .oph-program-card--wide {
  grid-column: span 8;
}

#home.openplay-home .oph-program-card[data-home-category="private"] {
  grid-column: span 8;
}

#home.openplay-home .oph-program-card--yellow {
  border-color: #e2bc0d;
  background: var(--yellow);
}

#home.openplay-home .oph-program-card--blue {
  border-color: #9fc3ff;
  background: var(--blue);
}

#home.openplay-home .oph-program-card--mint {
  border-color: #8dd8b7;
  background: var(--mint);
}

#home.openplay-home .oph-program-card--dark {
  border-color: rgba(255, 255, 255, .14);
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .oph-program-card--white {
  background: #fff;
}

#home.openplay-home .oph-program-card--photo {
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .oph-program-card--photo > img,
#home.openplay-home .oph-program-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#home.openplay-home .oph-program-card--photo > img {
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

#home.openplay-home .oph-program-card--photo:hover > img {
  transform: scale(1.025);
}

#home.openplay-home .oph-program-card__shade {
  background: linear-gradient(180deg, rgba(4, 10, 14, .38), rgba(4, 10, 14, .62) 42%, rgba(4, 10, 14, .94));
}

#home.openplay-home .oph-program-card--machine > img {
  object-position: center;
}

#home.openplay-home .oph-program-card__top,
#home.openplay-home .oph-program-card__content,
#home.openplay-home .oph-program-card--photo > div:not(.oph-program-card__shade) {
  position: relative;
  z-index: 2;
}

#home.openplay-home .oph-program-card__content {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

#home.openplay-home .oph-program-card__top {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

#home.openplay-home .oph-program-index {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
}

#home.openplay-home .oph-program-card--photo .oph-program-index,
#home.openplay-home .oph-program-card--dark .oph-program-index {
  color: rgba(255, 255, 255, .7);
}

#home.openplay-home .oph-program-type {
  margin-bottom: 14px;
  color: rgba(11, 20, 27, .56);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

#home.openplay-home .oph-program-card--dark .oph-program-type,
#home.openplay-home .oph-program-card--photo .oph-program-type {
  color: var(--yellow);
}

#home.openplay-home .oph-program-card h3 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 860;
  line-height: 1;
  letter-spacing: -.065em;
}

#home.openplay-home .oph-program-card p:not(.oph-program-type) {
  max-width: 720px;
  color: rgba(11, 20, 27, .72);
  font-size: 14px;
  line-height: 1.55;
}

#home.openplay-home .oph-program-card--dark p:not(.oph-program-type),
#home.openplay-home .oph-program-card--photo p:not(.oph-program-type) {
  color: rgba(255, 255, 255, .78);
}

#home.openplay-home .oph-program-meta {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: 18px;
  padding-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  border-top: 1px solid rgba(11, 20, 27, .14);
}

#home.openplay-home .oph-program-card--dark .oph-program-meta,
#home.openplay-home .oph-program-card--photo .oph-program-meta {
  border-color: rgba(255, 255, 255, .16);
}

#home.openplay-home .oph-program-meta dt,
#home.openplay-home .oph-program-meta dd {
  display: block;
}

#home.openplay-home .oph-program-meta dt {
  margin-bottom: 6px;
  color: rgba(11, 20, 27, .58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

#home.openplay-home .oph-program-card--dark .oph-program-meta dt,
#home.openplay-home .oph-program-card--photo .oph-program-meta dt {
  color: rgba(255, 255, 255, .58);
}

#home.openplay-home .oph-program-meta dd {
  font-size: 14px;
  font-weight: 760;
  line-height: 1.45;
}

#home.openplay-home .oph-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin-top: 14px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.015em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(11, 20, 27, .12);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

#home.openplay-home .oph-program-card--dark .oph-link,
#home.openplay-home .oph-program-card--photo .oph-link,
#home.openplay-home .oph-link--light {
  border-color: var(--yellow);
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

#home.openplay-home .oph-link:hover {
  filter: brightness(1.08);
  box-shadow: 0 11px 24px rgba(11, 20, 27, .18);
  transform: translateY(-1px);
}

#home.openplay-home .oph-link:active {
  filter: brightness(.98);
  box-shadow: 0 5px 12px rgba(11, 20, 27, .14);
  transform: translateY(0) scale(.99);
}

#home.openplay-home .oph-link:focus-visible {
  outline: 3px solid rgba(35, 166, 213, .5);
  outline-offset: 3px;
}

#home.openplay-home .oph-community {
  position: relative;
  display: grid;
  min-height: 440px;
  margin-top: clamp(64px, 7vw, 92px);
  padding: clamp(34px, 4vw, 52px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .36fr);
  align-content: center;
  align-items: start;
  gap: 42px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-deep);
}

#home.openplay-home .oph-community > img,
#home.openplay-home .oph-community__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#home.openplay-home .oph-community > img {
  object-fit: cover;
  object-position: center 48%;
}

#home.openplay-home .oph-community__shade {
  background: linear-gradient(90deg, rgba(4, 10, 14, .97), rgba(4, 10, 14, .73) 47%, rgba(4, 10, 14, .35)), linear-gradient(to top, rgba(4, 10, 14, .72), transparent 66%);
}

#home.openplay-home .oph-community__content,
#home.openplay-home .community-story__card {
  position: relative;
  z-index: 2;
}

#home.openplay-home .oph-community__content h2 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 870;
  line-height: .98;
  letter-spacing: -.07em;
}

#home.openplay-home .oph-community__content > p:not(.oph-eyebrow) {
  max-width: 650px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.6;
}

#home.openplay-home .community-story__card {
  align-self: end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 25px;
  background: rgba(7, 14, 19, .7);
  backdrop-filter: blur(18px);
}

#home.openplay-home .community-story__card strong {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(38px, 3.6vw, 52px);
  letter-spacing: -.06em;
}

#home.openplay-home .community-story__card p {
  color: rgba(255, 255, 255, .57);
  font-size: 12px;
  line-height: 1.65;
}

#home.openplay-home .service-bento {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 14px;
}

#home.openplay-home .service-feature {
  position: relative;
  display: flex;
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform .3s ease, box-shadow .3s ease;
}

#home.openplay-home .service-feature:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

#home.openplay-home .service-feature--lesson {
  min-height: 614px;
  grid-row: 1 / 3;
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .service-feature--court {
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .service-feature--level {
  background: var(--yellow);
}

#home.openplay-home .service-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

#home.openplay-home .service-feature:hover > img {
  transform: scale(1.025);
}

#home.openplay-home .service-feature--lesson > img {
  object-position: center;
}

#home.openplay-home .service-feature--court > img {
  object-position: center 58%;
}

#home.openplay-home .service-feature--lesson::after,
#home.openplay-home .service-feature--court::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 11, 15, .94), rgba(5, 11, 15, .06) 68%);
  content: "";
}

#home.openplay-home .service-feature__label,
#home.openplay-home .service-feature > div,
#home.openplay-home .service-feature__number {
  position: relative;
  z-index: 2;
}

#home.openplay-home .service-feature__label {
  display: inline-flex;
  width: max-content;
  min-height: 32px;
  padding: 0 12px;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}

#home.openplay-home .service-feature--lesson .service-feature__label,
#home.openplay-home .service-feature--court .service-feature__label {
  color: var(--yellow);
}

#home.openplay-home .service-feature h3 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 860;
  line-height: 1;
  letter-spacing: -.065em;
}

#home.openplay-home .service-feature p {
  max-width: 620px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 1.55;
}

#home.openplay-home .service-feature--level p {
  max-width: 430px;
  color: rgba(11, 20, 27, .63);
}

#home.openplay-home .service-feature > div > span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 850;
}

#home.openplay-home .service-feature > div > span b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
}

#home.openplay-home .service-feature--level > div > span b {
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .service-feature__number {
  position: absolute;
  right: 24px;
  bottom: -22px;
  color: rgba(11, 20, 27, .09);
  font-size: clamp(105px, 12vw, 170px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.09em;
}

#home.openplay-home .oph-roadmap__shell {
  padding: clamp(28px, 3.4vw, 44px);
  border-radius: var(--radius-xl);
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-deep);
}

#home.openplay-home .oph-roadmap__heading {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .56fr);
  align-items: end;
  gap: 60px;
}

#home.openplay-home .oph-roadmap__heading h2 {
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 870;
  line-height: .98;
  letter-spacing: -.075em;
}

#home.openplay-home .oph-roadmap__aside > p {
  padding-bottom: 6px;
  color: rgba(255, 255, 255, .54);
  font-size: 14px;
  line-height: 1.7;
}

#home.openplay-home .oph-roadmap__aside {
  display: grid;
  min-width: 0;
  align-self: end;
  justify-items: start;
  gap: 12px;
}

#home.openplay-home .oph-roadmap__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .72fr);
  gap: 14px;
}

#home.openplay-home .oph-roadmap__layout > * {
  min-width: 0;
}

#home.openplay-home .oph-level-explorer {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 27px;
  background: rgba(255, 255, 255, .035);
}

#home.openplay-home .oph-level-tabs {
  display: grid;
  margin-bottom: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

#home.openplay-home .oph-level-tabs button {
  min-height: 48px;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
  color: rgba(255, 255, 255, .57);
  background: transparent;
  font-size: 11px;
  font-weight: 780;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

#home.openplay-home .oph-level-tabs button[aria-selected="true"] {
  border-color: var(--yellow);
  color: var(--ink);
  background: var(--yellow);
}

#home.openplay-home .oph-level-result {
  display: grid;
  min-height: 230px;
  padding: clamp(22px, 2.6vw, 30px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  overflow: hidden;
  border-radius: 21px;
  color: var(--ink);
  background: #fff;
}

#home.openplay-home .oph-level-result__eyebrow {
  margin-bottom: 15px;
  color: var(--blue-strong);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

#home.openplay-home .oph-level-result h3 {
  margin-bottom: 12px;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 870;
  letter-spacing: -.07em;
}

#home.openplay-home .oph-level-result p:not(.oph-level-result__eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

#home.openplay-home .oph-level-result > strong {
  color: #dcdad3;
  font-size: clamp(92px, 11vw, 150px);
  line-height: .75;
  letter-spacing: -.08em;
}

#home.openplay-home .oph-level-result__programs {
  display: flex;
  margin-top: 16px;
  flex-wrap: wrap;
  gap: 7px;
}

#home.openplay-home .oph-level-result__programs span {
  display: inline-flex;
  min-height: 34px;
  padding: 0 11px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f6f5f1;
  font-size: 10px;
  font-weight: 750;
}

#home.openplay-home .play-style-card {
  display: flex;
  min-height: 100%;
  padding: clamp(28px, 3vw, 42px);
  flex-direction: column;
  justify-content: space-between;
  border-radius: 27px;
  color: var(--ink);
  background: var(--yellow);
  transition: transform .25s ease;
}

#home.openplay-home .play-style-card:hover {
  transform: translateY(-4px);
}

#home.openplay-home .play-style-card > span {
  display: inline-flex;
  width: max-content;
  min-height: 32px;
  padding: 0 11px;
  align-items: center;
  border: 1px solid rgba(11, 20, 27, .35);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}

#home.openplay-home .play-style-card h3 {
  margin-bottom: 14px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.07em;
}

#home.openplay-home .play-style-card p {
  color: rgba(11, 20, 27, .62);
  font-size: 13px;
  line-height: 1.65;
}

#home.openplay-home .play-style-card > strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}

#home.openplay-home .connection-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

#home.openplay-home .connection-card {
  display: grid;
  min-height: 168px;
  padding: 20px;
  grid-column: span 4;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-content: start;
  align-items: start;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease;
}

#home.openplay-home a.connection-card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

#home.openplay-home .connection-card--dark {
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .connection-card--yellow {
  border-color: #e6be08;
  background: var(--yellow);
}

#home.openplay-home .connection-card--blue {
  border-color: #a6c8ff;
  background: var(--blue);
}

#home.openplay-home .connection-card--mint {
  border-color: #92d9bb;
  background: var(--mint);
}

#home.openplay-home .connection-card--kakao {
  border-color: #d5c20b;
  background: var(--kakao);
  opacity: .72;
}

#home.openplay-home .connection-card--kakao:disabled {
  cursor: not-allowed;
}

#home.openplay-home .connection-card--white {
  background: #fff;
}

#home.openplay-home .connection-card__index {
  align-self: start;
  font-size: 10px;
  font-weight: 900;
}

#home.openplay-home .connection-card div p {
  margin-bottom: 10px;
  color: currentColor;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  opacity: .55;
}

#home.openplay-home .connection-card h3 {
  margin-bottom: 7px;
  font-size: clamp(21px, 2.1vw, 29px);
  line-height: 1.03;
  letter-spacing: -.05em;
}

#home.openplay-home .connection-card div > span {
  color: currentColor;
  font-size: 11px;
  font-weight: 650;
  opacity: .56;
}

#home.openplay-home .connection-card > b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-weight: 500;
}

#home.openplay-home .connection-card--dark > b {
  color: var(--ink);
  background: var(--yellow);
}

#home.openplay-home .flow-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

#home.openplay-home .flow-list li {
  display: flex;
  min-height: 180px;
  padding: 22px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
}

#home.openplay-home .flow-list li > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-size: 10px;
  font-weight: 900;
}

#home.openplay-home .flow-list li:nth-child(1) > span {
  color: #fff;
  background: var(--blue-strong);
}

#home.openplay-home .flow-list li:nth-child(3) > span {
  color: #fff;
  background: var(--ink);
}

#home.openplay-home .flow-list h3 {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: -.04em;
}

#home.openplay-home .flow-list p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

#home.openplay-home .oph-final {
  display: grid;
  min-height: 280px;
  margin-top: clamp(64px, 7vw, 92px);
  margin-bottom: 40px;
  padding: clamp(34px, 4vw, 52px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, .47), transparent 28%),
    linear-gradient(120deg, #ffd21e, #efcf35);
  box-shadow: var(--shadow-deep);
}

#home.openplay-home .oph-final h2 {
  max-width: 870px;
  margin-bottom: 12px;
  font-size: clamp(42px, 4.6vw, 62px);
  font-weight: 890;
  line-height: .95;
  letter-spacing: -.08em;
}

#home.openplay-home .oph-final > div > p:not(.oph-eyebrow) {
  max-width: 650px;
  color: rgba(11, 20, 27, .62);
  font-size: 15px;
  line-height: 1.7;
}

#home.openplay-home .oph-final .oph-eyebrow {
  color: rgba(11, 20, 27, .62);
}

#home.openplay-home .oph-final__actions {
  display: grid;
  min-width: 210px;
  gap: 9px;
}

#home.openplay-home .site-footer {
  padding: 36px 0 calc(36px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
}

#home.openplay-home .site-footer__inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

#home.openplay-home .site-footer img {
  width: 140px;
  height: auto;
  filter: brightness(.1);
}

#home.openplay-home .site-footer p,
#home.openplay-home .site-footer small,
#home.openplay-home .site-footer a {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

#home.openplay-home .site-footer div p:first-child {
  color: var(--ink);
  font-weight: 850;
  letter-spacing: .1em;
}

#home.openplay-home .site-footer__links {
  display: flex;
  gap: 18px;
}

#home.openplay-home .site-footer small {
  grid-column: 2 / 4;
}

#home.openplay-home .mobile-action-bar {
  display: none;
}

/* Compact horizontal content rails */
#home.openplay-home .oph-rail-toolbar {
  display: flex;
  min-height: 48px;
  margin-bottom: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#home.openplay-home .oph-rail-toolbar p {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

#home.openplay-home .oph-rail-toolbar p strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

#home.openplay-home .oph-rail-toolbar p span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

#home.openplay-home .oph-rail-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
}

#home.openplay-home .oph-rail-actions button {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, .72);
  font-size: 17px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, opacity .2s ease, transform .2s ease;
}

#home.openplay-home .oph-rail-actions button:not(:disabled):hover {
  color: #fff;
  background: var(--ink);
  transform: translateY(-2px);
}

#home.openplay-home .oph-rail-actions button:disabled {
  opacity: .28;
  cursor: default;
}

#home.openplay-home .oph-horizontal-rail {
  display: grid;
  margin: -4px;
  padding: 4px 4px 15px;
  grid-template-columns: none;
  grid-template-rows: minmax(0, 1fr);
  grid-auto-flow: column;
  align-items: stretch;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  touch-action: pan-x;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(11, 20, 27, .22) transparent;
  scrollbar-width: thin;
}

#home.openplay-home .oph-horizontal-rail::-webkit-scrollbar {
  height: 5px;
}

#home.openplay-home .oph-horizontal-rail::-webkit-scrollbar-track {
  background: transparent;
}

#home.openplay-home .oph-horizontal-rail::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(11, 20, 27, .2);
}

#home.openplay-home .oph-horizontal-rail > * {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail {
  grid-auto-columns: min(82vw, 360px);
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card,
#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card--wide,
#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card[data-home-category="private"] {
  min-height: 350px;
  padding: 22px;
  grid-column: auto;
  border-radius: 24px;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card__top {
  margin-bottom: 20px;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card h3 {
  font-size: clamp(27px, 2.6vw, 34px);
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card p:not(.oph-program-type) {
  font-size: 13px;
  line-height: 1.58;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-meta {
  margin-top: 14px;
  padding-top: 10px;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-link {
  margin-top: 8px;
}

#home.openplay-home .service-bento.oph-horizontal-rail {
  grid-template-columns: none;
  grid-template-rows: minmax(0, 1fr);
  grid-auto-columns: min(80vw, 400px);
}

#home.openplay-home .service-bento.oph-horizontal-rail > .service-feature,
#home.openplay-home .service-bento.oph-horizontal-rail > .service-feature--lesson,
#home.openplay-home .service-bento.oph-horizontal-rail > .service-feature--level {
  min-height: 310px;
  padding: 24px;
  grid-row: auto;
  border-radius: 24px;
}

#home.openplay-home .service-bento.oph-horizontal-rail .service-feature h3 {
  font-size: clamp(27px, 3vw, 38px);
}

#home.openplay-home .service-bento.oph-horizontal-rail .service-feature__number {
  font-size: clamp(100px, 11vw, 138px);
}

#home.openplay-home .connection-grid.oph-horizontal-rail {
  grid-template-columns: none;
  grid-template-rows: minmax(0, 1fr);
  grid-auto-columns: min(72vw, 292px);
}

#home.openplay-home .connection-grid.oph-horizontal-rail > .connection-card {
  min-height: 156px;
  padding: 18px;
  grid-column: auto;
  gap: 14px;
  border-radius: 21px;
}

#home.openplay-home .connection-grid.oph-horizontal-rail .connection-card h3 {
  font-size: clamp(22px, 2.4vw, 29px);
}

#home.openplay-home .connection-grid.oph-horizontal-rail .connection-card > b {
  width: 40px;
  height: 40px;
}

#home.openplay-home .flow-list.oph-horizontal-rail {
  grid-template-columns: none;
  grid-template-rows: minmax(0, 1fr);
  grid-auto-columns: min(78vw, 360px);
}

#home.openplay-home .flow-list.oph-horizontal-rail > li {
  min-height: 170px;
  padding: 20px;
  border-radius: 21px;
}

#home.openplay-home .flow-list.oph-horizontal-rail h3 {
  font-size: 21px;
}

#home.openplay-home [data-home-reveal] {
  opacity: 1;
  transform: none;
}

#home.openplay-home [data-home-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

#home.openplay-home [data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  #home.openplay-home .site-header__inner {
    grid-template-columns: 155px minmax(0, 1fr);
  }

  #home.openplay-home .primary-navigation {
    gap: 18px;
    font-size: 12px;
  }

  #home.openplay-home .oph-hero {
    grid-template-columns: 1fr 1fr;
  }

  #home.openplay-home .oph-hero__copy {
    padding-inline: 42px;
  }

  #home.openplay-home .oph-hero h1 {
    font-size: clamp(50px, 6.5vw, 70px);
  }

  #home.openplay-home .oph-program-card,
#home.openplay-home .oph-program-card--wide,
#home.openplay-home .oph-program-card[data-home-category="private"] {
    grid-column: span 6;
  }

  #home.openplay-home .connection-card {
    grid-column: span 6;
  }

  #home.openplay-home .oph-roadmap__heading,
#home.openplay-home .oph-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #home.openplay-home .oph-roadmap__layout {
    grid-template-columns: 1fr;
  }

  #home.openplay-home .play-style-card {
    min-height: 380px;
  }
}

@media (max-width: 840px) {
  #home.openplay-home {
    --page-gutter: 14px;
    --radius-xl: 30px;
    --radius-lg: 24px;
  }

  #home.openplay-home {
    scroll-padding-top: 18px;
  }

  #home.openplay-home {
    padding-bottom: 0;
  }

  #home.openplay-home .concept-bar {
    min-height: 28px;
    padding-block: 6px;
    font-size: 8px;
  }

  #home.openplay-home .concept-bar__detail {
    display: none;
  }

  #home.openplay-home .site-header {
    padding: 8px 0;
  }

  #home.openplay-home .site-header__inner {
    min-height: 68px;
    padding: 7px 8px 7px 15px;
    grid-template-columns: 125px auto;
    justify-content: space-between;
    border-radius: 18px;
  }

  #home.openplay-home .brand {
    width: 118px;
    min-height: 48px;
  }

  #home.openplay-home .brand img {
    width: 115px;
  }

  #home.openplay-home .menu-button {
    display: inline-flex;
    min-width: 72px;
    min-height: 50px;
    padding: 0 13px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--ink);
    font-size: 11px;
    font-weight: 780;
    cursor: pointer;
  }

  #home.openplay-home .menu-button__glyph {
    display: grid;
    gap: 4px;
  }

  #home.openplay-home .menu-button__glyph i {
    display: block;
    width: 13px;
    height: 1px;
    background: currentColor;
    transition: transform .2s ease;
  }

  #home.openplay-home .menu-button[aria-expanded="true"] .menu-button__glyph i:first-child {
    transform: translateY(2.5px) rotate(45deg);
  }

  #home.openplay-home .menu-button[aria-expanded="true"] .menu-button__glyph i:last-child {
    transform: translateY(-2.5px) rotate(-45deg);
  }

  #home.openplay-home .primary-navigation {
    position: fixed;
    top: 104px;
    right: var(--page-gutter);
    left: var(--page-gutter);
    display: grid;
    max-height: calc(100vh - 120px);
    padding: 15px;
    gap: 3px;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 23px;
    color: #fff;
    background: rgba(11, 20, 27, .98);
    box-shadow: var(--shadow-deep);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px) scale(.985);
    transform-origin: top;
    transition: opacity .2s ease, transform .2s ease;
  }

  #home.openplay-home .primary-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  #home.openplay-home .primary-navigation > a:not(.navigation-cta) {
    min-height: 54px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  #home.openplay-home .primary-navigation > a:not(.navigation-cta)::after {
    display: none;
  }

  #home.openplay-home .navigation-cta {
    margin-top: 8px;
    color: var(--ink);
    background: var(--yellow);
  }

  #home.openplay-home .oph-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(280px, 38vh) auto;
  }

  #home.openplay-home .oph-hero__copy {
    padding: 38px 22px 28px;
  }

  #home.openplay-home .oph-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  #home.openplay-home .oph-hero__lead {
    font-size: 14px;
  }

  #home.openplay-home .hero__signals {
    margin-top: 30px;
  }

  #home.openplay-home .oph-hero__media {
    min-height: 280px;
  }

  #home.openplay-home .oph-hero__media-copy {
    right: 24px;
    bottom: 26px;
    left: 24px;
  }

  #home.openplay-home .hero__brand-mark {
    right: 16px;
  }

  #home.openplay-home .experience-dock {
    display: grid;
    padding: 12px;
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: min(72vw, 280px);
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #home.openplay-home .experience-dock::-webkit-scrollbar {
    display: none;
  }

  #home.openplay-home .experience-dock a {
    min-height: 68px;
    padding: 12px 14px;
    scroll-snap-align: start;
  }

  #home.openplay-home .oph-section {
    padding-top: 60px;
  }

  #home.openplay-home .oph-section-heading h2 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  #home.openplay-home .oph-filter {
    margin-right: calc(var(--page-gutter) * -1);
    padding-right: var(--page-gutter);
    overflow-x: auto;
    scrollbar-width: none;
  }

  #home.openplay-home .oph-filter::-webkit-scrollbar {
    display: none;
  }

  #home.openplay-home .oph-filter button {
    flex: 0 0 auto;
  }

  #home.openplay-home .oph-filter-count {
    display: inline;
  }

  #home.openplay-home .oph-program-card,
#home.openplay-home .oph-program-card--wide,
#home.openplay-home .oph-program-card[data-home-category="private"] {
    grid-column: 1 / -1;
  }

  #home.openplay-home .oph-community {
    min-height: 400px;
    padding: 28px 22px;
    grid-template-columns: 1fr;
    align-items: end;
  }

  #home.openplay-home .oph-community > img {
    object-position: 58% center;
  }

  #home.openplay-home .oph-community__shade {
    background: linear-gradient(180deg, rgba(4, 10, 14, .18), rgba(4, 10, 14, .92) 66%);
  }

  #home.openplay-home .community-story__card {
    display: none;
  }

  #home.openplay-home .service-bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  #home.openplay-home .service-feature,
#home.openplay-home .service-feature--lesson {
    min-height: 520px;
    grid-row: auto;
  }

  #home.openplay-home .service-feature--level {
    min-height: 430px;
  }

  #home.openplay-home .oph-roadmap__shell {
    padding: 24px 12px 12px;
  }

  #home.openplay-home .oph-roadmap__heading h2 {
    font-size: clamp(34px, 9.5vw, 44px);
  }

  #home.openplay-home .oph-roadmap__heading {
    padding-inline: 10px;
  }

  #home.openplay-home .oph-level-tabs {
    display: flex;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #home.openplay-home .oph-level-tabs::-webkit-scrollbar {
    display: none;
  }

  #home.openplay-home .oph-level-tabs button {
    min-width: 84px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  #home.openplay-home .oph-level-result {
    min-height: 230px;
    grid-template-columns: 1fr;
  }

  #home.openplay-home .oph-level-result > strong {
    display: none;
  }

  #home.openplay-home .play-style-card {
    min-height: 260px;
  }

  #home.openplay-home .connection-card {
    grid-column: span 6;
  }

  #home.openplay-home .flow-list {
    grid-template-columns: 1fr;
  }

  #home.openplay-home .flow-list li {
    min-height: 180px;
  }

  #home.openplay-home .oph-final {
    grid-template-columns: 1fr;
  }

  #home.openplay-home .oph-final__actions {
    min-width: 0;
  }

  #home.openplay-home .oph-rail-toolbar {
    margin-bottom: 10px;
  }

  #home.openplay-home .oph-horizontal-rail {
    width: calc(100% + var(--page-gutter) + 4px);
    margin-right: calc(0px - var(--page-gutter) - 4px);
    padding-right: var(--page-gutter);
    scrollbar-width: none;
  }

  #home.openplay-home .oph-horizontal-rail::-webkit-scrollbar {
    display: none;
  }

  #home.openplay-home .site-footer__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  #home.openplay-home .site-footer small {
    grid-column: auto;
  }

  #home.openplay-home .mobile-action-bar {
    position: fixed;
    z-index: 60;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    min-height: 60px;
    padding: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(11, 20, 27, .95);
    box-shadow: 0 20px 60px rgba(11, 20, 27, .26);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
  }

  #home.openplay-home .mobile-action-bar a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 800;
  }

  #home.openplay-home .mobile-action-bar a:first-child {
    color: var(--ink);
    background: var(--yellow);
  }
}

@media (max-width: 560px) {
  #home.openplay-home .oph-button-row {
    display: grid;
  }

  #home.openplay-home .oph-button-row .oph-button {
    width: 100%;
  }

  #home.openplay-home .hero__signals {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #home.openplay-home .hero__signals li {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
  }

  #home.openplay-home .experience-dock {
    grid-template-columns: none;
    grid-auto-columns: min(82vw, 280px);
  }

  #home.openplay-home .experience-dock a {
    min-height: 72px;
  }

  #home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card,
#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card--wide,
#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card[data-home-category="private"] {
    min-height: 330px;
    padding: 20px;
  }

  #home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card__top {
    margin-bottom: 18px;
  }

  #home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card h3 {
    font-size: clamp(27px, 8vw, 34px);
  }

  #home.openplay-home .hero__signals {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: 132px;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  #home.openplay-home .hero__signals::-webkit-scrollbar {
    display: none;
  }

  #home.openplay-home .hero__signals li {
    display: block;
  }

  #home.openplay-home .oph-community__content h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  #home.openplay-home .connection-grid.oph-horizontal-rail > .connection-card {
    min-height: 150px;
  }

  #home.openplay-home .oph-final {
    padding: 34px 22px 22px;
  }

  #home.openplay-home .oph-final h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  #home.openplay-home .oph-rail-toolbar p span {
    display: none;
  }

  #home.openplay-home .site-footer__links {
    flex-wrap: wrap;
  }
}

@media (max-width: 360px) {
  #home.openplay-home .oph-section-heading h2 {
    font-size: 40px;
  }

  #home.openplay-home .oph-roadmap__heading h2 {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #home.openplay-home {
    scroll-behavior: auto;
  }

  #home.openplay-home *,
#home.openplay-home *::before,
#home.openplay-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  #home.openplay-home [data-home-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Reservation-system visual contract · compact local landing */
#home.openplay-home {
  --ink: #111820;
  --ink-2: #16202a;
  --paper: #f5f7f2;
  --surface: #fbfcfa;
  --blue: #e6f7fc;
  --blue-strong: #2aa8dc;
  --mint: #e4f8fb;
  --line: #d5dde0;
  --muted: #62707a;
  --radius-xl: 20px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-soft: 0 12px 30px rgba(15, 22, 29, .09);
  --shadow-deep: 0 20px 48px rgba(15, 22, 29, .13);
  --page-width: 1264px;
  --page-gutter: clamp(12px, 3.6vw, 40px);
}

#home.openplay-home,
#home.openplay-home {
  min-height: 100%;
  background:
    radial-gradient(circle at 88% 0, rgba(255, 210, 30, .12), transparent 290px),
    radial-gradient(circle at 10% 100%, rgba(35, 166, 213, .13), transparent 420px),
    linear-gradient(180deg, #eef3f3, #f7f8f2 68%);
  background-attachment: fixed;
}

#home.openplay-home {
  overflow-x: clip;
  font-family: Inter, Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
}

#home.openplay-home {
  background: transparent;
}

#home.openplay-home .global-topbar.unified-public-shell .top-brand {
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

#home.openplay-home .global-topbar.unified-public-shell .top-brand-logo {
  max-width: none;
}

#home.openplay-home .global-topbar.unified-public-shell .hidden {
  display: none !important;
}

#home.openplay-home .oph-hero {
  margin-top: 16px;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  grid-template-rows: clamp(410px, 48vw, 470px);
  border: 1px solid rgba(255, 210, 30, .13);
  border-radius: var(--radius-xl);
}

#home.openplay-home .oph-hero__copy {
  padding: clamp(32px, 4vw, 48px);
}

#home.openplay-home .oph-hero h1 {
  margin-bottom: 16px;
  max-width: 11em;
  white-space: normal;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
  word-break: keep-all;
}

html[lang="en"] #home.openplay-home .oph-hero h1 {
  max-width: 8em;
  letter-spacing: -.045em;
}

#home.openplay-home .oph-hero__lead {
  max-width: 590px;
  margin-bottom: 20px;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.65;
  text-wrap: pretty;
  word-break: keep-all;
}

#home.openplay-home .oph-button {
  min-height: 48px;
  padding-inline: 18px;
  gap: 0;
  border-radius: 10px;
  font-size: 13px;
}

#home.openplay-home .oph-hero__media-copy {
  right: 24px;
  bottom: 24px;
  left: 24px;
}

#home.openplay-home .oph-hero__media-copy strong {
  font-size: clamp(22px, 2.2vw, 30px);
}

#home.openplay-home .oph-section {
  padding-top: clamp(52px, 5vw, 68px);
}

#home.openplay-home .oph-section-heading {
  margin-bottom: 18px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  gap: clamp(22px, 3vw, 42px);
}

#home.openplay-home .oph-programs .oph-section-heading,
#home.openplay-home .connect .oph-section-heading {
  grid-template-columns: minmax(0, 1fr);
}

#home.openplay-home .oph-section-heading h2 {
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

#home.openplay-home .oph-filter {
  margin-bottom: 10px;
}

#home.openplay-home .oph-filter button {
  min-height: 44px;
  padding-inline: 15px;
  border-radius: 10px;
}

#home.openplay-home .oph-rail-toolbar {
  min-height: 44px;
  margin-bottom: 8px;
}

#home.openplay-home .oph-rail-actions button {
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

#home.openplay-home .oph-horizontal-rail {
  scroll-behavior: smooth;
  scroll-padding-inline: 4px var(--page-gutter);
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail {
  grid-auto-columns: min(74vw, 304px);
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card,
#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card--wide,
#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card[data-home-category="private"] {
  min-height: 282px;
  padding: 16px;
  border-radius: var(--radius-lg);
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card__top {
  margin-bottom: 10px;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-summary {
  min-height: 128px;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card h3 {
  margin-bottom: 6px;
  font-size: clamp(23px, 2.2vw, 27px);
  line-height: 1.04;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card p:not(.oph-program-type) {
  font-size: 14px;
  line-height: 1.55;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-meta {
  margin-top: 8px;
  padding-top: 7px;
}

#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-link {
  min-height: 44px;
  margin-top: 12px;
}

#home.openplay-home .oph-community {
  min-height: 300px;
  margin-top: clamp(52px, 5vw, 68px);
  padding: clamp(26px, 3.5vw, 38px);
  grid-template-columns: minmax(0, 1fr);
  border-radius: var(--radius-xl);
}

#home.openplay-home .oph-community__content h2 {
  font-size: clamp(34px, 3.8vw, 46px);
}

#home.openplay-home .oph-community__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#home.openplay-home .oph-button--kakao {
  color: #111820;
  border-color: rgba(17, 24, 32, .16);
  background: #fee500;
}

#home.openplay-home .oph-roadmap__shell {
  padding: clamp(20px, 2.7vw, 30px);
  border-radius: var(--radius-xl);
}

#home.openplay-home .oph-roadmap__heading {
  margin-bottom: 12px;
  gap: 40px;
}

#home.openplay-home .oph-roadmap__heading h2 {
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

#home.openplay-home .oph-roadmap__layout {
  grid-template-columns: minmax(0, 1fr);
}

#home.openplay-home .oph-level-explorer {
  padding: 14px;
  border-radius: var(--radius-lg);
}

#home.openplay-home .oph-level-result {
  min-height: 190px;
  padding: clamp(18px, 2.5vw, 26px);
  border-radius: 12px;
}

#home.openplay-home .connection-grid.oph-horizontal-rail {
  grid-auto-columns: min(62vw, 232px);
}

#home.openplay-home .connection-grid.oph-horizontal-rail > .connection-card {
  min-height: 90px;
  padding: 10px 12px;
  align-content: start;
  align-items: start;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  border-radius: 13px;
}

#home.openplay-home .connection-grid.oph-horizontal-rail .connection-card__label {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  gap: 6px;
  white-space: nowrap;
}

#home.openplay-home .connection-grid.oph-horizontal-rail .connection-card__label span {
  color: currentColor;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  opacity: .62;
}

#home.openplay-home .connection-grid.oph-horizontal-rail .connection-card h3 {
  margin-block: 2px 3px;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.08;
}

#home.openplay-home .connection-grid.oph-horizontal-rail .connection-card p,
#home.openplay-home .connection-grid.oph-horizontal-rail .connection-card > div > span,
#home.openplay-home .connection-grid.oph-horizontal-rail .connection-card__index {
  font-size: 9px;
}

#home.openplay-home .oph-instagram .oph-section-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

#home.openplay-home .instagram-network__profile {
  justify-self: end;
}

#home.openplay-home .oph-instagram-feed {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: #171616;
  box-shadow: 0 24px 68px rgba(5, 7, 10, .20);
}

#home.openplay-home .instagram-profile-bar {
  min-height: 108px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 18px 34px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #1d1b1b;
}

#home.openplay-home .instagram-profile-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

#home.openplay-home .instagram-profile-avatar {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: linear-gradient(#101820, #101820) padding-box,
    linear-gradient(135deg, #ffb84d, #ff304f 44%, #c13584 72%, #5851db) border-box;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .07);
}

#home.openplay-home .instagram-profile-avatar img {
  display: block;
  width: 90%;
  height: auto;
  max-height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .45));
}

#home.openplay-home .instagram-profile-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

#home.openplay-home .instagram-profile-name {
  overflow: hidden;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home.openplay-home .instagram-profile-handle {
  overflow: hidden;
  color: #969393;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home.openplay-home .instagram-profile-stats {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

#home.openplay-home .instagram-profile-stats > span {
  min-width: 82px;
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 4px 13px;
  text-align: center;
}

#home.openplay-home .instagram-profile-stats strong {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

#home.openplay-home .instagram-profile-stats small {
  overflow: hidden;
  color: #969393;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home.openplay-home .instagram-profile-follow {
  min-width: 116px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid #0095f6;
  border-radius: 8px;
  background: #0095f6;
  box-shadow: 0 8px 22px rgba(0, 149, 246, .2);
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#home.openplay-home .instagram-profile-follow:hover {
  color: #fff;
  border-color: #1877f2;
  background: #1877f2;
  transform: translateY(-1px);
}

#home.openplay-home .instagram-profile-follow:focus-visible {
  outline: 3px solid var(--blue-strong);
  outline-offset: 3px;
}

#home.openplay-home .instagram-follow-icon {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

#home.openplay-home .instagram-follow-icon::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 50%;
}

#home.openplay-home .instagram-follow-icon::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
  background: currentColor;
}

#home.openplay-home .instagram-api-grid,
#home.openplay-home .oph-instagram-fallback {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  background: #171616;
}

#home.openplay-home .instagram-api-grid[hidden],
#home.openplay-home .oph-instagram-fallback[hidden] {
  display: none;
}

#home.openplay-home .instagram-api-grid.is-loading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

#home.openplay-home .instagram-api-card,
#home.openplay-home .oph-instagram-fallback-card {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #090909;
  isolation: isolate;
}

#home.openplay-home .instagram-api-card img,
#home.openplay-home .oph-instagram-fallback-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

#home.openplay-home .instagram-api-card::after,
#home.openplay-home .oph-instagram-fallback-card::after {
  position: absolute;
  inset: 35% 0 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(5, 7, 10, .92));
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

#home.openplay-home .instagram-api-copy,
#home.openplay-home .oph-instagram-fallback-card span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  display: grid;
  gap: 5px;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

#home.openplay-home .instagram-api-card:hover img,
#home.openplay-home .oph-instagram-fallback-card:hover img {
  transform: scale(1.025);
  filter: brightness(.9);
}

#home.openplay-home .instagram-api-card:hover::after,
#home.openplay-home .instagram-api-card:focus-visible::after,
#home.openplay-home .oph-instagram-fallback-card:hover::after,
#home.openplay-home .oph-instagram-fallback-card:focus-visible::after {
  opacity: 1;
}

#home.openplay-home .instagram-api-card:hover .instagram-api-copy,
#home.openplay-home .instagram-api-card:focus-visible .instagram-api-copy,
#home.openplay-home .oph-instagram-fallback-card:hover span,
#home.openplay-home .oph-instagram-fallback-card:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

#home.openplay-home .instagram-api-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  min-width: 38px;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  background: rgba(5, 7, 10, .82);
  backdrop-filter: blur(8px);
}

#home.openplay-home .instagram-api-caption {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#home.openplay-home .instagram-api-copy time {
  color: #d1d3d7;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 980px) {
  #home.openplay-home .instagram-profile-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-inline: 24px;
  }

  #home.openplay-home .instagram-profile-stats {
    display: none;
  }
}

@media (max-width: 900px) {
  #home.openplay-home .instagram-api-grid,
#home.openplay-home .oph-instagram-fallback {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (hover: none) {
  #home.openplay-home .instagram-api-card::after,
#home.openplay-home .oph-instagram-fallback-card::after {
    opacity: 1;
  }

  #home.openplay-home .instagram-api-copy,
#home.openplay-home .oph-instagram-fallback-card span {
    opacity: 1;
    transform: none;
  }
}

#home.openplay-home .site-footer {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width));
  margin: 0 auto;
  padding: 18px 0 calc(34px + env(safe-area-inset-bottom));
  color: #586674;
  border-top: 0;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

#home.openplay-home .site-footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  gap: 9px;
  color: #17212b;
}

#home.openplay-home .site-footer b {
  font-size: 13px;
  letter-spacing: .06em;
}

#home.openplay-home .site-footer p {
  max-width: 980px;
  margin: 3px auto;
  color: #586674;
  font-size: 12px;
  line-height: 1.55;
  word-break: keep-all;
}

#home.openplay-home .oph-final {
  min-height: 220px;
  margin-top: clamp(52px, 5vw, 68px);
  margin-bottom: 32px;
  padding: clamp(28px, 3.6vw, 42px);
  border-radius: var(--radius-xl);
}

#home.openplay-home .oph-final h2 {
  font-size: clamp(38px, 4vw, 52px);
}

#home.openplay-home .oph-section-heading h2,
#home.openplay-home .oph-community__content h2,
#home.openplay-home .oph-roadmap__heading h2,
#home.openplay-home .oph-final h2 {
  text-wrap: balance;
  word-break: keep-all;
}

#home.openplay-home .oph-section-heading > p,
#home.openplay-home .oph-community__content > p:not(.oph-eyebrow),
#home.openplay-home .oph-roadmap__aside > p,
#home.openplay-home .oph-final > div > p:not(.oph-eyebrow) {
  text-wrap: pretty;
  word-break: keep-all;
}

#home.openplay-home .oph-button:active,
#home.openplay-home .oph-filter button:active,
#home.openplay-home .oph-level-tabs button:active,
#home.openplay-home .oph-rail-actions button:active,
#home.openplay-home .connection-card:active {
  transform: translateY(1px) scale(.985);
}

@media (max-width: 1120px) {
  #home.openplay-home .oph-section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  #home.openplay-home .oph-section-heading > p {
    max-width: 760px;
  }

  #home.openplay-home .oph-instagram .oph-section-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  #home.openplay-home .instagram-network__profile {
    justify-self: start;
  }
}

@media (max-width: 840px) {
  #home.openplay-home {
    --page-gutter: 8px;
    --radius-xl: 14px;
    --radius-lg: 14px;
    --radius-md: 10px;
  }

  #home.openplay-home,
#home.openplay-home {
    background-attachment: scroll;
  }

  #home.openplay-home .oph-hero {
    margin-top: 8px;
    grid-template-columns: 1fr;
    grid-template-rows: auto clamp(220px, 48vw, 300px);
    border-radius: 14px;
  }

  #home.openplay-home .oph-hero__copy {
    padding: 28px 16px 20px;
  }

  #home.openplay-home .oph-hero h1 {
    width: auto;
    max-width: 11em;
    margin-inline: 0;
    margin-bottom: 14px;
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1;
    letter-spacing: -.07em;
  }

  html[lang="en"] #home.openplay-home .oph-hero h1 {
    max-width: 9em;
    letter-spacing: -.045em;
  }

  #home.openplay-home .oph-hero__media {
    min-height: 220px;
  }

  #home.openplay-home .oph-hero__lead {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  #home.openplay-home .oph-button-row {
    gap: 8px;
  }

  #home.openplay-home .oph-button {
    min-height: 48px;
    padding-inline: 16px;
    border-radius: 10px;
  }

  #home.openplay-home .oph-section {
    padding-top: 44px;
  }

  #home.openplay-home .oph-section-heading {
    grid-template-columns: 1fr;
    margin-bottom: 14px;
    gap: 8px;
  }

  #home.openplay-home .oph-section-heading h2,
#home.openplay-home .oph-roadmap__heading h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
  }

  #home.openplay-home .oph-section-heading > p,
#home.openplay-home .oph-roadmap__aside > p {
    font-size: 12.5px;
    line-height: 1.6;
  }

  #home.openplay-home .oph-filter {
    padding-bottom: 4px;
    gap: 6px;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  #home.openplay-home .oph-filter button {
    min-height: 48px;
    scroll-snap-align: start;
  }

  #home.openplay-home .oph-rail-toolbar {
    min-height: 40px;
    margin-bottom: 6px;
  }

  #home.openplay-home .oph-roadmap__heading {
    margin-bottom: 10px;
    gap: 14px;
  }

  #home.openplay-home .oph-roadmap__shell {
    padding: 18px 10px 10px;
    border-radius: 14px;
  }

  #home.openplay-home .oph-level-tabs {
    scroll-padding-inline: 0 8px;
    overscroll-behavior-inline: contain;
  }

  #home.openplay-home .oph-level-tabs button {
    min-width: 76px;
    min-height: 48px;
  }

  #home.openplay-home .oph-level-result {
    min-height: 180px;
    padding: 18px;
  }

  #home.openplay-home .oph-community {
    margin-top: 44px;
    border-radius: 14px;
  }

  #home.openplay-home .oph-final {
    margin-top: 44px;
    margin-bottom: 24px;
    border-radius: 14px;
  }

  #home.openplay-home .site-footer {
    width: calc(100% - 16px);
  }

  #home.openplay-home [data-home-reveal] {
    transform: translateY(14px);
    transition-duration: .48s;
  }
}

@media (max-width: 560px) {
  #home.openplay-home .oph-hero {
    grid-template-rows: auto clamp(210px, 62vw, 250px);
  }

  #home.openplay-home .oph-hero__media {
    min-height: 210px;
  }

  #home.openplay-home .oph-hero__media-copy {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  #home.openplay-home .oph-hero__media-copy strong {
    font-size: 21px;
  }

  #home.openplay-home .oph-hero__media-copy span {
    font-size: 9px;
  }

  #home.openplay-home .oph-button-row {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr);
  }

  #home.openplay-home .oph-button-row .oph-button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
    font-size: 12.5px;
  }

  #home.openplay-home .oph-section-heading h2,
#home.openplay-home .oph-roadmap__heading h2 {
    font-size: clamp(27px, 8.4vw, 34px);
  }

  #home.openplay-home .instagram-profile-bar {
    min-height: 84px;
    gap: 11px;
    padding: 12px 13px;
  }

  #home.openplay-home .instagram-profile-identity {
    gap: 10px;
  }

  #home.openplay-home .instagram-profile-avatar {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    padding: 2px;
  }

  #home.openplay-home .instagram-profile-name {
    font-size: 15px;
  }

  #home.openplay-home .instagram-profile-handle {
    font-size: 11px;
  }

  #home.openplay-home .instagram-profile-follow {
    min-width: 92px;
    min-height: 40px;
    padding: 0 11px;
    font-size: 13px;
  }

  #home.openplay-home .instagram-follow-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  #home.openplay-home .instagram-api-grid,
#home.openplay-home .oph-instagram-fallback {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 12px 13px 15px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding: 13px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #home.openplay-home .instagram-api-grid[hidden],
#home.openplay-home .oph-instagram-fallback[hidden] {
    display: none;
  }

  #home.openplay-home .instagram-api-grid::-webkit-scrollbar,
#home.openplay-home .oph-instagram-fallback::-webkit-scrollbar {
    display: none;
  }

  #home.openplay-home .instagram-api-card,
#home.openplay-home .oph-instagram-fallback-card {
    flex: 0 0 min(74vw, 268px);
    scroll-snap-align: start;
  }

  #home.openplay-home .instagram-api-copy,
#home.openplay-home .oph-instagram-fallback-card span {
    right: 13px;
    bottom: 12px;
    left: 13px;
  }

  #home.openplay-home .oph-rail-actions {
    display: none;
  }

  #home.openplay-home .oph-rail-toolbar p {
    gap: 8px;
  }

  #home.openplay-home .oph-rail-toolbar p span {
    display: inline;
    font-size: 10px;
  }

  #home.openplay-home .oph-horizontal-rail {
    width: calc(100% + var(--page-gutter));
    margin-right: calc(0px - var(--page-gutter));
    padding-right: var(--page-gutter);
  }

  #home.openplay-home .oph-horizontal-rail.oph-horizontal-rail {
    grid-auto-columns: min(88vw, 280px);
  }

  #home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card,
#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card--wide,
#home.openplay-home .oph-horizontal-rail.oph-horizontal-rail > .oph-program-card[data-home-category="private"] {
    min-height: 278px;
    padding: 15px;
    border-radius: 14px;
  }

  #home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-program-card h3 {
    font-size: clamp(22px, 7vw, 26px);
  }

  #home.openplay-home .oph-horizontal-rail.oph-horizontal-rail .oph-link {
    min-height: 48px;
  }

  #home.openplay-home .oph-community {
    min-height: 270px;
    padding: 22px 16px;
  }

  #home.openplay-home .oph-community__content h2 {
    font-size: clamp(29px, 8.8vw, 35px);
    line-height: 1.08;
  }

  #home.openplay-home .oph-community__content > p:not(.oph-eyebrow) {
    font-size: 12.5px;
    line-height: 1.55;
  }

  #home.openplay-home .oph-community__actions {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr);
    gap: 8px;
  }

  #home.openplay-home .oph-community__actions .oph-button {
    min-width: 0;
    padding-inline: 10px;
    font-size: 11.5px;
  }

  #home.openplay-home .oph-level-explorer {
    padding: 8px;
    border-radius: 14px;
  }

  #home.openplay-home .oph-level-tabs {
    margin-right: -8px;
    padding-right: 8px;
  }

  #home.openplay-home .oph-level-tabs button {
    min-width: 72px;
  }

  #home.openplay-home .oph-level-result {
    min-height: 0;
    padding: 16px;
  }

  #home.openplay-home .oph-level-result h3 {
    font-size: clamp(34px, 10vw, 40px);
  }

  #home.openplay-home .connection-grid.oph-horizontal-rail {
    grid-auto-columns: min(70vw, 220px);
  }

  #home.openplay-home .connection-grid.oph-horizontal-rail > .connection-card {
    min-height: 88px;
    padding: 10px 11px;
    border-radius: 14px;
  }

  #home.openplay-home .oph-final {
    min-height: 0;
    padding: 24px 16px 16px;
  }

  #home.openplay-home .oph-final h2 {
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.06;
  }

  #home.openplay-home .oph-final > div > p:not(.oph-eyebrow) {
    font-size: 12.5px;
    line-height: 1.55;
  }

  #home.openplay-home .oph-final__actions {
    gap: 8px;
  }

  #home.openplay-home .site-footer {
    padding: 14px 16px calc(28px + env(safe-area-inset-bottom));
  }

  #home.openplay-home .site-footer > div {
    flex-direction: column;
    gap: 2px;
  }

  #home.openplay-home .site-footer p {
    font-size: 12px;
    line-height: 1.55;
  }
}

@media (hover: none) {
  #home.openplay-home .oph-button:hover,
#home.openplay-home .oph-program-card:hover,
#home.openplay-home a.connection-card:hover {
    transform: none;
  }
}

/* Reservation application bridge: keep the public shell untouched. */
body.home-view-active {
  overflow-x: clip;
  background:
    radial-gradient(circle at 88% 0, rgba(255, 210, 30, .12), transparent 290px),
    radial-gradient(circle at 10% 100%, rgba(35, 166, 213, .13), transparent 420px),
    linear-gradient(180deg, #eef3f3, #f7f8f2 68%);
  background-attachment: fixed;
}

body.home-view-active .content {
  padding-top: 0;
}

body.home-view-active .promo-strip {
  display: none;
}

#home.openplay-home .oph-page-shell {
  width: 100%;
  margin-inline: 0;
}

#home.openplay-home header.oph-section-heading,
#home.openplay-home header.oph-roadmap__heading {
  position: static;
  top: auto;
  z-index: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#home.openplay-home button.oph-button {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

#home.openplay-home button.oph-button {
  border: 1px solid transparent;
}

#home.openplay-home button.oph-link {
  appearance: none;
  min-width: 0;
  cursor: pointer;
  text-align: center;
}
