@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Mono:wght@400;500&family=Permanent+Marker&display=swap');

:root { --teaser-pink: #ff2e91; --teaser-blue: #19b8ff; --teaser-lime: #d5ff3f; --teaser-wine: #8f3044; --teaser-ink: #111; }
.conference-teaser { background: #f4f1eb; color: var(--teaser-ink); min-height: 100vh; overflow: hidden; position: relative; font-family: 'DM Mono', monospace; isolation: isolate; }
.conference-teaser::before { content: ''; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: radial-gradient(#111 0.6px, transparent .6px); background-size: 7px 7px; z-index: -1; }
.teaser-noise { position: absolute; inset: 0; opacity: .055; pointer-events: none; z-index: 10; background-image: repeating-radial-gradient(circle at 0 0, rgba(255,255,255,.18) 0 1px, transparent 1px 5px); background-size: 13px 13px; }
.teaser-nav { align-items: center; border-bottom: 2px solid var(--teaser-ink); display: flex; justify-content: space-between; margin: 0 auto; max-width: 1440px; padding: 22px 5vw; position: relative; z-index: 3; }
.teaser-brand { align-items: center; color: inherit; display: inline-flex; font-size: 13px; font-weight: 500; gap: 9px; letter-spacing: -.04em; text-decoration: none; }
.teaser-brand-mark { align-items: center; background: var(--teaser-pink); border: 2px solid var(--teaser-ink); box-shadow: 3px 3px 0 var(--teaser-ink); display: inline-flex; font-family: 'DM Mono'; font-weight: 700; height: 29px; justify-content: center; transform: rotate(-5deg); width: 39px; }
.teaser-nav-note, .teaser-nav-link, .teaser-kicker, .teaser-hint, .manifesto-eyebrow, .teaser-footer { font-size: 10px; letter-spacing: .08em; }
.teaser-nav-link { color: inherit; font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--teaser-pink); padding-bottom: 3px; }
.teaser-hero { min-height: 900px; padding: 48px 20px 115px; position: relative; text-align: center; }
.teaser-kicker { align-items: center; display: flex; gap: 9px; justify-content: center; }
.live-dot { animation: blink 1.2s infinite; background: var(--teaser-pink); border: 1px solid var(--teaser-ink); border-radius: 50%; display: inline-block; height: 8px; width: 8px; }
.teaser-title { font-family: 'Anton', 'Arial Black', sans-serif; font-size: clamp(5.4rem, 15vw, 14rem); font-weight: 400; letter-spacing: -.08em; line-height: .82; margin: 37px 0 24px; position: relative; text-transform: uppercase; z-index: 2; }
.teaser-title-line { display: block; text-shadow: 5px 5px 0 var(--teaser-pink), -2px -2px 0 var(--teaser-ink); transform: rotate(-2deg); }
.teaser-title-line--offset { color: var(--teaser-blue); margin-left: clamp(10px, 9vw, 130px); text-shadow: 5px 5px 0 var(--teaser-lime), -2px -2px 0 var(--teaser-blue); transform: rotate(1deg); }
.teaser-title-line--offset [data-title-phrase] { display: inline-block; white-space: nowrap; }
[data-title-phrase].is-title-changing { animation: title-slot-out .18s ease-in both; }
[data-title-phrase].is-title-entering { animation: title-slot-in .48s cubic-bezier(.2,.8,.25,1) both; }
@keyframes title-slot-out {
  0% { opacity: 1; transform: rotate(1deg) translateY(0); }
  100% { opacity: 0; transform: rotate(1deg) translateY(.45em); }
}
@keyframes title-slot-in {
  0% { filter: blur(2px); opacity: 0; transform: rotate(1deg) translateY(-.65em); }
  20% { opacity: 1; transform: rotate(1deg) translateY(-.16em); }
  38% { opacity: .35; transform: rotate(1deg) translateY(.12em); }
  58% { opacity: 1; transform: rotate(1deg) translateY(.27em); }
  100% { filter: blur(0); opacity: 1; transform: rotate(1deg) translateY(0); }
}
.teaser-punch { color: var(--teaser-lime); display: inline-block; font-family: 'Permanent Marker', cursive; font-size: .73em; margin-left: .05em; text-shadow: 3px 3px 0 var(--teaser-ink); transform: rotate(8deg); }
.teaser-punch--blue { color: var(--teaser-pink); }
.teaser-subtitle { font-size: 13px; line-height: 1.8; margin: 0 auto; position: relative; z-index: 2; }
.teaser-scribbles { backface-visibility: hidden; color: #a7a49a; cursor: pointer; font-family: 'Permanent Marker', cursive; font-size: clamp(1.25rem, 2.7vw, 2.4rem); opacity: .78; pointer-events: auto; position: absolute; text-shadow: 1px 1px 0 rgba(17,17,17,.8), 0 0 12px rgba(17,17,17,.16); transition: color .12s ease, opacity .12s ease, text-shadow .12s ease; white-space: nowrap; will-change: transform; z-index: 1; }
.teaser-scribbles:hover, .teaser-scribbles.is-peeked, .conference-teaser.is-revealed .teaser-scribbles { color: var(--teaser-wine); opacity: .95; text-shadow: 0 0 6px rgba(143,48,68,.42), 2px 2px 0 #111; }
.teaser-scribbles--row-1 { animation: crawl-left 30s linear infinite; left: 50%; top: 150px; transform: translateX(-50%) rotate(-4deg); }
.teaser-scribbles--row-2 { animation: crawl-right 34s linear infinite; left: 50%; top: 235px; transform: translateX(-50%) rotate(2deg); }
.teaser-scribbles--row-3 { animation: crawl-left 37s linear infinite; left: 50%; top: 320px; transform: translateX(-50%) rotate(-3deg); }
.teaser-scribbles--row-4 { animation: crawl-right 32s linear infinite; left: 50%; top: 405px; transform: translateX(-50%) rotate(3deg); }
.teaser-scribbles--row-5 { animation: crawl-left 39s linear infinite; left: 50%; top: 490px; transform: translateX(-50%) rotate(-2deg); }
.teaser-scribbles--row-6 { animation: crawl-right 35s linear infinite; left: 50%; top: 575px; transform: translateX(-50%) rotate(2deg); }
.teaser-scribbles--row-7 { animation: crawl-left 33s linear infinite; left: 50%; top: 660px; transform: translateX(-50%) rotate(-3deg); }
.teaser-scribbles--row-8 { animation: crawl-right 38s linear infinite; left: 50%; top: 745px; transform: translateX(-50%) rotate(3deg); }
.black-box-wrap { height: 255px; margin: 40px auto 0; position: relative; width: min(350px, 72vw); z-index: 4; }
.box-callout { background: #f4f1eb; border: 2px solid #111; border-radius: 48% 52% 47% 53%; box-shadow: 5px 5px 0 var(--teaser-pink); color: var(--teaser-ink); font: 700 12px/1.05 'Permanent Marker', cursive; padding: 14px 16px; pointer-events: none; position: absolute; text-shadow: none; z-index: 6; }.box-callout::after { border-style: solid; content: ''; height: 0; position: absolute; width: 0; }.box-callout b { color: var(--teaser-pink); font-size: 17px; }.box-callout--left { left: -115px; text-align: center; top: 82px; transform: rotate(-7deg); }.box-callout--left::after { border-color: #111 transparent transparent transparent; border-width: 14px 5px 0 14px; bottom: -13px; right: 18px; transform: rotate(-14deg); }.box-callout--right { color: var(--teaser-blue); right: -137px; text-align: center; top: 138px; transform: rotate(6deg); }.box-callout--right::after { border-color: transparent #111 transparent transparent; border-width: 5px 15px 12px 0; left: -13px; top: 22px; transform: rotate(10deg); }
.black-box { align-items: center; animation: steady-pulse 1.6s ease-in-out infinite; background: #090909; border: 0; border-radius: 28px; box-shadow: 10px 10px 0 var(--teaser-pink), 0 0 0 5px var(--teaser-lime); color: #fff; cursor: pointer; display: flex; height: 82%; justify-content: center; left: 50%; margin-top: 0; padding: 0; position: relative; transform: translateX(-50%) rotate(-1.5deg); transition: box-shadow .15s ease, transform .15s ease, background .15s ease; width: 90%; z-index: 4; }
.black-box:hover, .black-box:focus-visible, .black-box.is-revealed, .conference-teaser.is-revealed .black-box { animation: none; background: #121212; box-shadow: 10px 10px 0 var(--teaser-blue), 0 0 0 5px var(--teaser-pink), 0 0 42px rgba(25,184,255,.85); outline: none; transform: translateX(-50%) rotate(1deg) scale(1.025); }
.black-box::before { display: none; }
.black-box-message { display: flex; flex-direction: column; gap: 12px; opacity: 1; position: relative; transition: opacity .12s ease, transform .12s ease; }
.conference-teaser.is-email-open .black-box-message { opacity: .16; transform: scale(.88); }
.conference-teaser.is-email-open .black-box { animation: none; transform: translateX(-50%) rotate(0) scale(1); }
.black-box-coming { color: #fff; display: inline-block; font-family: 'DM Mono', monospace; font-size: 21px; font-weight: 900; isolation: isolate; letter-spacing: .08em; line-height: 1.15; padding: 2px 7px 1px; position: relative; text-align: center; text-shadow: 0 0 8px rgba(255,255,255,.55), 2px 2px 0 #111; }
.black-box-coming::before { -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); background: linear-gradient(90deg, #138fd1, var(--teaser-blue) 45%, #42caff 72%, #159fe0); clip-path: polygon(2% 24%, 9% 13%, 22% 18%, 36% 9%, 50% 17%, 65% 10%, 80% 18%, 97% 11%, 98% 79%, 91% 91%, 75% 84%, 58% 94%, 42% 86%, 25% 94%, 10% 84%, 2% 91%); content: ''; inset: 5px 9px 2px; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); opacity: .95; position: absolute; z-index: -1; }
.black-box-exclamation { color: var(--teaser-pink); font-family: 'Permanent Marker'; margin-left: 4px; }
.black-box-rule { display: none; }
.black-box-date { color: #fff; font-family: 'Anton', Impact, sans-serif; font-size: 30px; letter-spacing: .02em; line-height: 1; text-shadow: 0 0 7px rgba(255,255,255,.55), 2px 2px 0 var(--teaser-blue); }
.black-box-countdown { color: var(--teaser-lime); font-family: 'Anton', Impact, sans-serif; font-size: 34px; font-weight: 400; letter-spacing: .03em; line-height: 1; text-shadow: 0 0 8px rgba(213,255,63,.8), 2px 2px 0 #111; }
.black-box-question { display: none; font-family: 'Permanent Marker'; font-size: 84px; color: var(--teaser-lime); position: absolute; }
.black-box-sticker { background: var(--teaser-lime); color: #111; font-family: 'Permanent Marker'; font-size: 11px; padding: 5px 8px; position: absolute; z-index: 2; }
.black-box-sticker--one { right: -30px; top: 30px; transform: rotate(7deg); }.black-box-sticker--two { bottom: 25px; left: -34px; background: var(--teaser-pink); transform: rotate(-9deg); }
.black-box-corner { border-color: var(--teaser-blue); border-style: solid; height: 22px; position: absolute; width: 22px; }.black-box-corner--tl { border-width: 3px 0 0 3px; left: 21px; top: 21px; }.black-box-corner--br { border-width: 0 3px 3px 0; bottom: 21px; right: 21px; }
.teaser-hint { margin-top: 48px; position: relative; z-index: 2; }.teaser-hint span { color: var(--teaser-pink); font-weight: 700; }.teaser-hint b { color: var(--teaser-blue); font-size: 18px; margin-left: 5px; }
.conference-email-form { align-items: center; display: flex; gap: 8px; justify-content: center; left: 50%; max-width: calc(100% - 42px); opacity: 0; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -44%); transition: opacity .2s ease, transform .2s ease; visibility: hidden; width: 100%; z-index: 5; }
.conference-teaser.is-email-open .conference-email-form { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%); visibility: visible; }
.black-box-close { background: var(--teaser-pink); border: 2px solid #111; box-shadow: 3px 3px 0 #111; color: #111; cursor: pointer; font: 700 22px/1 Arial, sans-serif; height: 34px; opacity: 0; padding: 0 0 3px; pointer-events: none; position: absolute; right: -8px; top: -10px; transform: rotate(8deg); transition: opacity .2s ease, transform .15s ease; visibility: hidden; width: 34px; z-index: 7; }
.conference-teaser.is-email-open .black-box-close { opacity: 1; pointer-events: auto; visibility: visible; }.black-box-close:hover { background: var(--teaser-lime); transform: rotate(0) scale(1.08); }
.conference-email-form input { background: #090909; border: 0; border-bottom: 2px solid var(--teaser-lime); color: #fff; font: 12px 'DM Mono', monospace; min-width: 0; padding: 10px 2px; width: 220px; }
.conference-email-form input::placeholder { color: #77756e; }.conference-email-form input:focus { border-bottom-color: var(--teaser-pink); outline: none; }
.conference-email-form button { background: var(--teaser-pink); border: 2px solid var(--teaser-ink); box-shadow: 3px 3px 0 var(--teaser-ink); color: var(--teaser-ink); cursor: pointer; font: 700 10px 'DM Mono', monospace; padding: 10px 12px; white-space: nowrap; }.conference-email-form button:hover { background: var(--teaser-lime); transform: translate(-1px, -1px); }.conference-email-form button span { color: var(--teaser-blue); font-size: 15px; }.conference-email-status { bottom: -28px; color: var(--teaser-lime); font-size: 10px; left: 50%; margin: 0; position: absolute; transform: translateX(-50%); white-space: nowrap; }
.teaser-scroll-cue { align-items: center; bottom: 31px; display: flex; flex-direction: column; font-size: 9px; gap: 10px; left: 50%; letter-spacing: .12em; position: absolute; transform: translateX(-50%); }.teaser-scroll-cue i { background: var(--teaser-ink); display: block; height: 35px; width: 1px; }
.conference-toast { background: var(--teaser-lime); border: 2px solid #111; box-shadow: 5px 5px 0 var(--teaser-pink); color: #111; font: 700 12px 'DM Mono', monospace; left: 50%; opacity: 0; padding: 12px 16px; pointer-events: none; position: fixed; text-align: center; top: 24px; transform: translate(-50%, -12px) rotate(-2deg); transition: opacity .2s ease, transform .2s ease; visibility: hidden; white-space: nowrap; z-index: 20; }.conference-toast span { color: #111; font-size: 10px; font-weight: 400; }.conference-toast.is-visible { opacity: 1; transform: translate(-50%, 0) rotate(-2deg); visibility: visible; }
.black-box-wrap .conference-toast { bottom: calc(100% + 12px); left: 50%; position: absolute; top: auto; transform: translate(-50%, 12px) rotate(-2deg); }
.black-box-wrap .conference-toast.is-visible { transform: translate(-50%, 0) rotate(-2deg); }
.black-box-signup-status { align-items: center; color: var(--teaser-lime); display: none; font: 900 15px/1.35 'DM Mono', monospace; justify-content: center; left: 50%; max-width: calc(100% - 30px); position: absolute; text-align: center; top: calc(50% - 18px); transform: translate(-50%, -50%); width: 100%; z-index: 5; }
.conference-teaser.is-email-success .black-box-message { opacity: 0; visibility: hidden; }
.conference-teaser.is-email-success .black-box-signup-status { display: flex; }
.conference-teaser.is-email-success .conference-email-form { opacity: 0; pointer-events: none; visibility: hidden; }
.conference-teaser.is-email-success .black-box-actions { opacity: 0; pointer-events: none; }
html[lang="ko"] .black-box-signup-status { font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif; letter-spacing: -.06em; }
.teaser-manifesto { background: #121212; color: #f4f1eb; display: grid; gap: 50px; grid-template-columns: minmax(180px, 1fr) 2fr; margin-top: 0; padding: 110px 11vw; position: relative; text-align: left; }.manifesto-aside { align-items: start; display: flex; flex-direction: column; }.manifesto-stamp { align-self: start; border: 2px solid var(--teaser-lime); color: var(--teaser-lime); font-family: 'Permanent Marker'; font-size: 14px; line-height: 1.15; padding: 14px; transform: rotate(-8deg); width: max-content; }.manifesto-logo { aspect-ratio: 1427 / 1102; background: url('/static/images/pyladies-seoul-graffiti-logo.png') center / contain no-repeat; filter: drop-shadow(5px 5px 0 var(--teaser-pink)); margin: 42px 0 0 -8px; position: relative; transform: rotate(-5deg); width: min(220px, 100%); }.manifesto-logo::before, .manifesto-logo::after { color: var(--teaser-pink); font-family: 'Permanent Marker', cursive; font-size: 30px; line-height: 1; pointer-events: none; position: absolute; text-shadow: 2px 2px 0 #080808, 0 0 9px currentColor; z-index: 1; }.manifesto-logo::before { content: '✦   ×'; left: -34px; top: 32px; transform: rotate(-18deg); }.manifesto-logo::after { color: var(--teaser-blue); content: '✧  /  ⚡'; right: -38px; top: 125px; transform: rotate(13deg); }.manifesto-logo { background-image: url('/static/images/pyladies-seoul-graffiti-logo.png'), radial-gradient(circle, rgba(25,184,255,.85) 0 1px, transparent 2px), radial-gradient(circle, rgba(255,46,145,.7) 0 1px, transparent 2px); background-position: center, 8% 20%, 92% 72%; background-repeat: no-repeat; background-size: contain, 46px 46px, 58px 58px; }.manifesto-logo svg { display: none; }.manifesto-logo-hair { fill: none; stroke: var(--teaser-blue); stroke-width: 13; }.manifesto-logo-face { fill: #f4f1eb; stroke: var(--teaser-lime); stroke-width: 4; }.manifesto-logo-eye, .manifesto-logo-mask, .manifesto-logo-mask-line, .manifesto-logo-flower-stem, .manifesto-logo-scribble { fill: none; stroke: var(--teaser-pink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; }.manifesto-logo-eye-dot, .manifesto-logo-flower-core { fill: var(--teaser-ink); stroke: var(--teaser-pink); stroke-width: 3; }.manifesto-logo-mask { fill: #121212; stroke: var(--teaser-blue); stroke-width: 3; }.manifesto-logo-mask-line { stroke: var(--teaser-lime); stroke-width: 2; }.manifesto-logo-flower { fill: none; stroke: var(--teaser-pink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; }.manifesto-logo-flower-stem { stroke: var(--teaser-lime); stroke-width: 3; }.manifesto-logo-bead { stroke: #121212; stroke-width: 2; }.manifesto-logo-bead--blue { fill: var(--teaser-blue); }.manifesto-logo-bead--lime { fill: var(--teaser-lime); }.manifesto-logo-bead--pink { fill: var(--teaser-pink); }.manifesto-logo-braid, .manifesto-logo-braid-line { fill: none; stroke: var(--teaser-pink); stroke-linecap: round; stroke-linejoin: round; }.manifesto-logo-braid { stroke-width: 12; }.manifesto-logo-braid-line { stroke-width: 3; }.manifesto-eyebrow { color: var(--teaser-blue); margin-bottom: 25px; }.teaser-manifesto h2 { font-family: 'Anton', sans-serif; font-size: clamp(2.8rem, 6vw, 6.8rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; margin: 0; }.teaser-manifesto h2 em { color: var(--teaser-pink); font-style: normal; text-shadow: 2px 2px 0 var(--teaser-lime); }.manifesto-copy { color: #dbd8d1; font-size: 14px; line-height: 1.9; margin: 32px 0; max-width: 570px; }.manifesto-tags { display: flex; flex-wrap: wrap; gap: 8px; }.manifesto-tags span { border: 1px solid var(--teaser-blue); color: var(--teaser-blue); font-size: 10px; padding: 8px 11px; }
.teaser-invitation { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin: 0; }.invitation-card { min-height: 210px; padding: 30px; position: relative; text-align: left; }.invitation-card span { font-size: 11px; }.invitation-card strong { display: block; font-family: 'Anton'; font-size: clamp(2.2rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.03em; margin-top: 35px; }.invitation-card small { font-size: 11px; }.invitation-card--pink { background: var(--teaser-pink); }.invitation-card--blue { background: var(--teaser-blue); }.invitation-card--lime { background: var(--teaser-lime); }
.teaser-recruitment { background: #f4f1eb; padding: 100px 8vw; text-align: left; }.recruitment-heading { align-items: end; display: flex; justify-content: space-between; margin: 0 auto 42px; max-width: 1220px; }.recruitment-heading h2 { font-family: 'Anton'; font-size: clamp(3rem, 7vw, 7rem); font-weight: 400; letter-spacing: -.04em; line-height: .9; margin: 0; }.recruitment-heading h2 span { color: var(--teaser-pink); font-family: 'Permanent Marker'; font-size: .5em; margin-left: 10px; }.recruitment-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1220px; }.recruitment-card { border: 2px solid #111; box-shadow: 6px 6px 0 #111; color: #111; display: flex; flex-direction: column; min-height: 235px; padding: 23px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }.recruitment-card:hover { box-shadow: 2px 2px 0 #111; color: #111; transform: translate(4px, 4px) rotate(-1deg); }.recruitment-card span { font: 10px 'DM Mono'; letter-spacing: .08em; }.recruitment-card strong { font: 400 clamp(1.8rem, 3vw, 3.2rem)/.9 'Anton'; margin-top: auto; }.recruitment-card small { font: 12px/1.5 'DM Mono'; margin-top: 16px; }.recruitment-card b { border-top: 2px solid #111; font: 700 10px 'DM Mono'; margin-top: 18px; padding-top: 12px; }.recruitment-card--pink { background: var(--teaser-pink); }.recruitment-card--blue { background: var(--teaser-blue); }.recruitment-card--lime { background: var(--teaser-lime); }
.teaser-footer { background: var(--teaser-ink); color: #f4f1eb; display: flex; justify-content: space-between; padding: 24px 5vw; }.teaser-footer span:nth-child(2) { color: var(--teaser-lime); }
@keyframes crawl-left { from { transform: translate3d(-50%, 0, 0) rotate(-4deg); } to { transform: translate3d(-56%, 0, 0) rotate(-4deg); } } @keyframes crawl-right { from { transform: translate3d(-54%, 0, 0) rotate(3deg); } to { transform: translate3d(-46%, 0, 0) rotate(3deg); } } @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } } @keyframes steady-pulse { 0%, 100% { box-shadow: 10px 10px 0 var(--teaser-pink), 0 0 0 5px var(--teaser-lime), 0 0 18px rgba(255,46,145,.18); transform: translateX(-50%) rotate(-1.5deg) scale(1); } 50% { box-shadow: 10px 10px 0 var(--teaser-pink), 0 0 0 5px var(--teaser-lime), 0 0 38px rgba(25,184,255,.6), 0 0 70px rgba(255,46,145,.24); transform: translateX(-50%) rotate(-1.5deg) scale(1.025); } }
@media (max-width: 700px) { .teaser-nav { padding: 16px 18px; }.teaser-nav-note { display: none; }.teaser-hero { min-height: 820px; padding-top: 70px; }.teaser-title { font-size: clamp(3.7rem, 17vw, 6.2rem); margin-top: 28px; }.teaser-title-line--offset { margin-left: 5vw; }.black-box-wrap { height: 320px; margin-top: 82px; width: min(290px, 78vw); }.black-box { border-radius: 24px; height: 185px; width: 90%; }.black-box-coming { font-size: 43px; }.black-box-sticker--one { right: -17px; }.black-box-sticker--two { left: -18px; }.box-callout--left { left: 50%; right: auto; top: -58px; transform: translateX(-50%) rotate(-4deg); }.box-callout--right { left: 50%; right: auto; top: 203px; transform: translateX(-50%) rotate(4deg); }.teaser-scribbles { font-size: 1rem; }.teaser-scribbles--row-1 { top: 178px; }.teaser-scribbles--row-2 { top: 248px; }.teaser-scribbles--row-3 { top: 318px; }.teaser-scribbles--row-4 { top: 388px; }.teaser-scribbles--row-5 { top: 458px; }.teaser-scribbles--row-6 { top: 528px; }.teaser-scribbles--row-7 { top: 598px; }.teaser-scribbles--row-8 { top: 668px; }.conference-email-form { padding: 0 10px; }.conference-email-form input { width: 180px; }.teaser-manifesto { display: block; padding: 78px 24px; }.manifesto-stamp { margin-bottom: 55px; }.teaser-invitation { display: block; }.invitation-card { min-height: 155px; padding: 24px; }.invitation-card strong { margin-top: 18px; }.teaser-recruitment { padding: 78px 24px; }.recruitment-heading { align-items: start; display: block; margin-bottom: 30px; }.recruitment-grid { display: block; }.recruitment-card { margin-bottom: 14px; min-height: 185px; }.teaser-footer { flex-direction: column; gap: 10px; padding: 22px 18px; }.teaser-footer span:nth-child(2) { order: -1; } }
@media (max-width: 700px) { .black-box-date { font-size: 24px; }.black-box-countdown { font-size: 29px; } }
@media (prefers-reduced-motion: reduce) { .teaser-scribbles, .live-dot, .black-box { animation: none; }.black-box { transition: none; } }

/* Hand-sprayed dots around the mark, kept behind the transparent artwork. */
.manifesto-logo { background-image: url('/static/images/pyladies-seoul-graffiti-logo.png'), radial-gradient(circle at 8% 18%, var(--teaser-blue) 0 1px, transparent 2px), radial-gradient(circle at 14% 27%, var(--teaser-blue) 0 1.5px, transparent 2.5px), radial-gradient(circle at 20% 12%, var(--teaser-blue) 0 1px, transparent 2px), radial-gradient(circle at 92% 70%, var(--teaser-pink) 0 1px, transparent 2px), radial-gradient(circle at 84% 78%, var(--teaser-pink) 0 1.5px, transparent 2.5px), radial-gradient(circle at 96% 60%, var(--teaser-pink) 0 1px, transparent 2px), radial-gradient(circle at 27% 91%, var(--teaser-lime) 0 1px, transparent 2px), radial-gradient(circle at 75% 92%, var(--teaser-blue) 0 1px, transparent 2px); background-position: center; background-repeat: no-repeat; background-size: contain; }
.manifesto-logo { width: min(300px, 100%); }
.teaser-manifesto { grid-template-columns: minmax(260px, 1.15fr) 1.85fr; }
.manifesto-logo { max-width: none; width: min(440px, 42vw); }
@media (max-width: 700px) { .manifesto-logo { width: min(360px, 100%); } }
.teaser-manifesto h2 em span { display: block; }
.manifesto-stamp { border: 0; color: #fff; font-size: clamp(1.9rem, 3.7vw, 3.4rem); letter-spacing: -.07em; line-height: .9; padding: 0; position: relative; text-shadow: 3px 3px 0 var(--teaser-pink), -2px -1px 0 var(--teaser-blue); transform: rotate(-8deg); }
.manifesto-stamp::after { background: radial-gradient(circle, var(--teaser-blue) 0 1px, transparent 2px) 0 0 / 13px 15px, radial-gradient(circle, var(--teaser-pink) 0 1px, transparent 2px) 7px 9px / 17px 18px; content: ''; height: 42px; left: -28px; opacity: .8; pointer-events: none; position: absolute; top: -18px; width: calc(100% + 56px); z-index: -1; }
.teaser-manifesto::before, .teaser-manifesto::after, .teaser-invitation::before, .teaser-recruitment::after { color: var(--teaser-pink); font-family: 'Permanent Marker', cursive; pointer-events: none; position: absolute; text-shadow: 2px 2px 0 #111, 0 0 10px currentColor; z-index: 1; }
.teaser-manifesto::before { content: '✦  ×'; font-size: 34px; right: 7vw; top: 34px; transform: rotate(12deg); }
.teaser-manifesto::after { background: radial-gradient(circle, var(--teaser-blue) 0 1px, transparent 2px) 0 0 / 14px 17px; content: ''; height: 90px; left: 5vw; opacity: .75; top: 38%; width: 90px; }
.teaser-invitation { position: relative; }
.teaser-invitation::before { content: '⚡  ✧'; font-size: 32px; right: 3vw; top: 18px; transform: rotate(-9deg); }
.teaser-recruitment { position: relative; }
.teaser-recruitment::after { color: var(--teaser-blue); content: '✦  /  ×'; font-size: 29px; right: 7vw; top: 30px; transform: rotate(8deg); }
.teaser-hero::after { background: radial-gradient(circle, rgba(255,46,145,.78) 0 1px, transparent 2px) 0 0 / 15px 18px, radial-gradient(circle, rgba(25,184,255,.82) 0 1px, transparent 2px) 8px 7px / 21px 16px; content: ''; height: 120px; opacity: .5; pointer-events: none; position: absolute; right: 5vw; top: 50px; transform: rotate(7deg); width: 100px; }
.recruitment-grid { display: flex; flex-direction: column; gap: 28px; }
.recruitment-card { align-self: flex-start; border: 0; clip-path: polygon(1% 8%, 98% 0, 100% 90%, 4% 100%); min-height: 185px; padding: 25px 31px; position: relative; width: min(58%, 650px); }
.recruitment-card:nth-child(even) { align-self: flex-end; transform: rotate(2deg); }
.recruitment-card:nth-child(odd) { transform: rotate(-2deg); }
.recruitment-card:hover { box-shadow: 7px 7px 0 #111; transform: translate(3px, -2px) rotate(-2deg); }
.recruitment-card:nth-child(even):hover { transform: translate(-3px, -2px) rotate(2deg); }
.black-box-wrap::before, .black-box-wrap::after { background: url('/static/images/graffiti-spray-texture.png') center / 100% 100% no-repeat; content: ''; inset: -42px; pointer-events: none; position: absolute; z-index: 1; }
.black-box-wrap::before { filter: brightness(0) saturate(100%) invert(22%) sepia(92%) saturate(4871%) hue-rotate(319deg) brightness(99%) contrast(103%); opacity: .68; }
.black-box-wrap::after { filter: brightness(0) saturate(100%) invert(58%) sepia(91%) saturate(3127%) hue-rotate(164deg) brightness(101%) contrast(101%); opacity: .56; transform: rotate(180deg) scale(.94); }
.black-box { z-index: 4; }
.black-box { box-shadow: none; isolation: isolate; }
.black-box-spray { background: url('/static/images/graffiti-spray-texture.png') center / 100% 100% no-repeat; filter: brightness(0) saturate(100%) invert(22%) sepia(92%) saturate(4871%) hue-rotate(319deg) brightness(99%) contrast(103%); inset: -46px; opacity: .85; pointer-events: none; position: absolute; z-index: 0; }
.black-box-spray::after { background: url('/static/images/graffiti-spray-texture.png') center / 100% 100% no-repeat; content: ''; inset: 10px; opacity: .72; position: absolute; transform: rotate(180deg) scale(.94); filter: brightness(0) saturate(100%) invert(58%) sepia(91%) saturate(3127%) hue-rotate(164deg) brightness(101%) contrast(101%); }
.black-box-wrap > .black-box-spray { display: block; inset: -72px; opacity: .98; position: absolute; z-index: 3; }
.black-box-wrap > .black-box-spray::after { inset: 12px; }
.black-box-spray::after { display: none; }
.black-box-wrap > .black-box-spray--blue { filter: brightness(0) saturate(100%) invert(58%) sepia(91%) saturate(3127%) hue-rotate(164deg) brightness(101%) contrast(101%); opacity: .9; transform: rotate(180deg) scale(.94); }
.black-box-message, .black-box-sticker, .black-box-question, .black-box-corner { position: relative; z-index: 2; }
.black-box::before { z-index: 3; }
.black-box { border: 0; }
.black-box-spray { inset: -58px; opacity: .95; }
.recruitment-card > span:not(.recruitment-spray), .recruitment-card > small, .recruitment-card > b { color: #fff !important; -webkit-text-stroke: 0 transparent !important; text-shadow: none !important; }
.black-box-wrap::before, .black-box-wrap::after { display: none; }
.black-box { animation: black-box-pulse 1.6s ease-in-out infinite; }
.black-box:hover, .black-box:focus-visible, .black-box.is-revealed, .conference-teaser.is-revealed .black-box { box-shadow: none; }
@keyframes black-box-pulse { 0%, 100% { transform: translateX(-50%) rotate(-1.5deg) scale(1); } 50% { transform: translateX(-50%) rotate(-1.5deg) scale(1.025); } }
.conference-teaser, .teaser-hero, .teaser-manifesto, .teaser-recruitment, .teaser-footer { background-color: var(--bg-primary) !important; }
.box-callout { background: #f4f1eb !important; }
.recruitment-card::before, .recruitment-card::after { display: none; }
.recruitment-card > .recruitment-spray { background: url('/static/images/graffiti-spray-texture.png') center / 100% 100% no-repeat; display: block; filter: brightness(0) saturate(100%) invert(1) opacity(.8); inset: -24% -18%; pointer-events: none; position: absolute; z-index: 0; }
.recruitment-card--pink > .recruitment-spray { filter: brightness(0) saturate(100%) invert(22%) sepia(92%) saturate(4871%) hue-rotate(319deg) brightness(99%) contrast(103%) opacity(.8); }
.recruitment-card--blue > .recruitment-spray { filter: brightness(0) saturate(100%) invert(58%) sepia(91%) saturate(3127%) hue-rotate(164deg) brightness(101%) contrast(101%) opacity(.8); }
.recruitment-card--lime > .recruitment-spray { filter: brightness(0) saturate(100%) invert(89%) sepia(96%) saturate(1200%) hue-rotate(26deg) brightness(104%) contrast(103%) opacity(.8); }
.recruitment-card--blue > .recruitment-spray { transform: scaleX(-1); }
.recruitment-card > span:not(.recruitment-spray), .recruitment-card > strong, .recruitment-card > small, .recruitment-card > b { position: relative; z-index: 1; }
.recruitment-card > span:not(.recruitment-spray), .recruitment-card > small, .recruitment-card > b { color: #fff; -webkit-text-stroke: 0 transparent; text-shadow: none; }
.recruitment-card > small, .recruitment-card > b { font-weight: 700; -webkit-text-stroke: 0 transparent; text-shadow: none; }
.recruitment-card > b { font-weight: 900; letter-spacing: .04em; }
.recruitment-card > strong { color: transparent; -webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #fff; text-shadow: 3px 3px 0 #111; }
.recruitment-card::before { background-color: currentColor; background-image: none; -webkit-mask-image: url('/static/images/graffiti-spray-texture.png'); -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-image: url('/static/images/graffiti-spray-texture.png'); mask-position: center; mask-repeat: no-repeat; mask-size: 100% 100%; opacity: .72; z-index: 0; }
.recruitment-card::before { background: url('/static/images/graffiti-spray-texture.png') center / cover no-repeat; filter: invert(1) opacity(.72); -webkit-mask: none; mask: none; }
.recruitment-card--pink::before { filter: invert(1) sepia(1) saturate(5) hue-rotate(290deg) opacity(.72); }
.recruitment-card--blue::before { filter: invert(1) sepia(1) saturate(4) hue-rotate(145deg) opacity(.72); }
.recruitment-card--lime::before { filter: invert(1) sepia(1) saturate(4) hue-rotate(35deg) opacity(.72); }
.recruitment-card::before { -webkit-mask: url('/static/images/graffiti-spray-texture.png') center / cover no-repeat; background: currentColor; height: 145%; left: -23%; mask: url('/static/images/graffiti-spray-texture.png') center / cover no-repeat; opacity: .48; top: -22%; width: 146%; }
.recruitment-card::before { z-index: 0; }
.recruitment-card > * { position: relative; z-index: 1; }
.conference-teaser, .teaser-hero, .teaser-manifesto, .teaser-recruitment, .teaser-footer { background: var(--bg-primary); }
.conference-teaser { color: var(--color-text-primary); }.teaser-manifesto, .teaser-recruitment, .teaser-footer { color: var(--color-text-primary); }.manifesto-copy { color: var(--color-text-primary); }.teaser-scroll-cue { color: var(--color-text-primary); }.box-callout { background: var(--bg-primary); }
.conference-teaser, .teaser-hero, .teaser-manifesto, .teaser-recruitment, .teaser-footer { background-color: var(--bg-primary) !important; }
.recruitment-card strong { font-family: 'Permanent Marker', cursive; font-size: clamp(2.3rem, 5vw, 5rem); letter-spacing: -.08em; line-height: .95; }
.recruitment-card::after { background: radial-gradient(circle, rgba(17,17,17,.8) 0 1px, transparent 2px) 0 0 / 13px 15px; content: ''; height: 42px; opacity: .32; pointer-events: none; position: absolute; right: -16px; top: -20px; width: 70px; }
@media (max-width: 700px) { .recruitment-card, .recruitment-card:nth-child(even) { align-self: stretch; width: 100%; } }
.conference-teaser, .teaser-hero, .teaser-recruitment { background: #121212; color: #f4f1eb; }
.teaser-scroll-cue { color: #f4f1eb; }
.recruitment-card, .recruitment-card:nth-child(even) { background: currentColor; border: 0; border-radius: 53% 47% 48% 52% / 45% 54% 46% 55%; box-shadow: 8px 8px 0 #080808, 0 0 24px currentColor; clip-path: none; min-height: 220px; transform: rotate(-2deg); }
.recruitment-card:nth-child(even) { transform: rotate(2deg); }
.recruitment-card--pink { color: var(--teaser-pink); }.recruitment-card--blue { color: var(--teaser-blue); }.recruitment-card--lime { color: var(--teaser-lime); }
.recruitment-card span, .recruitment-card small, .recruitment-card b { color: #111; }.recruitment-card strong { color: #111; text-shadow: 2px 2px 0 rgba(244,241,235,.55); }
.recruitment-card:hover, .recruitment-card:nth-child(even):hover { box-shadow: 3px 3px 0 currentColor, 0 0 30px currentColor; transform: translate(4px, 2px) rotate(-2deg); }
.recruitment-card:nth-child(even):hover { transform: translate(-4px, 2px) rotate(2deg); }
.recruitment-card::after { background: radial-gradient(circle, currentColor 0 1px, transparent 2px) 0 0 / 13px 15px, radial-gradient(circle, currentColor 0 1.5px, transparent 2.5px) 7px 9px / 19px 17px; height: 55px; opacity: .7; right: -19px; top: -25px; width: 86px; }
.recruitment-card, .recruitment-card:nth-child(even) { background: transparent; border: 0; border-radius: 0; box-shadow: none; isolation: isolate; min-height: 175px; padding: 25px 31px; }
.recruitment-card span, .recruitment-card small, .recruitment-card b { color: currentColor; }.recruitment-card strong { color: currentColor; font-size: clamp(2.6rem, 6vw, 6rem); text-shadow: 3px 3px 0 #080808; }
.recruitment-card b { border-top-color: currentColor; }
.recruitment-card::before { background: radial-gradient(ellipse at center, currentColor 0 13%, transparent 64%); content: ''; height: 135px; left: -4%; opacity: .19; pointer-events: none; position: absolute; top: 12px; transform: rotate(-4deg); width: 108%; z-index: -1; }
.recruitment-card::after { background: radial-gradient(circle at 18% 6%, currentColor 0 1px, transparent 2px), radial-gradient(circle at 78% 9%, currentColor 0 1.5px, transparent 2.5px), linear-gradient(currentColor, currentColor) 36% 24px / 2px 68px no-repeat, linear-gradient(currentColor, currentColor) 63% 28px / 3px 43px no-repeat, radial-gradient(ellipse at center, currentColor 0 45%, transparent 48%) 36% 90px / 8px 12px no-repeat, radial-gradient(ellipse at center, currentColor 0 45%, transparent 48%) 63% 67px / 9px 13px no-repeat; height: 120px; opacity: .72; right: -16px; top: -18px; width: 120px; }
.recruitment-card:hover, .recruitment-card:nth-child(even):hover { box-shadow: none; transform: translate(3px, -2px) rotate(-2deg); }
.recruitment-card:nth-child(even):hover { transform: translate(-3px, -2px) rotate(2deg); }
.recruitment-card .recruitment-deadline { font-size: 10px; letter-spacing: .02em; margin-top: 8px; }

/* Arrange the manifesto as 2 / 1+3 / 4, with each piece centered in its own frame. */
.teaser-manifesto { display: grid; gap: 18px; grid-template-areas: 'intro intro' 'logo title' 'copy copy'; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 86px 7vw; }
.manifesto-panel { align-items: center; border: 0; display: flex; justify-content: center; min-width: 0; overflow: hidden; padding: clamp(24px, 4vw, 52px); position: relative; text-align: center; }
.manifesto-panel--intro { grid-area: intro; min-height: 145px; }
.manifesto-panel--logo { grid-area: logo; min-height: 430px; }
.manifesto-panel--title { grid-area: title; min-height: 430px; }
.manifesto-panel--copy { flex-direction: column; grid-area: copy; min-height: 260px; }
.manifesto-panel--intro .manifesto-eyebrow { margin: 0; max-width: 700px; }
.manifesto-panel--logo .manifesto-aside { align-items: center; width: 100%; }
.manifesto-panel--logo .manifesto-stamp { align-self: center; }
.manifesto-panel--logo .manifesto-logo { margin: 0 auto 24px; width: min(390px, 100%); }
.manifesto-panel--title h2 { max-width: 680px; }
.manifesto-panel--copy .manifesto-copy { margin: 0 0 28px; max-width: 760px; }
.manifesto-panel--copy .manifesto-tags { justify-content: center; }
.teaser-subtitle, .manifesto-eyebrow { color: var(--teaser-blue) !important; font-size: clamp(1rem, 1.5vw, 1.3rem); font-weight: 900; letter-spacing: .04em; line-height: 1.45; }
.manifesto-eyebrow { color: #fff !important; font-size: clamp(1.3rem, 2.3vw, 2rem); }
.teaser-subtitle { -webkit-text-stroke: 1px #fff; paint-order: stroke fill; text-shadow: none; }
[data-theme="light"] .teaser-scribbles { color: #6f655e; opacity: .9; text-shadow: 1px 1px 0 rgba(255,255,255,.7), 0 0 8px rgba(252,213,206,.6); }
[data-theme="light"] .teaser-scribbles:hover, [data-theme="light"] .teaser-scribbles.is-peeked, [data-theme="light"] .conference-teaser.is-revealed .teaser-scribbles { color: #755bac; opacity: .9; text-shadow: 0 0 3px rgba(255,255,255,.22), 1px 1px 0 rgba(55,38,90,.12); }
[data-theme="light"] .teaser-subtitle { -webkit-text-stroke-color: #111; text-shadow: none; }
[data-theme="light"] .conference-teaser .teaser-title-line--offset { color: #a900ff; text-shadow: 5px 5px 0 var(--teaser-lime), -2px -2px 0 #7c2cff; }
[data-theme="light"] .manifesto-logo {
  background-image: url('/static/images/pyladies-seoul-graffiti-logo-violet.png?v=7'), radial-gradient(circle at 8% 18%, var(--teaser-blue) 0 1px, transparent 2px), radial-gradient(circle at 14% 27%, var(--teaser-blue) 0 1.5px, transparent 2.5px), radial-gradient(circle at 20% 12%, var(--teaser-blue) 0 1px, transparent 2px), radial-gradient(circle at 92% 70%, var(--teaser-pink) 0 1px, transparent 2px), radial-gradient(circle at 84% 78%, var(--teaser-pink) 0 1.5px, transparent 2.5px), radial-gradient(circle at 96% 60%, var(--teaser-pink) 0 1px, transparent 2px), radial-gradient(circle at 27% 91%, var(--teaser-lime) 0 1px, transparent 2px), radial-gradient(circle at 75% 92%, var(--teaser-blue) 0 1px, transparent 2px);
  filter: drop-shadow(5px 5px 0 #777);
}
[data-theme="light"] .conference-teaser .recruitment-card > span:not(.recruitment-spray),
[data-theme="light"] .conference-teaser .recruitment-card > small,
[data-theme="light"] .conference-teaser .recruitment-card > b { color: #111 !important; }
[data-theme="light"] .conference-teaser .recruitment-card > strong { color: #111; -webkit-text-fill-color: #111; -webkit-text-stroke: 0; text-shadow: 2px 2px 0 rgba(255,255,255,.6); }
[data-theme="light"] .conference-teaser .teaser-footer { color: #111; }
[data-theme="light"] body:has(.conference-teaser) .navbar { background: #b998e8 !important; }
[data-theme="light"] body:has(.conference-teaser) .footer,
[data-theme="light"] body:has(.conference-teaser) .footer .container,
[data-theme="light"] body:has(.conference-teaser) .footer .row,
[data-theme="light"] body:has(.conference-teaser) .footer .col-md-6 { background-color: #b998e8 !important; color: #111; }
[data-theme="dark"] body:has(.conference-teaser) .navbar { background: var(--bg-primary) !important; }
[data-theme="light"] .conference-teaser .manifesto-stamp { color: #111; -webkit-text-fill-color: #111; text-shadow: 3px 3px 0 var(--teaser-pink), -2px -1px 0 var(--teaser-blue); }
[data-theme="light"] .conference-teaser .manifesto-tags span { border-color: #7c2cff; color: #7c2cff; }
@media (max-width: 700px) { .teaser-manifesto { display: grid; gap: 14px; grid-template-areas: 'intro' 'logo' 'title' 'copy'; grid-template-columns: 1fr; padding: 64px 24px; }.manifesto-panel--logo, .manifesto-panel--title { min-height: 340px; }.manifesto-panel--copy { min-height: 280px; }.manifesto-panel--logo .manifesto-logo { width: min(330px, 100%); } }
.black-box-message { align-items: center; left: 0; position: absolute; top: calc(50% - 18px); transform: translateY(-50%); width: 100%; }
.conference-teaser.is-email-open .black-box-message { transform: translateY(-50%) scale(.88); }
.black-box-sticker { pointer-events: none; position: absolute; z-index: 6; }
.teaser-noise { z-index: 2; }
.black-box-corner { display: none; }
.box-callout--right::after { display: none; }
.manifesto-logo-stage { aspect-ratio: 1427 / 1102; isolation: isolate; margin: 0 auto 24px; position: relative; width: min(390px, 100%); }
.manifesto-logo-stage .manifesto-logo { margin: 0; width: 100%; z-index: 1; }
.manifesto-logo-spray { background: var(--manifesto-spray-color); inset: -22%; mix-blend-mode: screen; opacity: .8; pointer-events: none; position: absolute; -webkit-mask-image: url('/static/images/graffiti-spray-texture.png'); mask-image: url('/static/images/graffiti-spray-texture.png'); -webkit-mask-mode: luminance; mask-mode: luminance; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; z-index: 0; }
.manifesto-logo-spray--blue { --manifesto-spray-color: var(--teaser-blue); transform: rotate(-12deg) scale(1.08); }
.manifesto-logo-spray--pink { --manifesto-spray-color: var(--teaser-pink); opacity: .7; transform: rotate(168deg) scale(.96); }
.black-box-cta { background: var(--teaser-pink); border: 2px solid #111; bottom: 20px; box-shadow: 3px 3px 0 #111; color: #111; display: inline-block; font: 700 10px/1 'DM Mono', monospace; left: 50%; letter-spacing: .04em; padding: 9px 12px; position: absolute; transform: translateX(-50%) rotate(-2deg); z-index: 6; }
.black-box:hover .black-box-cta, .black-box:focus-visible .black-box-cta { background: var(--teaser-pink); transform: translateX(-50%) rotate(1deg) translate(-1px, -1px); }
.conference-teaser.is-email-open .black-box-cta { opacity: .16; }
.black-box-wrap > .black-box-spray { inset: -78px; }
@media (max-width: 700px) { .manifesto-logo-stage { width: min(330px, 100%); }.black-box-cta { bottom: 14px; font-size: 9px; padding: 8px 10px; } }
.conference-teaser.is-email-open .black-box { background: var(--bg-primary); }
.conference-email-form { top: 24px; transform: translate(-50%, 0); }
.conference-teaser.is-email-open .conference-email-form { transform: translate(-50%, 0); }
.conference-teaser.is-email-open .black-box-message { opacity: 0; visibility: hidden; }
.conference-teaser.is-email-open .black-box-cta { opacity: 1; visibility: visible; }
.conference-email-form { display: block; top: 41%; transform: translate(-50%, -50%); }
.conference-teaser.is-email-open .conference-email-form { transform: translate(-50%, -50%); }
.conference-email-form input { display: block; margin: 0 auto; }
@media (max-width: 700px) { .conference-email-form { top: 92px; } }

/* Let the spray and doodles breathe past the logo panel instead of clipping at its edge. */
.manifesto-panel--logo { overflow: visible; z-index: 2; }
.manifesto-logo-stage { z-index: 1; }
.manifesto-logo-spray { inset: -15%; }
.manifesto-logo-spray--blue { opacity: .86; transform: rotate(-12deg) scale(1.04); }
.manifesto-logo-spray--pink { opacity: .76; }
@media (max-width: 700px) { .manifesto-logo-spray { inset: -13%; } }

/* Keep every message on a fixed, duplicated marquee track so hover never reflows the rows. */
.teaser-scribbles { animation: none; height: 1.45em; left: -6%; overflow: hidden; padding: 0; transform-origin: center; width: 112%; }
.teaser-scribbles--row-1 { transform: rotate(-4deg); }
.teaser-scribbles--row-2 { transform: rotate(2deg); }
.teaser-scribbles--row-3 { transform: rotate(-3deg); }
.teaser-scribbles--row-4 { transform: rotate(3deg); }
.teaser-scribbles--row-5 { transform: rotate(-2deg); }
.teaser-scribbles--row-6 { transform: rotate(2deg); }
.teaser-scribbles--row-7 { transform: rotate(-3deg); }
.teaser-scribbles--row-8 { transform: rotate(3deg); }
.teaser-scribbles--row-subtitle { top: 66px; transform: rotate(-2deg); }
.teaser-scribbles--row-subtitle-2 { top: 108px; transform: rotate(2deg); }
.teaser-scribble-track { display: block; position: absolute; left: 0; top: 0; white-space: pre; will-change: transform; }
.teaser-scribble-track--negative { animation: marquee-left 108s linear infinite; }
.teaser-scribble-track--positive { animation: marquee-right 108s linear infinite; opacity: 0; }
.teaser-scribbles.is-peeked .teaser-scribble-track--negative, .conference-teaser.is-revealed .teaser-scribble-track--negative { opacity: 0; }
.teaser-scribbles.is-peeked .teaser-scribble-track--positive, .conference-teaser.is-revealed .teaser-scribble-track--positive { opacity: 1; }
@keyframes marquee-left { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
@keyframes marquee-right { from { transform: translate3d(-50%, 0, 0); } to { transform: translate3d(0, 0, 0); } }

/* Reveal the hero objects in order before the visitor starts scrolling. */
.teaser-reveal-load--1 { --load-delay: 0ms; --load-angle: -2deg; }
.teaser-reveal-load--2 { --load-delay: 110ms; --load-angle: 1deg; }
.teaser-reveal-load--3 { --load-delay: 220ms; --load-angle: 0deg; }
.teaser-reveal-load--4 { --load-delay: 330ms; --load-angle: 7deg; }
.teaser-reveal-load--5 { --load-delay: 440ms; --load-angle: -9deg; }
.teaser-reveal-load--6 { --load-delay: 550ms; --load-angle: 6deg; }
.teaser-reveal-load--7 { --load-delay: 660ms; --load-angle: -7deg; }
.conference-teaser.is-load-sequenced .teaser-reveal-load { animation: hero-object-in .58s cubic-bezier(.2,.8,.2,1) both; animation-delay: var(--load-delay, 0ms); will-change: opacity, transform; }
@keyframes hero-object-in { from { opacity: 0; transform: translate3d(0, 42px, 0) rotate(var(--load-angle, 0deg)) scale(.9); } to { opacity: 1; transform: translate3d(0, 0, 0) rotate(var(--load-angle, 0deg)) scale(1); } }

/* Reveal the manifesto and recruitment objects one at a time as they enter view. */
.teaser-scroll-reveal { --scroll-x: 0px; --scroll-y: 46px; --scroll-angle: 0deg; --scroll-rest-angle: 0deg; opacity: 0; transform: translate3d(var(--scroll-x), var(--scroll-y), 0) rotate(var(--scroll-angle)); transition: opacity .68s ease, transform .68s cubic-bezier(.2,.8,.2,1); will-change: opacity, transform; }
.teaser-scroll-reveal.is-scroll-visible { opacity: 1; transform: translate3d(0, 0, 0) rotate(var(--scroll-rest-angle)); }
.manifesto-panel--logo.teaser-scroll-reveal { --scroll-x: -90px; --scroll-y: 24px; --scroll-angle: -5deg; }
.manifesto-panel--title.teaser-scroll-reveal { --scroll-x: 90px; --scroll-y: 24px; --scroll-angle: 5deg; }
.manifesto-panel--copy.teaser-scroll-reveal { --scroll-y: 64px; --scroll-angle: 2deg; }
.recruitment-card.teaser-scroll-reveal { --scroll-x: -90px; --scroll-y: 58px; --scroll-angle: -5deg; --scroll-rest-angle: -2deg; }
.recruitment-card:nth-child(even).teaser-scroll-reveal { --scroll-x: 90px; --scroll-angle: 5deg; --scroll-rest-angle: 2deg; }
.recruitment-card.teaser-scroll-reveal.is-scroll-visible:hover { transform: translate(3px, -2px) rotate(-2deg); }
.recruitment-card:nth-child(even).teaser-scroll-reveal.is-scroll-visible:hover { transform: translate(-3px, -2px) rotate(2deg); }
@media (prefers-reduced-motion: reduce) {
  .conference-teaser.is-load-sequenced .teaser-reveal-load { animation: none; opacity: 1; transform: none; }
  .teaser-scroll-reveal { opacity: 1; transform: none; transition: none; }
}

/* Give the manifesto a small doorway into the public cheer wall. */
.manifesto-encouragement { align-items: center; column-gap: 32px; display: flex; flex-wrap: wrap; margin-top: 34px; row-gap: 18px; width: min(100%, 520px); }
.manifesto-encouragement-trigger, .manifesto-encouragement-form button { background: var(--teaser-pink); border: 2px solid var(--teaser-blue); box-shadow: 5px 5px 0 var(--teaser-blue); color: #111; cursor: pointer; font: 700 11px/1 'DM Mono', monospace; letter-spacing: .04em; padding: 13px 16px; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.manifesto-encouragement-trigger:hover, .manifesto-encouragement-form button:hover { background: var(--teaser-lime); box-shadow: 2px 2px 0 var(--teaser-blue); transform: translate(3px, 3px); }
.manifesto-encouragement-form { align-items: start; display: grid; flex-basis: 100%; gap: 10px; grid-template-columns: 1fr auto; margin-top: 4px; padding-top: 26px; position: relative; text-align: left; }
.manifesto-encouragement-form textarea { background: #090909; border: 2px solid var(--teaser-blue); color: #fff; font: 12px/1.5 'DM Mono', monospace; min-height: 84px; padding: 11px; resize: vertical; width: 100%; }
.manifesto-encouragement-form textarea::placeholder { color: #8c8c8c; }
.manifesto-encouragement-form textarea:focus { border-color: var(--teaser-pink); outline: none; }
.manifesto-encouragement-form button { align-self: stretch; min-width: 112px; }
.manifesto-encouragement-form button:disabled { cursor: wait; opacity: .55; }
.manifesto-encouragement-form .manifesto-encouragement-cancel { background: transparent; border: 0; box-shadow: none; color: #fff; font: 700 24px/1 Arial, sans-serif; min-width: 0; padding: 2px 5px; position: absolute; right: 0; top: 0; }
.manifesto-encouragement-form .manifesto-encouragement-cancel:hover { background: transparent; box-shadow: none; color: var(--teaser-pink); transform: scale(1.1); }
.manifesto-encouragement-form p { color: var(--teaser-lime); font: 10px/1.4 'DM Mono', monospace; grid-column: 1 / -1; margin: 0; }
.manifesto-encouragement-wall-link { color: var(--teaser-blue); display: inline-block; font: 700 10px 'DM Mono', monospace; letter-spacing: .04em; margin-top: 19px; text-decoration: none; }
.manifesto-encouragement-wall-link:hover { color: var(--teaser-pink); text-decoration: underline; }
@media (max-width: 700px) { .manifesto-encouragement { column-gap: 18px; }.manifesto-encouragement-form { grid-template-columns: 1fr; }.manifesto-encouragement-form button { justify-self: start; min-height: 42px; } }

/* Keep the mobile hero compact and anchor every prop to the same box wrap. */
@media (max-width: 700px) {
  .black-box-wrap { height: 270px; margin-top: 72px; width: min(270px, 78vw); }
  .black-box { height: 155px; margin-top: 26px; width: 90%; }
  .black-box-message { gap: 8px; top: 50%; }
  .black-box-coming { font-size: clamp(16px, 5vw, 20px); letter-spacing: .05em; padding: 2px 5px 1px; }
  .black-box-date { font-size: clamp(18px, 6vw, 23px); }
  .black-box-countdown { font-size: clamp(22px, 7.5vw, 28px); }
  .black-box-wrap > .black-box-spray { inset: -48px; }
  .black-box-wrap > .black-box-spray--blue { transform: rotate(180deg) scale(.9); }
  .black-box-sticker--one { right: -12px; top: 17px; }
  .black-box-sticker--two { bottom: 17px; left: -12px; }
  .box-callout--left { left: 50%; right: auto; top: -48px; transform: translateX(-50%) rotate(-4deg); }
  .box-callout--right { bottom: auto; left: 50%; right: auto; top: 196px; transform: translateX(-50%) rotate(4deg); }
}

/* Hover should feel like paint blooming outward, not like the card sliding away. */
.recruitment-card { transition: transform .38s cubic-bezier(.2,.8,.2,1), filter .38s ease; will-change: transform; }
.recruitment-card::before, .recruitment-card::after { transition: transform .42s cubic-bezier(.2,.8,.2,1), opacity .32s ease; }
.recruitment-card:hover { filter: saturate(1.08); transform: scale(1.035) rotate(-2deg); z-index: 2; }
.recruitment-card:nth-child(even):hover { transform: scale(1.035) rotate(2deg); }
.recruitment-card:hover::before { opacity: .7; transform: scale(1.12); }
.recruitment-card:hover::after { opacity: .95; transform: scale(1.16); }
@media (max-width: 700px) {
  .recruitment-card:hover, .recruitment-card:nth-child(even):hover { transform: scale(1.02) rotate(-2deg); }
  .recruitment-card:nth-child(even):hover { transform: scale(1.02) rotate(2deg); }
}

/* Keep the mobile recruitment pieces organic instead of forcing them into squares. */
@media (max-width: 700px) {
  .recruitment-card, .recruitment-card:nth-child(even) { align-self: center; aspect-ratio: auto; box-sizing: border-box; height: auto; min-height: 0; padding: 22px 24px 24px; width: min(100%, 340px); }
  .recruitment-card > .recruitment-spray { background-size: 100% 100%; }
}

/* Mobile hero coordinates: the box, spray, stickers, and callouts share one fixed stage. */
@media (max-width: 700px) {
  .teaser-title { font-size: clamp(3rem, 14vw, 5rem); }
  .black-box-wrap { height: 270px; margin-top: 58px; width: min(270px, 78vw); }
  .black-box { height: 155px; margin-top: 58px; width: 90%; }
  .black-box-message { top: calc(50% - 22px); }
  .black-box-coming { font-size: clamp(15px, 4.8vw, 19px); }
  .black-box-date { font-size: clamp(17px, 5.7vw, 22px); }
  .black-box-countdown { font-size: clamp(21px, 7.2vw, 27px); }
  .black-box-wrap > .black-box-spray { inset: -48px; }
  .box-callout--left { left: 50%; top: -48px; }
  .box-callout--right { left: 50%; top: 228px; }
  .black-box-sticker--one { right: 2px; top: 17px; }
  .black-box-sticker--two { bottom: 29px; left: 0; }
}

/* Keep the moving background lines nearly level so neighboring tracks stay clear. */
.teaser-scribbles--row-1 { transform: rotate(-1.2deg); }
.teaser-scribbles--row-2 { transform: rotate(1deg); }
.teaser-scribbles--row-3 { transform: rotate(-.9deg); }
.teaser-scribbles--row-4 { transform: rotate(1.1deg); }
.teaser-scribbles--row-5 { transform: rotate(-.8deg); }
.teaser-scribbles--row-6 { transform: rotate(.9deg); }
.teaser-scribbles--row-7 { transform: rotate(-1deg); }
.teaser-scribbles--row-8 { transform: rotate(1.1deg); }
.teaser-scribbles--row-subtitle { transform: rotate(-.7deg); }
.teaser-scribbles--row-subtitle-2 { transform: rotate(.7deg); }

/* Recruitment cards should move on hover without growing into their neighbors. */
.recruitment-card.teaser-scroll-reveal.is-scroll-visible:hover { filter: saturate(1.08); transform: translate(3px, -2px) rotate(-2deg); }
.recruitment-card:nth-child(even).teaser-scroll-reveal.is-scroll-visible:hover { transform: translate(-3px, -2px) rotate(2deg); }
.recruitment-card:hover { transform: translate(3px, -2px) rotate(-2deg); }
.recruitment-card:nth-child(even):hover { transform: translate(-3px, -2px) rotate(2deg); }
.recruitment-card:hover::before, .recruitment-card:hover::after { transform: none; }

/* Keep desktop recruitment pieces at one visual size; only their left/right placement changes. */
@media (min-width: 901px) {
  .recruitment-card { box-sizing: border-box; max-width: calc(100vw - 48px); width: 650px; }
  .recruitment-card > strong { font-size: 5.5rem; }
}

/* Keep the two actions together, with calendar registration secondary to email signup. */
.black-box { cursor: default; }
.black-box-actions { align-items: center; bottom: 14px; display: flex; flex-direction: column; gap: 7px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 6; }
.black-box-calendar-link, .black-box-actions .black-box-cta { box-sizing: border-box; display: inline-block; font: 700 10px/1 'DM Mono', monospace; letter-spacing: .04em; min-width: 116px; padding: 8px 11px; text-align: center; white-space: nowrap; }
.black-box-calendar-link { background: transparent; border: 1px solid currentColor; color: #fff; text-decoration: none; transform: rotate(1deg); }
.black-box-calendar-link:hover, .black-box-calendar-link:focus-visible { background: var(--teaser-lime); color: #111; outline: none; transform: rotate(-1deg) translateY(1px); }
.black-box-actions .black-box-cta { align-items: center; background: var(--teaser-pink); border: 2px solid #111; bottom: auto; box-shadow: 3px 3px 0 #111; color: #111; cursor: pointer; display: inline-flex; gap: 6px; justify-content: center; left: auto; padding: 9px 12px; position: static; transform: rotate(-2deg); }
.black-box-actions .black-box-cta:hover, .black-box-actions .black-box-cta:focus-visible { background: var(--teaser-lime); outline: none; transform: rotate(1deg) translate(-1px, -1px); }
.conference-countdown-sticky { align-items: center; background: #090909; border: 2px solid var(--teaser-lime); box-shadow: inset 0 0 0 2px #171717, inset 0 0 18px rgba(213,255,63,.18), 0 0 12px rgba(213,255,63,.22); color: var(--teaser-lime); display: flex; font: 400 clamp(18px, 3vw, 28px)/1 'Anton', Impact, sans-serif; left: 50%; letter-spacing: .03em; padding: 8px 14px; pointer-events: none; position: fixed; bottom: 34px; transform: translateX(-50%); white-space: nowrap; z-index: 15; }
@media (max-width: 700px) { .black-box-actions { bottom: 12px; gap: 6px; }.black-box-calendar-link, .black-box-actions .black-box-cta { font-size: 9px; min-width: 106px; padding: 7px 9px; }.conference-countdown-sticky { bottom: 10px; font-size: 20px; padding: 7px 10px; } }

/* Match the desktop prop arrangement around the mobile box, with the box offset included. */
@media (max-width: 700px) {
  .box-callout--left { left: -84px; right: auto; top: 82px; transform: rotate(-7deg) scale(.82); transform-origin: right center; }
  .box-callout--right { bottom: auto; left: auto; right: -98px; top: 138px; transform: rotate(6deg) scale(.82); transform-origin: left center; }
  .black-box-sticker--one { right: -26px; top: 30px; }
  .black-box-sticker--two { bottom: 25px; left: -30px; }
  .conference-email-form { top: 78px; transform: translate(-50%, -50%); }
  .conference-teaser.is-email-open .conference-email-form { transform: translate(-50%, -50%); }
}

/* Move the logo-side doodle to the lower-right of the PyLadies Seoul mark. */
.manifesto-logo::after { display: none; }
.manifesto-stamp::before { color: var(--teaser-blue); content: '✧  /  ⚡'; font-family: 'Permanent Marker', cursive; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1; pointer-events: none; position: absolute; right: -106px; bottom: -26px; text-shadow: 2px 2px 0 #111, 0 0 9px currentColor; transform: rotate(13deg); }

/* On mobile, place the blue dot spray beside the upper-left of the face logo. */
@media (max-width: 700px) {
  .teaser-manifesto::after { left: 0; top: 250px; }
  .recruitment-heading .manifesto-eyebrow { text-align: center; width: 100%; }
}

/* Scale the complete hero composition together on narrow screens. */
@media (max-width: 900px) {
  .black-box-wrap { height: 255px; margin-top: 40px; width: 350px; zoom: .72; }
  .black-box { height: 82%; margin-top: 0; width: 90%; }
  .black-box-wrap > .black-box-spray { inset: -78px; }
  .black-box-wrap > .black-box-spray--blue { transform: rotate(180deg) scale(.94); }
  .box-callout--left { left: -40px; right: auto; top: -18px; transform: rotate(-7deg) scale(.62); transform-origin: right center; }
  .box-callout--right { bottom: auto; left: auto; right: -44px; top: 138px; transform: rotate(6deg) scale(.62); transform-origin: left center; }
  .black-box-sticker--one { right: -30px; top: 30px; }
  .black-box-sticker--two { bottom: 25px; left: -34px; }
  .black-box-message { gap: 12px; top: calc(50% - 18px); }
  .black-box-coming { font-size: 21px; }
  .black-box-date { font-size: 30px; }
  .black-box-countdown { font-size: 34px; }
  .black-box-cta { transform: translateX(-50%) rotate(-2deg) scale(1.083); }
  .black-box:hover .black-box-cta, .black-box:focus-visible .black-box-cta { transform: translateX(-50%) rotate(1deg) translate(-1px, -1px) scale(1.083); }
  .conference-email-form { top: 41%; transform: translate(-50%, -50%); }
  .conference-teaser.is-email-open .conference-email-form { transform: translate(-50%, -50%); }
}

@media (max-width: 700px) {
  .teaser-subtitle { font-size: 18px; line-height: 1.35; }
  .teaser-scribbles { font-size: 1.12rem; }
}

/* Keep the violet light-mode treatment scoped to the landing page. */
[data-theme="light"] .conference-teaser,
[data-theme="light"] .conference-teaser .teaser-hero,
[data-theme="light"] .conference-teaser .teaser-manifesto,
[data-theme="light"] .conference-teaser .teaser-recruitment,
[data-theme="light"] .conference-teaser .teaser-footer { background: #b998e8 !important; }

[data-theme="light"] body:has(.conference-teaser),
[data-theme="light"] body:has(.conference-teaser) > main { background-color: #b998e8 !important; }

/* Keep the three conference intro lines in one typographic system. */
.conference-teaser .teaser-subtitle,
.conference-teaser .manifesto-eyebrow { color: #111 !important; font-size: 28px !important; -webkit-text-stroke: 0 !important; text-shadow: none !important; }
[data-theme="dark"] .conference-teaser .teaser-subtitle,
[data-theme="dark"] .conference-teaser .manifesto-eyebrow { color: #111 !important; }
[data-theme="light"] .conference-teaser .teaser-subtitle,
[data-theme="light"] .conference-teaser .manifesto-eyebrow { color: #111 !important; }

.conference-teaser .teaser-highlight-text { background-image: linear-gradient(90deg, transparent 0%, var(--teaser-lime) 4%, var(--teaser-lime) 94%, transparent 100%); background-position: 0 .16em; background-repeat: repeat-y; background-size: 100% .96em; box-decoration-break: clone; -webkit-box-decoration-break: clone; display: inline; isolation: isolate; padding: .12em .35em .16em; }
.conference-teaser .teaser-subtitle { max-width: min(90vw, 780px) !important; }
.conference-teaser .teaser-highlight-text { background-image: linear-gradient(90deg, transparent 0%, var(--teaser-lime) 4%, var(--teaser-lime) 94%, transparent 100%), linear-gradient(to bottom, #111 0 34%, #111 100%); background-position: 0 .34em, 0 0; background-repeat: repeat-y, repeat-y; background-size: 100% .62em, 100% 1.45em; color: transparent !important; -webkit-background-clip: border-box, text; background-clip: border-box, text; padding: .12em .35em .16em; }
[data-theme="dark"] .conference-teaser .teaser-highlight-text { background-image: linear-gradient(90deg, transparent 0%, var(--teaser-lime) 4%, var(--teaser-lime) 94%, transparent 100%), linear-gradient(to bottom, #fff 0 34%, #111 43% 100%); }

/* Keep the marker low and let the letter layer switch contrast above it. */
.conference-teaser .teaser-highlight-text { background-image: linear-gradient(to bottom, transparent 0 36%, var(--teaser-lime) 36% 82%, transparent 82%); background-position: 0 0; background-repeat: repeat-y; background-size: 100% 1.45em; background-clip: border-box; color: inherit !important; }
.conference-teaser .teaser-highlight-letters { background-image: linear-gradient(to bottom, #111 0 100%); background-clip: text; -webkit-background-clip: text; background-repeat: repeat-y; background-size: 100% 1.45em; color: transparent !important; display: inline; }
[data-theme="dark"] .conference-teaser .teaser-highlight-letters { background-image: linear-gradient(to bottom, #fff 0 36%, #111 48% 100%); }

/* Final contrast pass: a slim lower marker with readable dark-mode lettering. */
.conference-teaser .teaser-highlight-text { background-image: linear-gradient(90deg, transparent 0%, var(--teaser-lime) 5%, var(--teaser-lime) 93%, transparent 100%); background-position: 0 100%; background-repeat: no-repeat; background-size: 100% 50%; background-clip: border-box; -webkit-background-clip: border-box; box-decoration-break: clone; -webkit-box-decoration-break: clone; color: inherit !important; font-weight: 900 !important; padding: .04em .35em .12em; }
.conference-teaser .teaser-highlight-letters { background: none !important; background-clip: border-box !important; -webkit-background-clip: border-box !important; color: #111 !important; -webkit-text-fill-color: #111 !important; -webkit-text-stroke: .35px #111; display: inline; font-weight: 900 !important; }
[data-theme="dark"] .conference-teaser .teaser-highlight-letters { background: none !important; background-clip: border-box !important; -webkit-background-clip: border-box !important; color: #111 !important; -webkit-text-fill-color: #111 !important; -webkit-text-stroke: 1px #fff; }
[data-theme="dark"] .conference-teaser .manifesto-eyebrow .teaser-highlight-letters { -webkit-text-stroke: .35px #fff; }
[data-theme="dark"] .conference-teaser .teaser-highlight-text { background-image: linear-gradient(90deg, transparent 0%, var(--teaser-lime) 5%, var(--teaser-lime) 93%, transparent 100%); }

@media (max-width: 700px) {
  .conference-teaser .teaser-subtitle {
    font-size: clamp(12px, 3.9vw, 19px) !important;
    letter-spacing: .02em;
  }
  .conference-teaser .manifesto-eyebrow {
    font-size: clamp(11px, 3.6vw, 18px) !important;
    letter-spacing: .02em;
  }
  .conference-teaser .teaser-highlight-text { background-size: 100% 50%; }
  .conference-teaser .teaser-highlight-letters { background-size: 100% 1.35em; }
}

/* Keep the outline above the marker only; the marker owns the lower half of each line. */
.conference-teaser .teaser-highlight-text { background: none !important; display: inline; padding: 0; }
.conference-teaser .teaser-highlight-letters { background: none !important; display: inline; -webkit-text-stroke: 0 !important; }
.conference-teaser .teaser-subtitle .teaser-highlight-line,
.conference-teaser .manifesto-eyebrow .teaser-highlight-line { background: none; color: #111 !important; display: inline-grid; font: inherit; font-weight: 900 !important; line-height: inherit; max-width: 100%; padding: .04em .35em .12em; position: relative; }
.conference-teaser .teaser-highlight-line::after { background-image: linear-gradient(90deg, transparent 0%, var(--teaser-lime) 5%, var(--teaser-lime) 93%, transparent 100%); bottom: 0; content: ''; height: 50%; left: 0; pointer-events: none; position: absolute; right: 0; z-index: 2; }
.conference-teaser .teaser-highlight-fill,
.conference-teaser .teaser-highlight-outline { font: inherit; font-weight: 900 !important; grid-area: 1 / 1; line-height: inherit; min-width: 0; }
.conference-teaser .teaser-highlight-fill { color: #111 !important; -webkit-text-fill-color: #111 !important; position: relative; z-index: 3; }
.conference-teaser .teaser-highlight-outline { color: #111; display: none; -webkit-text-fill-color: #111; -webkit-text-stroke: .9px #fff; pointer-events: none; position: relative; z-index: 1; }
[data-theme="dark"] .conference-teaser .teaser-highlight-outline { display: block; }

/* Keep each marker tied to its own line instead of stretching to the text column. */
.conference-teaser .teaser-highlight-line {
  display: inline-block !important;
  max-width: 100%;
  position: relative;
  white-space: nowrap;
  width: max-content;
}
.conference-teaser .teaser-highlight-fill { display: inline !important; }
.conference-teaser .teaser-highlight-outline {
  left: .35em;
  position: absolute;
  top: .04em;
  white-space: nowrap;
}

.conference-teaser .manifesto-copy { font-size: 16px !important; }

/* Give recruitment details enough presence to read as part of each poster. */
.conference-teaser .recruitment-card > small { font-size: 14px !important; line-height: 1.45; }
.conference-teaser .recruitment-card > small.recruitment-deadline { font-size: 12px !important; }
.conference-teaser .recruitment-card > b { font-size: 12px !important; }
.conference-teaser .recruitment-crossed-word { color: inherit; text-decoration-color: var(--teaser-pink); text-decoration-thickness: 2px; }

/* Keep the section titles clear of the old repeated gradient text. */
.conference-teaser .manifesto-panel--title::before,
.conference-teaser .recruitment-heading::before { content: none; }

/* The email-open state must keep the black box black. */
.conference-teaser.is-email-open .black-box { background: #090909 !important; }

/* Let each recruitment card bloom like wet paint on hover. */
.conference-teaser .recruitment-card {
  overflow: visible;
  transition: transform .42s cubic-bezier(.2, .8, .2, 1), filter .42s ease;
  will-change: transform, filter;
}
.conference-teaser .recruitment-card::before {
  background: radial-gradient(ellipse at center, currentColor 0 22%, transparent 70%);
  content: '';
  display: block;
  filter: blur(18px);
  height: 145%;
  left: -22%;
  opacity: .08;
  top: -22%;
  transform: scale(.82);
  transition: opacity .42s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
  width: 145%;
}
.conference-teaser .recruitment-card:hover {
  filter: saturate(1.12);
  transform: translate(3px, -2px) rotate(-2deg) scale(1.035);
}
.conference-teaser .recruitment-card:nth-child(even):hover {
  transform: translate(-3px, -2px) rotate(2deg) scale(1.035);
}
.conference-teaser .recruitment-card:hover::before {
  opacity: .32;
  transform: scale(1.12);
}

@media (prefers-reduced-motion: reduce) {
  .conference-teaser .recruitment-card,
  .conference-teaser .recruitment-card::before { transition: none; }
}

/* The global footer has a themed column background; match every footer layer here. */
[data-theme="light"] body:has(.conference-teaser) .footer,
[data-theme="light"] body:has(.conference-teaser) .footer .container,
[data-theme="light"] body:has(.conference-teaser) .footer .row,
[data-theme="light"] body:has(.conference-teaser) .footer [class*="col-"] {
  background-color: #b998e8 !important;
  color: #111;
}
[data-theme="dark"] body:has(.conference-teaser) .footer,
[data-theme="dark"] body:has(.conference-teaser) .footer .container,
[data-theme="dark"] body:has(.conference-teaser) .footer .row,
[data-theme="dark"] body:has(.conference-teaser) .footer [class*="col-"] {
  background-color: #121212 !important;
  color: #f4f1eb;
}

[data-theme="dark"] .conference-teaser .recruitment-card > strong {
  color: #f4f1eb !important;
  -webkit-text-fill-color: #f4f1eb !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: 2px 2px 0 #111;
}

/* Give the Korean crew title a sturdy poster face; keep the hand-lettered eyebrow unchanged. */
html[lang="ko"] .conference-teaser .recruitment-heading h2 {
  color: #111;
  font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: .95;
  text-shadow: 4px 4px 0 var(--teaser-pink), -2px -2px 0 var(--teaser-blue);
}
html[lang="ko"][data-theme="dark"] .conference-teaser .recruitment-heading h2 {
  color: #f4f1eb;
}

html[lang="ko"] .conference-teaser .teaser-title-line {
  white-space: nowrap;
}

@media (max-width: 700px) {
  html[lang="ko"] .conference-teaser .teaser-title-line--offset {
    font-size: clamp(2.2rem, 9vw, 3.5rem);
    margin-left: 0;
  }

  .conference-teaser .black-box-wrap {
    zoom: .8;
  }
}

/* Give the tablet and desktop black box more room while keeping its copy compact. */
@media (min-width: 701px) {
  .conference-teaser .black-box-wrap {
    height: 340px;
    width: min(520px, 78vw);
    zoom: 1;
  }

  .conference-teaser .black-box-coming { font-size: 22px; }
  .conference-teaser .black-box-date { font-size: 26px; }
  .conference-teaser .black-box-countdown { font-size: 30px; }
}

@media (min-width: 701px) and (max-width: 900px) {
  .conference-teaser .teaser-subtitle {
    font-size: 20px !important;
  }

  .conference-teaser .box-callout--left {
    left: -88px;
  }

  .conference-teaser .box-callout--right {
    right: -104px;
  }

  .conference-teaser .black-box-sticker--one {
    right: -22px;
  }

  .conference-teaser .black-box-sticker--two {
    left: -25px;
  }
}

@media (min-width: 701px) {
  html[lang="ko"] .conference-teaser .teaser-subtitle {
    font-size: clamp(18px, 2.5vw, 28px) !important;
  }

  html[lang="ko"] .conference-teaser .teaser-title-line--offset {
    font-size: clamp(3rem, 8vw, 7rem);
    margin-left: clamp(0px, 5vw, 72px);
  }
}

/* Give Korean copy inside the black box a clean, sturdy display face. */
html[lang="ko"] .conference-teaser .black-box-coming,
html[lang="ko"] .conference-teaser .black-box-date,
html[lang="ko"] .conference-teaser .black-box-cta {
  font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
  font-weight: 900;
  letter-spacing: -.06em;
}

html[lang="ko"] .conference-teaser .black-box-cta {
  font-size: 14px;
  padding: 10px 14px;
}

.conference-teaser .black-box-sticker {
  font-size: 13px;
  padding: 6px 10px;
}

html[lang="en"] .conference-teaser .black-box-cta {
  font-size: 12px;
  padding: 10px 14px;
}

html[lang="ko"] .conference-teaser .black-box-date {
  line-height: 1.05;
}

html[lang="ko"] .conference-teaser .manifesto-panel--title h2 {
  font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
  font-weight: 900;
  letter-spacing: -.08em;
}

html[lang="ko"] .conference-teaser .recruitment-card strong {
  font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.45rem);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1.05;
  word-break: keep-all;
}

/* Light-mode color study: cool blue afterimage with a softer sky-blue doodle. */
[data-theme="light"] .conference-teaser .manifesto-logo {
  filter: drop-shadow(5px 5px 0 #19b8ff);
}

[data-theme="light"] .conference-teaser .manifesto-stamp::before {
  color: #8be7ff;
  text-shadow: 2px 2px 0 #111, 0 0 9px #8be7ff;
}

/* Make the black Korean letter layer read cleanly over the lime marker. */
html[lang="ko"][data-theme="dark"] .conference-teaser .teaser-highlight-outline {
  -webkit-text-stroke: 1.6px #fff;
}

/* Keep the action controls anchored while the black box reveals its message. */
.conference-teaser .black-box:hover,
.conference-teaser .black-box:focus-visible,
.conference-teaser .black-box.is-revealed,
.conference-teaser.is-revealed .black-box {
  transform: translateX(-50%) rotate(-1.5deg);
}

.conference-teaser .black-box-message {
  transform: translateY(-42px);
}

.conference-teaser.is-email-open .black-box-message {
  transform: translateY(-42px) scale(.88);
}

.black-box-calendar-link,
.black-box-actions .black-box-cta {
  font-size: 11px;
  padding: 8px 12px;
}

html[lang="en"] .conference-teaser .black-box-calendar-link {
  font-size: 12px;
  padding: 10px 14px;
}

html[lang="ko"] .conference-teaser .black-box-calendar-link {
  font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.06em;
  padding: 8px 12px;
}

html[lang="ko"] .conference-teaser .black-box-actions .black-box-cta {
  font-size: 12px;
  padding: 8px 12px;
}

/* Turn the sticky countdown into a small retro electronic display. */
.conference-countdown-sticky {
  background: #050505;
  border: 2px solid var(--teaser-lime);
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px #171717, inset 0 0 18px rgba(213,255,63,.18), 0 0 12px rgba(213,255,63,.22);
  font-family: 'DM Mono', monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: .12em;
  padding: 10px 16px;
  bottom: 34px;
  text-shadow: 0 0 5px rgba(213,255,63,.85), 0 0 12px rgba(213,255,63,.35);
}

.conference-countdown-sticky::before {
  background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(213,255,63,.08) 3px 4px);
  content: '';
  inset: 4px;
  pointer-events: none;
  position: absolute;
}

.conference-countdown-sticky > span {
  position: relative;
  z-index: 1;
}

.conference-countdown-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-left: 12px;
  position: relative;
  z-index: 1;
}

.conference-countdown-actions .black-box-calendar-link,
.conference-countdown-actions .black-box-cta {
  bottom: auto;
  left: auto;
  position: static;
}

.conference-countdown-actions .black-box-cta {
  transform: rotate(-2deg);
}

.conference-countdown-actions,
.conference-countdown-actions a,
.conference-countdown-actions button {
  pointer-events: auto;
}

@media (max-width: 700px) {
  .conference-countdown-sticky {
    flex-direction: column;
    gap: 8px;
  }

  .conference-countdown-actions {
    flex-direction: row;
    gap: 6px;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .conference-countdown-sticky {
    bottom: 26px;
    padding: 9px 12px;
  }
}

/* Reveal the countdown only after the visitor starts exploring the page. */
.conference-countdown-sticky {
  opacity: 0;
  transform: translateX(-50%) translateY(12px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  visibility: hidden;
}

.conference-teaser.is-countdown-visible .conference-countdown-sticky {
  opacity: 1;
  transform: translateX(-50%);
  visibility: visible;
}

/* Keep the countdown email action focused while its form is open. */
.conference-countdown-sticky.is-email-open .black-box-calendar-link {
  display: none;
}

/* The black-box signup mode has only one action: keep its calendar CTA out of the way. */
.conference-teaser.is-email-open .black-box-actions .black-box-calendar-link {
  display: none;
}

/* Add a decorative desktop-window chrome without introducing fake controls. */
.black-box-window-bar {
  align-items: center;
  border-bottom: 1px dotted rgba(255,255,255,.38);
  display: flex;
  justify-content: space-between;
  left: 18px;
  padding-bottom: 7px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 14px;
  z-index: 3;
}

.black-box-window-dots {
  color: var(--teaser-pink);
  font: 9px/1 'DM Mono', monospace;
  letter-spacing: .14em;
  text-shadow: 0 0 6px rgba(255,46,145,.7);
}

.black-box-window-controls {
  display: flex;
  gap: 5px;
}

.black-box-window-control {
  align-items: center;
  border: 1px solid rgba(255,255,255,.65);
  color: #fff;
  display: inline-flex;
  font: 700 12px/1 Arial, sans-serif;
  height: 19px;
  justify-content: center;
  opacity: .9;
  width: 21px;
}

.black-box-window-control--minimize { color: var(--teaser-lime); }
.black-box-window-control--maximize { color: var(--teaser-blue); }
.black-box-window-control--close { color: var(--teaser-pink); }

/* Keep both action buttons anchored when the box or a button is hovered. */
.conference-teaser .black-box:hover .black-box-cta,
.conference-teaser .black-box:focus-visible .black-box-cta,
.conference-teaser .black-box-actions .black-box-cta:hover,
.conference-teaser .black-box-actions .black-box-cta:focus-visible {
  transform: rotate(-2deg);
}

.conference-teaser .black-box-calendar-link:hover,
.conference-teaser .black-box-calendar-link:focus-visible {
  transform: rotate(1deg);
}

.black-box-cta-label,
.black-box-cta-arrow {
  display: inline-block;
  line-height: 1;
}

.black-box-cta-arrow {
  font-size: .9em;
  transform: translateY(-1px);
}

/* Keep the English rotating phrase and its punchline on the same line. */
.teaser-title-phrase-lock {
  align-items: baseline;
  display: inline-flex;
  white-space: nowrap;
}

/* Give the wider phrase a little more room without moving the other title states. */
.teaser-title-phrase-lock [data-title-phrase].is-phrase-be-yourself {
  left: clamp(-52px, -4vw, -16px);
  position: relative;
}

/* Let the countdown switch from its two CTAs to a compact email prompt. */
.conference-countdown-email-form {
  align-items: center;
  display: flex;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, width .15s ease;
  visibility: hidden;
  width: 0;
}

.conference-countdown-email-form input {
  background: #090909;
  border: 0;
  border-bottom: 2px solid var(--teaser-lime);
  color: #fff;
  font: 11px 'DM Mono', monospace;
  min-width: 0;
  padding: 7px 2px;
  width: 150px;
}

.conference-countdown-email-form input:focus {
  border-bottom-color: var(--teaser-pink);
  outline: none;
}

.conference-countdown-sticky.is-email-open .conference-countdown-email-form {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  width: 150px;
  order: 1;
}

.conference-countdown-sticky.is-email-open .conference-countdown-notify {
  align-items: center;
  aspect-ratio: 1;
  font-size: 0;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0;
  transform: none;
  width: 34px;
  order: 2;
}

.conference-countdown-notify-arrow {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.conference-countdown-sticky.is-email-open .conference-countdown-notify-label {
  display: none;
}

.conference-countdown-email-close {
  align-items: center;
  background: var(--teaser-pink);
  border: 2px solid #111;
  box-shadow: 2px 2px 0 #111;
  color: #111;
  cursor: pointer;
  display: none;
  font: 700 16px/1 Arial, sans-serif;
  height: 30px;
  justify-content: center;
  opacity: 0;
  padding: 0 0 2px;
  pointer-events: none;
  transform: rotate(6deg);
  transition: opacity .15s ease, transform .15s ease;
  visibility: hidden;
  width: 30px;
}

.conference-countdown-sticky.is-email-open .conference-countdown-email-close {
  display: inline-flex;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  right: -14px;
  top: -14px;
  visibility: visible;
  z-index: 3;
}

.conference-countdown-email-close:hover,
.conference-countdown-email-close:focus-visible {
  background: var(--teaser-lime);
  outline: none;
  transform: rotate(0) scale(1.06);
}

.conference-countdown-sticky.is-email-sent .conference-countdown-notify,
.conference-countdown-sticky.is-email-sent .conference-countdown-email-form,
.conference-countdown-sticky.is-email-sent .conference-countdown-email-close {
  display: none;
}

@media (max-width: 700px) {
  .conference-countdown-sticky.is-email-open .conference-countdown-email-form {
    width: 132px;
  }

  .conference-countdown-email-form input {
    width: 132px;
  }
}

/* Keep the countdown controls as one centered row in its display. */
.conference-countdown-sticky {
  justify-content: center;
}

.conference-countdown-actions {
  justify-content: center;
  margin-left: 0;
  position: static;
}

/* Override the language-specific CTA padding while preserving its larger type. */
html[lang="ko"] .conference-countdown-actions {
  --countdown-button-height: 32px;
  --countdown-button-width: 106px;
}

html[lang="en"] .conference-countdown-actions {
  --countdown-button-height: 34px;
  --countdown-button-width: 160px;
}

.conference-teaser .conference-countdown-sticky .conference-countdown-actions .black-box-cta {
  box-sizing: border-box;
  height: var(--countdown-button-height);
  min-width: var(--countdown-button-width);
  padding: 0 12px;
  transform: rotate(1deg);
  width: var(--countdown-button-width);
}

@media (max-width: 700px) {
  .conference-teaser .conference-countdown-sticky .conference-countdown-actions .black-box-cta {
    min-width: 106px;
  }
}

/* Show a small, animated spray of dots while signup delivery is pending. */
.conference-signup-loading {
  align-items: center;
  color: var(--teaser-lime);
  display: none;
  gap: 6px;
  justify-content: center;
  pointer-events: none;
}

.conference-signup-loading-dots {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.conference-signup-loading-dots i {
  animation: signup-loading-pulse 1s ease-in-out infinite;
  background: currentColor;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}

.conference-signup-loading-dots i:nth-child(2) {
  animation-delay: .14s;
}

.conference-signup-loading-dots i:nth-child(3) {
  animation-delay: .28s;
}

.conference-teaser.is-email-submitting .conference-signup-loading {
  display: flex;
}

.conference-teaser.is-email-submitting .black-box-signup-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.conference-teaser.is-email-submitting .black-box-message,
.conference-teaser.is-email-submitting .conference-email-form,
.conference-teaser.is-email-submitting .black-box-actions {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.conference-countdown-sticky.is-email-submitting .conference-countdown-signup-loading {
  display: flex;
}

.conference-countdown-sticky.is-email-submitting .black-box-calendar-link,
.conference-countdown-sticky.is-email-submitting .conference-countdown-notify,
.conference-countdown-sticky.is-email-submitting .conference-countdown-email-form {
  display: none;
  pointer-events: none;
  visibility: hidden;
}

@keyframes signup-loading-pulse {
  0%, 100% {
    opacity: .3;
    transform: translateY(0) scale(.75);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .conference-signup-loading-dots i {
    animation: none;
    opacity: 1;
  }
}

.conference-teaser .conference-countdown-sticky.is-email-open .conference-countdown-actions .conference-countdown-notify {
  font-size: 0;
  height: 34px;
  min-width: 34px;
  padding: 0;
  transform: none;
  width: 34px;
  order: 2;
}

/* The countdown controls stay upright even though the surrounding artwork is playful. */
.conference-teaser .conference-countdown-sticky .conference-countdown-actions .black-box-calendar-link,
.conference-teaser .conference-countdown-sticky .conference-countdown-actions .black-box-cta,
.conference-teaser .conference-countdown-sticky .conference-countdown-actions .black-box-calendar-link:hover,
.conference-teaser .conference-countdown-sticky .conference-countdown-actions .black-box-calendar-link:focus-visible,
.conference-teaser .conference-countdown-sticky .conference-countdown-actions .black-box-cta:hover,
.conference-teaser .conference-countdown-sticky .conference-countdown-actions .black-box-cta:focus-visible {
  transform: none;
}
