:root {
  --ocamp-bg: #f6f0e5;
  --ocamp-surface: #fffaf0;
  --ocamp-surface-2: #ece2d0;
  --ocamp-ink: #1f2a22;
  --ocamp-muted: #6d7567;
  --ocamp-forest: #2f4a36;
  --ocamp-moss: #6f8358;
  --ocamp-copper: #b7663f;
  --ocamp-sky: #4f7488;
  --ocamp-line: rgba(31, 42, 34, 0.14);
  --ocamp-shadow: 0 20px 60px rgba(31, 42, 34, 0.12);
  --ocamp-serif: "Instrument Serif", "Noto Serif KR", serif;
  --ocamp-sans: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

body.ocamp-public-shell {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(246, 240, 229, 0.96), rgba(246, 240, 229, 1) 380px),
    repeating-linear-gradient(90deg, rgba(47, 74, 54, 0.035), rgba(47, 74, 54, 0.035) 1px, transparent 1px, transparent 72px);
  color: var(--ocamp-ink);
  font-family: var(--ocamp-sans);
  line-height: 1.55;
  letter-spacing: 0;
}

body.ocamp-public-shell *,
body.ocamp-public-shell *::before,
body.ocamp-public-shell *::after {
  box-sizing: border-box;
}

body.ocamp-public-shell a {
  color: inherit;
}

body.ocamp-public-shell .wrapper {
  min-height: 100vh;
}

.ocamp-main {
  min-height: 68vh;
}

.ocamp-board-shell {
  padding: clamp(28px, 5vw, 54px) 0 clamp(56px, 8vw, 86px);
}

.ocamp-board-shell #bo_list,
.ocamp-board-shell #bo_v,
.ocamp-board-shell #bo_w {
  max-width: 100%;
  overflow: hidden;
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.94);
  box-shadow: 0 14px 42px rgba(31, 42, 34, 0.08);
}

.ocamp-board-shell .list_01 ul,
.ocamp-board-shell .tbl_wrap table {
  border-top-color: rgba(31, 42, 34, 0.1);
}

.ocamp-board-shell .list_01 li,
.ocamp-board-shell .tbl_wrap table,
.ocamp-board-shell #bo_sch,
.ocamp-board-shell .bo_sch {
  background: rgba(255, 255, 255, 0.76);
}

.ocamp-board-shell .list_01 li {
  border-bottom-color: rgba(31, 42, 34, 0.1);
}

.ocamp-board-shell .pg_wrap,
.ocamp-board-shell #bo_list_total {
  width: 100%;
  margin: 14px 0;
}

.ocamp-board-shell #bo_list_total {
  border: 1px solid rgba(31, 42, 34, 0.12);
  border-radius: 8px;
  background: rgba(47, 74, 54, 0.07);
  color: var(--ocamp-muted);
}

.ocamp-board-shell .pg_current,
.ocamp-board-shell a.btn_b01,
.ocamp-board-shell .btn_b01,
.ocamp-board-shell .btn_submit {
  border-color: var(--ocamp-forest);
  background: var(--ocamp-forest);
  color: #fffaf0;
}

.ocamp-board-shell .pg_page,
.ocamp-board-shell #bo_sch {
  border-color: rgba(31, 42, 34, 0.14);
  border-radius: 8px;
}

.ocamp-board-shell a:hover,
.ocamp-board-shell a:focus-visible {
  color: var(--ocamp-forest);
}

.ocamp-board-shell a.btn_b01:hover,
.ocamp-board-shell a.btn_b01:focus-visible,
.ocamp-board-shell .btn_b01:hover,
.ocamp-board-shell .btn_b01:focus-visible,
.ocamp-board-shell .btn_submit:hover,
.ocamp-board-shell .btn_submit:focus-visible {
  background: #243c2b;
  color: #fffaf0;
}

