#public-reservation-calendar{margin:36px 0;background:#faf8f2;border:1px solid #d8d8cb;padding:28px;color:#263c31;font-family:'Noto Sans KR',sans-serif}.pc-heading,.pc-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.pc-heading h4{font-size:23px;margin:0}.pc-heading p,.pc-note{font-size:13px;line-height:1.8;margin:10px 0}.pc-controls{margin:22px 0}.pc-controls button,.pc-controls select{font:inherit;font-size:13px;color:inherit;background:white;border:1px solid #c7ccbe;padding:10px 12px;min-height:44px;cursor:pointer}.pc-controls button:disabled{opacity:.5;cursor:default}.pc-month{display:flex;gap:8px;align-items:center}.pc-month strong{min-width:105px;text-align:center}.pc-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.pc-weekday{text-align:center;font-size:12px;padding:10px 0}.pc-day{min-width:0;min-height:89px;background:white;border:1px solid #dee1d5;text-align:left;padding:10px;color:#314335;cursor:pointer;display:flex;flex-direction:column;gap:8px;font:inherit}.pc-day small{font-size:11px;line-height:1.4}.pc-day.has-requests{background:#f2e8d1;border-color:#d8c498}.pc-day[aria-pressed=true]{outline:2px solid #314e3b;outline-offset:-2px}.pc-day:disabled{color:#858b81;cursor:default;background:#f1f1eb}.pc-day:focus-visible,.pc-controls :focus-visible{outline:3px solid #ad8e4e;outline-offset:2px}.pc-status{font-size:12px;margin-top:16px;line-height:1.7}.pc-selected{padding:14px 0;font-size:14px;line-height:1.8}.pc-example{border:1px solid #baab83;padding:7px 12px;font-size:12px}.pc-legend{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;margin-bottom:16px}.pc-legend span:before{content:'';display:inline-block;width:10px;height:10px;background:#f2e8d1;border:1px solid #d8c498;margin-right:6px}.pc-legend span+span:before{background:white;border-color:#dee1d5}@media(max-width:650px){#public-reservation-calendar{padding:15px}.pc-heading h4{font-size:20px}.pc-grid{gap:3px}.pc-day{padding:7px 3px;min-height:75px;font-size:13px}.pc-day small{font-size:10px;word-break:keep-all}.pc-controls{gap:10px}.pc-month{width:100%;justify-content:space-between}.pc-controls select{max-width:100%}}
/* Reservation redesign: one centered overview, calendar + guide. */
#seorak-reservation{padding:90px 24px 100px;background:linear-gradient(180deg,#f5f3eb 0%,#fbfaf6 100%)}
#seorak-reservation>*{width:100%;max-width:1160px;margin-left:auto;margin-right:auto;min-width:0}
#seorak-reservation .reservation-head{gap:40px;margin-bottom:36px;grid-template-columns:1.2fr 1fr}
#seorak-reservation .reservation-head h3{font-size:clamp(30px,3vw,44px)}
#seorak-reservation .reservation-head p{font-size:16px;color:#53665c}
.reservation-overview{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(270px,1fr);gap:26px;align-items:stretch}
#public-reservation-calendar{width:100%;max-width:none;min-width:0;margin:0;padding:30px;border:1px solid #e4e8dc;border-radius:28px;background:#fffefb;box-shadow:0 12px 40px #243a2910}
#public-reservation-calendar .pc-heading h4{font-family:'Noto Serif KR',serif;font-size:27px;font-weight:500;letter-spacing:-.04em}
#public-reservation-calendar .eyebrow{font-size:11px;color:#728569;margin:0 0 8px}
.pc-note{font-size:14px;line-height:1.8;color:#58695e;margin:14px 0}.pc-note strong{font-weight:500}
.pc-controls{gap:14px;margin:24px 0 18px}.pc-month{width:100%;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #edf0e6}
.pc-month strong{font-size:23px;font-weight:600;letter-spacing:-.03em}.pc-controls button,.pc-controls select{border-radius:12px;border-color:#e1e7da;background:#f6f8f1;font-size:14px}.pc-month button{width:44px;font-size:24px;line-height:1;padding:0}.pc-controls label{font-size:14px;color:#526549}.pc-controls [data-pc=refresh]{background:transparent;font-size:13px}
.pc-legend{font-size:12px;color:#5a6b60;gap:12px}.pc-legend span:before{border-radius:50%;background:#e9d5ac;border-color:#e9d5ac}.pc-legend span+span:before{background:#e8eee1;border-color:#e8eee1}
.pc-grid{gap:7px}.pc-weekday{font-size:13px;font-weight:500;color:#758273;padding:8px}.pc-weekday:first-child{color:#a86a56}.pc-weekday:nth-child(7){color:#547b8a}
.pc-day{min-height:82px;padding:10px 6px;border:1px solid transparent;border-radius:15px;background:#f1f5eb;align-items:center;justify-content:center;gap:5px;transition:background .15s,transform .15s;color:#354c3b}
.pc-day>span{font-size:19px;font-weight:600}.pc-day small{font-size:11px;font-weight:400;color:#536a52}.pc-day:not(:disabled):hover{background:#dfe9d6;transform:translateY(-2px)}.pc-day.has-requests{background:#f3e4c7;border-color:transparent}.pc-day.has-requests small{color:#765921}
.pc-day[aria-pressed=true]{background:#365943;color:white;outline:0;box-shadow:0 3px 10px #36594330}.pc-day[aria-pressed=true] small{color:#fff}.pc-day:disabled{background:#f5f5f0;color:#8d958a}.pc-day:disabled small{color:#737b70}
.pc-selected{background:#edf2e6;color:#3e5841;padding:14px 18px;border-radius:14px;font-size:14px;margin:20px 0 0}.pc-status{font-size:12px;color:#69776a;margin:13px 2px 0}.pc-example{border-radius:20px;background:#f5ead5;border:0;color:#725727}
.reservation-guide{position:static;min-width:0;border-radius:28px;overflow:hidden;background:#e8eede;padding:32px;color:#304633}
.reservation-guide-photo{display:block;width:calc(100% + 64px);max-width:none;height:145px;object-fit:cover;object-position:center 58%;margin:-32px -32px 26px}
.reservation-guide .eyebrow{font-size:11px;color:#5f7557;margin:0 0 12px}.reservation-guide h4{font:500 26px 'Noto Serif KR',serif;margin:0 0 17px}.reservation-guide>p:not(.eyebrow){font-size:15px;line-height:1.9;color:#50664a}
.reservation-guide dl{margin:25px 0 0}.reservation-guide dl div{padding:19px 0;border-top:1px solid #cbd6bf}.reservation-guide dt{font-size:12px;color:#5d7355;font-weight:500}.reservation-guide dd{font-size:17px;margin:7px 0 0;line-height:1.9;font-weight:500}
#seorak-reservation .reservation-panel{display:block;margin-top:30px!important;padding:38px 44px;border-radius:28px;border:1px solid #e8e9df;background:#fffefb;box-shadow:0 10px 35px #243a2908}
.reservation-form-title{margin-bottom:30px}.reservation-form-title .eyebrow{margin-bottom:8px}.reservation-form-title h4{font:500 26px 'Noto Serif KR',serif;margin:0}.reservation-form-title>p:last-child{font-size:15px;color:#697564;margin:10px 0 0}
#seorak-reservation .reservation-fields{gap:22px}#seorak-reservation .reservation-fields label>span,#seorak-reservation .reservation-full>span{font-size:14px}
#seorak-reservation .place-reservation-form input:not([type=radio]):not([type=checkbox]),#seorak-reservation .place-reservation-form select,#seorak-reservation .place-reservation-form textarea{border-radius:12px;background:#f7f8f2;border-color:#dfe5d7;font-size:16px}
#seorak-reservation .reservation-type label span,#seorak-reservation .reservation-contact label span{border-radius:24px;background:#f4f6ef;border-color:#e0e6d8;font-size:14px;min-width:125px}
#seorak-reservation .reservation-type input:checked+span,#seorak-reservation .reservation-contact input:checked+span{background:#365943;color:#fff;border-color:#365943}
#seorak-reservation .reservation-type input:focus-visible+span,#seorak-reservation .reservation-contact input:focus-visible+span{outline:3px solid #b38d48;outline-offset:3px}
#seorak-reservation .reservation-privacy{border-radius:14px;background:#f4f5ed;border:0}#seorak-reservation .reservation-privacy strong{font-size:14px}#seorak-reservation .reservation-privacy small{font-size:12px}
#seorak-reservation .reservation-submit{border-radius:14px;background:#365943;min-height:58px;font-size:16px}#seorak-reservation .reservation-submit:hover{background:#294832}
@media(max-width:850px){.reservation-overview{grid-template-columns:1fr}.reservation-guide-photo{display:none}.reservation-guide dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.reservation-guide{padding:26px}#seorak-reservation .reservation-head{grid-template-columns:1fr;gap:14px}#seorak-reservation .reservation-head>div:last-child{margin:0}}
@media(max-width:520px){#seorak-reservation{padding:65px 16px}.reservation-overview{gap:18px}#public-reservation-calendar{padding:20px 12px;border-radius:22px}.pc-heading,.pc-note,.pc-controls,.pc-legend{margin-left:5px;margin-right:5px}#public-reservation-calendar .pc-heading h4{font-size:23px}.pc-day{min-height:68px;border-radius:12px;padding:7px 2px}.pc-day>span{font-size:17px}.pc-day small{font-size:10px}.pc-grid{gap:4px}.pc-month strong{font-size:22px}.reservation-guide dl{grid-template-columns:1fr;gap:0}.reservation-guide{border-radius:22px}.reservation-guide dd{font-size:16px}#seorak-reservation .reservation-panel{padding:26px 20px;border-radius:22px}.reservation-form-title h4{font-size:22px}.reservation-type,.reservation-contact{flex-wrap:wrap}.reservation-type legend,.reservation-contact legend{width:100%;margin-bottom:8px}#seorak-reservation .reservation-type label span,#seorak-reservation .reservation-contact label span{min-width:0}.pc-selected{font-size:13px;padding:12px}.pc-note{font-size:13px}}
@media(prefers-reduced-motion:reduce){.pc-day{transition:none}}
#seorak-reservation .reservation-type label,#seorak-reservation .reservation-contact label{position:relative;min-width:0}
#seorak-reservation .reservation-type input[type=radio],#seorak-reservation .reservation-contact input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:0;border:0;clip-path:inset(50%);overflow:hidden;white-space:nowrap}
