﻿:root {
  --forest: #17382a;
  --forest-2: #2d5b45;
  --ivory: #f6f0e4;
  --warm: #fbf7ef;
  --wood: #76543b;
  --gold: #c6a15b;
  --ink: #171915;
  --muted: #6f6d62;
  --line: rgba(23, 25, 21, 0.14);
  --shadow: 0 28px 80px rgba(22, 31, 24, 0.18);
  --page: min(100% - 36px, 1180px);
}

.ceo-approval-page {
  min-height: 100vh;
  background: #f6f2e9;
  color: var(--ink);
}

.ceo-approval-app {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.ceo-approval-hero {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0 26px;
  border-bottom: 1px solid var(--line);
}

.ceo-approval-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4vw, 4.4rem);
}

.ceo-approval-hero p {
  margin: 0;
  color: var(--muted);
}

.ceo-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.ceo-summary article,
.ceo-toolbar,
.ceo-request-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 50px rgba(35, 31, 22, .08);
}

.ceo-summary article {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.ceo-summary strong {
  color: var(--forest);
  font-size: 1.6rem;
}

.ceo-summary span {
  color: var(--muted);
  font-size: 13px;
}

.ceo-toolbar {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr)) auto auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  margin-bottom: 18px;
}

.ceo-toolbar label,
.ceo-approval-box label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.ceo-toolbar select,
.ceo-approval-box textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.ceo-toolbar select {
  height: 44px;
  padding: 0 12px;
}

.ceo-request-list {
  display: grid;
  gap: 14px;
}

.ceo-request-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.ceo-request-card.is-open {
  border-color: rgba(198, 161, 91, .58);
}

.ceo-card-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
}

.ceo-card-actions {
  display: flex;
  justify-content: flex-end;
}

.ceo-detail {
  display: grid;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.ceo-card-head strong {
  display: block;
  margin-bottom: 5px;
  color: var(--forest);
  font-size: 1.12rem;
}

.ceo-card-head span,
.ceo-original-link {
  color: var(--muted);
  font-size: 12px;
}

.ceo-badges,
.ceo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ceo-badges {
  justify-content: flex-end;
}

.ceo-badges em {
  padding: 6px 9px;
  border: 1px solid rgba(25, 83, 62, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.ceo-content {
  margin: 0;
  line-height: 1.65;
}

.ceo-meta,
.ceo-approval-box dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0;
}

.ceo-meta div,
.ceo-approval-box dl div {
  display: grid;
  gap: 4px;
}

.ceo-meta dt,
.ceo-approval-box dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.ceo-meta dd,
.ceo-approval-box dd {
  min-width: 0;
  margin: 0;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.ceo-approval-box {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(198, 161, 91, .42);
  border-radius: 8px;
  background: rgba(255, 251, 241, .9);
}

.ceo-approval-box textarea {
  min-height: 94px;
  padding: 12px;
  resize: vertical;
}

.ceo-toolbar .is-active {
  border-color: var(--gold);
  background: var(--forest);
  color: #fff;
}

.admin-actions [data-open-board] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.button-count-badge {
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.button-count-badge.is-zero {
  background: #9ca3af;
}

@media (max-width: 760px) {
  .ceo-approval-hero,
  .ceo-toolbar,
  .ceo-card-head,
  .ceo-meta,
  .ceo-approval-box dl {
    grid-template-columns: 1fr;
  }

  .ceo-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ceo-badges {
    justify-content: flex-start;
  }
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--warm);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
[hidden] { display: none !important; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: transform .45s ease, background .35s ease, color .35s ease, border-color .35s ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 247, 239, 0.86);
  border-bottom: 1px solid rgba(23, 25, 21, 0.1);
  backdrop-filter: blur(18px);
}

.site-header.is-hidden { transform: translateY(-110%); }

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  font-size: 13px;
}

.site-nav a {
  opacity: .78;
  transition: opacity .2s ease, color .2s ease;
}

.site-nav a:hover,
.site-nav a.is-active { opacity: 1; color: var(--gold); }

.header-cta,
.button,
.floating-reserve {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-weight: 700;
  font-size: 14px;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

.header-cta:hover,
.button:hover,
.floating-reserve:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform .25s ease;
}

.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.story-section {
  position: relative;
  min-height: 100vh;
  padding: clamp(88px, 10vw, 150px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}

.hero {
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  color: #fff;
}

.hero-video,
.section-video,
.image-backdrop::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade,
.section-overlay,
.image-backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 18, 12, .82), rgba(7, 18, 12, .38) 46%, rgba(7, 18, 12, .16));
}

.hero-copy,
.wide-copy,
.section-grid,
.split-panel,
.section-head,
.booking-shell {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: min(860px, 100%);
  padding-bottom: clamp(40px, 8vh, 90px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

h1, h2, h3, p {
  word-break: keep-all;
  overflow-wrap: break-word;
}
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Noto Serif KR", serif;
  font-weight: 500;
  line-height: 1.08;
}

h1 { max-width: 780px; font-size: 6.8rem; }
h2 { font-size: 4.45rem; }
h3 { margin: 0; font-size: 2rem; }

.hero-copy > p:not(.eyebrow),
.section-copy > p,
.wide-copy > p,
.address {
  max-width: 660px;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.75;
}

.hero-actions,
.booking-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #171307;
}