.ocamp-shell,
.ocamp-section,
.ocamp-home,
.ocamp-list-page,
.ocamp-detail-page,
.ocamp-media-page,
.ocamp-map-page,
.ocamp-account-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ocamp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(31, 42, 34, 0.1);
  background: rgba(246, 240, 229, 0.88);
  backdrop-filter: blur(18px);
}

.ocamp-header__inner {
  width: min(1220px, calc(100% - 28px));
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.ocamp-brand,
.ocamp-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ocamp-ink);
  text-decoration: none;
}

.ocamp-brand:hover,
.ocamp-footer__brand:hover {
  color: var(--ocamp-ink);
  text-decoration: none;
}

.ocamp-brand__mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ocamp-copper);
  border: 1px solid rgba(183, 102, 63, 0.28);
  border-radius: 50%;
}

.ocamp-brand__mark svg {
  width: 28px;
  height: 28px;
}

.ocamp-brand__name,
.ocamp-footer__brand {
  display: block;
  font-family: var(--ocamp-serif);
  font-size: 28px;
  font-style: italic;
  line-height: 0.95;
}

.ocamp-brand__tagline {
  display: block;
  margin-top: 3px;
  color: var(--ocamp-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ocamp-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
}

.ocamp-nav a {
  flex: 0 0 auto;
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
  text-decoration: none;
}

.ocamp-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--ocamp-copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.ocamp-nav a:hover::after {
  transform: scaleX(1);
}

.ocamp-community-nav {
  flex: 0 1 auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.ocamp-community-nav::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -18px;
  right: -18px;
  height: 18px;
}

.ocamp-nav a.ocamp-community-nav__trigger {
  color: var(--ocamp-muted);
}

.ocamp-nav a.ocamp-community-nav__trigger.is-active {
  color: var(--ocamp-forest);
}

.ocamp-community-nav__links {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: min(760px, calc(100vw - 36px));
  padding: 10px;
  border: 1px solid rgba(31, 42, 34, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.98);
  box-shadow: 0 18px 42px rgba(31, 42, 34, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.ocamp-community-nav:hover .ocamp-community-nav__links,
.ocamp-community-nav:focus-within .ocamp-community-nav__links {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.ocamp-nav a.ocamp-community-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(31, 42, 34, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.62);
  color: var(--ocamp-ink);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.ocamp-nav a.ocamp-community-nav__link::after {
  display: none;
}

.ocamp-nav a.ocamp-community-nav__link:hover,
.ocamp-nav a.ocamp-community-nav__link:focus-visible {
  border-color: rgba(47, 74, 54, 0.34);
  background: rgba(255, 250, 240, 0.92);
  color: var(--ocamp-forest);
}

.ocamp-nav a.ocamp-community-nav__link.is-active {
  border-color: var(--ocamp-forest);
  background: var(--ocamp-forest);
  color: #fffaf0;
}

.ocamp-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ocamp-global-search {
  width: clamp(180px, 22vw, 280px);
  height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid rgba(31, 42, 34, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.72);
}

.ocamp-global-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ocamp-ink);
  font: 600 14px/1 var(--ocamp-sans);
}

.ocamp-global-search i {
  color: var(--ocamp-muted);
  font-size: 13px;
}

.ocamp-chip,
.ocamp-btn,
.ocamp-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--ocamp-forest);
  border-radius: 999px;
  background: var(--ocamp-forest);
  color: #fffaf0;
  font: 800 14px/1 var(--ocamp-sans);
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(31, 42, 34, 0.18);
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.ocamp-chip:hover,
.ocamp-btn:hover,
.ocamp-action:hover {
  border-color: var(--ocamp-ink);
  background: var(--ocamp-ink);
  color: #fffaf0;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(31, 42, 34, 0.24);
}

.ocamp-chip:focus-visible,
.ocamp-btn:focus-visible,
.ocamp-action:focus-visible {
  outline: 3px solid rgba(183, 102, 63, 0.42);
  outline-offset: 3px;
}

body.ocamp-public-shell a.ocamp-action:not(.ocamp-btn--quiet),
body.ocamp-public-shell a.ocamp-action:not(.ocamp-btn--quiet):hover,
body.ocamp-public-shell a.ocamp-action:not(.ocamp-btn--quiet):focus-visible {
  color: #fffaf0;
}

.ocamp-chip--quiet,
.ocamp-btn--quiet {
  background: transparent;
  color: var(--ocamp-ink);
  border-color: rgba(31, 42, 34, 0.18);
  box-shadow: none;
}

.ocamp-chip--quiet:hover,
.ocamp-btn--quiet:hover {
  background: rgba(255, 250, 240, 0.62);
  color: var(--ocamp-ink);
  border-color: rgba(31, 42, 34, 0.36);
  box-shadow: none;
}

.ocamp-chip--login {
  min-width: 74px;
  border-color: #8f3f24;
  background: #8f3f24;
  color: #fffaf0;
  box-shadow: 0 12px 28px rgba(143, 63, 36, 0.28);
}

body.ocamp-public-shell a.ocamp-chip--login {
  color: #fffaf0;
}

.ocamp-chip--login:hover,
.ocamp-chip--login:focus-visible {
  border-color: #5f2615;
  background: #5f2615;
  color: #fffaf0;
  box-shadow: 0 15px 32px rgba(95, 38, 21, 0.32);
}

body.ocamp-public-shell a.ocamp-chip--login:hover,
body.ocamp-public-shell a.ocamp-chip--login:focus-visible {
  color: #fffaf0;
}

.ocamp-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(31, 42, 34, 0.16);
  border-radius: 50%;
  background: var(--ocamp-surface);
  color: var(--ocamp-ink);
}

