
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root { --w:#ffffff; --cream:#f4efe9; --soft:#f8f5f2; --dark:#1c1b19; --mid:#6b6762; --light:#a5a09a; --line:#e3dcd5; --gold:#BC8B55; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Pretendard', -apple-system, sans-serif; color: var(--dark); background: var(--w); -webkit-font-smoothing: antialiased; line-height: 1; overflow-x: hidden; }
  a { text-decoration: none; color: inherit; }

  /* ─── Header ─── */
  header { position: fixed; inset: 0 0 auto 0; z-index: 200; height: 64px; padding: 0 52px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,.07); }
  .logo { display: flex; align-items: center; }
  .logo img { height: 36px; width: auto; display: block; }
  header nav { display: flex; gap: 32px; }
  header nav a { font-size: 13px; letter-spacing: .02em; transition: color .2s; }
  header nav a:hover { color: var(--gold); }
  .h-right { display: flex; align-items: center; gap: 16px; }
  .h-login { font-size: 12px; color: var(--mid); }
  .h-book { font-size: 11.5px; letter-spacing: .06em; background: var(--dark); color: #fff; padding: 9px 22px; border-radius: 100px; transition: background .25s; }
  .h-book:hover { background: var(--gold); }

  /* ─── Intro ─── */
  .pm-intro { padding: 88px 80px 48px; margin-top: 64px; max-width: 1500px; margin-left: auto; margin-right: auto; }
  .pm-label { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: var(--gold); display: block; margin-bottom: 18px; letter-spacing: .06em; }
  .pm-intro h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(36px,5.56vw,80px); font-weight: 700; line-height: 1; margin-bottom: 22px; }
  .pm-intro p { font-size: 22px; color: var(--mid); }

  /* ─── Reservation wrap ─── */
  .res-wrap { max-width: 1500px; margin: 0 auto; padding: 50px 80px 120px; }

  .res-card {
    background: #fff;
    border: 1px solid rgba(227,220,213,.9);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(28,27,25,.06);
  }

  /* ─── Summary ─── */
  .res-summary { padding: 28px 36px; margin-bottom: 34px; }
  .res-summary-title { font-size: 24px; font-weight: 700; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .res-item-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .res-item-row:last-of-type { border-bottom: none; }
  .res-item-name { color: var(--dark); font-size: 16px; font-weight: 500; line-height: 1.45; }
  .res-item-actions { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
  .res-item-price { color: var(--dark); font-size: 22px; font-weight: 700; white-space: nowrap; }
  .res-item-remove {
    border: none;
    background: transparent;
    color: var(--light);
    font-size: 20px;
    line-height: 1;
    padding: 0 2px;
    cursor: pointer;
    transition: color .2s ease;
  }
  .res-item-remove:hover { color: #c45a5a; }
  .res-total-row { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 18px; border-top: 1px solid var(--line); margin-top: 4px; }
  .res-total-label { font-size: 16px; color: var(--mid); }
  .res-total-right { text-align: right; }
  .res-total-price { font-size: 26px; font-weight: 700; display: block; line-height: 1; letter-spacing: -.02em; }
  .res-total-vat { font-size: 16px; color: var(--light); margin-top: 6px; display: block; }
  .res-summary-note {
    margin-top: 18px;
    padding: 16px 18px;
    background: #f8f4ee;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .res-summary-note li {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #8b837b;
    line-height: 1.55;
  }
  .res-summary-note li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
  }
  .res-empty { text-align: center; padding: 40px 0; color: var(--light); font-size: 16px; }

  /* ─── Sections ─── */
  .res-section { min-width: 0; }
  .res-section-group {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 0;
    margin-bottom: 34px;
    overflow: hidden;
  }
  .res-section-split {
    padding: 28px 34px 30px;
  }
  .res-section-split + .res-section-split {
    border-left: 1px solid var(--line);
  }
  .res-info-card {
    padding: 28px 34px 30px;
  }
  .res-section-title { font-size: 24px; font-weight: 700; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }

  /* ─── Calendar ─── */
  .cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
  .cal-nav-btn { background: none; border: none; font-size: 20px; cursor: pointer; color: var(--mid); padding: 4px 12px; transition: color .2s; }
  .cal-nav-btn:hover { color: var(--dark); }
  .cal-month { font-size: 20px; font-weight: 600; }
  .cal-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 6px; }
  .cal-weekday { text-align: center; font-size: 16px; color: var(--light); padding: 10px 0; font-weight: 500; }
  .cal-weekday:first-child { color: #e05; }
  .cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
  .cal-day { text-align: center; padding: 13px 4px; font-size: 16px; cursor: pointer; border-radius: 8px; transition: background .15s, color .15s; border: 1.5px solid transparent; }
  .cal-day:hover:not(.disabled):not(.other-month) { background: var(--soft); }
  .cal-day.selected { background: var(--gold); color: #fff; border-color: var(--gold); }
  .cal-day.today { font-weight: 700; color: var(--gold); }
  .cal-day.disabled { color: var(--line); cursor: not-allowed; }
  .cal-day.other-month { color: var(--line); cursor: default; }
  .cal-day.sunday { color: #e05; }

  /* ─── Time slots ─── */
  .time-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; align-content: start; }
  .time-slot { padding: 14px 14px; border: 1.5px solid var(--line); font-size: 16px; cursor: pointer; border-radius: 0; transition: all .15s; background: #fff; font-family: 'Inter', sans-serif; text-align: center; }
  .time-slot:hover { border-color: #c8b898; }
  .time-slot.selected { border-color: var(--gold); background: var(--gold); color: #fff; }

  /* ─── Form ─── */
  .res-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .form-field { display: flex; flex-direction: column; gap: 8px; }
  .form-field-full { grid-column: 1 / -1; }
  .form-field label { font-size: 16px; color: var(--dark); letter-spacing: .02em; }
  .form-field input,
  .form-field textarea {
    padding: 14px 16px;
    border: 1px solid var(--line);
    background: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    color: var(--dark);
    outline: none;
    transition: border .2s;
    resize: none;
  }
  .form-field textarea { min-height: 96px; }
  .form-field input:focus,
  .form-field textarea:focus { border-color: var(--dark); background: #fff; }
  .form-field input::placeholder,
  .form-field textarea::placeholder { color: #bbb; }

  /* ─── Agreements ─── */
  .res-agree-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin: 22px 0 0;
  }
  .agree-list { display: flex; flex-direction: column; gap: 12px; }
  .agree-row { display: flex; align-items: flex-start; gap: 10px; font-size: 16px; color: var(--mid); cursor: pointer; line-height: 1.55; }
  .agree-row input[type=checkbox] { width: 15px; height: 15px; accent-color: var(--gold); cursor: pointer; flex-shrink: 0; margin-top: 1px; }
  .agree-more {
    border: none;
    background: transparent;
    font-size: 16px;
    color: var(--light);
    white-space: nowrap;
    cursor: pointer;
    padding-top: 2px;
  }

  /* ─── Submit ─── */
  .btn-submit { width: min(280px, 100%); display: block; margin: 34px auto 0; padding: 18px 20px; background: #c99253; color: #fff; border: none; border-radius: 999px; font-family: 'Pretendard', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; letter-spacing: .04em; transition: opacity .2s; }
  .btn-submit:hover { opacity: .88; }

  /* ─── Success modal ─── */
  .modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 500; display: none; align-items: center; justify-content: center; }
  .modal-backdrop.show { display: flex; }
  .modal-box { background: #fff; padding: 52px 48px; max-width: 440px; width: 90%; text-align: center; }
  .modal-icon { font-size: 48px; margin-bottom: 20px; }
  .modal-title { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
  .modal-desc { font-size: 14px; color: var(--mid); line-height: 1.9; margin-bottom: 32px; }
  .modal-btn { padding: 14px 40px; background: var(--dark); color: #fff; border: none; font-family: 'Pretendard', sans-serif; font-size: 14px; cursor: pointer; }

  /* ─── Contact ─── */
  .contact { padding: 88px 80px; background: #fff; }
  .contact-grid { display: grid; grid-template-columns: .9fr 1.05fr 1fr; gap: 56px; align-items: start; max-width: 1500px; margin: 0 auto; }
  .contact-left h3 { font-size: 36px; font-weight: 700; margin-bottom: 28px; }
  .c-phone { font-size: 34px; font-weight: 500; letter-spacing: .02em; margin-bottom: 28px; }
  .c-phone span { font-size: 13px; font-weight: 400; color: var(--light); display: block; margin-bottom: 6px; letter-spacing: .04em; }
  .c-rows { border-top: 1px solid var(--line); }
  .c-row { display: grid; grid-template-columns: 68px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .c-lbl { font-size: 11.5px; color: var(--light); padding-top: 1px; }
  .c-val { font-size: 13px; color: var(--mid); line-height: 1.9; }
  .c-hour-label { display: inline-block; width: 58px; }
  .c-note { display: block; margin-top: -4px; padding-left: 58px; color: var(--mid); font-size: 12px; font-weight: 400; }
  .c-form { display: flex; flex-direction: column; gap: 10px; }
  .c-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .c-field { display: flex; flex-direction: column; gap: 6px; }
  .c-field label { font-size: 11.5px; color: var(--light); letter-spacing: .04em; }
  .c-field label span { color: #c00; }
  .c-field input, .c-field textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--line); background: #fff; font-family: 'Pretendard', sans-serif; font-size: 13px; color: var(--dark); outline: none; transition: border .2s; resize: none; }
  .c-field input::placeholder, .c-field textarea::placeholder { color: #bbb; }
  .c-field input:focus, .c-field textarea:focus { border-color: var(--dark); background: #fff; }
  .c-field textarea { height: 110px; }
  .c-agree { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 4px; }
  .c-agree-left { display: flex; align-items: center; gap: 8px; }
  .c-agree input[type=checkbox] { width: 14px; height: 14px; accent-color: var(--dark); cursor: pointer; }
  .c-agree-txt { font-size: 12px; color: var(--mid); }
  .c-agree-more { font-size: 11.5px; color: var(--light); border-bottom: 1px solid var(--line); cursor: pointer; }
  .c-submit { width: auto; align-self: flex-start; padding: 13px 22px; background: var(--dark); color: #fff; font-family: 'Pretendard', sans-serif; font-size: 12px; letter-spacing: .04em; border: none; border-radius: 999px; cursor: pointer; transition: background .2s; margin-top: 4px; }
  .c-submit:hover { background: #333; }
  .map-box { height: 100%; min-height: 320px; overflow: hidden; }
  .map-box iframe { width: 100%; height: 100%; border: 0; display: block; }

  /* ─── Footer ─── */
  footer { background: var(--dark); color: rgba(255,255,255,.56); padding: 36px 52px 28px; }
  .ft-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .ft-logo { font-size: 16px; font-weight: 400; letter-spacing: .1em; color: rgba(255,255,255,.82); }
  .ft-nav { display: flex; gap: 24px; }
  .ft-nav a { font-size: 12px; color: rgba(255,255,255,.56); transition: color .2s; }
  .ft-nav a:hover { color: rgba(255,255,255,.82); }
  .ft-copy { font-size: 11px; }

  /* ─── Tablet ─── */
  @media (max-width: 1024px) {
    .pm-intro { padding: 72px 40px 40px; }
    .pm-label { font-size: 20px; }
    .pm-intro p { font-size: 18px; }
    .res-wrap { padding: 36px 40px 80px; }
    .res-summary { padding: 24px 28px; }
    .res-section-group { grid-template-columns: 1fr; }
    .res-section-split + .res-section-split { border-left: none; border-top: 1px solid var(--line); }
    .time-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .res-summary-title,
    .res-section-title { font-size: 22px; }
    .contact { padding: 64px 40px; }
    .contact-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .contact-left h3 { font-size: 28px; }
    .c-phone { font-size: 22px; }
    .map-box { grid-column: 1 / -1; min-height: 280px; }
  }

  /* ─── Mobile ─── */
  @media (max-width: 768px) {
    .pm-intro { padding: 52px 24px 24px; }
    .pm-label { font-size: 13px; margin-bottom: 10px; }
    .pm-intro h1 { font-size: 30px; margin-bottom: 12px; }
    .pm-intro p { font-size: 14px; line-height: 1.55; }

    .res-wrap { padding: 22px 24px 56px; }
    .res-card { border-radius: 14px; box-shadow: 0 10px 24px rgba(28,27,25,.05); }
    .res-summary { padding: 18px; margin-bottom: 22px; }
    .res-summary-title { font-size: 18px; margin-bottom: 14px; padding-bottom: 10px; }
    .res-item-row { font-size: 14px; padding: 12px 0; gap: 14px; }
    .res-item-name { font-size: 14px; line-height: 1.5; }
    .res-item-price { font-size: 18px; }
    .res-total-row { padding-top: 14px; }
    .res-total-price { font-size: 21px; }
    .res-total-label,
    .res-total-vat { font-size: 13px; }
    .res-summary-note { margin-top: 14px; padding: 14px; gap: 5px; }
    .res-summary-note li { font-size: 12px; line-height: 1.5; }

    .res-section-group { margin-bottom: 22px; }
    .res-section-split,
    .res-info-card { padding: 18px; }
    .res-section-title { font-size: 18px; margin-bottom: 14px; padding-bottom: 10px; }

    .cal-nav { margin-bottom: 14px; }
    .cal-nav-btn { font-size: 18px; padding: 2px 8px; }
    .cal-month { font-size: 16px; }
    .cal-weekday { font-size: 12px; padding: 7px 0; }
    .cal-days { gap: 4px; }
    .cal-day { padding: 9px 2px; font-size: 13px; border-radius: 6px; }

    .time-grid { gap: 8px; }
    .time-slot { padding: 11px 10px; font-size: 13px; }

    .res-form-grid { grid-template-columns: 1fr; gap: 12px; }
    .form-field { gap: 6px; }
    .form-field label { font-size: 13px; }
    .form-field input,
    .form-field textarea { padding: 11px 13px; font-size: 14px; }
    .form-field textarea { min-height: 88px; }

    .res-agree-wrap { flex-direction: column; gap: 10px; margin-top: 18px; }
    .agree-row,
    .agree-more { font-size: 13px; }

    .btn-submit { width: min(240px, 100%); padding: 15px 18px; font-size: 14px; margin-top: 22px; }

    .modal-box { padding: 40px 28px; }
    .modal-title { font-size: 18px; }
    .modal-desc { font-size: 13px; }

    .contact { padding: 48px 24px; }
    .contact-grid { grid-template-columns: 1fr; gap: 28px; }
    .contact-left h3 { font-size: 24px; margin-bottom: 18px; }
    .c-phone { font-size: 20px; margin-bottom: 20px; }
    .c-phone span,
    .c-lbl,
    .c-val,
    .c-field label,
    .c-agree-txt,
    .c-agree-more { font-size: 12px; }
    .c-field input,
    .c-field textarea { font-size: 14px; padding: 10px 12px; }
    .c-submit { padding: 12px 18px; font-size: 11px; }
    .c-form-row { grid-template-columns: 1fr; }
    .map-box { height: 200px; min-height: unset; }

    footer { padding: 40px 24px 28px; }
    .ft-top { flex-direction: column; gap: 20px; align-items: flex-start; }
    .ft-nav { flex-wrap: wrap; gap: 14px; }
    .ft-copy { font-size: 10px; }
  }

  /* ─── Small mobile ─── */
  @media (max-width: 480px) {
    .pm-intro { padding: 48px 20px 20px; }
    .pm-label { font-size: 12px; }
    .pm-intro h1 { font-size: 26px; }
    .pm-intro p { font-size: 13px; }
    .res-wrap { padding: 18px 20px 48px; }
    .res-summary,
    .res-section-split,
    .res-info-card { padding: 16px; }
    .res-summary-title,
    .res-section-title { font-size: 17px; }
    .res-item-name,
    .res-item-row { font-size: 13px; }
    .res-item-price { font-size: 17px; }
    .res-total-price { font-size: 19px; }
    .res-total-label,
    .res-total-vat,
    .agree-row,
    .agree-more { font-size: 12px; }
    .res-summary-note li { font-size: 11px; }
    .time-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .time-slot { padding: 10px 10px; font-size: 12px; }
    .cal-month { font-size: 15px; }
    .cal-weekday { font-size: 11px; }
    .cal-day { font-size: 12px; padding: 8px 2px; }
    .form-field label { font-size: 12px; }
    .form-field input,
    .form-field textarea { font-size: 13px; }
    .btn-submit { width: 100%; font-size: 13px; }
  }
  