html,body{margin:0;padding:0}*{box-sizing:border-box}:root{--cream: #faf5ee;--cream-deep: #f3ead9;--clay: #b06a4a;--clay-deep: #8a4f36;--ink: #3a332c;--ink-soft: #6f6459;--rule: #e3d6c3}body{background:var(--cream);color:var(--ink);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--clay-deep)}a:focus-visible,a:focus{outline:2px solid var(--clay-deep);outline-offset:3px}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:4rem 1.5rem 2.5rem}.content{width:100%;max-width:30rem;text-align:center;flex:1}.mark{margin:0 0 .75rem;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--clay);font-weight:500}.studio-name{margin:0 0 1.25rem;font-family:Fraunces,Georgia,serif;font-weight:500;font-size:clamp(2.25rem,6vw,3.25rem);line-height:1.1;color:var(--ink)}.intro{margin:0 auto 3rem;max-width:32rem;font-size:1.05rem;line-height:1.65;color:var(--ink-soft)}.schedule{text-align:left}.schedule h2{text-align:center;font-family:Fraunces,Georgia,serif;font-weight:500;font-size:1.35rem;margin:0 0 1.5rem;color:var(--ink)}.schedule-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--rule)}.schedule-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem 1rem;padding:1.1rem .25rem;border-bottom:1px solid var(--rule)}.schedule-day{font-weight:500;color:var(--ink)}.schedule-time{color:var(--clay-deep);font-variant-numeric:tabular-nums}.site-footer{margin-top:3.5rem;padding-top:1.75rem;border-top:1px solid var(--rule);width:100%;max-width:30rem;text-align:center;color:var(--ink-soft);font-size:.9rem;line-height:1.7}.site-footer p{margin:.15rem 0}@media (min-width: 640px){.schedule-item{padding:1.25rem .25rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}