.ocamp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ocamp-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ocamp-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.ocamp-title {
  margin: 12px 0 0;
  font-family: var(--ocamp-serif);
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 500;
  line-height: 0.94;
}

.ocamp-section-title {
  margin: 0;
  font-family: var(--ocamp-serif);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 500;
  line-height: 0.98;
}

.ocamp-page-title {
  margin: 10px 0 0;
  font-family: var(--ocamp-serif);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 500;
  line-height: 0.96;
}

.ocamp-muted {
  color: var(--ocamp-muted);
}

.ocamp-hero {
  padding: clamp(34px, 6vw, 74px) 0 34px;
}

.ocamp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: end;
}

.ocamp-hero__copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--ocamp-muted);
  font-size: clamp(16px, 2.1vw, 19px);
}

.ocamp-hero__visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ocamp-forest);
  box-shadow: var(--ocamp-shadow);
}

.ocamp-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(31, 42, 34, 0.05), rgba(31, 42, 34, 0.64)),
    linear-gradient(135deg, var(--ocamp-forest), var(--ocamp-sky));
}

.ocamp-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
  mix-blend-mode: luminosity;
  opacity: 0.78;
}

.ocamp-hero__badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 250, 240, 0.28);
  color: var(--ocamp-surface);
}

.ocamp-hero__badge strong {
  display: block;
  font-family: var(--ocamp-serif);
  font-size: 38px;
  line-height: 1;
}

.ocamp-hero-search {
  margin-top: 34px;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(31, 42, 34, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 12px 35px rgba(31, 42, 34, 0.09);
}

.ocamp-hero-search__input {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding-left: 18px;
}

.ocamp-hero-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ocamp-ink);
  font: 700 17px/1.2 var(--ocamp-sans);
}

.ocamp-select {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(31, 42, 34, 0.14);
  border-radius: 999px;
  background: #fff7e8;
  color: var(--ocamp-ink);
  font: 800 14px/1 var(--ocamp-sans);
}