.ghost {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.dark-text { color: var(--ink); }

.scroll-cue {
  position: absolute;
  right: clamp(18px, 4vw, 60px);
  bottom: 34px;
  z-index: 1;
  writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: .18em;
  opacity: .78;
}

.section-grid {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }

.section-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.section-copy p { margin: 0; color: var(--muted); }

.image-stage,
.map-stage,
.panorama,
.full-bleed-image {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #d9d1c2;
}

.image-stage img,
.panorama img {
  width: 100%;
  height: min(70vh, 640px);
  object-fit: cover;
  transition: transform .8s ease;
}

.map-stage {
  position: relative;
  min-height: min(70vh, 640px);
  background: #d7ddcf;
}

.map-stage iframe {
  width: 100%;
  height: min(70vh, 640px);
  min-height: 420px;
  border: 0;
  display: block;
}

.map-stage figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  color: var(--muted);
  font-size: 13px;
}

.map-stage figcaption a {
  color: var(--forest);
  font-weight: 900;
}

.image-stage:hover img,
.panorama:hover img { transform: scale(1.035); }

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.stats div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.stats dt {
  font-family: Georgia, serif;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--forest);
}

.stats dd { margin: 4px 0 0; color: var(--muted); }

.dark { color: #fff; background: #0d1712; }
.nature {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-video { z-index: 0; }
.section-overlay { z-index: 0; background: linear-gradient(90deg, rgba(5, 15, 10, .78), rgba(5, 15, 10, .28)); }

.wide-copy {
  width: min(920px, 100%);
  min-height: 58vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wide-copy p { margin: 24px 0 0; color: rgba(255, 255, 255, .82); }
.light-backdrop .wide-copy p { color: rgba(23, 25, 21, .74); }

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  color: var(--wood);
  font-weight: 700;
}

.feature-list li {
  padding-left: 18px;
  border-left: 2px solid var(--gold);
}

.rooms { background: var(--ivory); }
.section-head {
  width: var(--page);
  margin: 0 auto 34px;
}

.rooms > .room-layout,
.rooms > .panorama {
  display: none;
}

.room-showcase {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.room-selector {
  display: grid;
  gap: 12px;
}

.room-selector button {
  min-height: 120px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(23, 25, 21, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform .24s ease, background .24s ease, border-color .24s ease, color .24s ease;
}

.room-selector button:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 161, 91, .7);
}

.room-selector button.is-active {
  border-color: var(--gold);
  background: var(--forest);
  color: #fff;
}

.room-selector span {
  color: var(--gold);
  font-weight: 900;
}

.room-selector strong {
  font-size: 1.18rem;
}

.room-selector em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.room-selector .is-active em {
  color: rgba(255, 255, 255, .68);
}

.room-detail {
  position: relative;
  min-height: 0;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 8px;
  background: #ddd3c4;
  box-shadow: var(--shadow);
}

.room-detail-media {
  position: relative;
  z-index: 2;
  margin: 0;
  background: #ddd3c4;
  width: 100%;
  min-height: 0;
  aspect-ratio: 10 / 7;
  overflow: hidden;
}

.room-detail-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity .95s ease, transform 1.8s ease;
}

.room-detail-media img.is-active {
  opacity: 1;
  transform: scale(1);
}

.room-detail-copy {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: clamp(26px, 4vw, 54px);
}

.room-detail-copy h3 {
  color: var(--forest);
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.08;
}

.room-detail-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.room-detail-copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-detail-copy li {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(246, 240, 228, .75);
  color: var(--wood);
  font-weight: 800;
  font-size: 13px;
}

.room-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.room-detail-actions strong {
  color: var(--forest);
  font-size: 1.25rem;
}

.room-layout {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.room-card,
.review-card,
.notice,
.faq,
.inquiry {
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 8px;
  background: rgba(255, 255, 255, .66);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 56px rgba(35, 31, 22, .08);
}

.room-card {
  min-height: 210px;
  padding: clamp(22px, 3vw, 34px);
  transition: transform .25s ease, border-color .25s ease;
}

.room-card:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 161, 91, .8);
}

.room-card span {
  color: var(--gold);
  font-weight: 900;
}

.room-card p { color: var(--muted); line-height: 1.65; }

.panorama {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin: 0 auto;
}

.panorama img { height: clamp(280px, 54vw, 620px); }

.experience { background: #f2eadc; }

.split-panel {
  width: var(--page);
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.experience-grid span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .5);
  font-weight: 700;
}

.full-bleed-image {
  position: relative;
  z-index: 1;
  width: var(--page);
  height: clamp(280px, 52vw, 650px);
  margin: 0 auto;
  object-fit: cover;
}

.image-backdrop {
  display: flex;
  align-items: center;
}

.image-backdrop::before {
  content: "";
  z-index: 0;
  background: var(--backdrop) center / cover no-repeat;
  transform: scale(1.04);
}

.light-backdrop { color: var(--ink); }
.light-backdrop::after {
  background: linear-gradient(90deg, rgba(251, 247, 239, .86), rgba(251, 247, 239, .42), rgba(251, 247, 239, .12));
}

.reviews { background: var(--warm); }

