
:root{--ink:#243b35;--muted:#68736b;--gold:#b68d50;--paper:#fcfaf4;--line:#d9dacf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#efeee7;color:var(--ink);font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.reservation-body{padding:20px;min-height:100svh;display:flex;align-items:center;justify-content:center}.page{width:100%;min-height:calc(100svh - 40px);display:flex;flex-direction:column;background:var(--paper);border:1.5px solid var(--ink);border-radius:22px;overflow:hidden;box-shadow:7px 7px 0 #233c3515}.phone-banner{display:grid;grid-template-columns:1fr auto;align-items:center;padding:20px 3vw;border-bottom:1.5px solid var(--ink);background:#fcfaf4}.phone-banner .eyebrow{font-family:Georgia,serif;font-size:25px;letter-spacing:4px}.phone-banner p{font-size:12px;letter-spacing:1.5px;margin:3px 0 0;color:var(--muted);grid-column:1}.phone-banner>a{grid-column:2;grid-row:1/3;font-size:28px;font-weight:700;letter-spacing:.3px}.reservation-layout{display:grid;grid-template-columns:1.05fr 1fr;flex:1;min-height:520px}.hero{position:relative;isolation:isolate;overflow:hidden;border-right:1.5px solid var(--ink);background:#f2eddf}.hero-copy{position:relative;z-index:2;padding:clamp(24px,3.3vw,65px)}.tag{display:inline-block;background:#fffdf6;border:1.5px solid var(--ink);border-radius:18px 18px 18px 3px;box-shadow:3px 3px 0 #c5b589;padding:8px 16px;font-size:13px;font-weight:600}h1{font-size:clamp(30px,3.2vw,58px);font-weight:400;line-height:1.35;letter-spacing:-2px;margin:24px 0 18px}h1 strong{font-weight:800}.hero-copy p{font-size:16px;line-height:1.8;color:#4f6054;margin:0}.hero-link{display:none}figure{position:absolute;inset:0;margin:0;z-index:0}figure img{width:100%;height:100%;object-fit:cover;object-position:55% 65%}figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fcfaf4f5 0%,#fcfaf4d9 20%,#fcfaf460 44%,transparent 67%)}figcaption{position:absolute;bottom:13px;right:14px;z-index:1;font-size:11px;background:#fffdf5de;color:#42564a;padding:3px 8px;border-radius:4px}.form-section{padding:clamp(24px,3.2vw,60px);display:flex;flex-direction:column;justify-content:center;min-width:0;background:radial-gradient(#b6aa881c .8px,transparent .8px) 0 0/9px 9px,var(--paper)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.eyebrow{font-size:11px;letter-spacing:3px;color:#8b7048}.section-head h2{font-size:30px;letter-spacing:-1px;margin:5px 0 0}.section-head>span{font-size:12px;color:var(--muted)}b{color:#956829}.form-intro{font-size:14px;color:var(--muted);margin:9px 0 25px}#reservation-form{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px}.field{display:flex;flex-direction:column;gap:8px;min-width:0}.field label{font-size:14px;font-weight:600}.field input,.field select{width:100%;min-width:0;height:54px;padding:0 13px;border:1px solid #99a89b;border-radius:9px;background:#fffefb;box-shadow:2px 2px 0 #dfe3d7;color:var(--ink);font-size:16px}.field input::placeholder{color:#889187;font-size:14px}.consent{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:9px;margin-top:4px}.consent label{display:flex;align-items:center;gap:7px;font-size:13px}.consent input{width:20px;height:20px;margin:0;accent-color:var(--ink);flex-shrink:0}.consent b{font-size:12px}.consent button{background:none;border:0;border-bottom:1px solid #687369;padding:0;font-size:12px;color:#4b6153}.submit{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:#fff9e7;border:1.5px solid #142c25;border-radius:10px;box-shadow:4px 4px 0 #c3ad7d;min-height:56px;font-size:18px;font-weight:700;padding:13px 22px;transition:transform .15s,box-shadow .15s}.submit:hover{background:#34594b}.submit:active{transform:translate(2px,2px);box-shadow:2px 2px 0 #c3ad7d}.submit span{color:#dcc18b;font-size:24px}.small-note{grid-column:1/-1;text-align:center;color:#707c71;font-size:12px;margin:0}.trap{position:absolute;left:-10000px}.bot-check{grid-column:1/-1;min-width:0}.notice{border:1px solid #b4a373;background:#fff5d9;border-radius:8px;padding:12px;font-size:14px;margin:0 0 16px}footer{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;padding:14px 3vw;border-top:1px solid var(--line);font-size:11px;color:#718074}footer strong{letter-spacing:2px}.call-bar{display:none}dialog{border:1.5px solid var(--ink);border-radius:20px;box-shadow:8px 8px 0 #172e2530;width:min(90vw,450px);max-height:85svh;padding:30px;background:#fffdf5;color:var(--ink)}dialog::backdrop{background:#14282099;backdrop-filter:blur(5px)}dialog h2{font-size:24px;line-height:1.4}dialog p{font-size:16px;line-height:1.8}dialog button{width:100%;border:0;border-radius:8px;padding:12px;background:var(--ink);color:white;font-weight:700}#result-dialog{text-align:center}.result-mark{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;border:1px solid #8c9d81;background:#edf1de;color:#355344;font-size:30px;margin:0 auto}#result-dialog[data-result=error] .result-mark{background:#ffeed7;color:#8b5329}.admin{max-width:1100px;margin:30px auto;background:#fffdf6;padding:30px;border-radius:16px}.admin h1{font-size:30px}.admin input,.admin select,.admin button{padding:10px;border:1px solid #bfc9be;border-radius:6px}.admin nav{display:flex;justify-content:space-between;align-items:center;gap:12px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:14px}td,th{text-align:left;padding:14px 9px;border-bottom:1px solid #ddd;white-space:nowrap}.login{max-width:460px}.login input{width:100%;margin:6px 0 16px}.login button{width:100%;background:var(--ink);color:white}
@media(min-width:761px) and (max-height:750px){.reservation-body{padding:12px}.page{min-height:calc(100svh - 24px)}.phone-banner{padding:14px 28px}.reservation-layout{min-height:440px}.hero-copy,.form-section{padding:26px}.form-intro{margin-bottom:17px}#reservation-form{gap:13px}.field input,.field select{height:46px}.submit{min-height:48px}footer{padding:10px 28px}}
@media(max-width:760px){.reservation-body{padding:0;display:block;background:var(--paper)}.page{min-height:calc(100svh - 88px - env(safe-area-inset-bottom));border:0;border-radius:0;box-shadow:none}.phone-banner{padding:14px 20px}.phone-banner .eyebrow{font-size:18px;letter-spacing:2px}.phone-banner p{font-size:10px}.phone-banner>a{font-size:18px}.reservation-layout{display:flex;flex-direction:column;min-height:0}.hero{height:clamp(145px,24svh,240px);flex-shrink:0;border-right:0;border-bottom:1.5px solid var(--ink)}.hero-copy{padding:17px 20px}.tag{padding:4px 10px;font-size:10px}.hero h1{font-size:28px;margin:11px 0 8px;letter-spacing:-1.3px}.hero-copy p{font-size:11px}.hero figure img{object-position:70% 64%}.hero figure:after{background:linear-gradient(90deg,#fcfaf4f2 0%,#fcfaf4df 32%,#fcfaf444 65%,transparent 100%)}figcaption{font-size:9px;bottom:6px;right:6px}.form-section{padding:18px 20px 14px;flex:1;justify-content:center}.section-head .eyebrow{display:none}.section-head h2{font-size:23px;margin:0}.section-head>span{font-size:11px}.form-intro{font-size:12px;margin:5px 0 15px}#reservation-form{gap:13px 10px}.field{gap:5px}.field label{font-size:13px}.field input,.field select{height:46px;font-size:16px;padding:0 9px}.field input::placeholder{font-size:12px}.field select{font-size:13px}.consent{margin:0;gap:8px}.consent label{font-size:11px;gap:5px}.consent b{font-size:10px}.consent input{width:18px;height:18px}.consent button{font-size:11px}.submit{min-height:48px;font-size:16px;padding:10px 17px}.small-note{font-size:10px}footer{padding:9px 20px;font-size:9px}.reservation-body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.call-bar{display:flex;position:fixed;z-index:10;bottom:calc(10px + env(safe-area-inset-bottom));left:12px;right:12px;min-height:66px;padding:10px 14px;gap:10px;align-items:center;border:1px solid #dac48b;border-radius:15px;background:linear-gradient(115deg,#162f27,#365647);color:#fff5d9;box-shadow:0 6px 22px #16312845,0 0 0 4px #fcfaf4}.call-icon{display:grid;place-items:center;flex-shrink:0;width:38px;height:38px;border:1px solid #e4c990;border-radius:50%;background:#e2c78f;color:#24392a;font-size:23px}.call-copy{display:flex;flex-direction:column;gap:2px}.call-copy small{font-size:10px;color:#d6dabe}.call-copy strong{font-size:14px;letter-spacing:-.4px}.call-number{margin-left:auto;font-size:17px;font-weight:700;letter-spacing:-.3px;white-space:nowrap}.call-number>span{font-size:19px;margin-left:3px}.admin{margin:12px;padding:20px}.notice{font-size:12px;padding:9px}}
@media(max-width:760px) and (max-height:720px){.phone-banner{padding:10px 18px}.hero{height:134px}.hero-copy{padding:11px 18px}.hero h1{font-size:23px;margin:8px 0 5px}.hero-copy p{font-size:10px}.form-section{padding:12px 18px}.form-intro{margin:3px 0 10px}#reservation-form{gap:10px}.field input,.field select{height:42px}.small-note{display:none}footer{padding:6px 18px}}
@media(max-width:360px){.phone-banner .eyebrow{font-size:16px}.phone-banner>a{font-size:16px}.call-bar{left:8px;right:8px;padding:9px;gap:7px}.call-copy strong{font-size:12px}.call-number{font-size:15px}.consent label{font-size:10px}.consent button{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Premium webtoon edition: reservation page only */
.reservation-body{background:#e9ece4;padding:18px}.reservation-body .page{border:1px solid #abb6a4;border-radius:24px;background:#f9f7ee;box-shadow:0 20px 70px #243b3514;min-height:calc(100svh - 36px)}.reservation-body .phone-banner{background:#f9f7ee;border-bottom:1px solid #d9ddcf;padding:17px 32px}.reservation-body .phone-banner .eyebrow{color:#294735;font-size:24px;letter-spacing:4px}.reservation-body .phone-banner>a{font-size:25px;letter-spacing:.7px}.reservation-body .reservation-layout{padding:18px;gap:18px;grid-template-columns:1.12fr 1fr}.reservation-body .hero{border:1px solid #acb69f;border-radius:17px;min-height:480px;background:#e9eadc;box-shadow:3px 3px 0 #c3cbb737}.reservation-body .hero-copy{padding:30px 32px}.reservation-body .tag{border:1px solid #6e826a;border-radius:15px 15px 15px 2px;padding:9px 14px;background:#fffdf3;box-shadow:3px 3px 0 #acb89866;font-size:12px;color:#4e6650}.reservation-body h1{font-size:clamp(32px,3.1vw,53px);line-height:1.3;margin:21px 0 15px;letter-spacing:-1.9px;color:#243f32}.reservation-body h1 strong{font-weight:800}.reservation-body .hero-copy p{font-size:14px;color:#506750;line-height:1.9}.hero-kicker{font-weight:700;letter-spacing:-.3px}.reservation-body figure:after{background:linear-gradient(180deg,#f8f7eef2 0%,#f8f7eec9 27%,#f8f7ee21 60%,transparent 80%)}.reservation-body figure img{object-position:62% 70%}.reservation-body figcaption{color:#597052;background:#fbf9efdc;border:1px solid #ffffff66;font-size:10px}.reservation-body .form-section{padding:30px clamp(22px,3vw,52px);border:1px solid #e1e3d5;border-radius:17px;background:#fffdf6;box-shadow:0 10px 25px #34432c06}.reservation-body .section-head .eyebrow{font-size:10px;letter-spacing:2.5px;color:#9b814f}.reservation-body .section-head h2{font-size:28px;letter-spacing:-1.1px;font-weight:700;margin:8px 0 0}.reservation-body .form-intro{font-size:13px;margin:10px 0 25px}.reservation-body #reservation-form{gap:19px 14px}.reservation-body .field label{font-size:13px;color:#56684f;font-weight:600}.reservation-body .field input,.reservation-body .field select{border:1px solid #d9decf;border-radius:9px;background:#f9faf5;box-shadow:none;height:52px;transition:background .2s,border-color .2s,box-shadow .2s}.reservation-body .field input:focus,.reservation-body .field select:focus{background:#fff;border-color:#819b74;box-shadow:0 0 0 3px #92a77c1f;outline:0}.reservation-body .field input::placeholder{font-size:13px;color:#939d8b}.reservation-body .submit{background:linear-gradient(105deg,#254b35,#416443);border:1px solid #2d4b31;border-radius:10px;box-shadow:0 4px 0 #b49b63;padding:13px 20px;font-size:17px;min-height:54px}.reservation-body .submit:hover{filter:brightness(1.06)}.reservation-body .submit:active{transform:translateY(2px);box-shadow:0 2px 0 #b49b63}.reservation-body .consent{padding-top:4px}.reservation-body footer{border:0;padding:0 34px 16px;font-size:10px;color:#829079}.reservation-body .call-bar{background:linear-gradient(115deg,#153e2e,#365c3e);border:1px solid #c9b57e;box-shadow:0 7px 24px #203e303f,0 0 0 4px #fcfaf4}.reservation-body .call-icon{background:linear-gradient(135deg,#f2e0b3,#be9f5b);color:#28462e;border-color:#e2ce9c}.reservation-body .call-copy small{color:#cdd9ba}.reservation-body #result-dialog{background:#fffdf5;border-color:#92a17d;box-shadow:0 20px 90px #0e2c3055}.reservation-body #result-dialog h2{letter-spacing:-.8px}.reservation-body .hero-copy,.reservation-body .form-section{animation:soft-entrance .45s ease-out both}@keyframes soft-entrance{from{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:761px) and (max-height:750px){.reservation-body .hero{min-height:410px}.reservation-body .reservation-layout{padding:14px;gap:14px}.reservation-body .hero-copy{padding:24px}.reservation-body .form-section{padding:23px}.reservation-body #reservation-form{gap:14px}.reservation-body .field input,.reservation-body .field select{height:46px}.reservation-body .form-intro{margin-bottom:18px}.reservation-body footer{padding-bottom:12px}}
@media(max-width:760px){.reservation-body{padding:0 0 calc(88px + env(safe-area-inset-bottom));background:#f7f8ef}.reservation-body .page{border:0;border-radius:0;min-height:calc(100svh - 88px - env(safe-area-inset-bottom));box-shadow:none}.reservation-body .phone-banner{padding:13px 18px}.reservation-body .phone-banner .eyebrow{font-size:18px;letter-spacing:2px}.reservation-body .phone-banner>a{font-size:18px;letter-spacing:0}.reservation-body .reservation-layout{padding:10px 12px 0;gap:11px}.reservation-body .hero{height:clamp(150px,23svh,220px);min-height:0;border-radius:12px;box-shadow:2px 2px 0 #b8c4a838}.reservation-body .hero-copy{padding:14px 16px}.reservation-body .tag{font-size:10px;padding:5px 9px;border-radius:10px 10px 10px 2px}.reservation-body h1{font-size:27px;line-height:1.28;margin:10px 0 8px;letter-spacing:-1px}.reservation-body .hero-copy p{font-size:10px;line-height:1.7}.reservation-body figure:after{background:linear-gradient(90deg,#f7f7ebf5 0%,#f7f7ebe0 35%,#f7f7eb44 70%,transparent)}.reservation-body figure img{object-position:75% 64%}.reservation-body figcaption{font-size:8px;bottom:5px;right:5px;padding:2px 5px}.reservation-body .form-section{padding:16px 14px;border-radius:13px}.reservation-body .section-head h2{font-size:21px;margin:0}.reservation-body .section-head>span{font-size:10px}.reservation-body .form-intro{font-size:11px;margin:5px 0 14px}.reservation-body #reservation-form{gap:12px 10px}.reservation-body .field label{font-size:12px}.reservation-body .field input,.reservation-body .field select{height:44px;font-size:16px;padding:0 9px;border-radius:7px}.reservation-body .field select{font-size:13px}.reservation-body .field input::placeholder{font-size:11px}.reservation-body .consent{padding-top:0;gap:6px}.reservation-body .consent label{font-size:10px}.reservation-body .consent b{font-size:10px}.reservation-body .consent button{font-size:10px}.reservation-body .submit{font-size:15px;min-height:46px;padding:10px 15px}.reservation-body footer{padding:10px 20px 8px;font-size:9px}.reservation-body .call-copy strong{font-size:13px}.reservation-body .call-copy small{font-size:9px}.reservation-body .call-number{font-size:16px}.reservation-body .call-bar{border-radius:14px;min-height:66px}}
@media(max-width:760px) and (max-height:720px){.reservation-body .phone-banner{padding:10px 17px}.reservation-body .hero{height:130px}.reservation-body .hero-copy{padding:10px 14px}.reservation-body h1{font-size:23px;margin:8px 0 5px}.reservation-body .hero-copy p{font-size:9px}.reservation-body .form-section{padding:13px}.reservation-body .form-intro{margin-bottom:10px}.reservation-body #reservation-form{gap:10px}.reservation-body .field input,.reservation-body .field select{height:41px}}
@media(max-width:360px){.reservation-body .phone-banner .eyebrow,.reservation-body .phone-banner>a{font-size:16px}.reservation-body .call-copy strong{font-size:11px}.reservation-body .call-copy small{font-size:8px}.reservation-body .call-number{font-size:14px}}
@media(prefers-reduced-motion:reduce){.reservation-body .hero-copy,.reservation-body .form-section{animation:none}}