.ocamp-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ocamp-tag,
.ocamp-facility {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(31, 42, 34, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.55);
  color: var(--ocamp-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ocamp-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: var(--ocamp-line);
}

.ocamp-stat {
  padding: 22px;
  background: rgba(255, 250, 240, 0.72);
}

.ocamp-stat span {
  display: block;
  color: var(--ocamp-muted);
  font-size: 12px;
  font-weight: 800;
}

.ocamp-stat strong {
  display: block;
  margin-top: 6px;
  font-family: var(--ocamp-serif);
  font-size: 40px;
  line-height: 1;
}

.ocamp-section {
  padding: clamp(52px, 7vw, 82px) 0;
}

.ocamp-section--warm {
  width: 100%;
  max-width: none;
  background: #ede3d0;
}

.ocamp-section--warm > .ocamp-section__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ocamp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.ocamp-grid {
  display: grid;
  gap: 20px;
}

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

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

.ocamp-place-card,
.ocamp-result-card,
.ocamp-review-card,
.ocamp-media-card,
.ocamp-account-card,
.ocamp-detail-card {
  border: 1px solid rgba(31, 42, 34, 0.12);
  border-radius: 8px;
  background: var(--ocamp-surface);
  overflow: hidden;
}

.ocamp-place-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.ocamp-media-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.ocamp-place-card__media,
.ocamp-result-card__media,
.ocamp-media-card__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ocamp-forest), var(--ocamp-sky));
}

.ocamp-media-card__media {
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
}

.ocamp-place-card__media {
  aspect-ratio: 4 / 3;
}

.ocamp-place-card img,
.ocamp-result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ocamp-media-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ocamp-image-placeholder {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: rgba(255, 250, 240, 0.78);
  font-family: var(--ocamp-serif);
  font-size: 28px;
  background:
    repeating-linear-gradient(45deg, rgba(255, 250, 240, 0.1), rgba(255, 250, 240, 0.1) 8px, transparent 8px, transparent 18px),
    linear-gradient(135deg, var(--ocamp-forest), var(--ocamp-sky));
}

.ocamp-place-card__body,
.ocamp-result-card__body,
.ocamp-review-card,
.ocamp-media-card__body,
.ocamp-account-card,
.ocamp-detail-card {
  padding: 20px;
}

.ocamp-place-card h3,
.ocamp-result-card h2,
.ocamp-detail-card h3,
.ocamp-media-card h2 {
  margin: 0;
  color: var(--ocamp-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.28;
}

.ocamp-card-meta,
.ocamp-result-card__meta,
.ocamp-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 8px;
  color: var(--ocamp-muted);
  font-size: 13px;
  font-weight: 700;
}

.ocamp-card-footer,
.ocamp-result-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--ocamp-line);
}

.ocamp-copper {
  color: var(--ocamp-copper);
}

.ocamp-ad-slot {
  margin: clamp(34px, 5vw, 58px) auto;
  min-height: 136px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ocamp-ad-slot ins.adsbygoogle {
  min-height: 90px;
}

.ocamp-update-strip {
  width: 100%;
  max-width: none;
  padding: 42px 0;
  background: var(--ocamp-ink);
  color: var(--ocamp-surface);
}

.ocamp-update-strip__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ocamp-update-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ocamp-update-card {
  min-height: 136px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.055);
  color: var(--ocamp-surface);
  text-decoration: none;
}

.ocamp-update-card:hover {
  color: var(--ocamp-surface);
  text-decoration: none;
  border-color: rgba(255, 250, 240, 0.3);
}

.ocamp-review-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ocamp-review-card {
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.ocamp-review-card--with-bg {
  min-height: 260px;
  isolation: isolate;
  justify-content: flex-end;
  background: var(--ocamp-review-bg) center / cover no-repeat, var(--ocamp-forest);
  color: #fffaf0;
}

.ocamp-review-card--with-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 42, 34, 0.16),
    rgba(31, 42, 34, 0.82)
  );
}

.ocamp-review-card--with-bg > * {
  position: relative;
  z-index: 1;
}