.review-board,
.info-grid {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.review-card { padding: 26px; }
.review-card strong {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 36px;
  font-family: Georgia, serif;
}

.review-card p { margin: 0; line-height: 1.65; color: var(--muted); }
.info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1060px;
  margin: 14px auto 0;
}

.faq,
.notice { padding: 22px; }

.faq h3,
.notice h3 {
  margin: 0 0 10px;
  color: var(--forest);
  font-size: 1.2rem;
}

.faq button,
.notice button {
  width: 100%;
  min-height: 54px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.faq div,
.notice div {
  display: none;
  padding: 12px 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-wrap;
}

.faq button.is-open + div,
.notice button.is-open + div { display: block; }

.notice a {
  display: block;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.5;
}

.notice div small {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-weight: 800;
}

.notice a strong,
.notice a span,
.notice a small {
  display: block;
}

.notice a strong {
  color: var(--ink);
}

.notice a span {
  margin-top: 4px;
  white-space: pre-wrap;
}

.notice a small {
  margin-top: 6px;
  color: var(--gold);
  font-weight: 800;
}

.booking { background: #17291f; color: #fff; }

.booking-shell {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.booking .section-copy p { color: rgba(255, 255, 255, .78); }

.inquiry {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 38px);
  color: var(--ink);
  background: rgba(251, 247, 239, .94);
}

.inquiry label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.inquiry input,
.inquiry textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  resize: vertical;
}

.agree {
  grid-template-columns: auto 1fr !important;
  align-items: center;
  font-weight: 600 !important;
}

.agree input { width: auto; }

.location { background: #ece4d7; }

.nearby {
  background: #f7f1e7;
}

.nearby .section-head {
  max-width: 920px;
}

.nearby .section-head p:not(.eyebrow) {
  max-width: 760px;
  margin: 8px auto 0;
  color: var(--muted);
  line-height: 1.6;
}

.nearby-alert,
.nearby-tools,
.nearby-meta,
.nearby-categories,
.nearby-grid,
.nearby-note,
.nearby-empty {
  width: var(--page);
  margin-left: auto;
  margin-right: auto;
}

.nearby-alert {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(198, 161, 91, .38);
  border-radius: 8px;
  background: rgba(255, 250, 239, .78);
  color: var(--wood);
  font-size: 13px;
}

.nearby-alert strong {
  color: var(--forest);
}

.nearby-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 10px;
  margin-top: 18px;
}

.nearby-tools input,
.nearby-tools select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
}

.nearby-categories {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.nearby-categories button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, .75);
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.nearby-categories button.is-active {
  border-color: var(--forest);
  background: var(--forest);
  color: #fff;
}

.nearby-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.nearby-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 14px 34px rgba(35, 31, 22, .06);
}

.nearby-card.is-emergency {
  border-color: rgba(198, 161, 91, .5);
  background: #fffaf0;
}

.nearby-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: start;
}

.nearby-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(23, 56, 42, .1);
  color: var(--forest);
  font-weight: 900;
}

.nearby-card h3 {
  margin: 2px 0 0;
  font-size: 1.05rem;
  line-height: 1.3;
}

.nearby-card em {
  color: var(--gold);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.nearby-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.nearby-card dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.nearby-card dl div {
  display: grid;
  gap: 2px;
}

.nearby-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.nearby-card dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.nearby-badge {
  white-space: nowrap;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(198, 161, 91, .16);
  color: #8c6421;
  font-size: 11px;
  font-weight: 900;
}

.nearby-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: auto;
}

.nearby-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-size: 12px;
  font-weight: 900;
}

.nearby-action.primary {
  border-color: var(--forest);
  background: var(--forest);
  color: #fff;
}

.nearby-empty,
.nearby-note {
  margin-top: 18px;
  color: var(--muted);
  text-align: center;
  line-height: 1.6;
}

.floating-actions {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 10px;
}

.floating-reserve,
.floating-top {
  border-color: var(--gold);
  background: var(--gold);
  color: #171307;
}

.floating-top {
  display: inline-flex;
  width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}

.site-footer {
  padding: 44px clamp(18px, 5vw, 72px);
  background: #0f1813;
  color: rgba(255, 255, 255, .76);
}

.site-footer strong {
  display: block;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 22px;
}

.reservation-page-v2 {
  min-height: 100vh;
  background: linear-gradient(180deg, #f7f1e6 0%, #efe4d4 100%);
}

.reservation-app {
  padding: 116px clamp(16px, 5vw, 72px) 72px;
}

.reservation-hero {
  width: var(--page);
  margin: 0 auto 34px;
}

.reservation-hero h1 {
  color: var(--forest);
  font-size: 4.1rem;
}

.reservation-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.7;
}

