:root { color-scheme: light; --pink: #ff70c1; --ink: #150e13; --rose: #45142f; --muted: #51263f; --line: rgba(21,14,19,.25); }
.hub,.hub * { box-sizing: border-box; }
.public-page { background: var(--pink); }
.public-page { margin: 0; color: var(--ink); background: var(--pink); font-family: Inter,Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing: antialiased; }
.hub { color: var(--ink); font-family: Inter,Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing: antialiased; overflow-wrap: anywhere; }
.hub h1,.hub h2,.hub h3,.hub p { margin: 0; }
.hub a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.hub a:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.hub { width: min(100% - 40px, 460px); margin: 0 auto; padding: 32px 0 28px; text-align: center; }
.hub .identity h1 { font-size: clamp(40px,10.7vw,52px); line-height: 1.05; font-weight: 850; letter-spacing: -.065em; }
.hub .intro { margin-top: 10px; font-size: 13px; line-height: 1.5; }
.hub .location { color: var(--muted); }
.hub .signature-visual { width: 116px; height: 116px; margin: 16px auto 0; }
.hub .signature-visual img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hub .section { margin-top: 32px; }
.hub .schedule { margin-top: 18px; }
.hub .section-title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1.5px solid var(--ink); text-align: left; font-size: 13px; font-weight: 750; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.hub .section-context { font-size: 12px; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--muted); }
.hub .rows { list-style: none; margin: 0; padding: 0; }
.hub .row { position: relative; display: flex; align-items: center; justify-content: center; min-height: 68px; padding: 14px 32px; border-bottom: 1px solid var(--line); }
.hub .event-row { display: block; padding: 20px 16px; }
.hub .category { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .055em; line-height: 1.4; text-transform: uppercase; }
.hub .title { display: block; font-size: 21px; line-height: 1.23; font-weight: 750; letter-spacing: -.035em; }
.hub .event-row .title { text-wrap: balance; }
.hub .event-series { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hub .event-date { display: block; margin-top: 12px; color: var(--ink); font-size: 18px; font-weight: 750; line-height: 1.35; letter-spacing: -.015em; font-variant-numeric: tabular-nums; }
.hub .event-details { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.55; font-variant-numeric: tabular-nums; }
.hub .event-hours,.hub .event-city { display: block; }
.hub .event-hours .day-hours { display: inline-block; max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
.hub .event-action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; min-width: 218px; max-width: 100%; margin-top: 14px; padding: 12px 20px; border: 1px solid var(--rose); border-radius: 999px; color: var(--rose); font-size: 13px; font-weight: 600; line-height: 1.3; transition: background-color .2s ease,color .2s ease,transform .2s ease; }
.hub .rose-mark { width: 22px; height: 22px; flex: 0 0 22px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transition: transform .28s ease; }
.hub .action-label { min-width: 0; white-space: normal; overflow-wrap: anywhere; }
.hub .event-action .action-arrow { flex-shrink: 0; font-size: 18px; line-height: 1; }
.hub .is-primary .event-action { background: var(--rose); color: var(--pink); }
.hub .link-mark { position: absolute; right: 8px; top: 50%; display: block; font-size: 21px; line-height: 1; transform: translateY(-50%); transition: transform .16s ease; }
.hub a.row { transition: background-color .16s ease; }
.hub a.row:hover { background: rgba(21,14,19,.035); }
.hub a.event-row:focus-visible .event-action { background: var(--rose); color: var(--pink); }
.hub a.event-row:active .event-action { transform: scale(.98); }
@media (hover: hover) {
.hub a.event-row:hover .event-action { background: var(--rose); color: var(--pink); }
.hub a.event-row:hover .rose-mark { transform: rotate(-12deg) scale(1.08); }
}
.hub a.row:hover .link-mark { transform: translate(2px,calc(-50% - 2px)); }
.hub .contact .row { min-height: 58px; padding-block: 16px; }
.hub .contact .title { font-size: 16px; font-weight: 500; letter-spacing: -.025em; }
.hub .contact .email-mark { width: 20px; height: 20px; stroke-width: 1.35; }
@media (max-width: 480px) { .hub { padding-top: 26px; } .hub .signature-visual { width: 100px; height: 100px; margin-top: 12px; } }
@media (max-width: 350px) { .hub { width: calc(100% - 32px); } .hub .title { font-size: 20px; } .hub .event-row { padding-inline: 10px; } }
@media (prefers-reduced-motion: reduce) { .hub * { transition: none !important; } .hub .event-action,.hub .rose-mark { transform: none !important; } }
.hub .signature-visual { margin-inline: auto; margin-bottom: 0; }
.hub .event-image { display: block; width: min(100%,320px); height: auto; max-height: 200px; object-fit: cover; margin: 0 auto 16px; }
.hub .link-copy { min-width: 0; }