.ocamp-review-card--with-bg .ocamp-card-meta,
.ocamp-review-card--with-bg .ocamp-muted {
  color: rgba(255, 250, 240, 0.82);
}

.ocamp-review-card h3 {
  margin: 0;
  color: var(--ocamp-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.28;
}

.ocamp-review-card--with-bg h3 a {
  color: #fffaf0;
}

.ocamp-list-page,
.ocamp-detail-page,
.ocamp-media-page,
.ocamp-map-page,
.ocamp-account-page {
  padding: clamp(30px, 5vw, 58px) 0 clamp(56px, 8vw, 86px);
}

.ocamp-list-hero,
.ocamp-detail-hero,
.ocamp-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 26px;
}

.ocamp-filter-panel {
  padding: 20px;
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
}

.ocamp-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(220px, 1fr);
  gap: 16px;
}

.ocamp-field label,
.ocamp-filter-group__label {
  display: block;
  margin-bottom: 8px;
  color: var(--ocamp-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ocamp-field input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(31, 42, 34, 0.16);
  border-radius: 8px;
  background: var(--ocamp-surface);
  color: var(--ocamp-ink);
  font: 700 15px/1 var(--ocamp-sans);
}

.ocamp-radio-row,
.ocamp-check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ocamp-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(31, 42, 34, 0.15);
  border-radius: 999px;
  background: var(--ocamp-surface);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.ocamp-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ocamp-toggle:has(input:checked) {
  background: var(--ocamp-ink);
  color: var(--ocamp-surface);
  border-color: var(--ocamp-ink);
}

.ocamp-map-hero p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--ocamp-muted);
  font-size: 17px;
}

.ocamp-map-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.ocamp-map-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.35fr);
  gap: 22px;
  align-items: stretch;
}

.ocamp-map-results,
.ocamp-map-canvas-card {
  min-width: 0;
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: var(--ocamp-surface);
  box-shadow: 0 18px 46px rgba(31, 42, 34, 0.1);
  overflow: hidden;
}

.ocamp-map-results {
  padding: 20px;
}

.ocamp-map-panel-head,
.ocamp-map-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ocamp-map-panel-head {
  margin-bottom: 18px;
}

.ocamp-map-panel-head h2 {
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: 900;
}

.ocamp-map-hint,
.ocamp-map-toolbar {
  color: var(--ocamp-muted);
  font-size: 12px;
  font-weight: 800;
}

.ocamp-map-hint {
  padding-top: 6px;
  text-align: right;
}

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

.ocamp-map-table {
  margin: 0 !important;
  color: var(--ocamp-ink);
  border-collapse: collapse !important;
}

.ocamp-map-table thead th {
  border-top: 0;
  border-bottom: 1px solid var(--ocamp-line);
  color: var(--ocamp-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ocamp-map-table tbody td {
  border-top: 0;
  border-bottom: 1px solid rgba(31, 42, 34, 0.08);
  vertical-align: middle;
  font-size: 14px;
}

.ocamp-map-table a {
  color: var(--ocamp-forest);
  font-weight: 900;
  text-decoration: none;
}

.ocamp-map-table a:hover {
  color: var(--ocamp-copper);
}

.ocamp-map-results .dataTables_wrapper .row {
  margin-right: 0;
  margin-left: 0;
}

.ocamp-map-results .dataTables_wrapper .row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.ocamp-map-results .dataTables_filter input,
.ocamp-map-results .dataTables_length select {
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: #fffaf0;
  color: var(--ocamp-ink);
}

.ocamp-map-canvas-card {
  display: flex;
  flex-direction: column;
}

.ocamp-map-toolbar {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ocamp-line);
  background: rgba(236, 226, 208, 0.52);
}

.ocamp-map-canvas {
  width: 100%;
  min-height: clamp(440px, 62vh, 690px);
  flex: 1 1 auto;
  background: var(--ocamp-surface-2);
}

.ocamp-filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ocamp-line);
}