.reservation-shell {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.room-panel,
.calendar-panel,
.reservation-form {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 24px 70px rgba(35, 31, 22, .1);
  backdrop-filter: blur(18px);
}

.room-panel,
.reservation-form {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.room-panel h2,
.reservation-form h2 {
  margin: 0;
  font-size: 1.6rem;
}

.room-tabs {
  display: grid;
  gap: 10px;
}

.room-tabs button {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.room-tabs button.is-active {
  border-color: var(--gold);
  background: var(--forest);
  color: #fff;
}

.room-tabs .room-tab-all {
  border-color: rgba(198, 161, 91, .55);
  background: rgba(247, 241, 228, .9);
}

.room-tabs span,
.selection-summary,
.calendar-legend {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.calendar-legend {
  display: grid;
  gap: 10px;
}

.calendar-legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reservation-page-v2 .calendar-legend {
  display: none;
}

.legend {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.legend.available { background: #dcebdc; border: 1px solid #83a983; }
.legend.booked { background: #d5d5d5; border: 1px solid #a7a7a7; }
.legend.waitlist { background: #f5e2b7; border: 1px solid var(--gold); }

.calendar-panel {
  padding: clamp(16px, 2vw, 24px);
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.calendar-toolbar strong {
  text-align: center;
  color: var(--forest);
  font-size: 1.3rem;
}

.icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 28px;
  cursor: pointer;
}

.calendar-weekdays,
.reservation-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-weekdays {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.calendar-day {
  min-width: 0;
  aspect-ratio: 1 / 1.05;
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: space-between;
  justify-items: start;
  gap: 4px;
  padding: 9px 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.calendar-day span {
  font-weight: 900;
}

.calendar-day small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.15;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.calendar-day em {
  color: var(--forest);
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.calendar-day.is-selected em {
  color: #fff;
}

.calendar-day.available {
  background: #f8fff7;
  border-color: rgba(89, 145, 90, .45);
}

.calendar-day.is-overview small {
  font-size: 10px;
}

.calendar-day.waitlist {
  background: #fff6df;
  border-color: rgba(198, 161, 91, .75);
}

.calendar-day.booked {
  background: #ededed;
  color: #777;
  cursor: pointer;
}

.calendar-day.is-past {
  opacity: .38;
  cursor: not-allowed;
}

.calendar-day.is-selected {
  border-color: var(--gold);
  background: var(--forest);
  color: #fff;
}

.calendar-day.is-selected small {
  color: rgba(255, 255, 255, .78);
}

.calendar-day:not(:disabled):hover {
  transform: translateY(-2px);
  border-color: var(--gold);
}

.calendar-day.is-empty {
  border: 0;
  background: transparent;
  pointer-events: none;
}

.reservation-form label,
.waitlist-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.reservation-form input,
.reservation-form textarea,
.waitlist-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
}

.reservation-message {
  min-height: 22px;
  margin: 0;
  color: var(--wood);
  font-size: 13px;
  line-height: 1.5;
}

.waitlist-dialog {
  width: min(100% - 30px, 480px);
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
}

.waitlist-dialog::backdrop {
  background: rgba(8, 18, 13, .62);
  backdrop-filter: blur(8px);
}

.waitlist-form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 8px;
  background: var(--warm);
  box-shadow: var(--shadow);
}

.waitlist-form h2 {
  margin: 0;
  font-size: 2rem;
}

.waitlist-form p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.admin-console-page {
  min-height: 100vh;
  background: #f3eadc;
  color: var(--ink);
}

.console-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 28px;
  background: #10241a;
  color: #fff;
  z-index: 20;
}

.console-sidebar nav {
  display: grid;
  gap: 6px;
}

.console-sidebar nav a {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .78);
}

.console-sidebar nav a.is-active {
  color: #fff;
  border-bottom-color: rgba(207, 177, 112, .85);
}

.console-main {
  margin-left: 250px;
  padding: 38px clamp(18px, 4vw, 56px) 70px;
}

.console-top,
.console-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.console-top {
  margin-bottom: 28px;
}

.console-top h1 {
  color: var(--forest);
  font-size: 3.2rem;
}

.console-section {
  display: none;
  margin: 0 0 22px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 18px 56px rgba(35, 31, 22, .08);
}

.console-section.is-active {
  display: block;
}

.console-section h2 {
  margin: 0;
  color: var(--forest);
  font-size: 1.8rem;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.board-dialog {
  width: min(1120px, calc(100vw - 24px));
  max-width: none;
  height: min(820px, calc(100vh - 24px));
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.board-dialog::backdrop {
  background: rgba(17, 24, 20, .46);
}

[data-board-dialog] .board-modal-head h2 {
  display: none;
}

[data-board-dialog] .board-modal-head {
  justify-content: flex-end;
}

.board-modal {
  width: 100%;
  height: 100%;
  resize: both;
  overflow: auto;
  min-width: min(360px, calc(100vw - 24px));
  min-height: 560px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 28px 80px rgba(35, 31, 22, .28);
}

.board-modal-head,
.board-toolbar,
.board-detail-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.board-modal-head h2,
.board-form h3,
.guide-content h3 {
  margin: 0;
  color: var(--forest);
}

.board-tabs {
  display: flex;
  gap: 8px;
  margin: 12px 0 10px;
  border-bottom: 1px solid var(--line);
}

.board-tabs button {
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 9px 12px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
}

.board-tabs button.is-active {
  border-color: var(--forest);
  color: var(--forest);
}

.board-layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 16px;
  margin-top: 10px;
}

.board-list,
.board-detail {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

.board-list {
  overflow: auto;
}

.board-list-item {
  width: 100%;
  display: grid;
  gap: 3px;
  padding: 9px 11px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.board-list-item.is-active {
  background: rgba(37, 82, 63, .08);
}

.board-list-item strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.3;
}

.board-list-item span,
.board-meta,
.comment-meta {
  color: #2563eb;
  font-size: 11px;
}

.board-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(37, 82, 63, .1);
  color: var(--forest);
  font-size: 11px;
  font-weight: 900;
}

.board-status.is-request {
  background: rgba(198, 161, 91, .18);
  color: #8c6421;
}

.board-status.is-complete {
  background: rgba(37, 120, 82, .16);
  color: #17623d;
}

.board-status.is-hold {
  background: rgba(150, 42, 42, .12);
  color: #8b2f2f;
}

.board-detail {
  padding: 13px;
  overflow: auto;
}

.board-detail-title h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  line-height: 1.3;
}

.board-detail-actions {
  display: flex;
  gap: 6px;
}

.board-detail-actions button {
  padding: 6px 8px;
  font-size: 11px;
}

.board-content,
.comment-body {
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.5;
}

.board-comments {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.board-attachments,
.board-attachment-view {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.board-attachment-view {
  margin: 12px 0;
}

.board-attachment-view strong {
  width: 100%;
  color: var(--forest);
}

.attachment-chip,
.board-attachment-view a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
}

.attachment-chip button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.board-comment {
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.comment-form {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.board-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 10px 0;
  padding: 12px;
  border-top: 1px solid var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
}

.board-form h3 {
  font-size: 1rem;
}

.board-form h3,
.board-form .wide,
.event-fields {
  grid-column: 1 / -1;
}

.event-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(37, 82, 63, .04);
}

.event-fields[hidden] {
  display: none;
}

.board-form label,
.comment-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.board-form input,
.board-form select,
.board-form textarea,
.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff;
  color: var(--ink);
}

.board-form textarea,
.comment-form textarea {
  resize: vertical;
}

.guide-content {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.guide-content h3 {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.35;
}

.guide-content p {
  margin: 0;
  color: var(--muted);
}

.board-bottom-tabs {
  display: none !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.board-bottom-tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  color: var(--forest);
  font-weight: 900;
  cursor: pointer;
}

.board-bottom-tabs [data-toggle-faq-admin] {
  margin-left: auto;
  border-color: rgba(37, 82, 63, .35);
  background: rgba(37, 82, 63, .08);
}

.board-tabs [data-toggle-faq-admin].is-active,
.board-bottom-tabs button.is-active {
  border-color: var(--forest);
  color: var(--forest);
}

.board-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
}

.board-pager button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.board-pager button:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.board-toast {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 9999;
  transform: translate(-50%, -10px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--forest);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(24, 38, 29, .28);
  transition: opacity .18s ease, transform .18s ease;
}

.board-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.faq-admin-form[hidden] {
  display: none;
}

.faq-admin-row {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr) auto;
  gap: 10px;
  align-items: end;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.section-note {
  margin: 12px 0 20px;
  color: var(--muted);
  line-height: 1.6;
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.upload-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.upload-guide article {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .66);
}

.upload-guide strong {
  color: var(--forest);
}

.upload-guide span,
.upload-hint,
.console-form small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.upload-hint {
  margin: -2px 0 0;
}

.asset-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.asset-preview {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  overflow: hidden;
  background: #ddd4c6;
}

.asset-preview img,
.asset-preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asset-card label,
.console-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.asset-card input:not([type="file"]),
.console-form input,
.console-form select,
.console-form textarea,
.calendar-admin-controls select,
.calendar-admin-controls input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink);
}

.single-tool {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.naver-message-page .console-main {
  margin-left: auto;
}

.naver-message-raw {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.naver-message-raw textarea {
  width: 100%;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  color: var(--ink);
  line-height: 1.6;
  resize: vertical;
}

.naver-message-preview {
  margin-top: 18px;
}

.naver-message-preview article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.naver-message-preview strong {
  display: block;
  margin-bottom: 10px;
  color: var(--forest);
}

.naver-message-preview dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px 14px;
  margin: 0;
}

.naver-message-preview dt {
  color: var(--muted);
  font-weight: 800;
}

.naver-message-preview dd {
  margin: 0;
}

.naver-batch-list {
  display: grid;
  gap: 10px;
}

.naver-batch-list section {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.naver-batch-list section > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.naver-batch-list b {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
}

.naver-batch-list b.ok {
  background: rgba(8, 127, 91, .12);
  color: #087f5b;
}

.naver-batch-list b.warn {
  background: rgba(183, 121, 31, .14);
  color: #9c6517;
}

.naver-batch-list b.skip {
  background: rgba(82, 82, 82, .12);
  color: #525252;
}

.naver-batch-list p {
  margin: 0;
  color: var(--muted);
}

.section-note[data-status="ok"] { color: #087f5b; }
.section-note[data-status="warn"] { color: #b7791f; }
.section-note[data-status="error"] { color: #c53030; }

.file-button {
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink) !important;
  cursor: pointer;
}

.file-button input {
  display: none;
}

.calendar-admin-controls {
  display: grid;
  grid-template-columns: 140px 160px;
  gap: 10px;
}

.compact {
  grid-template-columns: repeat(3, max-content);
  margin-bottom: 14px;
}

.admin-weekdays,
.admin-calendar {
  max-width: 760px;
}

.console-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.console-form .wide {
  grid-column: 1 / -1;
}

.external-booking-form {
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
}

.room-settings-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.room-setting-card {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
}

.room-setting-card legend {
  padding: 0 6px;
  color: var(--forest);
  font-weight: 900;
}

.smartplace-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 12px 0 22px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
}

.smartplace-title span {
  font-size: 24px;
  color: var(--muted);
}

.smartplace-tabs {
  display: flex;
  gap: 34px;
  margin: 0 0 28px;
  border-bottom: 1px solid var(--line);
}

.smartplace-tabs span {
  position: relative;
  padding: 0 0 17px;
  color: var(--muted);
  font-weight: 800;
}

.smartplace-tabs .is-active {
  color: var(--ink);
}

.smartplace-tabs .is-active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  content: "";
  background: var(--ink);
}

.smartplace-editor {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .85fr);
  gap: 0;
  align-items: start;
  border: 1px solid rgba(23, 25, 21, .1);
  background: #fff;
}

.smartplace-left {
  display: grid;
  gap: 0;
  padding: 28px;
  border-right: 1px solid rgba(23, 25, 21, .1);
}

.smartplace-preview {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 20px;
  padding: 28px;
  background: #fff;
}

.preview-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.preview-head strong {
  font-size: 20px;
}

.preview-head span {
  color: #00a862;
  font-size: 13px;
  font-weight: 800;
}

.smartplace-room-card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  border-bottom: 1px solid rgba(23, 25, 21, .1);
  border-radius: 0;
  background: transparent;
}

.smartplace-room-card:last-child {
  border-bottom: 0;
}

.smartplace-room-card legend {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 16px;
}

.smartplace-room-card legend span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #00b86b;
  color: #fff;
  font-size: 12px;
}

.room-image-manager {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
}

.room-image-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.file-button.compact {
  min-height: 40px;
  padding: 10px 12px;
}

.admin-date-dialog .waitlist-form {
  max-width: 520px;
}

.dashboard-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.naver-room-preview {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.naver-room-preview img {
  width: 160px;
  height: 112px;
  object-fit: cover;
  border-radius: 6px;
  background: #e8e8e8;
}

.naver-room-preview strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
}

.naver-room-preview p,
.preview-help {
  margin: 8px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.naver-room-preview b {
  color: var(--ink);
}

.naver-panel {
  display: grid;
  gap: 22px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(23, 25, 21, .1);
}

.naver-panel + .naver-panel {
  padding-top: 30px;
}

.naver-panel h3,
.naver-panel h4 {
  margin: 0;
  color: var(--ink);
  font-family: inherit;
  font-size: 19px;
  font-weight: 900;
}

.period-row,
.discount-grid,
.guest-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.weekday-table {
  display: grid;
  border-top: 1px solid var(--ink);
}

.weekday-row {
  display: grid;
  grid-template-columns: 120px 110px 110px 130px 150px;
  gap: 14px;
  align-items: center;
  min-width: 650px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.weekday-row strong {
  font-size: 14px;
}

.weekday-row label {
  position: relative;
  display: block;
}

.weekday-row label span {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 12px;
}

.weekday-row input,
.weekday-row select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 30px 0 12px;
  background: #fff;
}

.nearby-admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
}

.nearby-admin-list {
  display: grid;
  gap: 12px;
}

.nearby-admin-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.nearby-admin-row .wide {
  grid-column: 1 / -1;
}

.nearby-admin-row label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.nearby-admin-row input,
.nearby-admin-row select,
.nearby-admin-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff;
  color: var(--ink);
}

.option-connect {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.room-pricing-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.room-pricing-tabs button {
  min-height: 72px;
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.room-pricing-tabs button.is-active {
  border-color: #00b86b;
  background: #f4fffa;
  box-shadow: inset 0 0 0 1px #00b86b;
}

.room-pricing-tabs strong {
  font-size: 14px;
}

.room-pricing-tabs span {
  color: var(--muted);
  font-size: 12px;
}

.room-price-preview {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(0, 184, 107, .35);
  border-radius: 8px;
  background: #f7fffb;
}

.room-price-preview strong {
  color: var(--ink);
}

.room-price-preview b {
  color: #00a862;
}

.room-price-preview span {
  color: var(--muted);
  font-size: 13px;
}

.option-list-admin {
  display: grid;
  border: 1px solid #00b86b;
}

.option-list-admin .option-setting-card {
  border: 0;
  border-bottom: 1px solid rgba(0, 184, 107, .35);
  border-radius: 0;
  background: #f7fffb;
}

.option-list-admin .option-setting-card:last-child {
  border-bottom: 0;
}

.selected-option-preview {
  display: grid;
  gap: 12px;
}

.selected-option-preview h4 {
  margin: 0 0 8px;
  font-size: 15px;
}

.selected-option-preview article {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.selected-option-preview p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.option-setting-card {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
}

.option-setting-card legend {
  padding: 0 6px;
  color: var(--forest);
  font-weight: 900;
}

.finance-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.finance-summary article,
.price-summary,
.payment-note,
.option-list {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.finance-summary span,
.price-summary span,
.payment-note p,
.option-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.finance-summary strong,
.price-summary strong,
.payment-note strong,
.option-list strong {
  color: var(--forest);
  font-size: 1.08rem;
}

.option-choice {
  min-height: 44px;
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.option-choice input {
  width: auto !important;
}

.option-choice em {
  color: var(--wood);
  font-style: normal;
  font-weight: 900;
}

.option-choice-static {
  grid-template-columns: 1fr auto auto !important;
  color: var(--forest);
  background: rgba(238, 243, 232, .72);
  border: 1px solid rgba(89, 145, 90, .24);
  border-radius: 8px;
  padding: 12px;
}

.option-choice-static small {
  color: var(--muted);
  font-size: 12px;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.form-actions .section-note {
  margin: 0;
}

.toggle-line {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr !important;
  align-items: center;
}

.table-wrap {
  overflow-x: auto;
}

.console-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  font-size: 14px;
}

.console-table th,
.console-table td {
  padding: 13px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.console-table th {
  color: var(--forest);
  font-weight: 900;
}

.console-table select {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}

.js .reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity .75s ease, transform .75s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

@media (min-width: 1440px) {
  :root { --page: min(100% - 96px, 1320px); }

  .site-header { padding-left: 64px; padding-right: 64px; }
  .hero-copy { margin-left: calc((100% - min(100% - 96px, 1320px)) / 2); }
  .image-stage img { height: 680px; }
  .room-card { min-height: 236px; }
  .review-card { min-height: 190px; }
}

@media (max-width: 1180px) {
  :root { --page: min(100% - 44px, 980px); }

  .site-nav { gap: 16px; font-size: 12px; }
  .header-cta { min-height: 40px; padding: 0 18px; }
  h1 { font-size: 5.2rem; }
  h2 { font-size: 3.45rem; }
  h3 { font-size: 1.65rem; }

  .section-grid,
  .reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
    gap: 40px;
  }

  .reverse { grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); }
  .image-stage img { height: 560px; }
  .room-card { min-height: 190px; }
  .experience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .room-showcase {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .room-detail {
    min-height: 0;
  }

  .room-detail-media {
    min-height: 0;
  }

  .reservation-shell {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .reservation-form {
    grid-column: 1 / -1;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .room-layout { grid-template-columns: 1fr; }

  .room-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 72px 220px 1fr;
    align-items: center;
    gap: 18px;
  }

  .room-card p { margin: 0; }
  .review-board { grid-template-columns: 1fr 1fr 1fr; }
  .booking-shell { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --page: min(100% - 32px, 680px); }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
  }

  .menu-button { display: block; }
  .header-cta { display: none; }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    max-height: calc(100svh - 92px);
    overflow: auto;
    display: grid;
    gap: 0;
    padding: 12px;
    color: var(--ink);
    background: rgba(251, 247, 239, .96);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
  }

  .menu-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child { border-bottom: 0; }

  .story-section {
    min-height: auto;
    padding: 86px 0;
  }

  .hero {
    min-height: 100svh;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 34px;
    align-items: flex-end;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(7, 18, 12, .14), rgba(7, 18, 12, .52) 44%, rgba(7, 18, 12, .88));
  }

  .hero-copy {
    width: 100%;
    padding-bottom: 74px;
  }

  h1 { font-size: 4.05rem; }
  h2 { font-size: 2.75rem; }
  h3 { font-size: 1.45rem; }

  .hero-copy > p:not(.eyebrow),
  .section-copy > p,
  .wide-copy > p,
  .address {
    font-size: 1.06rem;
    line-height: 1.72;
  }

  .section-grid,
  .reverse,
  .split-panel,
  .booking-shell,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .section-grid,
  .split-panel,
  .section-head,
  .booking-shell,
  .review-board,
  .info-grid,
  .room-layout,
  .panorama,
  .full-bleed-image {
    width: var(--page);
  }

  .room-layout,
  .review-board {
    grid-template-columns: 1fr;
  }

  .stats,
  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wide-copy {
    width: var(--page);
    min-height: 66svh;
    margin: 0 auto;
  }

  .image-stage img,
  .map-stage iframe,
  .panorama img,
  .full-bleed-image {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .panorama img,
  .full-bleed-image { aspect-ratio: 1 / 1; }

  .room-card,
  .review-card,
  .faq,
  .notice,
  .inquiry {
    box-shadow: 0 18px 44px rgba(35, 31, 22, .09);
  }

  .room-card { min-height: 0; }
  .room-showcase {
    width: var(--page);
    grid-template-columns: 1fr;
  }

  .room-selector {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .room-selector button {
    min-height: 104px;
    padding: 16px;
  }

  .room-detail {
    min-height: 0;
  }

  .room-detail-media {
    min-height: 0;
  }

  .room-detail-copy ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .booking { padding-bottom: 104px; }
  .scroll-cue { display: none; }

  .reservation-app {
    padding: 96px 0 70px;
  }

  .reservation-hero,
  .reservation-shell {
    width: var(--page);
  }

  .reservation-hero h1 {
    font-size: 2.8rem;
  }

  .reservation-shell {
    grid-template-columns: 1fr;
  }

  .room-panel {
    gap: 14px;
  }

  .room-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .room-tabs button {
    min-height: 74px;
    padding: 13px;
  }

  .calendar-day {
    aspect-ratio: 1 / 1.08;
    padding: 8px;
  }

  .console-sidebar {
    position: static;
    width: auto;
    padding: 20px 18px;
  }

  .console-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }

  .board-layout,
  .board-form,
  .event-fields,
  .faq-admin-row {
    grid-template-columns: 1fr;
  }

  .board-modal {
    padding: 18px;
  }

  .guide-dialog .board-modal {
    padding: 14px;
  }

  .guide-content {
    gap: 6px;
    font-size: 12px;
    line-height: 1.45;
  }

  .guide-content h3 {
    margin-top: 6px;
    font-size: 13px;
  }

  .console-main {
    margin-left: 0;
    padding: 28px 16px 60px;
  }

  .console-top,
  .console-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .console-top h1 {
    font-size: 2.45rem;
  }

  .asset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .upload-guide {
    grid-template-columns: 1fr;
  }

  .console-form {
    grid-template-columns: 1fr;
  }

  .room-settings-form,
  .finance-summary {
    grid-template-columns: 1fr;
  }

  .smartplace-tabs {
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .smartplace-editor {
    grid-template-columns: 1fr;
  }

  .smartplace-left {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .smartplace-preview {
    position: static;
  }

  .smartplace-room-card,
  .period-row,
  .discount-grid,
  .guest-box,
  .option-connect,
  .nearby-admin-row,
  .room-pricing-tabs,
  .room-image-row {
    grid-template-columns: 1fr;
  }

  .weekday-table {
    overflow-x: auto;
  }

  .calendar-admin-controls {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  :root { --page: min(100% - 28px, 520px); }

  .guide-dialog {
    width: calc(100vw - 14px);
    height: calc(100vh - 14px);
  }

  .guide-dialog .board-modal {
    padding: 12px;
  }

  .guide-content {
    gap: 5px;
    font-size: 11.5px;
    line-height: 1.42;
  }

  .guide-content h3 {
    font-size: 12.5px;
  }

  .brand { font-size: 14px; }
  .menu-button { width: 40px; height: 40px; }
  .hero { min-height: 100svh; }
  .hero-copy { padding-bottom: 82px; }

  .nearby-tools {
    grid-template-columns: 1fr;
  }

  .nearby-meta {
    flex-direction: column;
  }

  .nearby-grid {
    grid-template-columns: 1fr;
  }

  .nearby-card {
    padding: 14px;
  }

  .nearby-card-head {
    grid-template-columns: auto 1fr;
  }

  .nearby-badge {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .nearby-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nearby-actions .nearby-action:nth-child(3):last-child {
    grid-column: 1 / -1;
  }
  h1 { font-size: 3.05rem; line-height: 1.04; }
  h2 { font-size: 2.1rem; line-height: 1.12; }
  h3 { font-size: 1.28rem; }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .story-section { padding-top: 76px; padding-bottom: 76px; }
  .section-copy { gap: 16px; }

  .hero-actions,
  .booking-actions,
  .location-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button { width: 100%; }

  .floating-actions {
    left: 16px;
    right: 16px;
    bottom: 14px;
    justify-content: flex-end;
  }

  .floating-reserve {
    width: auto;
    flex: 1;
    min-height: 48px;
  }

  .floating-top {
    flex: 0 0 48px;
  }

  .stats,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .stats div { padding-top: 14px; }
  .stats dt { font-size: 2.15rem; }
  .experience-grid span { min-height: 50px; }
  .review-card strong { font-size: 2rem; }
  .faq, .notice, .inquiry { padding: 18px; }
  .site-footer { padding-bottom: 86px; }

  .reservation-hero h1 {
    font-size: 2.2rem;
  }

  .reservation-hero p {
    font-size: 1rem;
  }

  .room-panel,
  .calendar-panel,
  .reservation-form {
    padding: 16px;
  }

  .room-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-selector {
    grid-template-columns: 1fr;
  }

  .room-selector button {
    min-height: 74px;
  }

  .room-detail-media {
    min-height: 0;
  }

  .room-detail-copy {
    padding: 22px;
  }

  .room-detail-copy ul {
    grid-template-columns: 1fr;
  }

  .room-detail-actions {
    display: grid;
  }

  .room-tabs button {
    min-height: 58px;
  }

  .calendar-weekdays,
  .reservation-calendar {
    gap: 4px;
  }

  .calendar-day {
    min-height: 74px;
    aspect-ratio: auto;
    padding: 6px 2px;
    border-radius: 6px;
    gap: 2px;
  }

  .calendar-day small {
    font-size: 10px;
  }

  .calendar-day em {
    font-size: 9px;
  }

  .calendar-toolbar {
    grid-template-columns: 40px 1fr 40px;
  }

  .icon-button {
    width: 40px;
    height: 40px;
  }

  .asset-grid {
    grid-template-columns: 1fr;
  }

  .console-sidebar nav {
    grid-template-columns: 1fr;
  }

  .calendar-admin-controls {
    grid-template-columns: 1fr;
  }

  .console-top h1 {
    font-size: 2rem;
  }

  .naver-message-preview dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  h1 { font-size: 2.55rem; }
  h2 { font-size: 1.85rem; }
  .button, .floating-reserve { font-size: 13px; }
}


.reservation-page-v2 .site-header,
.reservation-page-v2 .site-header.is-scrolled {
  color: var(--forest);
}

.reservation-page-v2 .site-nav a,
.reservation-page-v2 .brand,
.reservation-page-v2 .header-cta,
.reservation-page-v2 .menu-button {
  color: var(--forest);
}

.reservation-page-v2 .menu-button span {
  background: var(--forest);
}

.gallery-admin-grid .asset-card {
  min-height: 0;
}