.ocamp-result-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.ocamp-result-card {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 150px;
}

.ocamp-result-card__media {
  min-height: 150px;
}

.ocamp-result-card__side {
  display: flex;
  align-items: center;
  padding: 20px;
}

.ocamp-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ocamp-pagination a,
.ocamp-pagination span {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ocamp-line);
  border-radius: 50%;
  background: var(--ocamp-surface);
  color: var(--ocamp-ink);
  font-weight: 800;
  text-decoration: none;
}

.ocamp-pagination .active a,
.ocamp-pagination .active span {
  background: var(--ocamp-ink);
  color: var(--ocamp-surface);
}

.ocamp-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
}

.ocamp-detail-media {
  position: sticky;
  top: 96px;
}

.ocamp-detail-media__main {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ocamp-forest), var(--ocamp-sky));
  box-shadow: var(--ocamp-shadow);
}

.ocamp-detail-media__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ocamp-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.ocamp-detail-thumb {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 34, 0.12);
  border-radius: 6px;
  background: var(--ocamp-surface);
  cursor: pointer;
}

.ocamp-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ocamp-detail-summary h1 {
  margin: 10px 0 12px;
  font-family: var(--ocamp-serif);
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.95;
  font-weight: 500;
}

.ocamp-detail-info {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.ocamp-detail-card h3 {
  margin-bottom: 8px;
}

.ocamp-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ocamp-action .badge {
  position: static;
  display: inline-flex;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.18);
  color: inherit;
}

body.ocamp-public-shell a.ocamp-action:not(.ocamp-btn--quiet) .badge {
  background: rgba(255, 250, 240, 0.24);
  color: #fffaf0;
}

.ocamp-tabs {
  position: sticky;
  top: 75px;
  z-index: 20;
  display: flex;
  gap: 6px;
  margin-top: 38px;
  padding: 8px 0;
  overflow-x: auto;
  background: var(--ocamp-bg);
}

.ocamp-tabs a {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--ocamp-line);
  border-radius: 999px;
  background: var(--ocamp-surface);
  color: var(--ocamp-ink);
  font-weight: 900;
  text-decoration: none;
}

.ocamp-tabs a.active {
  background: var(--ocamp-ink);
  color: var(--ocamp-surface);
}

.ocamp-tab-panel {
  padding-top: 22px;
}

.ocamp-prose {
  max-width: 840px;
  color: #354236;
  font-size: 16px;
}

.ocamp-prose img {
  max-width: 100%;
  border-radius: 8px;
}

.ocamp-near-grid,
.ocamp-photo-grid,
.ocamp-pano-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ocamp-near-card,
.ocamp-photo-card,
.ocamp-pano-frame {
  overflow: hidden;
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: var(--ocamp-surface);
}

.ocamp-near-card img,
.ocamp-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ocamp-near-card__body,
.ocamp-photo-upload,
.ocamp-empty,
.ocamp-comment-panel {
  padding: 18px;
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: var(--ocamp-surface);
}

.ocamp-photo-card img {
  display: block;
}

.ocamp-photo-upload {
  margin-top: 20px;
}

.ocamp-review-grid,
.ocamp-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ocamp-review-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: var(--ocamp-surface);
}

.ocamp-review-item img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 6px;
}

.ocamp-account-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--ocamp-line);
  border-radius: 8px;
  background: var(--ocamp-surface);
}

.ocamp-account-table th,
.ocamp-account-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ocamp-line);
  text-align: left;
}

.ocamp-account-table th {
  color: var(--ocamp-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.ocamp-footer {
  border-top: 1px solid rgba(31, 42, 34, 0.12);
  background: #e8ddca;
}

.ocamp-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
}

.ocamp-footer__brand span {
  color: var(--ocamp-copper);
}

.ocamp-footer p {
  max-width: 420px;
  margin: 14px 0 0;
  color: var(--ocamp-muted);
}

.ocamp-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.ocamp-footer__nav a {
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  .ocamp-header__inner {
    grid-template-columns: auto auto;
    min-height: 66px;
  }

  .ocamp-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
  }

  .ocamp-nav,
  .ocamp-header__actions {
    grid-column: 1 / -1;
    display: none;
  }

  .ocamp-header.is-open .ocamp-nav,
  .ocamp-header.is-open .ocamp-header__actions {
    display: flex;
  }

  .ocamp-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 4px;
  }

  .ocamp-community-nav {
    flex: 1 1 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ocamp-community-nav::after {
    display: none;
  }

  .ocamp-community-nav__links {
    position: static;
    width: auto;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    flex-wrap: wrap;
  }

  .ocamp-header__actions {
    justify-content: stretch;
    flex-wrap: wrap;
    padding-bottom: 14px;
  }

  .ocamp-global-search {
    flex: 1 1 100%;
    width: 100%;
  }

  .ocamp-hero__grid,
  .ocamp-detail-layout,
  .ocamp-list-hero,
  .ocamp-detail-hero,
  .ocamp-page-hero,
  .ocamp-map-layout {
    grid-template-columns: 1fr;
  }

  .ocamp-map-hero__actions {
    justify-content: flex-start;
  }

  .ocamp-hero__visual,
  .ocamp-hero__visual img {
    min-height: 320px;
  }

  .ocamp-hero-search,
  .ocamp-filter-grid,
  .ocamp-result-card {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .ocamp-select,
  .ocamp-hero-search .ocamp-btn {
    width: 100%;
  }

  .ocamp-stat-grid,
  .ocamp-update-grid,
  .ocamp-grid--featured,
  .ocamp-grid--cards,
  .ocamp-review-list,
  .ocamp-review-grid,
  .ocamp-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ocamp-detail-media {
    position: static;
  }
}

@media (max-width: 640px) {
  .ocamp-shell,
  .ocamp-section,
  .ocamp-home,
  .ocamp-list-page,
  .ocamp-detail-page,
  .ocamp-media-page,
  .ocamp-map-page,
  .ocamp-account-page,
  .ocamp-section--warm > .ocamp-section__inner,
  .ocamp-update-strip__inner,
  .ocamp-footer__inner {
    width: min(100% - 24px, 1180px);
  }

  .ocamp-header__inner {
    width: min(100% - 20px, 1220px);
  }

  .ocamp-title {
    font-size: clamp(44px, 15vw, 62px);
  }

  .ocamp-stat-grid,
  .ocamp-update-grid,
  .ocamp-grid--featured,
  .ocamp-grid--cards,
  .ocamp-review-list,
  .ocamp-review-grid,
  .ocamp-media-grid,
  .ocamp-near-grid,
  .ocamp-photo-grid,
  .ocamp-pano-grid {
    grid-template-columns: 1fr;
  }

  .ocamp-section-head,
  .ocamp-card-footer,
  .ocamp-filter-actions,
  .ocamp-map-panel-head,
  .ocamp-map-toolbar,
  .ocamp-footer__inner {
    align-items: stretch;
    flex-direction: column;
    display: flex;
  }

  .ocamp-map-hint {
    padding-top: 0;
    text-align: left;
  }

  .ocamp-map-canvas {
    min-height: 420px;
  }

  .ocamp-result-card__side {
    padding-top: 0;
  }

  .ocamp-review-item {
    grid-template-columns: 1fr;
  }

  .ocamp-review-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .ocamp-account-table,
  .ocamp-account-table thead,
  .ocamp-account-table tbody,
  .ocamp-account-table tr,
  .ocamp-account-table th,
  .ocamp-account-table td {
    display: block;
  }

  .ocamp-account-table thead {
    display: none;
  }

  .ocamp-account-table td {
    border-bottom: 0;
  }
}
