@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/WantedSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/WantedSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KERIS Baeum";
  src: url("../fonts/KERISBaeum-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KERIS Baeum";
  src: url("../fonts/KERISBaeum-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hakgyoansim Allimjang";
  src: url("../fonts/Hakgyoansim-Allimjang-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hakgyoansim Allimjang";
  src: url("../fonts/Hakgyoansim-Allimjang-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gowun Batang";
  src: url("../fonts/GowunBatang-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gowun Batang";
  src: url("../fonts/GowunBatang-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --forest: #123b2b;
  --pine: #1f5a43;
  --leaf: #4f8a5b;
  --ink: #1c2521;
  --muted-ink: #637069;
  --paper: #fffdf7;
  --warm: #f4ead6;
  --sun: #d6a443;
  --clay: #b85f3d;
  --sky: #d8e7ee;
  --line: rgba(28, 37, 33, 0.14);
  --shadow: 0 22px 60px rgba(13, 36, 26, 0.16);
  --radius: 8px;
  --font-body: "Wanted Sans", system-ui, sans-serif;
  --font-title: "KERIS Baeum", "Wanted Sans", system-ui, sans-serif;
  --font-slogan: "Hakgyoansim Allimjang", "Wanted Sans", system-ui, sans-serif;
  --font-display: var(--font-title);
  --font-home-section-title: "Gowun Batang", "Noto Serif KR", "Apple SD Gothic Neo", serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.mobile-hero-break {
  display: none;
}

strong {
  font-weight: 700;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(214, 164, 67, 0.72);
  outline-offset: 3px;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  left: 24px;
  top: 24px;
  z-index: 1000;
  clip: auto;
  padding: 10px 14px;
  color: #fff;
  background: var(--forest);
  border-radius: var(--radius);
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.home-page .container {
  width: min(1480px, calc(100% - 48px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 247, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(28, 37, 33, 0.1);
}

.header-inner {
  width: min(1480px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-page .header-inner {
  width: min(1480px, calc(100% - 48px));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-symbol {
  width: 48px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  transform: translateY(1px);
}

.brand strong {
  color: var(--forest);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
}

.brand small {
  color: #46544e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  margin-left: 8px;
}

.nav-group {
  position: relative;
}

.nav-group.utility-start {
  margin-left: auto;
}

.nav-link {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #34423b;
  font-size: 19px;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active,
.nav-group:focus-within .nav-link,
.nav-group:hover .nav-link {
  color: var(--forest);
  background: rgba(31, 90, 67, 0.06);
}

.nav-group:not(.nav-utility):hover > .nav-link:not(.active):not(.nav-external),
.nav-group:not(.nav-utility):focus-within > .nav-link:not(.active):not(.nav-external) {
  color: #6b704f;
}

.nav-group:not(.nav-utility) > .nav-link:not(.nav-external) {
  border-radius: 0;
}

.nav-group:not(.nav-utility) > .nav-link:not(.nav-external)::after {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 3px;
  height: 3px;
  border-radius: 999px;
  background: var(--sun);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-group:not(.nav-utility):hover > .nav-link:not(.nav-external),
.nav-group:not(.nav-utility):focus-within > .nav-link:not(.nav-external),
.nav-group:not(.nav-utility) > .nav-link.active:not(.nav-external) {
  background: transparent;
}

.nav-group:not(.nav-utility):hover > .nav-link:not(.nav-external)::after,
.nav-group:not(.nav-utility):focus-within > .nav-link:not(.nav-external)::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-group:not(.nav-utility) > .nav-link.active:not(.nav-external)::after {
  background: var(--forest);
}

.nav-group:not(.nav-utility) > .nav-link.active:not(.nav-external)::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 214px;
  display: grid;
  gap: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
  content: "";
}

.nav-dropdown::after {
  display: none;
}

.nav-group:focus-within .nav-dropdown,
.nav-group:hover .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}

.nav-dropdown a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 0;
  color: #34423b;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.nav-dropdown a:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}

.nav-dropdown a:last-child {
  border-radius: 0 0 var(--radius) var(--radius);
}

.nav-dropdown a + a {
  border-top: 1px solid rgba(28, 37, 33, 0.08);
}

.nav-dropdown a:hover {
  color: var(--forest);
  background: rgba(31, 90, 67, 0.1);
}

.nav-dropdown-mobile-only {
  display: none;
}

@media (min-width: 1101px) {
  .nav-dropdown-mobile-only {
    display: grid;
  }
}

.nav-link.nav-external {
  padding: 0 16px;
  border: 0;
  color: #111;
  background: #F8D889;
  box-shadow: 0 8px 18px rgba(183, 128, 34, 0.12);
  transition: background 0.18s ease, transform 0.18s ease;
}

.nav-link.nav-external::after {
  display: none;
}

.nav-dafarm-logo {
  display: block;
  width: 106px;
  height: auto;
  object-fit: contain;
  filter: contrast(1.2) brightness(0.86);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-link.nav-external:hover,
.nav-group:hover .nav-link.nav-external,
.nav-group:focus-within .nav-link.nav-external {
  background: #F3CB6F;
  box-shadow: 0 10px 22px rgba(183, 128, 34, 0.16);
}

.nav-link.nav-external:hover .nav-dafarm-logo,
.nav-group:hover .nav-link.nav-external .nav-dafarm-logo,
.nav-group:focus-within .nav-link.nav-external .nav-dafarm-logo {
  opacity: 0.78;
  transform: translateY(-1px);
}

.nav-link.nav-login,
.nav-link.nav-menu-link {
  gap: 8px;
  color: #34423b;
  background: transparent;
  box-shadow: none;
}

button.nav-link.nav-menu-link {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.nav-link.nav-login:hover,
.nav-link.nav-login.active,
.nav-link.nav-menu-link:hover,
.nav-link.nav-menu-link.active,
.nav-link.nav-menu-link[aria-expanded="true"],
.nav-group:focus-within .nav-link.nav-login,
.nav-group:hover .nav-link.nav-login,
.nav-group:focus-within .nav-link.nav-menu-link,
.nav-group:hover .nav-link.nav-menu-link {
  color: var(--forest);
  background: rgba(31, 90, 67, 0.08);
}

.login-person-icon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.login-person-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-nav .nav-login {
  min-width: 48px;
  padding: 0 12px;
}

.primary-nav .nav-login .login-person-icon {
  width: 24px;
  height: 24px;
}

.primary-nav .nav-login .login-person-icon svg {
  stroke-width: 3;
}

.nav-menu-link {
  gap: 8px;
}

.menu-line-icon {
  width: 18px;
  height: 14px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: space-between;
}

.menu-line-icon span {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
}

.all-menu-panel {
  position: fixed;
  top: 82px;
  right: max(24px, calc((100% - 1480px) / 2));
  z-index: 60;
  width: min(264px, calc(100vw - 36px));
  height: auto;
  max-height: calc(100vh - 112px);
  padding: 0;
  border-left: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px) scale(0.985);
  transform-origin: top right;
  transition:
    opacity 0.42s ease,
    transform 0.54s cubic-bezier(0.19, 1, 0.22, 1);
}

.all-menu-panel[hidden] {
  display: block;
  visibility: visible;
}

.all-menu-open .all-menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  transition:
    opacity 0.42s ease,
    transform 0.54s cubic-bezier(0.19, 1, 0.22, 1);
  visibility: visible;
}

.all-menu-inner {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 144px);
  margin: 0 auto;
  overflow-y: auto;
  padding: 8px 10px;
  border: 2px solid rgba(18, 59, 43, 0.16);
  border-radius: 20px 0 0 20px;
  background: #fff;
  box-shadow: -9px 14px 26px rgba(13, 36, 26, 0.32);
}

.all-menu-list {
  display: grid;
  gap: 0;
}

.all-menu-row {
  display: grid;
  grid-template-columns: 104px minmax(0, 128px);
  align-items: start;
  gap: 4px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(28, 37, 33, 0.08);
}

.all-menu-row:not(:has(.all-menu-links)) {
  grid-template-columns: 1fr;
}

.all-menu-row:last-child {
  border-bottom: 0;
}

.all-menu-title {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--forest);
  font-size: 20px;
  font-weight: 700;
}

.all-menu-title:hover {
  color: var(--forest);
  background: rgba(31, 90, 67, 0.1);
}

.all-menu-links {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 128px;
}

.all-menu-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 2px;
  border-radius: 0;
  color: #46544e;
  font-size: 16.5px;
  font-weight: 600;
  white-space: nowrap;
  background: transparent;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.all-menu-links a + a {
  border-top: 1px solid rgba(28, 37, 33, 0.08);
}

.all-menu-links a:hover {
  color: var(--forest);
  border-radius: 10px;
  background: rgba(31, 90, 67, 0.1);
  transform: translateY(-1px);
}

.all-menu-login {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(31, 90, 67, 0.14);
}

.all-menu-login-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border-radius: 999px;
  color: #fff;
  font-size: 17.5px;
  font-weight: 700;
  background: #1f5a43;
  box-shadow: 0 12px 26px rgba(31, 90, 67, 0.18);
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.all-menu-login-link:hover {
  color: #fff;
  background: #173f30;
  transform: translateY(-1px);
}

.breadcrumb {
  border-top: 1px solid rgba(28, 37, 33, 0.06);
  border-bottom: 1px solid rgba(28, 37, 33, 0.08);
  background: rgba(255, 253, 247, 0.92);
}

.breadcrumb-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #9aa19c;
  font-size: 19px;
  font-weight: 600;
}

.breadcrumb-home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  color: #8a928d;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.breadcrumb-home svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.breadcrumb-separator {
  color: #c3cac5;
}

.breadcrumb-link,
.breadcrumb-current {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #657169;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.breadcrumb-current {
  color: #34463c;
  font-weight: 700;
}

.breadcrumb-home:hover,
.breadcrumb-link:hover,
.breadcrumb-current:hover {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 8px 18px rgba(18, 59, 43, 0.18);
  transform: translateY(-1px);
}

.breadcrumb-home:focus-visible,
.breadcrumb-link:focus-visible,
.breadcrumb-current:focus-visible {
  outline: 3px solid rgba(79, 138, 91, 0.24);
  outline-offset: 2px;
}

.breadcrumb-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.breadcrumb-trigger {
  position: relative;
  border: 0;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  background: transparent;
  appearance: none;
}

.breadcrumb-trigger.breadcrumb-link,
.breadcrumb-trigger.breadcrumb-current {
  padding-right: 34px;
}

.breadcrumb-trigger::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  content: "";
  opacity: 0.72;
  transform: translateY(-62%) rotate(45deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.breadcrumb-trigger:hover,
.breadcrumb-menu.is-open .breadcrumb-trigger {
  color: var(--forest);
  background: rgba(31, 90, 67, 0.1);
  box-shadow: 0 10px 22px rgba(18, 59, 43, 0.12);
  transform: translateY(-1px);
}

.breadcrumb-menu.is-open .breadcrumb-trigger::after {
  opacity: 1;
  transform: translateY(-34%) rotate(225deg);
}

.breadcrumb-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 90;
  min-width: 190px;
  display: grid;
  gap: 0;
  padding: 8px;
  border: 1px solid rgba(28, 37, 33, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 42px rgba(28, 37, 33, 0.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.breadcrumb-dropdown::before {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  content: "";
}

.breadcrumb-menu.is-open .breadcrumb-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.breadcrumb-dropdown a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 13px;
  color: #405146;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 0;
}

.breadcrumb-dropdown a:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}

.breadcrumb-dropdown a:last-child {
  border-radius: 0 0 var(--radius) var(--radius);
}

.breadcrumb-dropdown a + a {
  border-top: 1px solid rgba(28, 37, 33, 0.08);
}

.breadcrumb-dropdown a:hover,
.breadcrumb-dropdown a:focus-visible,
.breadcrumb-dropdown a.is-active {
  color: var(--forest);
  background: rgba(31, 90, 67, 0.1);
}

@media (max-width: 700px) {
  .breadcrumb-inner {
    min-height: 58px;
    gap: 8px;
    overflow-x: auto;
    font-size: 15px;
    white-space: nowrap;
  }

  .breadcrumb-home {
    min-height: 36px;
    padding: 0 10px;
  }

  .breadcrumb-link,
  .breadcrumb-current {
    min-height: 36px;
    padding: 0 10px;
  }

  .breadcrumb-trigger.breadcrumb-link,
  .breadcrumb-trigger.breadcrumb-current {
    padding-right: 29px;
  }

  .breadcrumb-trigger::after {
    right: 11px;
  }

  .breadcrumb-dropdown {
    min-width: 160px;
    max-width: min(78vw, 240px);
  }

  .breadcrumb-dropdown a {
    min-height: 38px;
    font-size: 14px;
  }
}

.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  font-weight: 600;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--forest);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero img,
.sub-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay,
.sub-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 28, 20, 0.88), rgba(9, 28, 20, 0.38) 55%, rgba(9, 28, 20, 0.06)),
    linear-gradient(180deg, rgba(9, 28, 20, 0.08), rgba(9, 28, 20, 0.52));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 170px 0 116px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero .eyebrow,
.sub-hero .eyebrow {
  color: #f5cd74;
}

h1,
h2,
h3,
p {
  word-break: keep-all;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  font-family: var(--font-body);
  margin: 0;
  line-height: 1.18;
  font-weight: 700;
}

h1,
h2,
.section-title,
.page-title {
  font-family: var(--font-title);
}

.hero h1 {
  max-width: 760px;
  font-size: 62px;
  font-weight: 700;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.9);
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.2;
}

.button.primary {
  color: #fff;
  background: var(--forest);
}

.hero .button.primary {
  color: var(--forest);
  background: #fff;
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.about-slide .button.primary {
  color: var(--forest);
  background: #fff;
}

.button.secondary.light {
  color: var(--forest);
  background: #fff;
}

.button.tertiary {
  color: var(--forest);
  border-color: rgba(18, 59, 43, 0.22);
  background: #fff;
}

.button::after,
.text-link::after,
.product-card a::after {
  content: "→";
  font-weight: 700;
}

.hero-panel {
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 34px;
  z-index: 3;
  width: min(480px, calc(100% - 48px));
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-panel strong {
  grid-column: 1 / -1;
  display: block;
  padding: 14px 18px 0;
  font-size: 14px;
}

.hero-panel span {
  display: flex;
  align-items: center;
  padding: 10px 18px 16px;
  font-size: 14px;
  font-weight: 600;
}

.quick-links {
  width: min(1180px, calc(100% - 48px));
  margin: -42px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.quick-links a {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.quick-links a:last-child {
  border-right: 0;
}

.quick-links span {
  color: var(--clay);
  font-weight: 700;
  font-size: 13px;
}

.quick-links strong {
  margin-top: 12px;
  font-size: 20px;
}

.quick-links small {
  margin-top: 6px;
  color: var(--muted-ink);
  font-size: 14px;
}

.service-banner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(8, minmax(92px, 1fr));
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .service-banner {
  width: min(1480px, calc(100% - 48px));
}

.service-banner a {
  min-height: 132px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  padding: 8px 8px;
  border-radius: 18px;
  color: #24332e;
  font-weight: 700;
  text-align: center;
  transition: transform 0.24s ease, color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.service-banner a:hover {
  color: var(--forest);
  background: rgba(79, 138, 91, 0.055);
  box-shadow: 0 18px 44px rgba(31, 90, 67, 0.08);
  transform: translateY(-5px);
}

.service-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(28, 37, 33, 0.08);
  border-radius: 50%;
  color: #313b42;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(27, 43, 35, 0.14);
  transition: transform 0.24s ease, color 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-icon svg {
  width: 60px;
  height: 60px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.24s ease;
}

.service-banner a:hover .service-icon {
  border-color: rgba(31, 90, 67, 0.32);
  color: #fff;
  background: linear-gradient(135deg, var(--forest), var(--leaf));
  box-shadow: 0 22px 42px rgba(18, 59, 43, 0.24);
  transform: scale(1.04);
}

.service-banner a:hover .service-icon svg {
  transform: scale(1.04);
}

.service-banner strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.24s ease;
}

.service-dafarm .service-icon {
  color: #8a4f10;
  background: linear-gradient(135deg, #fff6d9 0%, #f1c96a 100%);
  border-color: rgba(214, 164, 67, 0.45);
  box-shadow: 0 18px 38px rgba(184, 95, 61, 0.2);
}

.service-dafarm strong {
  color: #884a25;
  font-weight: 700;
}

.service-dafarm:hover {
  color: #884a25;
  background: rgba(214, 164, 67, 0.12);
}

.service-dafarm:hover .service-icon {
  color: #fff;
  background: linear-gradient(135deg, #d6a443 0%, #b85f3d 100%);
  border-color: rgba(184, 95, 61, 0.32);
  box-shadow: 0 24px 46px rgba(184, 95, 61, 0.28);
}

.compact-services {
  grid-template-columns: repeat(6, minmax(112px, 1fr));
}

.favorite-menu-section {
  padding: 24px 0 28px;
  background: var(--paper);
}

.favorite-heading,
.favorite-menu-heading {
  margin-bottom: 16px;
}

.shortcut-dafarm-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 4vw, 62px);
  align-items: stretch;
}

.shortcut-panel,
.shortcut-dafarm-panel {
  min-width: 0;
}

.shortcut-panel {
  height: 240px;
  display: grid;
  align-items: center;
  padding: 14px 18px;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

.shortcut-heading {
  margin-bottom: 16px;
}

.service-banner.shortcut-service-grid,
.home-page .service-banner.shortcut-service-grid {
  width: 100%;
  height: 100%;
  margin: 0;
}

.compact-services.shortcut-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
  align-content: space-evenly;
}

.shortcut-service-grid a {
  position: relative;
  isolation: isolate;
  min-height: 92px;
  gap: 3px;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.shortcut-service-grid a::before {
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31, 90, 67, 0.94), rgba(93, 139, 84, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  content: "";
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.shortcut-service-grid a:hover {
  color: #fff;
  background: transparent;
  box-shadow: 0 18px 42px rgba(31, 90, 67, 0.2);
  transform: translateY(-6px);
}

.shortcut-service-grid a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.shortcut-service-grid .service-icon {
  width: 82px;
  height: 56px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shortcut-service-grid .service-icon svg {
  width: 53px;
  height: 53px;
  transition: filter 0.24s ease;
}

.shortcut-service-grid a:hover .service-icon,
.shortcut-service-grid .service-dafarm:hover .service-icon {
  color: #fff;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.shortcut-service-grid a:hover .service-icon svg {
  filter: drop-shadow(0 8px 12px rgba(18, 59, 43, 0.22));
  transform: none;
}

.shortcut-service-grid .service-dafarm .service-icon {
  color: #b85f3d;
}

.shortcut-service-grid .service-dafarm::before {
  background: linear-gradient(135deg, #d6a443, #b85f3d);
}

.shortcut-service-grid .service-dafarm:hover .service-icon,
.shortcut-service-grid .service-dafarm:hover strong {
  color: #fff;
}

.shortcut-service-grid strong {
  font-size: 16px;
}

.shortcut-dafarm-panel {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--forest);
  box-shadow: 0 24px 70px rgba(38, 63, 48, 0.15);
}

.shortcut-dafarm-overlay {
  position: absolute;
  inset: auto auto 22px 28px;
  z-index: 3;
  width: min(450px, calc(100% - 68px));
  color: #fff;
}

.shortcut-dafarm-overlay h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-title);
  font-size: clamp(26px, 2.35vw, 36px);
  line-height: 1.18;
  letter-spacing: 0;
  word-break: keep-all;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
  transform: translateY(-22px);
}

.shortcut-dafarm-overlay p {
  max-width: 460px;
  margin: 8px 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.58;
  word-break: keep-all;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transform: translateY(-22px);
}

.shortcut-shop-button {
  width: min(240px, 100%);
}

.shortcut-dafarm-overlay .shortcut-shop-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(230px, 100%);
  min-height: 74px;
  gap: 10px;
  padding: 0 12px;
  font-size: 18px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  transition: transform 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.shortcut-dafarm-overlay .shortcut-shop-button::before {
  position: absolute;
  inset: 5px;
  z-index: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 90, 67, 0.94), rgba(93, 139, 84, 0.9));
  content: "";
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.shortcut-dafarm-overlay .shortcut-shop-button > * {
  position: relative;
  z-index: 1;
}

.shortcut-dafarm-overlay .shortcut-shop-button::after {
  position: relative;
  z-index: 1;
}

.shortcut-dafarm-overlay .shortcut-shop-button .dafarm-cart-icon {
  width: 78px;
  height: 78px;
}

.shortcut-dafarm-overlay .shortcut-shop-button .dafarm-cart-icon svg {
  width: 70px;
  height: 70px;
  stroke-width: 1.45;
}

.shortcut-dafarm-overlay .shortcut-shop-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(31, 90, 67, 0.24);
  transform: translateY(-6px);
}

.shortcut-dafarm-overlay .shortcut-shop-button:hover::before {
  opacity: 1;
  transform: scale(1);
}

.shortcut-dafarm-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: var(--forest);
}

.shortcut-dafarm-slider::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 39, 27, 0.88), rgba(12, 39, 27, 0.44) 48%, rgba(12, 39, 27, 0.1)),
    linear-gradient(180deg, rgba(12, 39, 27, 0.1), rgba(12, 39, 27, 0.38));
  pointer-events: none;
}

.shortcut-dafarm-slider .dafarm-product-track {
  height: 240px;
  overflow-y: hidden;
}

.shortcut-dafarm-slider .dafarm-product-card {
  height: 240px;
  align-content: stretch;
  gap: 0;
}

.shortcut-dafarm-slider .dafarm-product-card img {
  height: 240px;
  min-height: 0;
  object-fit: cover;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shortcut-dafarm-slider .dafarm-product-card strong {
  display: none;
}

.shortcut-dafarm-slider .dafarm-product-nav {
  right: 22px;
  bottom: 22px;
  z-index: 4;
}

.quick-heading h2 {
  margin: 0;
  color: #111d19;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.section {
  padding: 104px 0;
}

.section.muted {
  background: #f1f6f1;
}

.intro-band {
  background: linear-gradient(90deg, #f7f2e8, #eef5ee 58%, #edf4f7);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: center;
}

.split-layout.align-start {
  align-items: start;
}

.split-layout h2,
.section-heading h2 {
  font-size: 40px;
}

.intro-text p,
.body-copy p,
.section-heading p {
  margin: 18px 0 0;
  color: var(--muted-ink);
  font-size: 18px;
}

.body-copy p + p {
  margin-top: 16px;
}

.text-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--forest);
  font-weight: 700;
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading.news-page-heading {
  margin-bottom: 18px;
}

.news-search-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 46px;
  align-items: start;
  margin-bottom: 18px;
}

.news-search-heading .section-heading.news-page-heading {
  margin-bottom: 0;
}

.news-search-heading .notice-search {
  display: grid;
  grid-template-columns: minmax(138px, 0.28fr) minmax(0, 1fr) minmax(160px, 0.32fr);
  gap: 10px;
  width: min(860px, 100%);
  justify-self: end;
}

.news-search-heading .notice-search select,
.news-search-heading .notice-search input,
.news-search-heading .notice-search button {
  width: 100%;
  min-width: 0;
}

.news-search-heading .notice-search button {
  min-width: 160px;
  padding-inline: 28px;
}

.news-page-rule {
  height: 2px;
  margin-bottom: 18px;
  background: var(--forest);
}

.news-page-rule + .notice-tools {
  margin-top: 0;
}

.news-page-rule + .program-check-layout {
  margin-top: 0;
}

.news-page-rule + .contact-tools {
  margin-top: 0;
}

.news-page-rule + .program-list,
.news-page-rule + .space-application-grid {
  margin-top: 0;
}

.section-heading.compact {
  margin-bottom: 18px;
}

.subnav + .section > .container.section-heading,
.subnav + .section > .container.program-search,
.subnav + .section > .container.news-search-heading {
  margin-bottom: 18px;
}

.section-heading.compact h2 {
  font-size: 36px;
}

.hero h1,
.about-slide-content h1,
.about-slide-content h2,
.sub-hero h1,
.split-layout h2,
.section-heading h2,
.greeting-title h2,
.vision-split-lead h2,
.vision-hero-copy h2,
.vision-statement-block h2,
.vision-direction-heading h2,
.vision-org-lead h2,
.location-heading-row h2,
.dafarm-home .produce-copy h2 {
  font-family: var(--font-display);
}

.intro-text p,
.body-copy p,
.section-heading p,
.greeting-copy p,
.vision-hero-copy p,
.notice-board p,
.contact-panel p {
  font-weight: 400;
  line-height: 1.8;
}

.sitemap-overview {
  background: linear-gradient(180deg, #fffdf7 0%, #f7f1e6 100%);
}

.sitemap-overview h1 {
  margin: 0;
  color: #101b17;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
}

.sitemap-heading-simple {
  margin-bottom: 42px;
}

.sitemap-menu-list {
  border-top: 2px solid var(--forest);
  background: rgba(255, 255, 255, 0.72);
}

.sitemap-menu-row {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(28, 37, 33, 0.12);
}

.sitemap-menu-title {
  color: #101b17;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.sitemap-menu-title:hover {
  color: var(--forest);
}

.sitemap-menu-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding-top: 4px;
}

.sitemap-menu-links a {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: #3b4943;
  font-size: 18px;
  font-weight: 500;
}

.sitemap-menu-links a + a::before {
  position: absolute;
  left: -12px;
  width: 1px;
  height: 14px;
  content: "";
  background: rgba(28, 37, 33, 0.16);
}

.sitemap-menu-links a:hover {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.sitemap-card {
  min-height: 360px;
  padding: 26px;
  border: 1px solid rgba(28, 37, 33, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(18, 59, 43, 0.08);
}

.sitemap-card > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-size: 13px;
  font-weight: 700;
}

.sitemap-card h2 {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 26px;
  line-height: 1.2;
}

.sitemap-card a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(28, 37, 33, 0.1);
  color: #27342f;
  font-size: 16px;
  font-weight: 600;
}

.sitemap-card a:hover {
  color: var(--leaf);
}

.sitemap-card p {
  margin: 0 0 18px;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 1.55;
}

.sitemap-card.external {
  color: #fff;
  background: linear-gradient(160deg, #123b2b, #557947);
}

.sitemap-card.external > span {
  color: var(--forest);
  background: #fff;
}

.sitemap-card.external h2,
.sitemap-card.external a {
  color: #fff;
}

.sitemap-card.external p {
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1100px) {
  .sitemap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sitemap-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .sitemap-overview h1 {
    font-size: 38px;
  }

  .sitemap-menu-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .sitemap-menu-title {
    font-size: 24px;
  }

  .sitemap-menu-links {
    gap: 8px 18px;
  }

  .sitemap-menu-links a {
    font-size: 16px;
  }

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

.feature-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 22px;
}

.feature-card,
.program-card,
.space-card,
.story-card-grid article,
.product-card,
.values-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.feature-card {
  min-height: 300px;
  padding: 26px;
}

.feature-card.image-card {
  padding: 0;
  overflow: hidden;
}

.feature-card.image-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.feature-card.image-card div {
  padding: 24px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(79, 138, 91, 0.14);
  font-size: 13px;
  font-weight: 700;
}

.feature-card h3,
.program-card h3,
.space-card h3,
.story-card-grid h3,
.product-card h3 {
  margin-top: 18px;
  font-size: 24px;
}

.feature-card p,
.program-card p,
.space-card p,
.story-card-grid p,
.product-card p {
  margin: 14px 0 0;
  color: var(--muted-ink);
}

.news-rail {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

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

.story-item {
  min-height: 118px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.story-item time {
  grid-row: span 2;
  color: var(--clay);
  font-weight: 700;
}

.story-item strong {
  font-size: 20px;
}

.story-item span {
  color: var(--muted-ink);
}

.open-forum {
  background: #fff;
}

.open-forum-heading {
  margin-bottom: 42px;
  text-align: center;
}

.open-forum-heading p {
  margin: 0 0 8px;
  color: var(--leaf);
  font-size: 18px;
  font-weight: 600;
}

.open-forum-heading h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

.home-section-heading h2 {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
}

.home-page .home-section-heading h2 {
  font-family: var(--font-home-section-title);
}

.home-section-heading p {
  min-height: 27px;
}

.open-forum-heading h2::before,
.open-forum-heading h2::after {
  content: "";
  width: 150px;
  height: 1px;
  background: rgba(28, 37, 33, 0.34);
}

.forum-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.board-panel,
.apply-panel {
  border-radius: var(--radius);
}

.board-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.board-head h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}

.board-head a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--forest);
  font-size: 32px;
  line-height: 1;
}

.board-topline {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 18px;
  align-items: center;
}

.board-topline span {
  height: 1px;
  background: rgba(28, 37, 33, 0.28);
}

.board-topline a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--forest);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.board-tabs {
  display: flex;
  gap: 28px;
  min-height: 56px;
  align-items: center;
  margin-top: 0;
  border-bottom: 1px solid rgba(28, 37, 33, 0.28);
}

.board-tabs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 56px;
  border-bottom: 1px solid rgba(28, 37, 33, 0.28);
}

.board-tabs-row .board-tabs {
  flex: 1 1 auto;
  border-bottom: 0;
}

.board-tabs a,
.board-tabs button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1d2b26;
  font: inherit;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
}

.board-tabs a::after,
.board-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: transparent;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transform: scaleX(0.72);
}

.board-tabs a:hover,
.board-tabs a:focus-visible,
.board-tabs button:hover,
.board-tabs button:focus-visible {
  color: #a96e16;
}

.board-tabs a:hover::after,
.board-tabs a:focus-visible::after,
.board-tabs button:hover::after,
.board-tabs button:focus-visible::after {
  background: #e3a83d;
  transform: scaleX(1);
}

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

.board-tabs a.is-active::after,
.board-tabs button.is-active::after {
  background: var(--forest);
  transform: scaleX(1);
}

.board-tabs a.is-active:hover::after,
.board-tabs a.is-active:focus-visible::after,
.board-tabs button.is-active:hover::after,
.board-tabs button.is-active:focus-visible::after {
  background: #e3a83d;
}

.board-tabs-clean {
  gap: 46px;
  margin-top: 0;
}

.home-board-controls {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}

.home-board-nav {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--forest);
  cursor: pointer;
  font: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.home-board-nav:hover:not(:disabled),
.home-board-nav:focus-visible:not(:disabled) {
  background: var(--forest);
  color: #fff;
  box-shadow: 0 12px 24px rgba(31, 90, 67, 0.16);
  transform: translateY(-2px);
}

.home-board-nav:disabled {
  color: #a5aea8;
  cursor: default;
  opacity: 0.42;
}

.board-list a[hidden] {
  display: none;
}

.board-feature {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 22px;
  border-bottom: 1px dashed rgba(28, 37, 33, 0.16);
}

.board-feature time {
  min-height: 82px;
  display: grid;
  place-items: center;
  align-content: center;
  color: var(--pine);
  background: rgba(216, 231, 238, 0.58);
  font-weight: 700;
}

.board-feature time strong {
  font-size: 34px;
  line-height: 1;
}

.board-feature time span {
  color: var(--leaf);
  font-size: 13px;
}

.board-feature div strong {
  font-size: 21px;
  line-height: 1.35;
}

.board-feature p {
  margin: 8px 0 0;
  color: var(--muted-ink);
}

.board-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.board-list.is-hidden,
[data-home-board-panel][hidden] {
  display: none;
}

.plain-board-list {
  gap: 0;
  margin-top: 0;
  border-top: 2px solid var(--forest);
}

.board-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  color: #1e2b27;
  font-weight: 600;
}

.plain-board-list a {
  min-height: 58px;
  align-items: center;
  border-bottom: 1px solid rgba(28, 37, 33, 0.13);
}

.plain-board-list span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board-list time {
  color: #8a9690;
  font-weight: 700;
}

.apply-panel {
  padding: 54px 56px;
  background: #f5f6f4;
}

.apply-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 24px;
  margin-top: 30px;
}

.apply-grid a {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: #111d19;
  font-weight: 700;
  text-align: center;
}

.apply-grid span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(28, 37, 33, 0.7);
  border-radius: 16px;
  color: var(--forest);
  background: #fff;
}

.apply-grid svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.event-panel {
  min-width: 0;
  padding: 0;
  border-radius: var(--radius);
  background: transparent;
}

.event-panel .board-head {
  position: relative;
  min-height: 56px;
  align-items: center;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(28, 37, 33, 0.28);
}

.event-panel .board-head h3 {
  position: relative;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  color: #1d2b26;
  font-size: 21px;
  font-weight: 700;
}

.event-panel .board-head h3::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: var(--forest);
  content: "";
}

.carousel-nav {
  display: inline-flex;
  gap: 8px;
  flex: 0 0 auto;
}

.carousel-nav button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--forest);
  background: #fff;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.event-track,
.gallery-track {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.event-track::-webkit-scrollbar,
.gallery-track::-webkit-scrollbar {
  display: none;
}

.event-track {
  grid-auto-columns: calc((100% - 20px) / 2);
  gap: 20px;
  margin-top: 20px;
}

.event-card,
.gallery-card {
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.event-card img {
  width: 100%;
  height: 155px;
  object-fit: contain;
  background: #f5f1e7;
}

.event-card span,
.event-card h4,
.event-card p {
  margin-left: 20px;
  margin-right: 20px;
}

.event-card span {
  display: inline-flex;
  margin-top: 14px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 700;
}

.event-card h4 {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.25;
}

.event-card p {
  margin-top: 8px;
  margin-bottom: 14px;
  color: var(--muted-ink);
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gallery-section {
  padding: 76px 0;
  background: #f5f6f4;
}

.gallery-section .open-forum-heading {
  margin-bottom: 28px;
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.gallery-heading h2 {
  padding: 0 24px;
  border-radius: 999px;
  background: #fff;
  font-size: 44px;
  line-height: 1.25;
}

.gallery-heading .line {
  height: 1px;
  background: rgba(28, 37, 33, 0.2);
}

.gallery-page-heading h2::after {
  display: none;
  content: none;
}

.gallery-shell {
  position: relative;
}

.gallery-nav {
  position: absolute;
  z-index: 2;
  left: -18px;
  right: -18px;
  top: 42%;
  justify-content: space-between;
  pointer-events: none;
}

.gallery-nav button {
  pointer-events: auto;
  box-shadow: var(--shadow);
}

.gallery-track {
  grid-auto-columns: calc((100% - 22px) / 2);
  gap: 22px;
  padding: 4px 0 6px;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
}

.gallery-card strong {
  display: block;
  min-height: 54px;
  padding: 14px 18px 16px;
  font-size: 18px;
  line-height: 1.35;
}

.produce-section {
  background: var(--forest);
  color: #fff;
}

.dafarm-home {
  background: linear-gradient(180deg, #fffdf6 0%, #f8f2e4 100%);
  color: #14251f;
}

.produce-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 64px;
  align-items: center;
}

.dafarm-home .produce-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 3.4vw, 48px);
  align-items: stretch;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dafarm-home-heading {
  margin-bottom: 46px;
}

.dafarm-home-heading p {
  color: var(--pine);
}

.dafarm-home .produce-copy {
  max-width: none;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(44px, 4vw, 62px);
  border: 0;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 242, 228, 0.9)),
    linear-gradient(180deg, rgba(79, 138, 91, 0.08), rgba(214, 164, 67, 0.1));
  box-shadow: none;
}

.produce-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.produce-copy h2 {
  font-size: 42px;
}

.dafarm-home .produce-copy h2 {
  max-width: none;
  color: var(--forest);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.18;
  word-break: keep-all;
  white-space: nowrap;
}

.dafarm-home .produce-copy p:not(.eyebrow) {
  max-width: 620px;
  color: #4d5b54;
  margin-bottom: 28px;
  line-height: 1.8;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 34px;
}

.pill-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
}

.produce-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.produce-image-frame {
  min-width: 0;
}

.dafarm-home .produce-image-frame {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(22px, 2.6vw, 36px);
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #fffaf0 0%, #fffdf7 52%, #edf5ec 100%);
  box-shadow: none;
}

.dafarm-home .produce-image {
  width: min(100%, 720px);
  height: auto;
  max-height: 360px;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}

.dafarm-home .eyebrow {
  color: rgba(183, 215, 151, 0.82);
}

.produce-section .button.primary {
  color: #fff;
  background: var(--forest);
}

.dafarm-home .button.primary:hover {
  background: #1f5a43;
  transform: translateY(-2px);
}

.dafarm-shop-button {
  width: min(310px, 100%);
  min-height: 82px;
  gap: 14px;
  padding: 0 26px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: 0 18px 40px rgba(18, 59, 43, 0.2);
}

.dafarm-cart-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: currentColor;
  background: transparent;
}

.dafarm-cart-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dafarm-button-text {
  display: grid;
  gap: 2px;
  line-height: 1.2;
  text-align: left;
}

.dafarm-button-text span:first-child {
  font-weight: 700;
}

.dafarm-button-text span:last-child {
  font-size: 15px;
  opacity: 0.86;
}

.dafarm-home .produce-image-frame.dafarm-product-slider {
  position: relative;
  display: block;
  overflow: hidden;
}

.dafarm-product-track {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(100%, 100%);
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.dafarm-product-track::-webkit-scrollbar {
  display: none;
}

.dafarm-product-card {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 14px;
  scroll-snap-align: start;
}

.dafarm-product-card img {
  width: 100%;
  height: min(340px, 27vw);
  display: block;
  object-fit: contain;
  border-radius: 16px;
  background: #fff8ea;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.dafarm-product-card strong {
  color: var(--forest);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.dafarm-product-nav {
  position: absolute;
  right: 32px;
  bottom: 28px;
  z-index: 2;
}

.dafarm-product-nav button {
  color: var(--forest);
  border-color: rgba(31, 90, 67, 0.2);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
}

.dafarm-product-nav button:hover {
  color: #fff;
  background: var(--forest);
}

.about-carousel {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: #fff;
  background: var(--forest);
}

.home-carousel {
  width: min(100% - 48px, 1480px);
  height: clamp(360px, 43vw, 552px);
  min-height: 0;
  margin: 28px auto 0;
  background: #f4ead6;
}

.about-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  opacity: 0;
  transform: translateX(4%);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}

.about-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.about-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-carousel .home-slide-image {
  object-position: center center;
}

.about-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(18, 59, 43, 0.86), rgba(18, 59, 43, 0.44) 48%, rgba(18, 59, 43, 0.08));
}

.about-slide-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 120px;
}

.home-page .about-slide-content {
  width: min(1320px, calc(100% - 80px));
}

.home-carousel .about-slide-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(218px, 19vw, 292px) 0 0;
}

.about-slide-content h1,
.about-slide-content h2 {
  max-width: 860px;
  margin: 0;
  font-size: 58px;
  line-height: 1.17;
  font-weight: 700;
  letter-spacing: 0;
}

.home-carousel .about-slide-content h1,
.home-carousel .about-slide-content h2 {
  width: min(820px, 100%);
  min-height: 0;
  font-size: clamp(42px, 4.1vw, 58px);
  text-shadow: 0 4px 22px rgba(8, 24, 17, 0.34);
}

.home-carousel .about-slide-content .home-title-stack {
  display: grid;
  gap: 10px;
  line-height: 1.05;
}

.home-title-area {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-body);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.home-title-name {
  display: block;
  color: #fffdf7;
  font-family: var(--font-title);
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 8px 30px rgba(8, 24, 17, 0.42);
}

.about-slide-content p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

.home-carousel .about-slide-content p:not(.eyebrow) {
  width: min(620px, 100%);
  margin-top: 12px;
  font-family: var(--font-slogan);
  font-weight: 400;
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.7;
  text-shadow: 0 3px 16px rgba(8, 24, 17, 0.3);
}

.about-slide-index {
  display: block;
  margin-bottom: 22px;
  color: var(--sun);
  font-size: 24px;
  font-weight: 700;
}

.about-slide-controls {
  position: absolute;
  z-index: 3;
  left: max(24px, calc((100% - 1180px) / 2));
  bottom: 52px;
  display: flex;
  gap: 10px;
}

.about-slide-controls button {
  min-width: 48px;
  height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-weight: 700;
}

.about-slide-controls button.is-active {
  color: var(--forest);
  background: var(--sun);
  border-color: var(--sun);
}

.about-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 59, 43, 0.34);
  box-shadow: 0 14px 32px rgba(12, 32, 24, 0.2);
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.about-arrow:hover {
  background: rgba(18, 59, 43, 0.62);
  transform: translateY(-50%) scale(1.04);
}

.about-arrow-prev {
  left: max(8px, calc((100% - 1480px) / 2 - 32px));
}

.about-arrow-next {
  right: max(8px, calc((100% - 1480px) / 2 - 32px));
}

.purpose-layout,
.location-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.purpose-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.purpose-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.purpose-list span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(79, 138, 91, 0.14);
  font-weight: 700;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.sub-hero {
  position: relative;
  width: min(100% - 48px, 1480px);
  min-height: 430px;
  display: grid;
  align-items: end;
  margin: 28px auto 0;
  overflow: hidden;
  color: #fff;
  background: #e5ece6;
}

.sub-hero-content {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
  padding: 120px 0 72px;
}

.sub-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(38px, 3.35vw, 54px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 5px 24px rgba(10, 28, 20, 0.34);
}

.sub-hero h1 span {
  display: block;
}

.sub-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.sub-hero .eyebrow {
  margin-bottom: 18px;
  color: rgba(244, 234, 214, 0.92);
  font-size: 15px;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.18em;
}

.center-photo-hero {
  min-height: 430px;
  align-items: end;
  background: #e8f3e1;
}

.center-photo-hero::after {
  display: block;
  background:
    linear-gradient(90deg, rgba(9, 28, 20, 0.78), rgba(9, 28, 20, 0.36) 55%, rgba(9, 28, 20, 0.05)),
    linear-gradient(180deg, rgba(9, 28, 20, 0.08), rgba(9, 28, 20, 0.46));
}

.center-photo-hero img {
  object-position: center center;
  filter: saturate(1.02) contrast(0.98) brightness(1.02);
  opacity: 1;
  transform: none;
}

.values-grid,
.program-grid,
.space-grid,
.story-card-grid,
.product-grid {
  display: grid;
  gap: 22px;
}

.values-grid {
  grid-template-columns: repeat(4, 1fr);
}

.statement-grid {
  grid-template-columns: repeat(3, 1fr);
}

.values-grid article {
  min-height: 250px;
  padding: 26px;
}

.statement-grid article {
  position: relative;
  min-height: 230px;
  padding: 34px 30px 36px;
}

.statement-grid article::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  height: 4px;
  background: linear-gradient(90deg, var(--clay) 0 44px, rgba(32, 55, 45, 0.12) 44px 100%);
}

.values-grid span {
  color: var(--clay);
  font-weight: 700;
}

.values-grid h3 {
  margin-top: 18px;
  font-size: 23px;
}

.statement-grid h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.55;
  letter-spacing: 0;
}

.values-grid p {
  color: var(--muted-ink);
}

.timeline {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 64px;
}

.timeline ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.timeline li {
  display: grid;
  grid-template-columns: 110px 220px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.timeline time {
  color: var(--clay);
  font-weight: 700;
}

.timeline strong {
  font-size: 19px;
}

.timeline span {
  color: var(--muted-ink);
}

.program-grid {
  grid-template-columns: repeat(3, 1fr);
}

.program-card {
  min-height: 350px;
  padding: 26px;
}

.program-card dl {
  margin: 24px 0 0;
  display: grid;
  gap: 8px;
}

.program-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.program-card dt {
  color: var(--muted-ink);
  font-weight: 700;
}

.program-card dd {
  margin: 0;
  font-weight: 700;
}

.process-list,
.reservation-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.process-list div,
.reservation-steps div {
  padding: 22px;
  border-top: 3px solid var(--leaf);
  background: #fff;
  border-radius: var(--radius);
}

.process-list span,
.reservation-steps span {
  color: var(--clay);
  font-weight: 700;
}

.process-list strong,
.reservation-steps strong {
  display: block;
  margin-top: 12px;
  font-size: 20px;
}

.process-list p,
.reservation-steps p {
  margin: 10px 0 0;
  color: var(--muted-ink);
}

.space-grid {
  grid-template-columns: repeat(3, 1fr);
}

.floor-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.floor-section-three {
  grid-template-columns: repeat(3, 1fr);
}

.space-card {
  overflow: hidden;
}

.space-card h3,
.space-card p,
.space-card span {
  margin-left: 24px;
  margin-right: 24px;
}

.space-card h3 {
  margin-top: 24px;
}

.space-card span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 24px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(216, 231, 238, 0.78);
  font-weight: 700;
}

.space-visual {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
}

.space-visual.cafe {
  background-image: linear-gradient(rgba(18, 59, 43, 0.18), rgba(18, 59, 43, 0.18)), url("../images/program-workshop.png");
}

.space-visual.class {
  background-image: linear-gradient(rgba(18, 59, 43, 0.08), rgba(18, 59, 43, 0.08)), url("../images/community-news.png");
}

.space-visual.lounge {
  background-image: linear-gradient(rgba(18, 59, 43, 0.12), rgba(18, 59, 43, 0.12)), url("../images/hero-center.png");
}

.reservation-mock {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 56px;
  align-items: start;
}

.reservation-steps {
  grid-template-columns: repeat(3, 1fr);
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.8fr);
  gap: 36px;
  align-items: start;
}

.featured-story {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.featured-story img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: var(--radius);
}

.featured-story h2 {
  margin-top: 18px;
  font-size: 36px;
}

.featured-story p {
  color: var(--muted-ink);
  font-size: 18px;
}

.notice-board {
  padding: 26px;
  border-radius: var(--radius);
  background: var(--forest);
  color: #fff;
}

.notice-board h2 {
  margin-bottom: 12px;
  font-size: 26px;
}

.notice-board a {
  display: block;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.notice-board time {
  display: block;
  color: #f3c868;
  font-size: 13px;
  font-weight: 700;
}

.notice-board strong {
  display: block;
  margin-top: 4px;
}

.story-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.story-card-grid article {
  min-height: 230px;
  padding: 26px;
}

.story-card-grid span,
.product-card span {
  color: var(--clay);
  font-weight: 700;
}

.produce-hero::after {
  background:
    linear-gradient(90deg, rgba(9, 28, 20, 0.86), rgba(9, 28, 20, 0.42) 58%, rgba(9, 28, 20, 0.08)),
    linear-gradient(180deg, rgba(9, 28, 20, 0.04), rgba(9, 28, 20, 0.5));
}

.product-grid {
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  min-height: 280px;
  padding: 26px;
}

.product-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--forest);
  font-weight: 700;
}

.dafarm-band {
  background: var(--forest);
  color: #fff;
}

.dafarm-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.dafarm-panel h2 {
  max-width: 720px;
  font-size: 40px;
}

.dafarm-panel p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.site-footer {
  padding: 54px 0;
  color: rgba(255, 255, 255, 0.82);
  background: #101815;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.6fr 0.6fr;
  gap: 48px;
}

.footer-grid.footer-simple {
  grid-template-columns: minmax(0, 1fr);
}

.footer-grid strong {
  color: #fff;
  font-size: 20px;
}

.footer-grid p {
  max-width: 980px;
  margin: 12px 0 0;
}

.footer-grid span,
.footer-grid a {
  display: block;
}

.footer-grid span {
  margin-bottom: 10px;
  color: #f3c868;
  font-weight: 700;
}

.footer-grid a {
  padding: 4px 0;
}

.footer-contact {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.footer-meta {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.subnav {
  position: sticky;
  top: 79px;
  z-index: 40;
  width: min(1180px, calc(100% - 48px));
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid rgba(28, 37, 33, 0.1);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 16px 30px rgba(21, 35, 27, 0.04);
  overflow-x: auto;
}

.subnav a {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #6a756f;
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
}

.subnav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--sun);
  content: "";
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.subnav a.is-active {
  color: var(--forest);
}

.subnav a:hover:not(.is-active),
.subnav a:focus-visible:not(.is-active) {
  color: var(--sun);
}

.subnav a:hover::after,
.subnav a:focus-visible::after,
.subnav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.subnav a.is-active::after {
  background: var(--forest);
}

.subnav + .section,
.subnav + .vision-landing {
  padding-top: 55px;
}

.greeting-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 70px;
  align-items: start;
}

.greeting-title {
  position: sticky;
  top: 168px;
}

.greeting-title h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.26;
  word-break: keep-all;
}

.greeting-title > p:last-child {
  margin-top: 26px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.subnav + .section .eyebrow,
.greeting-title > .eyebrow,
.history-layout .section-heading.compact .eyebrow,
.facility-overview .eyebrow,
.location-heading-row .eyebrow,
.vision-label {
  margin: 0 0 14px;
  color: var(--pine);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.greeting-copy {
  padding-top: 10px;
}

.greeting-copy p {
  margin: 0;
  color: #36433e;
  font-size: 19px;
  line-height: 1.9;
  word-break: keep-all;
}

.greeting-copy p + p {
  margin-top: 24px;
}

.greeting-copy .signature {
  color: var(--forest);
  font-weight: 700;
  text-align: right;
}

.vision-panel,
.facility-overview,
.program-search,
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 46px;
  align-items: center;
}

.facility-overview {
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: start;
}

.vision-panel h2,
.facility-overview h2,
.program-search h2,
.contact-panel h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.25;
}

.subnav + .section .section-heading h2,
.subnav + .section .greeting-title h2,
.subnav + .section .vision-split-lead h2,
.subnav + .section .facility-overview h2,
.subnav + .section .program-search h2,
.subnav + .section .contact-panel h2,
.subnav + .section .location-heading-row h2,
.subnav + .vision-landing .vision-hero-copy h2 {
  font-size: 44px;
  line-height: 1.26;
}

.vision-panel p,
.facility-overview p,
.program-search p,
.contact-panel p {
  color: var(--muted-ink);
  font-size: 18px;
}

.vision-statement {
  min-height: 230px;
  display: grid;
  align-content: center;
  padding: 34px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--forest);
  box-shadow: var(--shadow);
}

.vision-statement span {
  color: var(--sun);
  font-weight: 700;
}

.vision-statement strong {
  margin-top: 16px;
  font-size: 28px;
  line-height: 1.42;
}

.vision-intro {
  max-width: 920px;
  text-align: center;
}

.vision-intro h2 {
  font-size: 46px;
}

.vision-statement-block {
  max-width: 1040px;
  padding: 64px 72px;
  border-left: 6px solid var(--forest);
  background: linear-gradient(135deg, rgba(79, 138, 91, 0.1), rgba(216, 139, 54, 0.08));
}

.vision-statement-block .eyebrow {
  color: var(--clay);
}

.vision-statement-block h2 {
  margin: 14px 0 0;
  color: #111d19;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.18;
  letter-spacing: 0;
}

.vision-statement-block p {
  max-width: 820px;
  margin: 26px 0 0;
  color: #36433e;
  font-size: 21px;
  line-height: 1.85;
  word-break: keep-all;
}

.vision-map {
  margin-top: 42px;
}

.vision-map-simple {
  margin-top: 34px;
}

.vision-org {
  display: grid;
  gap: 28px;
}

.vision-mindmap {
  display: grid;
  gap: 56px;
  justify-items: center;
}

.vision-top-card {
  width: min(880px, 100%);
  padding: 34px 40px;
  border: 1px solid rgba(18, 59, 43, 0.16);
  border-left: 6px solid var(--forest);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20, 37, 30, 0.1);
}

.vision-top-card h2 {
  margin: 0;
  color: #111d19;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.24;
  letter-spacing: 0;
}

.vision-top-card .eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.vision-top-card p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #36433e;
  font-size: 20px;
  line-height: 1.7;
  word-break: keep-all;
}

.vision-center-card {
  position: relative;
  width: min(520px, 100%);
  padding: 30px 34px;
  border: 2px solid #14251e;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 46px rgba(20, 37, 30, 0.1);
}

.vision-center-card::before {
  position: absolute;
  left: 50%;
  top: -56px;
  width: 1px;
  height: 56px;
  content: "";
  background: rgba(18, 59, 43, 0.28);
}

.vision-center-card::after {
  position: absolute;
  left: 50%;
  bottom: -56px;
  width: 1px;
  height: 56px;
  content: "";
  background: rgba(18, 59, 43, 0.28);
}

.vision-center-card span {
  color: var(--clay);
  font-size: 18px;
  font-weight: 700;
}

.vision-center-card strong {
  display: block;
  margin-top: 16px;
  color: #111d19;
  font-size: 28px;
  line-height: 1.4;
  word-break: keep-all;
}

.vision-branch-row {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding-top: 36px;
}

.vision-branch-row::before {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  height: 1px;
  content: "";
  background: rgba(18, 59, 43, 0.25);
}

.vision-branch-row article {
  position: relative;
  min-height: 190px;
  display: grid;
  align-content: start;
  padding: 28px 24px;
  border: 1px solid color-mix(in srgb, var(--accent) 74%, white);
  border-top: 5px solid var(--accent);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(20, 37, 30, 0.08);
}

.vision-branch-row article::before {
  position: absolute;
  left: 50%;
  top: -36px;
  width: 1px;
  height: 36px;
  content: "";
  background: color-mix(in srgb, var(--accent) 60%, transparent);
}

.vision-branch-row span {
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
}

.vision-branch-row strong {
  display: block;
  margin-top: 8px;
  color: #111d19;
  font-size: 24px;
  line-height: 1.28;
}

.vision-branch-row p {
  margin: 18px 0 0;
  color: #36433e;
  font-size: 17px;
  line-height: 1.65;
  word-break: keep-all;
}

.core-mindmap {
  display: grid;
  justify-items: center;
}

.core-center-card {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #111d19;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(20, 37, 30, 0.08);
}

.core-center-card::after {
  position: absolute;
  left: 50%;
  bottom: -38px;
  width: 1px;
  height: 38px;
  content: "";
  background: rgba(18, 59, 43, 0.25);
}

.core-branch-grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
  padding-top: 36px;
}

.core-branch-grid::before {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  height: 1px;
  content: "";
  background: rgba(18, 59, 43, 0.25);
}

.core-branch-grid article {
  position: relative;
  min-height: 170px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--forest);
  border-radius: 12px;
  background: #fff;
}

.core-branch-grid article::before {
  position: absolute;
  left: 50%;
  top: -36px;
  width: 1px;
  height: 36px;
  content: "";
  background: rgba(18, 59, 43, 0.25);
}

.core-branch-grid span {
  color: var(--clay);
  font-size: 18px;
  font-weight: 700;
}

.core-branch-grid strong {
  display: block;
  margin-top: 10px;
  color: #111d19;
  font-size: 23px;
}

.core-branch-grid p {
  margin: 16px 0 0;
  color: #36433e;
  line-height: 1.65;
}

.vision-landing {
  position: relative;
  overflow: hidden;
  padding: 90px 0 84px;
  background:
    radial-gradient(circle at 14% 20%, rgba(245, 205, 116, 0.18), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(79, 138, 91, 0.13), transparent 30%),
    #fffdf7;
}

.vision-hero-layout {
  display: block;
  max-width: 920px;
  text-align: center;
}

.vision-hero-copy {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}

.vision-label {
  display: block;
  margin: 0 0 14px;
  color: var(--pine);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vision-hero-copy h2 {
  margin: 0;
  color: #101a16;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.22;
  letter-spacing: 0;
}

.vision-hero-copy h2 span {
  color: #e8893a;
}

.vision-description {
  max-width: 720px;
  margin: 30px auto 0;
}

.vision-description p {
  margin: 0;
  color: #4c5b55;
  font-size: 21px;
  line-height: 1.8;
}

.vision-split-section {
  background: var(--paper);
}

.vision-split-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
  gap: 30px;
  align-items: start;
}

.vision-split-lead {
  position: sticky;
  top: 168px;
  align-self: start;
  height: fit-content;
  padding: 0;
}

.vision-split-lead .eyebrow {
  color: var(--pine);
}

.vision-split-lead h2 {
  margin: 0;
  color: var(--ink);
  font-size: 44px;
  line-height: 1.26;
  font-weight: 700;
  word-break: keep-all;
}

.vision-split-lead p {
  max-width: 430px;
  margin: 28px 0 0;
  color: #4d5b55;
  font-size: 20px;
  line-height: 1.85;
  word-break: keep-all;
}

.vision-split-content {
  display: grid;
  gap: 28px;
}

.vision-split-content .vision-board-block {
  padding-left: 22px;
  padding-right: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.vision-split-content .vision-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.vision-split-content .vision-board-block:first-child .vision-value-grid {
  gap: 10px;
}

.vision-split-content .vision-value-grid article {
  min-height: 236px;
  padding: 28px 14px 24px;
}

.vision-split-content .vision-board-block:nth-child(2) .vision-value-grid strong {
  font-size: 20px;
}

.vision-intro-section {
  padding-bottom: 64px;
  background: var(--paper);
}

.vision-intro-heading {
  max-width: 920px;
}

.vision-intro-heading h2 {
  word-break: keep-all;
}

.vision-intro-heading p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 22px;
  color: #4d5b55;
  font-size: 19px;
  line-height: 1.8;
  word-break: keep-all;
}

.vision-direction {
  padding-top: 48px;
  background: var(--paper);
}

.vision-direction-heading {
  max-width: 780px;
  text-align: center;
}

.vision-direction-heading .eyebrow,
.vision-board-block .eyebrow {
  margin-bottom: 8px;
  color: var(--pine);
}

.vision-direction-heading h2 {
  color: #111d19;
  font-size: clamp(34px, 4vw, 52px);
}

.vision-direction-heading p {
  margin: 18px 0 0;
  color: #4b5a54;
  font-size: 19px;
  line-height: 1.8;
}

.vision-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 0;
}

.vision-board-block {
  padding: 40px 42px 38px;
  border: 1px solid rgba(18, 59, 43, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(24, 49, 37, 0.06);
}

.vision-board-block h3 {
  margin: 0;
  color: #24342e;
  font-size: 24px;
  line-height: 1.34;
}

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

.vision-value-grid article {
  min-height: 250px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 30px 22px 28px;
  border: 1px solid rgba(18, 59, 43, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
  box-shadow: none;
}

.vision-value-grid article > span {
  color: var(--pine);
  font-size: 15px;
  font-weight: 700;
}

.vision-value-grid article:nth-child(even) > span {
  color: #f2a32c;
}

.vision-value-grid strong {
  margin-top: 18px;
  color: #14251e;
  font-size: 18px;
  line-height: 1.34;
}

.vision-value-grid p {
  margin: 12px 0 0;
  color: #5c6964;
  font-size: 14px;
  line-height: 1.65;
}

.vision-icon {
  position: relative;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-top: 16px;
  color: inherit;
  background: transparent;
}

.vision-icon img {
  width: 86px;
  height: 86px;
  display: block;
  object-fit: contain;
}

.vision-closing-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 52px;
  padding: 24px 0 4px;
  background: transparent;
  color: #5b685f;
  text-align: left;
}

.vision-closing-message img {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  object-fit: contain;
}

.vision-closing-message p {
  margin: 0;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.8;
  font-weight: 600;
  word-break: keep-all;
}

.vision-org-lead {
  text-align: center;
}

.vision-org-lead p,
.core-org-title p {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.vision-org-lead h2 {
  margin: 0;
  color: #121d19;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.18;
}

.vision-org-center {
  position: relative;
  width: min(900px, 100%);
  margin: 10px auto 0;
  padding: 40px 56px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  text-align: center;
  box-shadow: 0 22px 56px rgba(13, 36, 26, 0.24);
}

.vision-org-center::after {
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 1px;
  height: 32px;
  content: "";
  background: rgba(18, 59, 43, 0.35);
}

.vision-org-center span {
  color: var(--sun);
  font-weight: 700;
}

.vision-org-center strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
}

.vision-org-center p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.vision-org-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 32px;
  padding-top: 32px;
}

.vision-org-row::before {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 0;
  height: 1px;
  content: "";
  background: rgba(18, 59, 43, 0.35);
}

.vision-org-row article {
  position: relative;
  min-height: 210px;
  padding: 30px 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--forest);
  background: #fff;
  text-align: center;
}

.vision-org-row article::before {
  position: absolute;
  left: 50%;
  top: -32px;
  width: 1px;
  height: 32px;
  content: "";
  background: rgba(18, 59, 43, 0.35);
}

.vision-org-row span {
  color: var(--clay);
  font-weight: 700;
}

.vision-org-row strong {
  display: block;
  margin-top: 12px;
  font-size: 25px;
}

.vision-org-row p {
  margin: 14px 0 0;
  color: var(--muted-ink);
  line-height: 1.7;
}

.core-org {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 36px;
  align-items: stretch;
}

.core-org-title {
  display: grid;
  align-content: center;
  padding: 36px 30px;
  color: #fff;
  background: var(--forest);
}

.core-org-title p {
  color: var(--sun);
}

.core-org-title h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
}

.core-org-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--forest);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.core-org-grid article {
  min-height: 180px;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
}

.core-org-grid article:last-child {
  border-right: 0;
}

.core-org-grid span {
  color: var(--clay);
  font-weight: 700;
}

.core-org-grid strong {
  display: block;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.45;
}

.vision-visual {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.vision-visual img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.92);
}

.vision-node {
  width: min(820px, calc(100% - 48px));
  margin: 28px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 34px 42px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--forest);
  text-align: center;
  box-shadow: 0 24px 60px rgba(13, 36, 26, 0.24);
}

.vision-node span {
  color: var(--sun);
  font-weight: 700;
  text-transform: uppercase;
}

.vision-node strong {
  font-size: 30px;
  line-height: 1.38;
}

.vision-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.vision-flow article {
  min-height: 190px;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--forest);
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
}

.vision-flow span {
  color: var(--clay);
  font-weight: 700;
}

.vision-flow strong {
  display: block;
  margin-top: 10px;
  font-size: 25px;
}

.vision-flow p {
  margin: 12px 0 0;
  color: var(--muted-ink);
}

.strategy-grid,
.reservation-card-grid,
.transport-grid,
.gallery-grid-list {
  display: grid;
  gap: 22px;
}

.strategy-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
}

.strategy-grid article,
.transport-grid article,
.reserve-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.strategy-grid span,
.floor-title span,
.reserve-card > span {
  color: var(--clay);
  font-weight: 700;
}

.strategy-grid h3,
.transport-grid h3,
.reserve-card h3 {
  margin: 18px 0 0;
  font-size: 25px;
  line-height: 1.32;
}

.strategy-grid p,
.transport-grid p {
  color: var(--muted-ink);
}

.history-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: start;
}

.history-layout .section-heading.compact {
  position: sticky;
  top: 168px;
  align-self: start;
  height: fit-content;
}

.history-list {
  border-top: 2px solid var(--forest);
}

.history-list section {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.history-list h3 {
  margin: 0;
  color: var(--forest);
  font-size: 34px;
  line-height: 1;
}

.history-list ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-list li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 20px;
  align-items: baseline;
}

.history-list time {
  color: var(--clay);
  font-weight: 700;
}

.history-list span {
  color: #334039;
  font-size: 17px;
}

.history-kicker {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  margin-top: 26px;
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(79, 138, 91, 0.1);
}

.history-kicker strong {
  color: var(--forest);
  font-size: 22px;
}

.history-kicker span {
  align-self: center;
  color: var(--muted-ink);
  font-weight: 600;
}

.refined-history .history-list section {
  position: relative;
}

.refined-history .history-list section::before {
  content: "";
  position: absolute;
  left: 96px;
  top: 38px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--clay);
}

.facility-facts,
.info-table,
.reserve-card dl,
.detail-table {
  margin: 0;
}

.facility-facts,
.info-table {
  border-top: 2px solid var(--forest);
}

.facility-facts div,
.info-table div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.facility-facts dt,
.info-table dt,
.reserve-card dt {
  color: var(--forest);
  font-weight: 700;
}

.facility-facts dd,
.info-table dd,
.reserve-card dd {
  margin: 0;
  color: #37443e;
}

.floor-guide {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 50px;
  align-items: start;
}

.floor-section-heading {
  margin-bottom: 24px;
}

.floor-section-heading h2 {
  margin: 0;
  color: #111d19;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.floor-follow {
  padding-top: 0;
}

.floor-title {
  position: sticky;
  top: 168px;
}

.floor-title h2 {
  margin: 12px 0 0;
  font-size: 42px;
}

.floor-title span {
  display: block;
  margin-top: 0;
  color: var(--forest);
  font-size: 58px;
  line-height: 1.05;
  font-weight: 700;
}

.floor-title-sub {
  padding-top: 0;
}

.floor-title p {
  color: var(--muted-ink);
  font-size: 18px;
}

.facility-list {
  display: grid;
  gap: 18px;
}

.facility-list article {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.facility-list .space-visual {
  min-height: 210px;
  height: 100%;
}

.facility-list article > div:last-child {
  padding: 28px 28px 28px 0;
}

.facility-list h3 {
  margin: 16px 0 0;
  font-size: 25px;
}

.facility-list p {
  color: var(--muted-ink);
}

.floor-table-wrap {
  overflow-x: auto;
  border-top: 2px solid var(--forest);
}

.floor-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.floor-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.floor-table th,
.floor-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.floor-table th {
  color: var(--forest);
  background: rgba(79, 138, 91, 0.08);
  font-weight: 700;
}

.floor-table td:first-child {
  color: var(--clay);
  font-weight: 700;
  white-space: nowrap;
}

.transport-grid {
  grid-template-columns: repeat(3, 1fr);
}

.reservation-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.reserve-card dl {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.reserve-card dl div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.space-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 28px;
}

.space-application-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 42, 31, 0.07);
}

.space-application-visual {
  flex: 1 1 auto;
  min-height: 340px;
  background:
    linear-gradient(135deg, rgba(244, 234, 214, 0.5), rgba(255, 253, 247, 0.84)),
    repeating-linear-gradient(45deg, rgba(31, 90, 67, 0.04) 0 1px, transparent 1px 18px);
}

.space-application-visual img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: block;
  object-fit: cover;
}

.space-application-body {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  padding: 24px 26px 26px;
  border-top: 0;
  background: linear-gradient(135deg, #f7ead0, #e6f0dc);
}

.space-floor {
  color: var(--clay);
  font-size: 20px;
  font-weight: 700;
}

.space-application-card h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: 30px;
  line-height: 1.2;
}

.space-application-card p {
  margin: 12px 0 20px;
  color: var(--muted-ink);
  font-size: 17px;
  line-height: 1.62;
}

.space-application-card a {
  align-self: flex-end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  box-shadow: 0 10px 22px rgba(18, 59, 43, 0.14);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.space-application-card a:hover,
.space-application-card a:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #f4b84a 0%, #e39835 100%);
  box-shadow: 0 18px 36px rgba(194, 132, 36, 0.24);
  transform: translateY(-5px);
}

.space-application-card a::after {
  content: " →";
}

.space-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 52px;
  align-items: stretch;
}

.space-detail-photo {
  overflow: hidden;
  border-radius: 22px;
  background: #f4efe5;
  box-shadow: 0 18px 46px rgba(23, 42, 31, 0.08);
}

.space-detail-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.space-detail-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 0;
}

.space-detail-info h3 {
  margin: 0 0 28px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 500;
}

.space-detail-info dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 2px solid rgba(31, 90, 67, 0.38);
}

.space-detail-info dl div {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 22px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(31, 90, 67, 0.14);
}

.space-detail-info dt {
  color: var(--forest);
  font-weight: 800;
}

.space-detail-info dd {
  margin: 0;
  color: var(--muted-ink);
  line-height: 1.75;
}

.space-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.space-detail-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--forest);
  background: #f4ead7;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.space-detail-actions a:hover,
.space-detail-actions a:focus-visible {
  background: linear-gradient(135deg, #f4fae9 0%, #e6efd8 48%, #d7eac4 100%);
  transform: translateY(-2px);
}

.space-reservation-form,
.contact-board-form {
  margin-top: 58px;
  padding: 36px 38px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(23, 42, 31, 0.07);
}

.space-reservation-form {
  border: 1px solid rgba(31, 90, 67, 0.18);
}

.space-reservation-form h3 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
}

.space-reservation-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.reservation-basic-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  grid-column: 1 / -1;
}

.space-reservation-form:not(.program-apply-form) .reservation-basic-fields {
  grid-template-columns: repeat(15, minmax(0, 1fr));
}

.space-reservation-form:not(.program-apply-form) .reservation-basic-fields > label:nth-child(-n + 5) {
  grid-column: span 3;
}

.space-reservation-form:not(.program-apply-form) .reservation-basic-fields > label:nth-child(n + 6) {
  grid-column: span 3;
}

.program-apply-form .reservation-basic-fields {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.program-apply-form .reservation-basic-fields > label:nth-child(-n + 2) {
  grid-column: span 6;
}

.program-apply-form .reservation-basic-fields > label:nth-child(n + 3) {
  grid-column: span 3;
}

.space-reservation-fields label,
.contact-board-form label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
}

.space-reservation-fields input,
.space-reservation-fields textarea,
.space-reservation-fields select,
.contact-board-form input,
.contact-board-form textarea {
  width: 100%;
  border: 1px solid rgba(31, 90, 67, 0.16);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.space-reservation-fields input,
.space-reservation-fields select,
.contact-board-form input {
  min-height: 50px;
  padding: 0 14px;
}

.space-reservation-fields textarea,
.contact-board-form textarea {
  min-height: 118px;
  padding: 14px;
  resize: vertical;
}

.space-reservation-fields input:focus,
.space-reservation-fields textarea:focus,
.space-reservation-fields select:focus,
.contact-board-form input:focus,
.contact-board-form textarea:focus {
  outline: 2px solid rgba(31, 90, 67, 0.16);
  outline-offset: 2px;
  border-color: rgba(31, 90, 67, 0.42);
}

.flatpickr-calendar.kkoom-space-calendar {
  width: 382px;
  padding: 12px;
  border: 2px solid rgba(31, 90, 67, 0.22);
  border-radius: 18px;
  box-shadow: 0 20px 54px rgba(13, 36, 26, 0.22);
  font-family: var(--font-body);
}

.flatpickr-calendar.kkoom-space-calendar .flatpickr-months .flatpickr-month {
  height: 56px;
}

.flatpickr-calendar.kkoom-space-calendar .flatpickr-current-month {
  padding-top: 12px;
  font-size: 18px;
}

.flatpickr-calendar.kkoom-space-calendar .flatpickr-monthDropdown-months,
.flatpickr-calendar.kkoom-space-calendar .numInput.cur-year {
  font-size: 18px;
  font-weight: 800;
}

.flatpickr-calendar.kkoom-space-calendar .flatpickr-weekday {
  height: 34px;
  color: var(--forest);
  font-size: 15px;
  line-height: 34px;
  font-weight: 800;
}

.flatpickr-calendar.kkoom-space-calendar .flatpickr-days,
.flatpickr-calendar.kkoom-space-calendar .dayContainer {
  width: 358px;
  min-width: 358px;
  max-width: 358px;
}

.flatpickr-calendar.kkoom-space-calendar .flatpickr-day {
  width: 48px;
  max-width: 48px;
  height: 48px;
  margin: 1px;
  border-radius: 14px;
  font-size: 16px;
  line-height: 48px;
}

.flatpickr-calendar.kkoom-space-calendar .flatpickr-day.today {
  border-color: var(--forest);
}

.flatpickr-calendar.kkoom-space-calendar .flatpickr-day.selected,
.flatpickr-calendar.kkoom-space-calendar .flatpickr-day.startRange,
.flatpickr-calendar.kkoom-space-calendar .flatpickr-day.endRange {
  border-color: var(--forest);
  background: var(--forest);
}

.reservation-purpose {
  grid-template-rows: auto 1fr;
}

.reservation-purpose,
.reservation-action {
  grid-column: 1 / -1;
}

.reservation-purpose textarea {
  min-height: 0;
  height: 100%;
}

.reservation-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: -2px 0 0;
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
}

.form-status.is-error {
  color: #a6452c;
}

.reservation-action button,
.contact-board-form button {
  min-width: 172px;
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(18, 59, 43, 0.16);
  transition: background 0.2s ease;
}

.reservation-action button:hover,
.reservation-action button:focus-visible {
  background: var(--sun);
}

.contact-board-form button:hover,
.contact-board-form button:focus-visible {
  color: #123b2b;
  background: #f3cb6f;
}

.program-apply-form .reservation-action button:hover,
.program-apply-form .reservation-action button:focus-visible {
  color: var(--forest);
  background: linear-gradient(135deg, #f4fae9 0%, #e6efd8 48%, #d7eac4 100%);
}

.space-detail-guide {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.space-detail-guide section {
  padding: 34px 36px;
  border-radius: 22px;
  background: rgba(247, 242, 231, 0.72);
}

.space-detail-guide .eyebrow {
  margin: 0 0 10px;
  color: var(--clay);
}

.space-detail-guide h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
}

.space-detail-guide ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--muted-ink);
  line-height: 1.72;
}

.reservation-table-wrap,
.program-check-layout {
  margin-top: 28px;
}

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

.reservation-history-table td a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: none;
}

.program-check-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  max-width: 1180px;
}

.program-check-form {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(170px, 1fr) 230px;
  gap: 14px;
  align-items: end;
  min-width: 0;
  padding: 24px 28px;
  border: 1px solid rgba(31, 90, 67, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 42, 31, 0.07);
}

.program-check-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
}

.program-check-form input {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  border: 1px solid rgba(31, 90, 67, 0.16);
  border-radius: 10px;
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
}

.program-check-form button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 30px;
  color: #fff;
  background: var(--forest);
  font: inherit;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s ease;
}

.program-check-form button:hover,
.program-check-form button:focus-visible {
  background: var(--sun);
}

.program-check-form[data-program-check-form],
.program-check-form[data-space-check-form] {
  grid-template-columns: minmax(170px, 1fr) minmax(150px, 0.9fr) minmax(160px, 0.95fr) 180px;
}

.program-check-list {
  display: grid;
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.program-check-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 18px;
  align-items: center;
  padding: 24px 26px;
  border: 1px solid rgba(31, 90, 67, 0.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 42, 31, 0.06);
}

.program-check-list .program-check-detail-card {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 18px;
}

.check-detail-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.check-detail-head strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.check-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
}

.check-detail-list div {
  min-width: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(244, 249, 245, 0.82);
}

.check-detail-list .is-wide {
  grid-column: 1 / -1;
}

.check-detail-list dt {
  margin: 0 0 4px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 900;
}

.check-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.program-check-list strong {
  color: var(--ink);
  font-size: 21px;
}

.program-check-list p {
  grid-column: 2;
  margin: 0;
  color: var(--muted-ink);
  line-height: 1.65;
}

body.admin-page {
  min-height: 100vh;
  color: #1e2633;
  background: #f3f7fb;
}

.admin-shell {
  --admin-navy: #062f5f;
  --admin-navy-deep: #042446;
  --admin-blue: #2f8cff;
  --admin-green: #21bc78;
  --admin-orange: #ff9f24;
  --admin-violet: #a65de8;
  --admin-line: rgba(29, 45, 68, 0.11);
  --admin-muted: #728094;
  --admin-shadow: 0 14px 36px rgba(25, 44, 72, 0.09);
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 100vh;
  background: #f3f7fb;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 28px 22px 22px;
  color: #fff;
  background: linear-gradient(180deg, var(--admin-navy) 0%, var(--admin-navy-deep) 100%);
  overflow-y: auto;
}

.admin-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 54px;
}

.admin-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.admin-brand span,
.admin-account span {
  display: grid;
  line-height: 1.25;
}

.admin-brand strong {
  font-family: var(--font-title);
  font-size: 27px;
  font-weight: 700;
}

.admin-brand small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.admin-nav {
  display: grid;
  gap: 8px;
}

.admin-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 800;
}

.admin-nav a:hover,
.admin-nav a:focus-visible,
.admin-nav a.is-active {
  color: #fff;
  background: linear-gradient(90deg, #0f6fe8 0%, #1a9bff 100%);
}

.admin-nav-icon {
  width: 21px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 6px;
  opacity: 0.92;
}

.admin-sidebar-bottom {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

.admin-site-link,
.admin-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.admin-account {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 8px;
}

.admin-account > strong,
.admin-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #1d4b77;
  background: #eef5ff;
  font-weight: 900;
}

.admin-account small {
  color: rgba(255, 255, 255, 0.62);
}

.admin-main {
  min-width: 0;
  padding: 26px 34px 40px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 54px;
  margin-bottom: 22px;
}

.admin-topbar h1 {
  margin: 0;
  color: #182438;
  font-family: var(--font-body);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

.admin-topbar p {
  margin: 6px 0 0;
  color: var(--admin-muted);
  font-weight: 700;
}

.admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.admin-notification {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #526176;
}

.admin-notification svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-notification em {
  position: absolute;
  top: 1px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #ff3d4f;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.admin-greeting {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 18px;
  color: #202b3b;
  font-size: 18px;
}

.admin-greeting strong {
  font-weight: 900;
}

.admin-greeting span {
  color: #46566c;
  font-weight: 700;
}

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

.admin-stat {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 134px;
  padding: 20px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--admin-shadow);
}

.admin-stat-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.admin-stat-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: currentColor;
}

.admin-stat-green {
  color: #23a86b;
  background: linear-gradient(135deg, #fff 0%, #f0fff7 100%);
}

.admin-stat-blue {
  color: #2589ef;
  background: linear-gradient(135deg, #fff 0%, #f1f8ff 100%);
}

.admin-stat-orange {
  color: #ec8b18;
  background: linear-gradient(135deg, #fff 0%, #fff7e9 100%);
}

.admin-stat-violet {
  color: #934dd1;
  background: linear-gradient(135deg, #fff 0%, #fbf3ff 100%);
}

.admin-stat-green .admin-stat-icon {
  background: rgba(35, 168, 107, 0.13);
}

.admin-stat-blue .admin-stat-icon {
  background: rgba(37, 137, 239, 0.13);
}

.admin-stat-orange .admin-stat-icon {
  background: rgba(236, 139, 24, 0.14);
}

.admin-stat-violet .admin-stat-icon {
  background: rgba(147, 77, 209, 0.13);
}

.admin-stat p,
.admin-stat em {
  margin: 0;
}

.admin-stat p {
  color: currentColor;
  font-size: 17px;
  font-weight: 900;
}

.admin-stat strong {
  display: block;
  margin-top: 4px;
  color: #101828;
  font-family: var(--font-body);
  font-size: 38px;
  line-height: 1.05;
  font-weight: 900;
}

.admin-stat em {
  display: block;
  margin-top: 8px;
  color: #69788d;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 18px;
  align-items: start;
}

.admin-primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-secondary {
  display: grid;
  gap: 18px;
}

.admin-panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--admin-shadow);
}

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

.admin-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 32px;
  margin-bottom: 14px;
}

.admin-panel-heading h2 {
  margin: 0;
  color: #151f2f;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.admin-approval-tabs .admin-panel-heading h2 {
  font-size: 22px;
}

.admin-panel-heading p {
  margin: 5px 0 0;
  color: var(--admin-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.admin-panel-heading a,
.admin-panel-heading button,
.admin-panel-heading > strong {
  border: 0;
  padding: 0;
  color: #6f7e92;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
}

.admin-priority-panel {
  padding-bottom: 16px;
}

.admin-work-list {
  display: grid;
}

.admin-work-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 92px 94px;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px 0;
  border-top: 1px solid rgba(29, 45, 68, 0.09);
}

.admin-work-item:first-child {
  border-top: 0;
}

.admin-work-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 999px;
  color: #1f6fc4;
  background: #eef7ff;
  font-size: 13px;
  font-weight: 900;
}

.admin-work-item strong {
  display: block;
  color: #1d2736;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.admin-work-item p,
.admin-work-empty p {
  margin: 5px 0 0;
  color: #718096;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.admin-work-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  color: #fff;
  background: #1f6fc4;
  font-size: 13px;
  font-weight: 900;
}

.admin-work-empty {
  padding: 18px 0 8px;
}

.admin-work-empty strong {
  color: #1d2736;
  font-size: 17px;
  font-weight: 900;
}

.admin-list {
  display: grid;
}

.admin-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 14px 0;
  border-top: 1px solid rgba(29, 45, 68, 0.09);
}

.admin-item:first-child {
  border-top: 0;
}

.admin-item strong {
  display: block;
  margin-top: 8px;
  color: #202a39;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.admin-item p {
  margin: 5px 0 0;
  color: #718096;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.admin-item select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(47, 140, 255, 0.18);
  border-radius: 999px;
  padding: 0 12px;
  color: #1f6fc4;
  background: #eef7ff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
}

.admin-alert-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-quick-grid a {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 92px;
  border: 1px solid rgba(29, 45, 68, 0.08);
  border-radius: 8px;
  text-align: center;
  background: #f7fbff;
}

.admin-quick-grid a:nth-child(2n) {
  background: #f1fbf5;
}

.admin-quick-grid a:nth-child(3n) {
  background: #fff7eb;
}

.admin-quick-grid a:nth-child(4n) {
  background: #f7f1ff;
}

.admin-quick-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  color: #1f6fc4;
  border-radius: 999px;
  background: rgba(47, 140, 255, 0.11);
  font-size: 13px;
  font-weight: 900;
}

.admin-quick-grid strong {
  color: #1f2a3a;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

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

.admin-inquiry-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}

.admin-inquiry-grid article {
  display: grid;
  min-height: 88px;
  padding: 18px;
  border-radius: 8px;
  background: #f6fbff;
}

.admin-inquiry-grid span {
  color: #64748b;
  font-weight: 800;
}

.admin-inquiry-grid strong {
  align-self: end;
  color: #111827;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.admin-mini-list {
  display: grid;
}

.admin-mini-item {
  display: grid;
  gap: 6px;
  padding: 13px 0;
  border-top: 1px solid rgba(29, 45, 68, 0.09);
}

.admin-mini-item strong {
  color: #1d2736;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.admin-mini-item p {
  margin: 0;
  color: #718096;
  font-size: 13px;
  font-weight: 700;
}

.admin-home-preview {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background: #0e2d4e;
}

.admin-home-preview img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.admin-home-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 28, 50, 0.05) 0%, rgba(9, 28, 50, 0.72) 100%);
}

.admin-home-preview div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 6px;
  color: #fff;
}

.admin-home-preview strong {
  max-width: 320px;
  font-size: 27px;
  line-height: 1.22;
  font-weight: 900;
}

.admin-home-preview span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.admin-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  text-align: center;
}

.admin-calendar span,
.admin-calendar em {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-radius: 999px;
  font-style: normal;
  font-weight: 900;
}

.admin-calendar span {
  color: #687789;
  font-size: 13px;
  background: #f5f7fa;
}

.admin-calendar em {
  position: relative;
  color: #283446;
}

.admin-calendar em.is-muted {
  color: #b3bdc9;
}

.admin-calendar em.is-today {
  color: #fff;
  background: var(--admin-blue);
  box-shadow: 0 8px 18px rgba(47, 140, 255, 0.34);
}

.admin-calendar em.has-event::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff4b54;
  transform: translateX(-50%);
}

.admin-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(29, 45, 68, 0.08);
  color: #526176;
  font-size: 13px;
  font-weight: 900;
}

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

.admin-calendar-legend span::before,
.admin-alert-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--admin-blue);
}

.admin-calendar-legend span:nth-child(2)::before {
  background: var(--admin-green);
}

.admin-calendar-legend span:nth-child(3)::before {
  background: #ff3d4f;
}

.admin-alert-panel {
  background: #fff7e9;
}

.admin-alert-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  color: #7a4d13;
  font-weight: 800;
}

.admin-alert-list time {
  color: #9a7a51;
  font-weight: 900;
}

.rental-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 54px;
  align-items: start;
}

.detail-table,
.board-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.detail-table caption,
.board-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.detail-table th,
.detail-table td {
  padding: 19px 22px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.detail-table th {
  width: 150px;
  color: var(--forest);
  background: rgba(79, 138, 91, 0.08);
}

.use-flow {
  margin-top: 30px;
}

.program-search {
  align-items: center;
  grid-template-columns: minmax(170px, 0.38fr) minmax(0, 1.62fr);
  gap: 28px;
}

.search-panel,
.notice-search {
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.search-panel label {
  display: grid;
  gap: 8px;
  min-width: 128px;
  color: var(--muted-ink);
  font-size: 13px;
  font-weight: 700;
}

.search-panel .keyword-field {
  flex: 1 1 260px;
  min-width: 220px;
}

.search-panel select,
.search-panel input,
.notice-search select,
.notice-search input {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font: inherit;
}

.search-panel button,
.notice-search button {
  min-width: 112px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: var(--forest);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.program-search .search-panel button:hover,
.program-search .search-panel button:focus-visible,
.notice-search button:hover,
.notice-search button:focus-visible {
  color: var(--forest);
  background: linear-gradient(135deg, #f4fae9 0%, #e6efd8 48%, #d7eac4 100%);
}

.search-panel button {
  width: 112px;
  flex: 0 0 112px;
}

.program-search .search-panel {
  display: grid;
  grid-template-columns: auto minmax(104px, 124px) auto minmax(240px, 1fr) minmax(124px, 124px);
  gap: 8px;
  align-items: center;
  justify-self: end;
  width: min(720px, 100%);
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 42, 31, 0.05);
  font-size: 16px;
}

.program-search .search-inline-label {
  color: var(--forest);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.program-search .search-panel select,
.program-search .search-panel input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  font-size: 16px;
}

.program-search .program-keyword-input {
  min-width: 220px;
}

.program-search .search-panel button {
  width: 100%;
  min-width: 124px;
  min-height: 44px;
  padding-inline: 18px;
  font-size: 16px;
  font-weight: 900;
}

@media (min-width: 901px) {
  .program-search .search-inline-label:nth-of-type(2) {
    margin-left: 10px;
  }

  .program-search .search-panel {
    transform: none;
  }
}

.program-toolbar,
.notice-tools {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid var(--forest);
}

.program-toolbar span,
.board-count {
  color: var(--muted-ink);
  font-size: 14px;
  font-weight: 600;
}

.program-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.program-list-card {
  display: grid;
  grid-template-columns: 220px 1fr 112px;
  gap: 26px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.program-list-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.program-list-card h3 {
  margin: 10px 0 0;
  font-size: 25px;
}

.program-list-card p {
  color: var(--muted-ink);
}

.program-list-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0 0;
}

.program-list-card dt {
  color: var(--muted-ink);
  font-size: 13px;
  font-weight: 600;
}

.program-list-card dd {
  margin: 4px 0 0;
  font-weight: 700;
}

.program-list-card > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: #fff;
  background: var(--forest);
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.program-list-card > a:hover,
.program-list-card > a:focus-visible {
  color: var(--forest);
  background: linear-gradient(135deg, #f4fae9 0%, #e6efd8 48%, #d7eac4 100%);
}

.program-list-more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.program-list-more button {
  min-width: 136px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(31, 90, 67, 0.2);
  border-radius: var(--radius);
  color: var(--forest);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.program-list-more button:hover,
.program-list-more button:focus-visible {
  color: #fff;
  background: var(--forest);
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.status.open {
  color: #5f3f00;
  background: rgba(214, 164, 67, 0.26);
}

.status.ongoing {
  color: var(--forest);
  background: rgba(79, 138, 91, 0.16);
}

.status.closed {
  color: #65736d;
  background: #eef1ef;
}

.admin-page .status.open {
  color: #0b4c9c;
  background: rgba(15, 111, 232, 0.14);
}

.admin-page .status.ongoing {
  color: #0f4fb8;
  background: rgba(47, 140, 255, 0.14);
}

.admin-page .status.closed {
  color: #56657a;
  background: #eef2f7;
}

.notice-tools {
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  border-top: 0;
}

.notice-tools:has(.board-admin-toolbar[hidden]:only-child) {
  display: none;
}

.notice-search input {
  min-width: 460px;
}

.news-search-heading .notice-search input {
  min-width: 0;
}

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

.notice-tools + .board-table-wrap {
  margin-top: 0;
}

.board-table {
  min-width: 780px;
  border-top: 0;
}

.board-table th,
.board-table td {
  padding: 17px 14px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}

.board-table th {
  color: var(--forest);
  background: rgba(79, 138, 91, 0.08);
  font-weight: 700;
}

.board-table td:nth-child(2) {
  text-align: left;
  font-weight: 600;
}

.board-table td:nth-child(3) {
  color: var(--clay);
  font-size: 13px;
  font-weight: 700;
}

.board-table-no-file td:nth-child(3) {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.board-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.board-pagination a,
.board-pagination span,
.board-pagination button {
  min-width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--muted-ink);
  background: #fff;
  border: 1px solid var(--line);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
}

.board-pagination .is-active {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.inquiry-pagination {
  margin-top: 22px;
}

.gallery-grid-list {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-board-wrap .gallery-grid-list {
  margin-top: 0;
}

.gallery-board-wrap .gallery-grid-list[hidden] {
  display: none;
}

.gallery-grid-list article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.gallery-grid-list img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-grid-list div {
  padding: 18px;
}

.gallery-grid-list h3 {
  margin: 0;
  font-size: 19px;
}

.gallery-grid-list time {
  display: block;
  margin-top: 8px;
  color: var(--muted-ink);
  font-weight: 600;
}

.contact-panel {
  padding: 38px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--forest);
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-panel .eyebrow {
  color: var(--sun);
}

.contact-panel .button.primary {
  justify-self: end;
  color: var(--forest);
  background: #fff;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #1d2b26;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(28, 37, 33, 0.22);
  border-radius: 8px;
  padding: 14px 16px;
  color: #1d2b26;
  background: #fbfcfa;
  font: inherit;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(18, 59, 43, 0.22);
  border-color: var(--forest);
}

.contact-form button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  font-weight: 700;
  cursor: pointer;
}

.contact-tools {
  justify-content: flex-start;
}

.contact-board-wrap {
  margin-top: 22px;
}

.contact-board-form {
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
}

.contact-board-form label {
  grid-template-columns: 1fr;
  align-items: start;
  border-bottom: 0;
}

.contact-form-row {
  display: grid;
  gap: 14px;
  border-bottom: 0;
}

.contact-form-row-split {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.inquiry-title-row {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.34fr);
}

.inquiry-applicant-row {
  grid-template-columns: minmax(150px, 1fr) minmax(160px, 1fr) minmax(130px, 0.8fr) minmax(170px, 1.15fr);
}

.contact-form-row label {
  border-bottom: 0;
}

.contact-form-row label + label {
  border-left: 0;
}

.contact-board-form label > span {
  display: block;
  padding: 0;
  color: var(--forest);
  background: transparent;
  font-size: 15px;
  font-weight: 800;
}

.contact-board-form input {
  min-height: 50px;
  padding: 0 14px;
}

.contact-board-form textarea {
  min-height: 118px;
  padding: 14px;
}

.contact-board-form button {
  justify-self: end;
  min-width: 172px;
  min-height: 58px;
  margin-top: 4px;
}

.contact-followup-wrap {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.contact-lookup-section,
.contact-answer-section {
  padding: 34px 38px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(23, 42, 31, 0.07);
}

.contact-followup-heading,
.contact-answer-section > div:first-child {
  margin-bottom: 22px;
}

.contact-followup-heading h3,
.contact-answer-section h3 {
  margin: 6px 0 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: 30px;
  line-height: 1.24;
  font-weight: 500;
}

.contact-lookup-form.contact-board-form {
  margin-top: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.contact-form-row-lookup {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(150px, 0.58fr) auto;
  align-items: end;
}

.contact-form-row-lookup button {
  justify-self: end;
  margin-top: 0;
  white-space: nowrap;
}

.contact-answer-card {
  display: grid;
  gap: 10px;
  padding: 26px 28px;
  border: 1px solid rgba(31, 90, 67, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(248, 216, 137, 0.18), rgba(230, 240, 220, 0.38));
}

.contact-answer-card span {
  color: var(--clay);
  font-size: 14px;
  font-weight: 800;
}

.contact-answer-card strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.38;
}

.contact-answer-card p {
  margin: 0;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 1.68;
}

.login-page {
  min-height: calc(100vh - 82px);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.96) 0%, rgba(246, 250, 246, 0.96) 100%),
    #fffdf7;
}

.login-hero {
  padding: 0;
  border-bottom: 0;
  background: transparent;
}

.login-hero-inner {
  max-width: 1180px;
  text-align: center;
}

.login-welcome {
  max-width: 760px;
  margin: 0 auto;
  color: #123b2b;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.login-welcome span {
  display: block;
}

.login-section {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: start;
  padding: 48px 0 120px;
  background: transparent;
}

.login-layout {
  display: grid;
  grid-template-columns: minmax(0, 460px);
  justify-content: center;
  gap: 0;
  align-items: center;
}

.login-card {
  display: grid;
  justify-items: stretch;
  padding: 40px;
  border: 1px solid rgba(31, 90, 67, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(22, 62, 43, 0.1);
}

.login-card h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
  text-align: center;
}

.auth-helper {
  margin: 12px 0 0;
  color: var(--muted-ink);
  font-size: 15px;
  font-weight: 600;
}

.login-form {
  width: 100%;
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.login-form label {
  display: grid;
  gap: 0;
}

.login-form input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(31, 90, 67, 0.18);
  border-radius: 8px;
  padding: 0 18px;
  color: #1d2b26;
  background: #fff;
  font: inherit;
  font-size: 17px;
  font-weight: 600;
}

.login-form input:focus {
  outline: 3px solid rgba(31, 90, 67, 0.14);
  border-color: var(--pine);
}

.login-form button {
  min-height: 58px;
  margin-top: 8px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--forest), var(--pine));
  box-shadow: 0 14px 30px rgba(18, 59, 43, 0.18);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.login-form button:hover {
  background: linear-gradient(135deg, #164936, #2f6f52);
  box-shadow: 0 18px 36px rgba(18, 59, 43, 0.22);
  transform: translateY(-2px);
}

.login-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.auth-mode-switch {
  display: block;
  margin: 18px auto 0;
  border: 0;
  color: var(--forest);
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.auth-mode-switch[hidden] {
  display: none;
}

.account-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  margin-top: 30px;
}

.account-links a,
.account-links button {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 22px;
  border: 0;
  color: #161d1a;
  background: transparent;
  font: inherit;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
}

.account-links a + a,
.account-links button + a {
  border-left: 1px solid #d9dde0;
}

.account-links a:hover,
.account-links button:hover {
  color: var(--forest);
}

.auth-status {
  width: 100%;
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(28, 37, 33, 0.12);
  border-radius: var(--radius);
  color: #425149;
  background: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.auth-status:empty,
.auth-status[hidden] {
  display: none;
}

.auth-status[data-status="info"] {
  display: block;
  padding: 0;
  border: 0;
  color: var(--forest);
  background: transparent;
  text-align: center;
}

.auth-status[data-status="info"]::before {
  display: none;
}

.auth-status[data-status="success"] {
  color: #124432;
  border-color: rgba(31, 90, 67, 0.22);
  background: rgba(31, 90, 67, 0.08);
}

.auth-status[data-status="warning"] {
  color: #76500b;
  border-color: rgba(214, 164, 67, 0.28);
  background: rgba(214, 164, 67, 0.12);
}

.auth-status[data-status="error"] {
  color: #8a260f;
  border-color: rgba(184, 95, 61, 0.28);
  background: rgba(184, 95, 61, 0.1);
}

.auth-user-panel {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(31, 90, 67, 0.16);
  background: transparent;
}

.auth-user-panel[hidden] {
  display: none;
}

.auth-user-panel strong {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(31, 90, 67, 0.12);
  border-radius: 8px;
  color: var(--forest);
  background: linear-gradient(135deg, rgba(31, 90, 67, 0.07), rgba(214, 164, 67, 0.06));
  box-shadow: 0 12px 28px rgba(18, 59, 43, 0.06);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.auth-account-icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(31, 90, 67, 0.12);
}

.auth-account-icon::before,
.auth-account-icon::after {
  position: absolute;
  left: 50%;
  background: var(--forest);
  content: "";
  transform: translateX(-50%);
}

.auth-account-icon::before {
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.auth-account-icon::after {
  bottom: 9px;
  width: 22px;
  height: 13px;
  border-radius: 999px 999px 8px 8px;
}

.auth-account-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.auth-account-label {
  color: #6a786f;
  font-size: 13px;
  font-weight: 800;
}

.auth-login-text {
  min-width: 0;
  color: var(--forest);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.auth-role-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--forest);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(31, 90, 67, 0.18);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.auth-user-panel button {
  min-height: 44px;
  border: 1px solid rgba(31, 90, 67, 0.24);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--forest);
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.auth-admin-link:hover,
.auth-admin-link:focus-visible,
.auth-user-panel button:hover,
.auth-user-panel button:focus-visible {
  color: #fff;
  background: var(--pine);
  border-color: var(--pine);
}

.social-card {
  background: transparent;
  text-align: center;
}

.social-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #111d19;
  font-family: var(--font-body);
  font-size: clamp(26px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.social-card h2::before,
.social-card h2::after {
  width: min(202px, 28vw);
  height: 1px;
  background: #d9dde0;
  content: "";
}

.social-login-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
}

.social-login {
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1f2b27;
  font-size: 20px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.social-login:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.social-left {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.social-mark {
  width: 72px;
  height: 72px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  font-weight: 700;
  line-height: 1;
}

.social-mark svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.social-label {
  display: block;
  line-height: 1.2;
}

.social-login.google .social-mark {
  color: #2f69d9;
  border: 1px solid rgba(28, 37, 33, 0.16);
  font-size: 36px;
}

.social-login.kakao {
  color: #241c00;
}

.social-login.kakao .social-mark {
  background: #fee500;
  color: #241c00;
}

.social-login.naver {
  color: #111d19;
}

.social-login.naver .social-mark {
  color: #fff;
  background: #03c75a;
  font-size: 40px;
}

.signup-banner {
  min-height: 156px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding: 36px 42px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 59, 43, 0.98), rgba(79, 138, 91, 0.94)),
    var(--forest);
  box-shadow: var(--shadow);
}

.signup-banner .eyebrow {
  color: #f3d18b;
}

.signup-banner h2 {
  margin: 6px 0 8px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
}

.signup-banner p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.signup-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  color: var(--forest);
  background: #fff;
  font: inherit;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(13, 36, 26, 0.18);
  cursor: pointer;
}

.core-value-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--forest);
  border-bottom: 1px solid var(--line);
}

.core-value-band div {
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.core-value-band div:last-child {
  border-right: 0;
}

.core-value-band span {
  display: block;
  color: var(--clay);
  font-weight: 700;
}

.core-value-band strong {
  display: block;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.45;
}

.large-map-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: stretch;
}

.large-map-layout .map-frame {
  min-height: 560px;
}

.location-heading-row {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-bottom: 28px;
}

.location-heading-row h2 {
  margin: 0;
  color: #111b17;
  font-size: 44px;
  line-height: 1.26;
  letter-spacing: 0;
  font-weight: 700;
}

.location-heading-row .eyebrow {
  margin-bottom: 12px;
}

.location-map-panel {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-top: 0;
}

.naver-map-card {
  margin: 0;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 1180 / 420;
  border: 1px solid #cfd7d0;
  border-radius: 0;
  background: #eef2eb;
  box-shadow: 0 18px 40px rgba(24, 38, 31, 0.08);
}

.naver-map-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.official-map-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #cfd7d0;
  border-radius: 0;
  background: #eef2eb;
  box-shadow: 0 18px 40px rgba(24, 38, 31, 0.08);
}

.real-map-frame.official-map-frame {
  min-height: 420px;
  border: 0;
}

.real-map-frame.official-map-frame iframe {
  height: 420px;
  filter: saturate(0.96) contrast(0.98);
}

.official-map-frame .map-pin-label {
  top: 49%;
}

.kakao-map-frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #d3d9d0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.9) 0 1px, transparent 1px 80px),
    linear-gradient(0deg, rgba(255,255,255,0.72) 0 1px, transparent 1px 80px),
    #e9eee5;
}

.kakao-map-frame::before,
.kakao-map-frame::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.kakao-map-frame::before {
  inset: 0;
  background:
    radial-gradient(circle at 21% 26%, rgba(88, 165, 115, 0.24) 0 13%, transparent 13.5%),
    radial-gradient(circle at 84% 64%, rgba(88, 165, 115, 0.22) 0 18%, transparent 18.5%),
    radial-gradient(circle at 68% 17%, rgba(186, 206, 177, 0.24) 0 14%, transparent 14.5%);
}

.kakao-map-frame::after {
  left: -8%;
  right: -8%;
  top: 63%;
  height: 54px;
  border: 1px solid rgba(89, 128, 154, 0.24);
  border-left: 0;
  border-right: 0;
  background: rgba(151, 190, 210, 0.38);
  transform: rotate(-5deg);
}

.kakao-map-frame .map-road {
  position: absolute;
  z-index: 2;
  height: 44px;
  border: 1px solid rgba(206, 179, 104, 0.88);
  border-radius: 999px;
  background: #fff0a6;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9), 0 1px 8px rgba(27, 38, 32, 0.08);
}

.kakao-map-frame .map-road span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #8a7448;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.kakao-map-frame .map-road-main {
  left: -6%;
  right: -4%;
  top: 48%;
  transform: rotate(-8deg);
}

.kakao-map-frame .map-road-sub {
  width: 70%;
  left: 15%;
  top: 30%;
  transform: rotate(26deg);
}

.kakao-map-frame .map-road-branch {
  width: 58%;
  left: 37%;
  top: 23%;
  transform: rotate(91deg);
}

.map-green,
.map-water,
.map-building {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #4e6d5a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.map-green {
  border-radius: 18px;
  background: rgba(111, 181, 124, 0.34);
}

.map-green-one {
  left: 8%;
  top: 13%;
  width: 290px;
  height: 158px;
}

.map-green-two {
  right: 5%;
  bottom: 13%;
  width: 330px;
  height: 188px;
}

.map-water {
  z-index: 2;
  left: 9%;
  right: 14%;
  top: 68%;
  height: 38px;
  border-radius: 999px;
  color: #5a8294;
  background: rgba(132, 180, 204, 0.52);
  transform: rotate(4deg);
}

.map-building {
  z-index: 3;
  min-width: 118px;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid #c7d0c6;
  border-radius: 8px;
  color: #59635e;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 12px rgba(28, 37, 33, 0.08);
}

.map-building-one {
  left: 23%;
  top: 40%;
}

.map-building-two {
  right: 25%;
  top: 31%;
}

.map-building-three {
  right: 16%;
  bottom: 28%;
}

.kakao-map-marker {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 48%;
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 50% 0;
  background: #2f80ed;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 16px 34px rgba(47, 128, 237, 0.28);
}

.kakao-map-marker::after {
  position: absolute;
  inset: 11px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.kakao-map-marker span {
  position: absolute;
  left: -90px;
  top: -70px;
  min-width: 220px;
  padding: 12px 16px;
  border: 1px solid rgba(28, 37, 33, 0.14);
  border-radius: 8px;
  color: #111b17;
  background: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 12px 26px rgba(28, 37, 33, 0.18);
}

.kakao-map-marker span::after {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 14px;
  height: 14px;
  content: "";
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.real-map-frame {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid var(--line);
  background: #e7ece6;
}

.real-map-frame iframe {
  width: 100%;
  height: 560px;
  display: block;
  border: 0;
  filter: saturate(0.9) contrast(0.95);
}

.map-pin-label {
  position: absolute;
  left: 50%;
  top: 48%;
  padding: 10px 14px;
  border-radius: 8px;
  color: #141a17;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  transform: translate(-50%, -100%);
  box-shadow: 0 8px 22px rgba(19, 29, 25, 0.18);
  pointer-events: none;
}

.map-pin-label::after {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 14px;
  height: 14px;
  content: "";
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.map-frame-wide {
  min-height: 560px;
}

.map-illustration {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(244, 226, 131, 0) 0 28%, rgba(244, 226, 131, 0.82) 28% 31%, rgba(244, 226, 131, 0) 31%),
    linear-gradient(18deg, rgba(244, 226, 131, 0) 0 47%, rgba(244, 226, 131, 0.75) 47% 51%, rgba(244, 226, 131, 0) 51%),
    linear-gradient(126deg, rgba(255, 255, 255, 0) 0 42%, rgba(255, 255, 255, 0.9) 42% 45%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, rgba(79, 138, 91, 0.16), transparent 42%),
    #dfe6dd;
  box-shadow: none;
}

.map-road,
.map-river,
.map-area {
  position: absolute;
  display: block;
}

.map-road {
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 1px rgba(28, 37, 33, 0.12), inset 0 0 0 6px rgba(244, 226, 131, 0.88);
}

.map-road-main {
  left: -8%;
  right: -4%;
  top: 52%;
  transform: rotate(-9deg);
}

.map-road-sub {
  width: 58%;
  left: 26%;
  top: 33%;
  transform: rotate(29deg);
}

.map-river {
  width: 82%;
  height: 52px;
  left: 11%;
  top: 68%;
  border-radius: 999px;
  background: rgba(142, 180, 197, 0.34);
  transform: rotate(7deg);
}

.map-area {
  border-radius: 8px;
  background: rgba(79, 138, 91, 0.22);
}

.map-area-one {
  width: 260px;
  height: 160px;
  left: 9%;
  top: 17%;
}

.map-area-two {
  width: 340px;
  height: 190px;
  right: 10%;
  bottom: 10%;
}

.map-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  background: #2f80ed;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 14px 32px rgba(32, 91, 184, 0.24);
}

.map-marker::after {
  position: absolute;
  inset: 9px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.map-marker span {
  position: absolute;
  left: -72px;
  top: -58px;
  min-width: 178px;
  padding: 11px 15px;
  border-radius: 6px;
  color: #141a17;
  background: #fff;
  font-weight: 700;
  transform: rotate(45deg);
  text-align: center;
  box-shadow: 0 8px 22px rgba(19, 29, 25, 0.18);
}

.map-marker span::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  content: "";
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.location-contact-cards {
  width: min(100% - 48px, 1740px);
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 76px;
  align-items: center;
  margin-top: 34px;
}

.location-info-lines {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 20px 46px;
  align-items: center;
  margin-top: 34px;
}

.location-info-lines p {
  margin: 0;
  color: #17211d;
  font-size: 22px;
  font-weight: 700;
}

.location-info-lines strong {
  display: inline-flex;
  align-items: center;
  color: #8b0000;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.location-info-lines strong::after {
  width: 1px;
  height: 22px;
  margin: 0 24px;
  content: "";
  background: #c9c9c9;
}

.location-info-lines small {
  display: block;
  margin-top: 8px;
  color: #69736f;
  font-size: 15px;
  font-weight: 700;
}

.location-info-lines .map-buttons {
  grid-column: 1 / -1;
  margin-top: 10px;
}

.location-contact-cards article {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.contact-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #d89261, #b76850);
  flex: 0 0 auto;
}

.contact-icon svg,
.route-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-contact-cards strong {
  display: inline-flex;
  align-items: center;
  color: #8b0000;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.location-contact-cards strong::after {
  width: 1px;
  height: 22px;
  margin: 0 24px;
  content: "";
  background: #c9c9c9;
}

.location-contact-cards p {
  display: inline;
  margin: 0;
  color: #17211d;
  font-size: 22px;
  font-weight: 700;
}

.map-buttons {
  display: flex;
  gap: 18px;
  align-items: center;
}

.map-buttons a {
  min-width: 206px;
  min-height: 62px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  border: 1px solid #8b0000;
  border-radius: 999px;
  color: #111b17;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.map-buttons a.is-primary {
  color: #fff;
  background: #8b0000;
}

.map-buttons a:hover,
.map-buttons a:focus-visible {
  color: #fff;
  border-color: var(--forest);
  background: var(--forest);
  box-shadow: 0 14px 28px rgba(18, 59, 43, 0.24);
  transform: translateY(-4px);
}

.map-buttons span {
  font-size: 30px;
  line-height: 1;
}

.transport-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.transport-list article {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 26px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.route-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  box-shadow: 0 14px 34px rgba(18, 59, 43, 0.18);
}

.route-icon.car {
  background: var(--leaf);
}

.route-icon.parking {
  background: var(--clay);
}

.transport-list h3 {
  margin: 14px 0 0;
  font-size: 24px;
}

.transport-list p {
  color: var(--muted-ink);
}

.route-lines {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.route-lines li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(28, 37, 33, 0.1);
}

.route-lines li:last-child {
  border-bottom: 0;
}

.route-lines strong {
  color: var(--forest);
  font-weight: 700;
}

.route-lines span {
  color: var(--muted-ink);
}

@media (max-width: 1100px) {
  .header-inner {
    position: relative;
    min-height: 70px;
    padding-right: 58px;
    box-sizing: border-box;
  }

  .nav-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    flex: 0 0 auto;
    width: auto;
    display: grid;
    grid-template-columns: 18px auto;
    grid-template-rows: repeat(3, 4px);
    align-content: center;
    align-items: center;
    column-gap: 9px;
    transform: translateY(-50%);
    padding: 0 14px;
    border-radius: 999px;
    margin-left: 0;
  }

  .nav-toggle::after {
    grid-column: 2;
    grid-row: 1 / 4;
    color: var(--forest);
    font-size: 15px;
    font-weight: 700;
    content: "전체메뉴";
  }

  .nav-toggle span:not(.sr-only) {
    grid-column: 1;
    width: 18px;
    margin: 0;
  }

  .primary-nav {
    position: fixed;
    left: 24px;
    right: 24px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 98px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-open .primary-nav {
    display: flex;
  }

  .nav-group {
    width: 100%;
  }

  .nav-group:not(.nav-utility) {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
    padding: 12px 2px;
    border-bottom: 1px solid rgba(28, 37, 33, 0.1);
  }

  .nav-group.utility-start {
    margin-left: 0;
  }

  .nav-link {
    width: 100%;
    border-radius: var(--radius);
  }

  .nav-group:not(.nav-utility) > .nav-link,
  .nav-group:not(.nav-utility) > .nav-link.nav-external {
    min-height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 0;
    border-radius: 0;
    color: #213a30;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    box-shadow: none;
  }

  .nav-group:not(.nav-utility) > .nav-link:not(.nav-external)::after {
    display: none;
  }

  .nav-link.nav-external .nav-dafarm-logo {
    display: none;
  }

  .nav-link.nav-external::before {
    content: "금산다팜몰";
  }

  .nav-group:not(.nav-utility):hover > .nav-link:not(.nav-external),
  .nav-group:not(.nav-utility):focus-within > .nav-link:not(.nav-external),
  .nav-group:not(.nav-utility) > .nav-link.active:not(.nav-external),
  .nav-group:not(.nav-utility):hover > .nav-link.nav-external,
  .nav-group:not(.nav-utility):focus-within > .nav-link.nav-external {
    color: var(--forest);
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    display: grid;
    gap: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown-mobile-only {
    display: grid;
  }

  .nav-dropdown::before {
    display: none;
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown a {
    min-height: 38px;
    justify-content: flex-start;
    padding: 0 0 0 14px;
    border-left: 1px solid rgba(31, 90, 67, 0.14);
    border-radius: 0;
    color: var(--muted-ink);
    font-size: 15px;
    font-weight: 600;
    text-align: left;
  }

  .nav-dropdown a:first-child,
  .nav-dropdown a:last-child {
    border-radius: 0;
  }

  .nav-dropdown a + a {
    border-top: 1px solid rgba(28, 37, 33, 0.08);
  }

  .nav-dropdown a:hover {
    color: var(--forest);
    background: rgba(31, 90, 67, 0.07);
  }

  .nav-group.nav-utility:not(.utility-start) {
    display: none;
  }

  .all-menu-panel,
  .all-menu-panel[hidden],
  .all-menu-open .all-menu-panel {
    display: none;
  }

  .nav-group.nav-utility.utility-start {
    display: block;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(28, 37, 33, 0.12);
  }

  .nav-group.utility-start .nav-link.nav-login {
    min-height: 46px;
    justify-content: center;
    border-radius: 999px;
    color: var(--forest);
    background: rgba(31, 90, 67, 0.08);
  }

  .header-cta {
    display: none;
  }

  .hero h1 {
    font-size: 52px;
  }

  .quick-links,
  .service-banner,
  .feature-grid,
  .values-grid,
  .info-grid,
  .program-grid,
  .space-grid,
  .floor-section,
  .floor-section-three,
  .story-card-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-layout,
  .news-rail,
  .forum-layout,
  .shortcut-dafarm-layout,
  .dafarm-home .produce-layout,
  .produce-layout,
  .purpose-layout,
  .location-layout,
  .greeting-layout,
  .login-layout,
  .vision-panel,
  .facility-overview,
  .floor-guide,
  .history-layout,
  .rental-layout,
  .space-detail-layout,
  .program-search,
  .news-search-heading,
  .contact-panel,
  .timeline,
  .reservation-mock,
  .news-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .news-search-heading .notice-search {
    width: 100%;
    justify-self: stretch;
  }

  .shortcut-dafarm-panel {
    height: 240px;
  }

  .shortcut-dafarm-slider .dafarm-product-track,
  .shortcut-dafarm-slider .dafarm-product-card,
  .shortcut-dafarm-slider .dafarm-product-card img {
    height: 240px;
  }

  .dafarm-home .produce-copy h2 {
    white-space: normal;
  }

  .dafarm-home .produce-copy {
    max-width: 100%;
    min-height: auto;
  }

  .dafarm-home .produce-layout {
    gap: 24px;
  }

  .dafarm-home .produce-image-frame {
    min-height: auto;
    padding: 22px;
  }

  .dafarm-home .produce-image {
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }

  .dafarm-product-card img {
    height: auto;
    max-height: 320px;
    aspect-ratio: 16 / 10;
  }

  .dafarm-product-nav {
    right: 32px;
    bottom: 30px;
  }

  .vision-board {
    grid-template-columns: 1fr;
  }

  .greeting-title,
  .floor-title {
    position: static;
  }

  .strategy-grid,
  .vision-flow,
  .vision-org-row,
  .vision-branch-row,
  .vision-value-grid,
  .reservation-card-grid,
  .space-application-grid,
  .transport-grid,
  .gallery-grid-list,
  .core-value-band,
  .core-org-grid,
  .core-branch-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .core-org {
    grid-template-columns: 1fr;
  }

  .location-contact-cards {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .location-info-lines {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .location-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-buttons {
    flex-wrap: wrap;
  }

  .program-list-card {
    grid-template-columns: 180px 1fr;
  }

  .program-list-card > a {
    grid-column: 2;
    justify-self: start;
    padding: 0 18px;
  }

  .process-list,
  .reservation-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-story {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  .container,
  .header-inner,
  .hero-content,
  .sub-hero-content,
  .quick-links,
  .service-banner {
    width: min(100% - 32px, 1180px);
  }

  .home-page .container,
  .home-page .header-inner,
  .home-page .service-banner {
    width: min(100% - 32px, 1480px);
  }

  .home-page .home-carousel {
    width: min(100% - 32px, 1480px);
  }

  .home-page .about-slide-content {
    width: min(100% - 48px, 1320px);
  }

  .sub-hero {
    width: min(100% - 32px, 1480px);
    min-height: 320px;
    margin-top: 18px;
  }

  .sub-hero-content {
    width: min(100% - 48px, 1320px);
    padding: 86px 0 48px;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 18px;
  }

  .hero {
    min-height: 680px;
  }

  .about-carousel {
    min-height: 620px;
  }

  .home-carousel {
    min-height: 496px;
  }

  .hero-content {
    padding: 120px 0 176px;
  }

  .about-slide-content {
    padding: 116px 0 120px;
  }

  .home-carousel .about-slide-content {
    padding: 278px 0 0;
  }

  .dafarm-home .produce-image {
    aspect-ratio: 4 / 3;
    max-height: none;
  }

  .favorite-menu-section {
    padding: 28px 0 34px;
  }

  .shortcut-dafarm-layout {
    gap: 30px;
  }

  .shortcut-panel {
    height: auto;
  }

  .shortcut-dafarm-panel {
    height: 240px;
    border-radius: 22px;
  }

  .shortcut-dafarm-overlay {
    inset: auto 22px 24px 22px;
    width: auto;
  }

  .shortcut-dafarm-overlay h3 {
    font-size: 26px;
    transform: translateY(-12px);
  }

  .shortcut-dafarm-overlay p {
    font-size: 15px;
    transform: translateY(-12px);
  }

  .shortcut-shop-button {
    width: min(240px, 100%);
  }

  .shortcut-dafarm-slider {
    min-height: 0;
  }

  .shortcut-dafarm-slider .dafarm-product-track,
  .shortcut-dafarm-slider .dafarm-product-card,
  .shortcut-dafarm-slider .dafarm-product-card img {
    height: 240px;
  }

  .dafarm-shop-button {
    width: min(310px, 100%);
    min-height: 76px;
    justify-content: center;
    padding: 0 22px;
  }

  .dafarm-cart-icon {
    width: 30px;
    height: 30px;
  }

  .dafarm-cart-icon svg {
    width: 26px;
    height: 26px;
  }

  .shortcut-dafarm-overlay .shortcut-shop-button .dafarm-cart-icon {
    width: 58px;
    height: 58px;
  }

  .shortcut-dafarm-overlay .shortcut-shop-button .dafarm-cart-icon svg {
    width: 52px;
    height: 52px;
  }

  .dafarm-product-card img {
    max-height: 280px;
    aspect-ratio: 4 / 3;
  }

  .dafarm-product-nav {
    right: 24px;
    bottom: 24px;
  }

  .about-arrow {
    top: 40%;
    width: 44px;
    height: 44px;
    font-size: 34px;
  }

  .about-arrow-prev {
    left: 14px;
  }

  .about-arrow-next {
    right: 14px;
  }

  .hero h1,
  .sub-hero h1,
  .about-slide-content h1,
  .about-slide-content h2 {
    font-size: 36px;
  }

  .hero-copy,
  .sub-hero p:not(.eyebrow),
  .about-slide-content p:not(.eyebrow),
  .intro-text p,
  .body-copy p,
  .section-heading p {
    font-size: 16px;
  }

  .hero-panel {
    left: 16px;
    right: 16px;
    bottom: 20px;
    width: auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-panel strong {
    padding: 14px 18px 4px;
  }

  .hero-panel span {
    min-height: 30px;
    padding: 4px 18px 10px;
  }

  .quick-links {
    grid-template-columns: 1fr;
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }

  .quick-links a {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-banner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    width: min(100% - 32px, 1180px);
  }

  .service-banner a {
    min-height: 116px;
    gap: 9px;
    padding: 8px 4px;
  }

  .shortcut-service-grid a {
    min-height: 96px;
    gap: 3px;
  }

  .shortcut-service-grid .service-icon {
    width: 66px;
    height: 42px;
    border-radius: 16px;
  }

  .shortcut-service-grid .service-icon svg {
    width: 36px;
    height: 36px;
  }

  .service-icon {
    width: 70px;
    height: 70px;
  }

  .service-icon svg {
    width: 42px;
    height: 42px;
  }

  .service-banner strong {
    font-size: 15px;
  }

  .event-panel {
    padding: 0;
  }

  .event-track {
    grid-auto-columns: minmax(236px, 92%);
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gallery-heading .line {
    display: none;
  }

  .gallery-heading h2 {
    padding: 0;
    background: transparent;
    font-size: 36px;
  }

  .gallery-track {
    grid-auto-columns: minmax(236px, 86%);
  }

  .open-forum-heading h2 {
    gap: 14px;
    font-size: 40px;
  }

  .gallery-title h2 {
    gap: 12px;
    font-size: clamp(32px, 8.4vw, 36px);
    white-space: nowrap;
  }

  .open-forum-heading h2::before,
  .open-forum-heading h2::after {
    width: 54px;
  }

  .gallery-title h2::before,
  .gallery-title h2::after {
    flex: 0 0 auto;
    width: clamp(28px, 10vw, 42px);
  }

  .apply-panel {
    padding: 32px 22px;
  }

  .apply-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 16px;
  }

  .board-list a {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .section {
    padding: 72px 0;
  }

  .vision-landing {
    padding: 68px 0 58px;
  }

  .vision-hero-layout {
    gap: 36px;
  }

  .vision-hero-copy h2 {
    font-size: 38px;
  }

  .vision-description {
    margin-top: 26px;
  }

  .vision-description p {
    font-size: 17px;
  }

  .vision-intro-section {
    padding-bottom: 52px;
  }

  .vision-intro-heading p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 17px;
  }

  .vision-direction {
    padding-top: 34px;
  }

  .vision-board {
    gap: 20px;
  }

  .vision-board-block {
    padding: 28px 18px 24px;
    border-radius: var(--radius);
  }

  .vision-board-block h3 {
    font-size: 20px;
  }

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

  .vision-value-grid article {
    min-height: 206px;
    padding: 20px 12px;
  }

  .vision-value-grid strong {
    font-size: 16px;
  }

  .vision-value-grid p {
    font-size: 13px;
  }

  .split-layout h2,
  .section-heading h2,
  .produce-copy h2,
  .dafarm-panel h2,
  .section-heading.compact h2 {
    font-size: 30px;
  }

  .feature-grid,
  .values-grid,
  .vision-flow,
  .vision-org-row,
  .vision-branch-row,
  .strategy-grid,
  .reservation-card-grid,
  .space-application-grid,
  .transport-grid,
  .transport-list,
  .location-contact-cards,
  .gallery-grid-list,
  .core-value-band,
  .core-org-grid,
  .core-branch-grid,
  .info-grid,
  .program-grid,
  .space-grid,
  .floor-section,
  .floor-section-three,
  .story-card-grid,
  .product-grid,
  .process-list,
  .reservation-steps {
    grid-template-columns: 1fr;
  }

  .map-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .map-buttons a {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 18px;
  }

  .map-illustration {
    min-height: 360px;
  }

  .kakao-map-frame {
    min-height: 380px;
  }

  .naver-map-card {
    min-height: 380px;
    aspect-ratio: auto;
  }

  .naver-map-card img {
    height: 380px;
  }

  .real-map-frame.official-map-frame {
    min-height: 380px;
  }

  .real-map-frame.official-map-frame iframe {
    height: 380px;
  }

  .kakao-map-frame .map-road {
    height: 34px;
  }

  .kakao-map-frame .map-road span,
  .map-green,
  .map-water,
  .map-building {
    font-size: 12px;
  }

  .map-green-one {
    left: -8%;
    width: 190px;
    height: 120px;
  }

  .map-green-two {
    right: -10%;
    width: 220px;
    height: 130px;
  }

  .map-building {
    min-width: 88px;
    min-height: 44px;
    padding: 8px;
  }

  .map-building-one {
    left: 6%;
    top: 36%;
  }

  .map-building-two {
    right: 6%;
    top: 28%;
  }

  .map-building-three {
    right: 10%;
    bottom: 22%;
  }

  .kakao-map-marker {
    width: 34px;
    height: 34px;
  }

  .kakao-map-marker span {
    left: -72px;
    top: -62px;
    min-width: 178px;
    font-size: 14px;
  }

  .real-map-frame {
    min-height: 380px;
  }

  .real-map-frame iframe {
    height: 380px;
  }

  .location-info-lines strong {
    display: flex;
    font-size: 22px;
  }

  .location-info-lines strong::after {
    display: none;
  }

  .location-info-lines p {
    font-size: 18px;
  }

  .location-info-lines span {
    display: block;
    margin-top: 8px;
  }

  .route-lines li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .location-contact-cards strong {
    display: flex;
    font-size: 22px;
  }

  .location-contact-cards strong::after {
    display: none;
  }

  .location-contact-cards p {
    display: block;
    margin-top: 8px;
    font-size: 18px;
  }

  .vision-node {
    width: calc(100% - 24px);
    margin-top: -38px;
    padding: 26px 22px;
  }

  .vision-node strong {
    font-size: 23px;
  }

  .vision-statement-block {
    padding: 42px 28px;
  }

  .vision-org-center {
    border-radius: var(--radius);
    padding: 34px 26px;
  }

  .vision-org-center::after,
  .vision-org-row::before,
  .vision-org-row article::before,
  .vision-center-card::before,
  .vision-center-card::after,
  .vision-branch-row::before,
  .vision-branch-row article::before,
  .core-center-card::after,
  .core-branch-grid::before,
  .core-branch-grid article::before {
    display: none;
  }

  .vision-org-row,
  .vision-branch-row,
  .core-branch-grid {
    margin-top: 10px;
    padding-top: 0;
  }

  .vision-top-card {
    padding: 28px 24px;
  }

  .vision-center-card {
    padding: 28px 22px;
  }

  .core-org-title {
    padding: 30px 26px;
  }

  .core-org-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .core-org-grid article:last-child {
    border-bottom: 0;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .subnav {
    top: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0 16px;
  }

  .subnav a {
    flex: 0 0 auto;
    min-width: auto;
    min-height: 50px;
    padding: 0 14px;
    font-size: 15px;
  }

  .subnav + .section,
  .subnav + .vision-landing {
    padding-top: 40px;
  }

  .greeting-title h2,
  .vision-split-lead h2,
  .vision-panel h2,
  .facility-overview h2,
  .program-search h2,
  .contact-panel h2,
  .floor-title h2 {
    font-size: 30px;
  }

  .subnav + .section .section-heading h2,
  .subnav + .section .greeting-title h2,
  .subnav + .section .vision-split-lead h2,
  .subnav + .section .facility-overview h2,
  .subnav + .section .program-search h2,
  .subnav + .section .contact-panel h2,
  .subnav + .section .location-heading-row h2,
  .subnav + .vision-landing .vision-hero-copy h2 {
    font-size: 30px;
    line-height: 1.34;
  }

  .greeting-copy p {
    font-size: 16px;
  }

  .history-list section,
  .history-list li,
  .facility-facts div,
  .space-detail-info dl div,
  .info-table div,
  .reserve-card dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .space-detail-photo img {
    min-height: 300px;
  }

  .space-detail-info {
    padding: 12px 0 0;
  }

  .refined-history .history-list section::before {
    display: none;
  }

  .facility-list article,
  .program-list-card,
  .program-list-card dl {
    grid-template-columns: 1fr;
  }

  .facility-list article > div:last-child {
    padding: 22px;
  }

  .program-list-card > a {
    grid-column: auto;
  }

  .search-panel,
  .notice-search,
  .program-toolbar,
  .notice-tools,
  .contact-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .notice-search input {
    min-width: 0;
  }

  .news-search-heading .notice-search {
    grid-template-columns: 1fr;
  }

  .news-search-heading .notice-search button {
    min-width: 0;
  }

  .search-panel button {
    width: 100%;
    flex-basis: auto;
  }

  .program-search .search-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .program-search .program-keyword-input {
    min-width: 0;
  }

  .program-search .search-panel button {
    grid-column: 1 / -1;
  }

  .contact-panel .button.primary {
    justify-self: start;
  }

  .contact-board-form label {
    grid-template-columns: 1fr;
  }

  .contact-form-row-split {
    grid-template-columns: 1fr;
  }

  .inquiry-title-row,
  .inquiry-applicant-row {
    grid-template-columns: 1fr;
  }

  .contact-form-row-lookup {
    grid-template-columns: 1fr;
  }

  .contact-form-row label + label {
    border-top: 0;
    border-left: 0;
  }

  .contact-board-form label > span {
    padding: 0;
    background: transparent;
  }

  .contact-board-form input {
    min-height: 50px;
    padding: 0 14px;
  }

  .contact-board-form textarea {
    padding: 14px;
  }

  .contact-board-form button {
    width: 100%;
  }

  .contact-lookup-section,
  .contact-answer-section {
    padding: 28px 22px;
  }

  .transport-list article {
    grid-template-columns: 1fr;
  }

  .story-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .story-item time {
    grid-row: auto;
  }

  .dafarm-panel,
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 30px;
  }

  .login-hero {
    padding: 58px 0 32px;
  }

  .login-welcome {
    font-size: 24px;
  }

  .login-hero p:not(.eyebrow) {
    font-size: 28px;
    line-height: 1.4;
  }

  .login-card {
    padding: 0;
  }

  .login-form input {
    min-height: 58px;
    padding: 0 18px;
    font-size: 17px;
  }

  .login-form button {
    min-height: 60px;
    margin-top: 24px;
    font-size: 18px;
  }

  .account-links a,
  .account-links button {
    padding: 0 12px;
    font-size: 16px;
  }

  .social-card h2 {
    gap: 10px;
    font-size: 20px;
  }

  .social-card h2::before,
  .social-card h2::after {
    width: min(56px, 14vw);
  }

  .social-login {
    width: 82px;
    height: auto;
    min-height: 0;
    padding: 0;
    font-size: 15px;
  }

  .social-mark {
    width: 62px;
    height: 62px;
  }

  .signup-banner {
    display: grid;
    padding: 30px 22px;
  }

  .signup-link {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .vision-split-layout,
  .space-detail-guide,
  .program-check-layout {
    grid-template-columns: 1fr;
  }

  .vision-split-lead {
    position: static;
    padding-top: 0;
  }

  .history-layout .section-heading.compact {
    position: static;
    height: auto;
  }

  .vision-split-lead p {
    max-width: 680px;
  }

  .vision-split-content .vision-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .inquiry-title-row,
  .inquiry-applicant-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .space-reservation-form:not(.program-apply-form) .reservation-basic-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-apply-form .reservation-basic-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .space-reservation-form:not(.program-apply-form) .reservation-basic-fields > label:nth-child(-n + 5),
  .space-reservation-form:not(.program-apply-form) .reservation-basic-fields > label:nth-child(n + 6),
  .program-apply-form .reservation-basic-fields > label:nth-child(-n + 2),
  .program-apply-form .reservation-basic-fields > label:nth-child(n + 3) {
    grid-column: auto;
  }

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

  .reservation-action button {
    min-height: 58px;
  }
}

@media (max-width: 720px) {
  .vision-split-layout {
    gap: 32px;
  }

  .vision-split-content .vision-value-grid,
  .space-reservation-fields,
  .reservation-basic-fields,
  .space-reservation-form:not(.program-apply-form) .reservation-basic-fields,
  .program-apply-form .reservation-basic-fields,
  .inquiry-title-row,
  .inquiry-applicant-row,
  .space-detail-guide,
  .program-check-list article {
    grid-template-columns: 1fr;
  }

  .vision-split-content .vision-value-grid article {
    min-height: 0;
  }

  .space-reservation-form,
  .space-detail-guide section,
  .program-check-form,
  .program-check-list article {
    padding: 24px 20px;
  }

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

  .program-check-form button {
    width: 100%;
  }

  .program-check-list p {
    grid-column: 1;
  }

  .check-detail-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .check-detail-list {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 1520px) {
  .admin-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

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

  .admin-panel-wide {
    grid-column: auto;
  }

}

@media (max-width: 1180px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

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

  .admin-sidebar-bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
  }

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

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

@media (max-width: 720px) {
  .admin-main {
    padding: 20px 16px 30px;
  }

  .admin-topbar,
  .admin-greeting {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-summary,
  .admin-secondary,
  .admin-sidebar-bottom,
  .admin-nav,
  .admin-work-item,
  .admin-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .admin-work-item > span,
  .admin-work-item > a {
    justify-self: start;
  }

  .admin-stat {
    min-height: 0;
  }

}
/* Admin/auth and board management additions */
.login-layout-single {
  max-width: 460px;
  grid-template-columns: 1fr;
}

.admin-login-card {
  width: 100%;
}

.login-card-heading {
  margin-bottom: 24px;
  text-align: center;
}

.login-card-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 34px);
}

.auth-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--forest);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.inquiry-board-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  max-width: 1180px;
}

.inquiry-admin-panel,
.admin-settings-card {
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 42, 77, 0.08);
}

.inquiry-list-panel,
.inquiry-write-panel {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.inquiry-write-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.inquiry-write-box {
  padding: 30px 34px 34px;
  border: 1px solid rgba(31, 90, 67, 0.16);
  border-radius: 8px;
  background: rgba(79, 138, 91, 0.08);
  box-shadow: 0 12px 30px rgba(23, 42, 31, 0.07);
}

.inquiry-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.inquiry-panel-head h3 {
  margin: 0;
  font-size: 1.25rem;
}

.private-badge,
.board-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0f6fe8;
  font-size: 0.82rem;
  font-weight: 700;
}

.inquiry-table-wrap {
  overflow-x: auto;
  max-width: 100%;
}

.inquiry-public-table td,
.inquiry-public-table th {
  white-space: nowrap;
}

.inquiry-public-table th,
.inquiry-write-box {
  background: #f1f6f1;
}

.inquiry-public-row {
  cursor: pointer;
}

.inquiry-public-row:focus-visible {
  outline: 3px solid rgba(15, 111, 232, 0.28);
  outline-offset: -3px;
}

.inquiry-public-row:hover td {
  background: #f7fbff;
}

.inquiry-answer-button {
  min-height: 30px;
  margin-left: 8px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: #0f6fe8;
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(10, 20, 35, 0.48);
}

.inquiry-modal[hidden] {
  display: none;
}

.inquiry-modal-dialog {
  width: min(720px, 100%);
  max-height: min(88vh, 780px);
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.inquiry-password-dialog {
  width: min(460px, 100%);
}

.inquiry-modal-dialog form,
.inquiry-detail-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.inquiry-modal-head,
.inquiry-modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.inquiry-modal-head h3 {
  margin: 4px 0 0;
  font-size: 1.28rem;
}

.inquiry-modal-head button,
.inquiry-modal-actions button {
  min-height: 40px;
  border: 1px solid rgba(15, 42, 77, 0.16);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.inquiry-modal-actions button[type="submit"] {
  padding: 0 18px;
  border-color: #0f6fe8;
  background: #0f6fe8;
  color: #fff;
}

.inquiry-modal-guide {
  margin: 0;
  color: #526071;
  line-height: 1.7;
}

.inquiry-modal-dialog label,
.inquiry-answer-form label {
  display: grid;
  gap: 8px;
  color: #344154;
  font-weight: 800;
}

.inquiry-modal-dialog input,
.inquiry-modal-dialog textarea {
  width: 100%;
  border: 1px solid rgba(15, 42, 77, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}

.inquiry-detail-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px 16px;
  margin: 0;
}

.inquiry-detail-meta div {
  display: grid;
  gap: 4px;
}

.inquiry-detail-meta dt {
  color: #6d7788;
  font-size: 0.82rem;
  font-weight: 800;
}

.inquiry-detail-meta dd {
  margin: 0;
  color: #152033;
  font-weight: 700;
}

.inquiry-detail-block {
  padding-top: 14px;
  border-top: 1px solid rgba(15, 42, 77, 0.1);
}

.inquiry-detail-block h4 {
  margin: 0 0 8px;
  color: #16243d;
  font-size: 1rem;
}

.inquiry-detail-block p {
  margin: 0;
  white-space: pre-wrap;
}

.inquiry-answer-form {
  display: grid;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 42, 77, 0.1);
}

.board-write-shell {
  display: grid;
  gap: 22px;
  max-width: 1180px;
}

.board-write-head,
.board-write-card-head,
.board-write-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.board-write-head h2,
.board-write-card-head h3 {
  margin: 4px 0 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-weight: 500;
}

.board-write-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.board-write-card-head h3 {
  font-size: 1.35rem;
}

.board-write-form {
  display: grid;
  gap: 20px;
}

.board-write-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.25fr);
  gap: 16px;
}

.board-gallery-fields {
  grid-template-columns: minmax(180px, 0.25fr) minmax(0, 1fr);
}

.board-write-form label,
.board-file-button {
  display: grid;
  gap: 8px;
  color: #344154;
  font-weight: 800;
}

.board-write-form input,
.board-write-form select,
.board-write-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 42, 77, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}

.board-write-title-field input {
  min-height: 56px;
  font-size: 1.08rem;
  font-weight: 800;
}

.board-write-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 42, 77, 0.08);
}

.board-toast-editor {
  min-width: 0;
}

.board-toast-editor .toastui-editor-contents img[data-board-editor-image] {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.board-toast-editor .toastui-editor-contents img.board-editor-image-selected {
  outline: 3px solid rgba(15, 111, 232, 0.68);
  outline-offset: 4px;
}

.board-toast-editor .toastui-editor-contents img.board-editor-image-editing {
  opacity: 0.7;
}

.board-image-toolbar {
  position: fixed;
  z-index: 1300;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(15, 42, 77, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 42, 77, 0.2);
}

.board-image-toolbar[hidden] {
  display: none;
}

.board-image-toolbar button {
  min-height: 32px;
  border: 0;
  border-radius: 6px;
  padding: 0 10px;
  background: transparent;
  color: #344154;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.board-image-toolbar button:hover,
.board-image-toolbar button.is-active {
  color: #0f6fe8;
  background: #eef5ff;
}

.board-editor-fallback {
  min-height: 420px;
}

.board-help-text {
  margin: 0;
  color: #667386;
  line-height: 1.65;
}

.board-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: #edf4ff;
  color: #0f6fe8;
  cursor: pointer;
}

.board-file-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.board-upload-list {
  display: grid;
  gap: 12px;
}

.board-image-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.board-upload-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #f9fbfd;
}

.board-file-item {
  grid-template-columns: minmax(0, 1fr);
}

.board-upload-item img {
  width: 86px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.board-upload-item strong {
  display: block;
  overflow-wrap: anywhere;
}

.board-upload-item p {
  margin: 4px 0 0;
  color: #667386;
  font-size: 0.9rem;
}

.cover-choice {
  display: inline-flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px !important;
  margin-top: 8px;
  font-size: 0.9rem;
}

.cover-choice input {
  width: auto;
}

.board-write-actions {
  justify-content: flex-end;
}

.board-write-actions button,
.board-write-actions .button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.board-write-actions button {
  background: #0f6fe8;
  color: #fff;
}

.image-edit-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(10, 20, 35, 0.5);
}

.image-edit-modal[hidden] {
  display: none;
}

.image-edit-dialog {
  display: grid;
  gap: 16px;
  width: min(920px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.image-edit-head,
.image-edit-tools,
.image-edit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.image-edit-head h3 {
  margin: 4px 0 0;
  font-size: 1.28rem;
}

.image-edit-head button,
.image-edit-tools button,
.image-edit-actions button {
  min-height: 40px;
  border: 1px solid rgba(15, 42, 77, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.image-edit-actions button:last-child {
  border-color: #0f6fe8;
  background: #0f6fe8;
  color: #fff;
}

.image-edit-canvas {
  min-height: 320px;
  max-height: 58vh;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2f7;
}

.image-edit-canvas img {
  display: block;
  max-width: 100%;
}

.inquiry-followup-wrap {
  margin-top: 28px;
}

.contact-answer-reply {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 42, 77, 0.1);
}

.board-admin-toolbar {
  margin-left: auto;
}

.board-admin-toolbar-bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 16px 0 0;
}

.board-admin-toolbar-bottom[hidden] {
  display: none;
}

.board-admin-toolbar-bottom .board-create-button {
  width: 112px;
  min-width: 112px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
}

[data-managed-board]:not(.is-board-ready) [data-board-list],
[data-managed-board]:not(.is-board-ready) [data-board-pagination] {
  visibility: hidden;
}

.board-loading-state {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted-ink);
  background: #fff;
  text-align: center;
  font-weight: 800;
}

.contact-board-form[data-contact-form] > button[type="submit"] {
  justify-self: end;
  width: 112px;
  min-width: 112px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--forest);
  font-size: 16px;
  font-weight: 900;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.contact-board-form[data-contact-form] > button[type="submit"]:hover,
.contact-board-form[data-contact-form] > button[type="submit"]:focus-visible {
  color: var(--forest);
  background: linear-gradient(135deg, #f4fae9 0%, #e6efd8 48%, #d7eac4 100%);
  filter: none;
}

.board-admin-toolbar-bottom .board-create-button::after {
  display: none;
}

.board-create-button:hover,
.board-create-button:focus-visible {
  color: var(--forest);
  background: linear-gradient(135deg, #f4fae9 0%, #e6efd8 48%, #d7eac4 100%);
}

.board-list-shell {
  position: relative;
}

.board-table-no-file {
  table-layout: fixed;
  width: 100%;
  min-width: 720px;
}

.board-table-no-file th:first-child,
.board-table-no-file td:first-child {
  width: 70px;
}

.board-table-no-file th:nth-child(2),
.board-table-no-file td:nth-child(2) {
  width: auto;
}

.board-table-no-file th:nth-child(3),
.board-table-no-file td:nth-child(3) {
  width: 118px;
}

.board-table-no-file th:nth-child(4),
.board-table-no-file td:nth-child(4) {
  width: 124px;
}

.board-table-no-file th:nth-child(5),
.board-table-no-file td:nth-child(5) {
  width: 72px;
}

.board-table-no-file th[data-board-action-head],
.board-table-no-file td.board-admin-actions-cell {
  width: 176px;
  padding-right: 8px;
  padding-left: 8px;
}

.board-create-button,
.board-admin-actions a,
.board-admin-actions button,
.board-title-button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
}

.board-create-button {
  transition: background 0.2s ease, color 0.2s ease;
}

.board-title-button {
  display: inline-block;
  max-width: min(100%, 640px);
  overflow: hidden;
  padding: 0;
  background: transparent;
  color: #16243d;
  font-weight: 700;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.board-title-button:hover {
  color: #0f6fe8;
}

.board-table tr.is-selected td {
  background: rgba(31, 90, 67, 0.06);
}

.board-table tr.is-hidden-row td {
  background: #f7f8f7;
  color: #6b746f;
}

.board-table tr.is-hidden-row .board-title-button {
  color: #59635e;
}

.board-title-cell {
  min-width: 0;
  white-space: nowrap;
}

.board-title-cell .board-title-button {
  max-width: calc(100% - 58px);
  vertical-align: middle;
}

.board-title-cell .board-title-button:only-child {
  max-width: 100%;
}

.board-admin-actions-cell .board-admin-actions {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 6px;
}

.gallery-grid-list article.is-selected {
  outline: 3px solid rgba(31, 90, 67, 0.18);
  outline-offset: 2px;
}

.gallery-grid-list article.is-hidden-row {
  background: #f7f8f7;
  opacity: 0.86;
}

.gallery-detail-button {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.gallery-detail-button span {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.gallery-detail-button strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-detail-button time,
.gallery-detail-button small {
  color: var(--muted-ink);
  font-size: 14px;
  font-weight: 700;
}

.gallery-detail-button:hover strong,
.gallery-detail-button:focus-visible strong {
  color: #0f6fe8;
}

.board-inline-detail {
  margin-top: 10px;
  padding: 12px;
  border-radius: 8px;
  background: #f6f8fb;
  color: #4d5b6f;
  line-height: 1.7;
  white-space: normal;
}

.board-content-view {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-content-view::after,
.board-toast-editor .toastui-editor-contents::after {
  display: block;
  clear: both;
  content: "";
}

.board-content-view p,
.board-content-view figure,
.board-content-view blockquote,
.board-content-view ul,
.board-content-view ol,
.board-content-view div,
.board-content-view span,
.board-content-view li,
.board-content-view dd,
.board-content-view dt {
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-content-view > * + * {
  margin-top: 14px;
}

.board-content-view img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.board-content-view video,
.board-content-view iframe,
.board-content-view embed,
.board-content-view object,
.board-toast-editor .toastui-editor-contents video,
.board-toast-editor .toastui-editor-contents iframe,
.board-toast-editor .toastui-editor-contents embed,
.board-toast-editor .toastui-editor-contents object {
  max-width: 100%;
}

.board-content-view img.image-align-left,
.board-toast-editor .toastui-editor-contents img.image-align-left {
  float: left;
  width: min(360px, 45%);
  margin: 4px 20px 14px 0;
}

.board-content-view img.image-align-right,
.board-toast-editor .toastui-editor-contents img.image-align-right {
  float: right;
  width: min(360px, 45%);
  margin: 4px 0 14px 20px;
}

.board-content-view img.image-align-center,
.board-toast-editor .toastui-editor-contents img.image-align-center {
  display: block;
  margin: 14px auto;
  clear: both;
}

.board-content-view img.image-inline,
.board-toast-editor .toastui-editor-contents img.image-inline {
  display: inline-block;
  width: auto;
  max-width: min(220px, 42%);
  margin: 0 6px;
  vertical-align: middle;
}

.board-content-view figure {
  display: grid;
  gap: 8px;
  max-width: 100%;
  overflow: hidden;
}

.board-content-view a {
  color: #0f6fe8;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-content-view ul,
.board-content-view ol {
  padding-left: 1.2em;
}

.board-content-view blockquote {
  padding: 10px 14px;
  border-left: 4px solid rgba(31, 90, 67, 0.24);
  background: rgba(31, 90, 67, 0.06);
}

.board-content-view pre,
.board-content-view code,
.board-toast-editor .toastui-editor-contents pre,
.board-toast-editor .toastui-editor-contents code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-content-view pre,
.board-toast-editor .toastui-editor-contents pre {
  overflow-x: auto;
}

.board-content-view table,
.board-toast-editor .toastui-editor-contents table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: normal;
}

.board-detail-shell {
  margin-top: 24px;
}

.board-detail-shell[hidden] {
  display: none;
}

.board-detail-card {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  display: grid;
  gap: 22px;
  padding: 32px 34px;
  border: 1px solid rgba(31, 90, 67, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 42, 31, 0.07);
}

.board-detail-head {
  min-width: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(31, 90, 67, 0.12);
  padding-bottom: 18px;
}

.board-detail-head > div {
  min-width: 0;
  max-width: 100%;
}

.board-detail-head h3 {
  max-width: 100%;
  margin: 6px 0 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.28;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-detail-head .eyebrow,
.board-write-head .eyebrow,
.board-write-card-head .eyebrow,
.image-edit-head .eyebrow {
  width: fit-content;
  max-width: 100%;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31, 90, 67, 0.08);
  color: var(--forest);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.board-detail-meta {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
}

.board-detail-meta div {
  min-width: 0;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-detail-meta dt {
  color: var(--forest);
  font-size: 14px;
  font-weight: 900;
}

.board-detail-meta dd {
  min-width: 0;
  margin: 0;
  color: var(--muted-ink);
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-detail-image {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #eef2eb;
}

.board-detail-image img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.board-detail-content {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: #28352f;
  font-size: 17px;
  line-height: 1.85;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-toast-editor .toastui-editor-contents {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-toast-editor .toastui-editor-contents * {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.board-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.board-admin-actions a,
.board-admin-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 8px;
  background: #edf4ff;
  color: #0f6fe8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.board-admin-actions button:last-child {
  background: #fff3f0;
  color: #c23a2b;
}

.board-admin-actions .board-restore-button {
  background: #eaf8ef;
  color: #24733f;
}

.board-admin-actions .board-delete-button {
  background: #ffe7e3;
  color: #b42318;
}

.board-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 2px 7px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0f6fe8;
  min-height: 24px;
  font-size: 0.76rem;
  font-weight: 800;
}

.board-status-chip.is-hidden {
  background: #f1f2f0;
  color: #59635e;
}

.board-editor-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 20, 35, 0.46);
}

.board-editor-modal[hidden] {
  display: none;
}

.board-editor-dialog {
  width: min(720px, 100%);
  max-height: min(90vh, 780px);
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.board-editor-dialog form,
.admin-settings-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.admin-settings-form {
  grid-template-columns: minmax(170px, 1fr) minmax(170px, 1fr) minmax(140px, 0.72fr) minmax(220px, 1.35fr);
  align-items: end;
}

.admin-settings-display-name {
  grid-column: span 2;
}

.admin-settings-role {
  grid-column: span 1;
}

.admin-settings-active {
  grid-column: span 1;
}

.admin-settings-form .form-status {
  grid-column: 1 / 4;
  grid-row: 3;
  min-height: 22px;
}

.admin-settings-form button[type="submit"] {
  grid-column: 4;
  grid-row: 3;
  justify-self: end;
  width: 50%;
  min-width: 120px;
  margin-top: 16px;
  min-height: 38px;
}

.board-editor-head,
.board-editor-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.board-editor-head h3 {
  margin: 0;
  font-size: 1.25rem;
}

.board-editor-head button,
.board-editor-actions button {
  min-height: 40px;
  border: 1px solid rgba(15, 42, 77, 0.16);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}

.board-editor-actions button[type="submit"] {
  padding: 0 18px;
  border-color: #0f6fe8;
  background: #0f6fe8;
  color: #fff;
}

.board-editor-dialog label,
.admin-settings-form label,
.inquiry-admin-item label {
  display: grid;
  gap: 8px;
  color: #344154;
  font-weight: 700;
}

.board-editor-dialog input,
.board-editor-dialog textarea,
.board-editor-dialog select,
.admin-settings-form input,
.admin-settings-form select,
.inquiry-admin-item textarea {
  width: 100%;
  border: 1px solid rgba(15, 42, 77, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}

.admin-settings-form label {
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
}

.admin-settings-form input,
.admin-settings-form select {
  min-height: 38px;
  padding: 0 13px;
  background: #f9fbfe;
  color: #24324a;
  font-size: 14px;
  font-weight: 800;
}

.admin-settings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

.admin-settings-section {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.admin-settings-section + .admin-settings-section {
  padding-top: 20px;
  border-top: 15px solid rgba(7, 61, 146, 0.55);
}

.admin-settings-section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.admin-settings-section-head p {
  margin: 0;
  color: #526177;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.admin-settings-section-title {
  margin: 0;
  color: #17243a;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.admin-settings-section-title::before {
  content: "[";
  margin-right: 4px;
  color: #0f6fe8;
}

.admin-settings-section-title::after {
  content: "]";
  margin-left: 4px;
  color: #0f6fe8;
}

.admin-settings-list,
.inquiry-admin-list {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.admin-settings-list {
  display: block;
  padding: 0;
}

.admin-settings-table-wrap {
  overflow-x: visible;
}

.admin-settings-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.admin-settings-table th,
.admin-settings-table td {
  box-sizing: border-box;
  padding: 13px 8px;
  border-bottom: 1px solid rgba(15, 42, 77, 0.08);
  color: #24324a;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: keep-all;
  white-space: normal;
}

.admin-settings-table thead tr {
  height: 58px;
}

.admin-settings-table thead th {
  height: 58px;
  min-height: 58px;
  padding: 0 9px;
  color: #fff;
  background: #0f6fe8;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.admin-settings-table tbody tr:hover td {
  background: #f8fbff;
}

.admin-settings-table tr.is-selected td {
  background: #eef5ff;
  box-shadow: inset 0 1px 0 rgba(15, 111, 232, 0.14), inset 0 -1px 0 rgba(15, 111, 232, 0.14);
}

.admin-settings-table tr.is-selected td:first-child {
  box-shadow: inset 3px 0 0 #0f6fe8, inset 0 1px 0 rgba(15, 111, 232, 0.14), inset 0 -1px 0 rgba(15, 111, 232, 0.14);
}

.admin-settings-table tr.is-inactive td {
  color: #667085;
  background: #f7f9fc;
}

.admin-settings-col-active {
  width: 8%;
}

.admin-settings-col-role {
  width: 9%;
}

.admin-settings-col-display {
  width: 14%;
}

.admin-settings-col-name {
  width: 13%;
}

.admin-settings-col-email {
  width: 31%;
}

.admin-settings-col-birth {
  width: 14%;
}

.admin-settings-col-gender {
  width: 11%;
}

.admin-settings-text-strong {
  color: #17243a;
  font-weight: 900;
}

.admin-settings-name-cell button {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: 0;
  color: #17243a;
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: keep-all;
  white-space: normal;
  cursor: pointer;
}

.admin-settings-name-cell button:hover,
.admin-settings-name-cell button:focus-visible {
  color: #0f6fe8;
  text-decoration: underline;
}

.admin-settings-email-cell {
  color: #526177;
}

.admin-staff-active,
.admin-staff-role-admin {
  color: #0f5fa8;
  background: #e7f2ff;
}

.admin-staff-inactive {
  color: #5b6474;
  background: #eef2f7;
}

.admin-staff-role-staff {
  color: #116149;
  background: #e9f8f1;
}

.admin-settings-item,
.inquiry-admin-item {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #fff;
}

.admin-settings-item {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.admin-settings-item.is-inactive {
  background: #f7f9fc;
  opacity: 0.78;
}

.admin-settings-person {
  display: grid;
  gap: 4px;
}

.admin-settings-item span,
.admin-settings-item small,
.inquiry-admin-meta p {
  color: #6c788b;
}

.admin-settings-item span {
  font-size: 15px;
  font-weight: 800;
}

.admin-settings-item small {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.admin-settings-section .admin-settings-form {
  padding: 0;
}

.inquiry-admin-meta span {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef9f1;
  color: #14823b;
  font-size: 0.78rem;
  font-weight: 800;
}

.inquiry-admin-content {
  margin: 0;
  color: #344154;
  line-height: 1.7;
  white-space: pre-wrap;
}

.inquiry-admin-actions {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .inquiry-board-layout,
  .admin-settings-grid {
    grid-template-columns: 1fr;
  }

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

  .admin-settings-display-name,
  .admin-settings-role,
  .admin-settings-active,
  .admin-settings-form button[type="submit"],
  .admin-settings-form .form-status {
    grid-column: auto;
    grid-row: auto;
  }

  .admin-settings-form .form-status {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .board-editor-dialog form,
  .admin-settings-form,
  .inquiry-admin-list {
    padding: 18px;
  }

  .admin-settings-form,
  .admin-settings-list {
    padding: 0;
  }

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

  .admin-settings-display-name,
  .admin-settings-role,
  .admin-settings-active,
  .admin-settings-form button[type="submit"],
  .admin-settings-form .form-status {
    grid-column: 1;
    grid-row: auto;
  }

  .admin-settings-form button[type="submit"] {
    justify-self: stretch;
    width: 100%;
  }

  .admin-settings-item {
    grid-template-columns: 1fr;
  }

  .inquiry-write-box {
    padding: 22px 18px 24px;
  }

}

.nav-admin-page-link {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff;
  background: #073d92;
  font-weight: 900;
}

.nav-admin-page-link:hover,
.nav-admin-page-link:focus-visible {
  color: #fff;
  background: #0f6fe8;
}

.admin-approval-page {
  background: #f3f7fb;
}

.admin-approval-main {
  padding-bottom: 64px;
}

.admin-approval-hero {
  border-bottom: 2px solid rgba(7, 61, 146, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.admin-approval-hero-inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.24fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 14px 0 12px;
}

.admin-approval-title-block {
  display: grid;
  align-content: center;
  min-height: 74px;
}

.admin-approval-hero h1 {
  margin: 0;
  color: #17243a;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}

.admin-approval-hero p:not(.eyebrow) {
  margin: 0;
  color: #687689;
  font-weight: 700;
}

.admin-approval-session {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(25, 44, 72, 0.08);
}

.admin-approval-session span {
  color: #344154;
  font-size: 14px;
  font-weight: 800;
}

.admin-approval-session a,
.admin-refresh-button,
.admin-pending-item a,
.admin-bulk-toolbar button,
.admin-program-filter-action button,
.admin-approval-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: background 0.2s ease, color 0.2s ease;
}

.admin-approval-session a,
.admin-refresh-button,
.admin-pending-item a {
  padding: 0 14px;
  color: #fff;
  background: #073d92;
}

.admin-approval-session a:hover,
.admin-approval-session a:focus-visible,
.admin-pending-item a:hover,
.admin-pending-item a:focus-visible {
  color: #fff;
  background: #0f6fe8;
}

.admin-refresh-button:hover,
.admin-refresh-button:focus-visible {
  color: #fff;
  background: #0f6fe8;
}

.admin-page .button.primary,
.admin-page .button.danger,
.admin-page .admin-settings-submit {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #073d92;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.admin-page .button.primary:disabled,
.admin-page .button.primary:disabled:hover,
.admin-page .button.primary:disabled:focus-visible,
.admin-page .button.danger:disabled,
.admin-page .button.danger:disabled:hover,
.admin-page .button.danger:disabled:focus-visible,
.admin-page .admin-settings-submit:disabled,
.admin-page .admin-settings-submit:disabled:hover,
.admin-page .admin-settings-submit:disabled:focus-visible {
  color: #fff;
  background: #073d92;
  cursor: default;
  opacity: 1;
}

.admin-page .button.primary:hover,
.admin-page .button.primary:focus-visible,
.admin-page .admin-settings-submit:hover,
.admin-page .admin-settings-submit:focus-visible {
  color: #fff;
  background: #0f6fe8;
}

.admin-page .button.danger {
  border: 1px solid rgba(174, 38, 38, 0.28);
  color: #a42f2f;
  background: #fff2f2;
}

.admin-page .button.danger:hover,
.admin-page .button.danger:focus-visible {
  color: #fff;
  background: #b42323;
}

.admin-refresh-button:focus-visible,
.admin-bulk-toolbar button:focus-visible,
.admin-program-filter-action button:focus-visible,
.admin-approval-actions button:focus-visible,
.admin-page .button.primary:focus-visible,
.admin-page .button.danger:focus-visible,
.admin-page .admin-settings-submit:focus-visible {
  outline: 3px solid rgba(15, 111, 232, 0.24);
  outline-offset: 2px;
}

.admin-page .button.primary::after,
.admin-page .button.danger::after {
  display: none;
}

.admin-pending-summary {
  display: grid;
  grid-template-columns: minmax(270px, 300px) repeat(3, minmax(176px, 196px));
  align-self: end;
  justify-content: end;
  gap: 10px;
  min-width: 0;
  margin-top: 0;
}

.admin-pending-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 9px 12px;
  border: 2px solid rgba(31, 127, 214, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 100%),
    linear-gradient(135deg, #eef8ff 0%, #f8fbff 100%);
  box-shadow: 0 12px 30px rgba(25, 44, 72, 0.08);
}

.admin-pending-program {
  border-color: rgba(28, 174, 126, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 100%),
    linear-gradient(135deg, #eefcf5 0%, #f7fffb 100%);
}

.admin-pending-inquiry {
  border-color: rgba(234, 151, 34, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 100%),
    linear-gradient(135deg, #fff7e9 0%, #fffcf5 100%);
}

.admin-pending-admin {
  min-width: 0;
  border-color: rgba(100, 116, 139, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 100%),
    linear-gradient(135deg, #f1f5f9 0%, #fbfcfe 100%);
}

.admin-pending-card::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.7) 100%);
  pointer-events: none;
}

.admin-pending-logo {
  border: 1px solid rgba(100, 116, 139, 0.16);
  color: #475569;
  background: #eef2f7;
}

.admin-pending-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #1d76d3;
  background: rgba(45, 142, 239, 0.16);
}

.admin-pending-program .admin-pending-icon {
  color: #1cae7e;
  background: rgba(28, 174, 126, 0.17);
}

.admin-pending-inquiry .admin-pending-icon {
  color: #ef941e;
  background: rgba(239, 148, 30, 0.18);
}

.admin-pending-admin .admin-pending-logo {
  border-color: rgba(100, 116, 139, 0.16);
  color: #475569;
  background: #eef2f7;
}

.admin-pending-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-pending-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 10px;
}

.admin-pending-copy > span {
  color: #17243a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
}

.admin-pending-count {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  gap: 3px;
  margin-top: 0;
  padding: 0;
  border: 0;
  color: #111827;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.admin-pending-email {
  display: block;
  overflow: hidden;
  max-width: 100%;
  color: #344154;
  font-size: 15.5px;
  font-weight: 700;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-pending-copy > .admin-pending-email {
  color: #344154;
  font-size: 15.5px;
  text-align: right;
  font-weight: 700;
}

.admin-pending-admin .admin-pending-copy {
  min-width: 0;
}

.admin-pending-admin .admin-pending-email {
  width: 100%;
  padding-right: 0;
  text-align: right;
}

.admin-pending-status {
  color: #344154;
  font-size: 13px;
  font-weight: 900;
}

.admin-pending-count strong {
  color: inherit;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.admin-pending-unit {
  color: #344154;
  font-size: 13px;
  font-weight: 900;
}

.admin-pending-count:hover,
.admin-pending-count:focus-visible {
  color: #073d92;
}

.admin-pending-count:hover strong,
.admin-pending-count:focus-visible strong {
  color: #073d92;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.admin-pending-board,
.admin-approval-tabs {
  margin-top: 14px;
  padding: 24px;
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(25, 44, 72, 0.08);
}

.admin-approval-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-approval-section-head h2 {
  margin: 4px 0 0;
  color: #17243a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.admin-pending-list {
  display: grid;
  gap: 10px;
}

.admin-pending-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(15, 42, 77, 0.08);
  border-radius: 8px;
  background: #f9fbfe;
}

.admin-pending-item > span {
  display: inline-flex;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0f6fe8;
  background: #eef5ff;
  font-size: 13px;
  font-weight: 900;
}

.admin-pending-item strong {
  color: #24324a;
}

.admin-pending-item p {
  margin: 4px 0 0;
  color: #687689;
  font-size: 14px;
  font-weight: 700;
}

.admin-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(15, 42, 77, 0.1);
}

.admin-tab-list button {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #687689;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.admin-tab-list button.is-active {
  color: #0f6fe8;
  border-bottom-color: #0f6fe8;
}

.admin-tab-list button:hover,
.admin-tab-list button:focus-visible {
  color: #073d92;
  border-bottom-color: #073d92;
}

.admin-tab-panel[hidden] {
  display: none;
}

.admin-approval-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.admin-approval-list-title {
  margin: 0;
  color: #0d2f5c;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}

.admin-approval-list-title::before {
  content: "[";
  margin-right: 4px;
  color: #0f6fe8;
}

.admin-approval-list-title::after {
  content: "]";
  margin-left: 4px;
  color: #0f6fe8;
}

.admin-bulk-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #f3f7ff;
}

.admin-approval-list-head .admin-bulk-toolbar {
  flex: 0 1 auto;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 0 0 auto;
  padding: 10px 12px;
}

.admin-approval-list-head .admin-list-control-group,
.admin-approval-list-head .admin-bulk-action-group {
  gap: 6px;
}

.admin-list-control-group,
.admin-bulk-action-group {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.admin-page-size-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
}

.admin-page-size-control select {
  min-height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(15, 42, 77, 0.16);
  border-radius: 8px;
  color: #24324a;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.admin-page-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.admin-page-nav-bottom {
  width: 100%;
  margin-top: 14px;
}

.admin-bulk-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(15, 42, 77, 0.12);
  border-radius: 8px;
  color: #24324a;
  background: #f6f9fc;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.admin-bulk-select input,
.admin-row-check {
  width: 18px;
  height: 18px;
  accent-color: #0f6fe8;
  cursor: pointer;
}

.admin-bulk-toolbar span {
  min-width: 72px;
  color: #687689;
  font-size: 14px;
  font-weight: 800;
}

.admin-program-approval-toolbar {
  flex: 0 1 auto;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
}

.admin-approval-list-head .admin-program-approval-toolbar {
  flex: 0 1 auto;
  gap: 8px;
  min-width: 0;
}

.admin-program-approval-search {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 1 auto;
  min-width: 0;
}

.admin-program-approval-search label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
  min-width: 0;
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.admin-program-approval-search input {
  width: clamp(210px, 22vw, 260px);
  max-width: none;
  min-width: 0;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(15, 42, 77, 0.16);
  border-radius: 8px;
  color: #24324a;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.admin-program-approval-search button {
  flex: 0 0 auto;
  min-width: 86px;
}

.admin-program-approval-toolbar .admin-bulk-action-group {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  padding-left: 18px;
  border-left: 1px solid rgba(15, 42, 77, 0.13);
}

.admin-bulk-toolbar button {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #073d92;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.admin-bulk-toolbar button:disabled {
  cursor: default;
  opacity: 1;
}

.admin-page-nav button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(15, 42, 77, 0.14);
  color: #24324a;
  background: #fff;
}

.admin-page-nav button:hover:not(:disabled),
.admin-page-nav button:focus-visible:not(:disabled) {
  color: #fff;
  border-color: #0f6fe8;
  background: #0f6fe8;
}

.admin-page-nav span {
  min-width: 48px;
  color: #526177;
  text-align: center;
}

.admin-list-page-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
}

.admin-list-page-controls {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
}

.admin-list-page-controls button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(15, 42, 77, 0.12);
  border-radius: 8px;
  color: #24324a;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.admin-list-page-controls button:hover:not(:disabled),
.admin-list-page-controls button:focus-visible:not(:disabled) {
  color: #fff;
  border-color: #0f6fe8;
  background: #0f6fe8;
}

.admin-list-page-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.admin-list-page-controls span {
  min-width: 48px;
  color: #526177;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.admin-page-size-control-footer {
  grid-column: 3;
  justify-self: end;
}

.admin-approval-table-wrap {
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.admin-approval-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  table-layout: fixed;
}

.admin-approval-table caption,
.admin-program-list-table caption {
  caption-side: top;
  padding: 0 0 12px;
  color: #17243a;
  text-align: left;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.admin-approval-table caption::before,
.admin-program-list-table caption::before,
.admin-approval-tabs .admin-panel-heading h2::before {
  content: "[";
  margin-right: 4px;
  color: #0f6fe8;
}

.admin-approval-table caption::after,
.admin-program-list-table caption::after,
.admin-approval-tabs .admin-panel-heading h2::after {
  content: "]";
  margin-left: 4px;
  color: #0f6fe8;
}

.admin-approval-table th,
.admin-approval-table td {
  padding: 15px 11px;
  border-bottom: 1px solid rgba(15, 42, 77, 0.08);
  text-align: left;
  vertical-align: middle;
}

.admin-approval-table th,
.admin-program-list-table th {
  color: #fff;
  background: #0f6fe8;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.admin-approval-table td {
  color: #24324a;
  font-size: 15px;
  font-weight: 700;
}

.admin-approval-table th:nth-child(1),
.admin-approval-table td:nth-child(1) {
  width: 54px;
}

.admin-approval-table th:nth-child(2),
.admin-approval-table td:nth-child(2) {
  width: 28%;
}

.admin-approval-table th:nth-child(3),
.admin-approval-table td:nth-child(3) {
  width: 15%;
}

.admin-approval-table th:nth-child(4),
.admin-approval-table td:nth-child(4) {
  width: 18%;
}

.admin-approval-table th:nth-child(5),
.admin-approval-table td:nth-child(5) {
  width: 22%;
}

.admin-approval-table th:nth-child(6),
.admin-approval-table td:nth-child(6) {
  width: 150px;
}

.admin-approval-table tbody tr:hover td {
  background: #f8fbff;
}

.admin-select-cell {
  width: 54px;
  text-align: center;
}

.admin-select-cell input {
  display: inline-block;
}

.admin-detail-link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: transparent;
  color: #0f4fb8;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-detail-link:hover,
.admin-detail-link:focus-visible {
  color: #073d92;
}

.admin-approval-actions {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.admin-approval-actions button {
  min-height: 38px;
  padding: 0 12px;
  color: #fff;
  background: #073d92;
}

.admin-approval-actions button:last-child {
  background: #073d92;
}

.admin-approval-actions button:disabled,
.admin-refresh-button:disabled {
  cursor: default;
  opacity: 1;
}

.admin-refresh-button:disabled:hover,
.admin-refresh-button:disabled:focus-visible {
  color: #0f6fe8;
  background: #eef5ff;
}

.admin-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 20, 35, 0.46);
}

.admin-detail-modal[hidden] {
  display: none;
}

.admin-detail-dialog {
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  display: grid;
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(15, 42, 77, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 76px rgba(10, 20, 35, 0.26);
}

.admin-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 42, 77, 0.1);
}

.admin-detail-head h3 {
  margin: 4px 0 0;
  color: #17243a;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.admin-detail-close {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(15, 42, 77, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #526177;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.admin-detail-grid div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15, 42, 77, 0.08);
  border-radius: 8px;
  background: #f8fbff;
}

.admin-detail-grid dt {
  margin: 0 0 6px;
  color: #687689;
  font-size: 13px;
  font-weight: 900;
}

.admin-detail-grid dd {
  margin: 0;
  color: #24324a;
  font-weight: 800;
  line-height: 1.6;
  white-space: pre-wrap;
}

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

.admin-detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 4px;
}

.admin-detail-actions .button::after {
  display: none;
}

@media (max-width: 1100px) {
  .admin-approval-hero-inner {
    grid-template-columns: 1fr;
  }

  .admin-pending-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .admin-approval-title-block {
    min-height: auto;
  }
}

@media (max-width: 920px) {
  .admin-pending-item {
    grid-template-columns: 1fr;
  }

  .board-write-head,
  .board-write-card-head,
  .board-write-actions,
  .image-edit-head,
  .image-edit-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .board-write-grid,
  .board-gallery-fields {
    grid-template-columns: 1fr;
  }

  .board-write-card,
  .board-detail-card,
  .image-edit-dialog,
  .inquiry-modal-dialog form,
  .inquiry-detail-card {
    padding: 18px;
  }

  .board-detail-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .board-detail-meta {
    display: grid;
    gap: 8px;
  }

  .board-content-view img.image-align-left,
  .board-content-view img.image-align-right,
  .board-toast-editor .toastui-editor-contents img.image-align-left,
  .board-toast-editor .toastui-editor-contents img.image-align-right {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 14px auto;
  }

  .board-image-toolbar {
    max-width: calc(100vw - 24px);
    overflow-x: auto;
  }

  .gallery-detail-button span {
    padding: 14px;
  }

  .board-upload-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .board-upload-item img {
    width: 72px;
  }

  .image-edit-canvas {
    min-height: 240px;
  }

  .admin-approval-table {
    min-width: 700px;
  }

  .admin-approval-list-head {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .admin-approval-list-title {
    white-space: normal;
  }

  .admin-approval-list-head .admin-bulk-toolbar {
    margin-left: 0;
  }

  .admin-program-approval-toolbar {
    flex: 1 1 auto;
    flex-wrap: wrap;
    min-width: 0;
  }

  .admin-approval-list-head .admin-program-approval-toolbar {
    flex: 1 1 auto;
    min-width: 0;
  }

  .admin-bulk-toolbar,
  .admin-list-control-group,
  .admin-bulk-action-group {
    align-items: stretch;
    width: 100%;
  }

  .admin-program-approval-search,
  .admin-program-approval-search input {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .admin-program-approval-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 6px;
  }

  .admin-program-approval-search label {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }

  .admin-program-approval-search button {
    width: auto;
    min-width: 96px;
  }

  .admin-program-approval-toolbar .admin-bulk-action-group {
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(15, 42, 77, 0.13);
    border-left: 0;
  }

  .admin-list-control-group,
  .admin-bulk-action-group {
    justify-content: space-between;
  }

  .admin-detail-dialog {
    padding: 20px;
  }

  .admin-detail-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 640px) {
  .admin-pending-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .flatpickr-calendar.kkoom-space-calendar {
    width: calc(100vw - 32px);
    padding: 10px;
  }

  .flatpickr-calendar.kkoom-space-calendar .flatpickr-days,
  .flatpickr-calendar.kkoom-space-calendar .dayContainer {
    width: calc(100vw - 56px);
    min-width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  .flatpickr-calendar.kkoom-space-calendar .flatpickr-day {
    width: calc((100vw - 70px) / 7);
    max-width: calc((100vw - 70px) / 7);
    height: 44px;
    line-height: 44px;
  }
}

.privacy-consent {
  display: flex !important;
  grid-column: 1 / -1;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(31, 90, 67, 0.14);
  border-radius: 8px;
  background: rgba(232, 246, 236, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
  color: #295843 !important;
  font-size: 14px !important;
  line-height: 1.55;
}

.privacy-consent input {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px;
  margin-top: 0;
  accent-color: var(--green);
}

.contact-board-form .privacy-consent {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: flex-start !important;
  column-gap: 10px !important;
  height: auto !important;
  min-height: auto !important;
  margin: 6px 0 16px;
  padding: 14px 14px 20px;
  overflow: visible !important;
}

.contact-board-form .privacy-consent input[type="checkbox"] {
  appearance: auto;
  flex: 0 0 18px;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: initial !important;
  box-shadow: none;
}

.contact-board-form .privacy-consent span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding-bottom: 2px;
  line-height: 1.62;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.program-apply-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  color: #667085;
  background: #eef2f6;
  font-weight: 900;
}

.program-list-empty {
  grid-column: 1 / -1;
}

.admin-program-list-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.admin-program-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.admin-program-list-title {
  flex: 0 0 auto;
  margin: 0;
  color: #17243a;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.admin-program-list-title::before {
  content: "[";
  margin-right: 4px;
  color: #0f6fe8;
}

.admin-program-list-title::after {
  content: "]";
  margin-left: 4px;
  color: #0f6fe8;
}

.admin-program-filterbar {
  display: grid;
  grid-template-columns: minmax(160px, 1.35fr) repeat(6, minmax(76px, 0.82fr)) minmax(132px, 0.9fr);
  gap: 10px;
  align-items: end;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #f3f7ff;
}

.admin-space-filterbar {
  grid-template-columns: minmax(180px, 1.35fr) repeat(4, minmax(84px, 0.9fr)) minmax(132px, 0.9fr);
}

.admin-program-filterbar label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
}

.admin-program-filter-keyword {
  min-width: 0;
}

.admin-program-filterbar select,
.admin-program-filterbar input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(15, 42, 77, 0.13);
  border-radius: 8px;
  background: #fff;
  color: #24324a;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.admin-program-filterbar select {
  padding: 0 10px;
}

.admin-program-filterbar input {
  padding: 0 12px;
}

.admin-program-approval-search input::placeholder,
.admin-program-filterbar input::placeholder,
.admin-program-form input::placeholder,
.admin-program-form textarea::placeholder,
.admin-settings-form input::placeholder {
  color: #8a95a5;
  opacity: 1;
}

.admin-program-filter-action {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  min-width: 0;
}

.admin-program-filter-action button {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 0 9px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #073d92;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.admin-program-filter-action button.is-secondary {
  border: 1px solid rgba(7, 61, 146, 0.22);
  color: #073d92;
  background: #fff;
}

.admin-program-filter-action button:hover,
.admin-program-filter-action button:focus-visible,
.admin-bulk-toolbar button:hover:not(:disabled),
.admin-bulk-toolbar button:focus-visible:not(:disabled),
.admin-approval-actions button:hover:not(:disabled),
.admin-approval-actions button:focus-visible:not(:disabled) {
  color: #fff;
  background: #0f6fe8;
}

.admin-approval-actions button:last-child:hover:not(:disabled),
.admin-approval-actions button:last-child:focus-visible:not(:disabled) {
  color: #fff;
  background: #0f6fe8;
}

.admin-program-page-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  width: 100%;
  margin-top: 14px;
}

.admin-program-page-nav button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(15, 42, 77, 0.12);
  border-radius: 8px;
  color: #24324a;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.admin-program-page-nav button:hover:not(:disabled),
.admin-program-page-nav button:focus-visible:not(:disabled) {
  color: #fff;
  border-color: #0f6fe8;
  background: #0f6fe8;
}

.admin-program-page-nav button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.admin-program-page-nav span {
  color: #526177;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.admin-program-filter-result {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
  color: #526177;
  font-size: 13px;
  font-weight: 800;
}

.admin-program-status-list {
  min-width: 0;
}

.admin-program-list-wrap {
  overflow-x: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.admin-program-list-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.admin-program-col-status {
  width: 8%;
}

.admin-program-col-title {
  width: 21%;
}

.admin-program-col-apply,
.admin-program-col-period {
  width: 13%;
}

.admin-program-col-run {
  width: 8%;
}

.admin-program-col-visibility,
.admin-program-col-operation {
  width: 8%;
}

.admin-program-col-capacity {
  width: 5%;
}

.admin-program-col-stats {
  width: 10%;
}

.admin-program-col-actions {
  width: 104px;
}

.admin-space-col-status,
.admin-space-col-usage {
  width: 82px;
}

.admin-space-col-name {
  width: 17%;
}

.admin-space-col-applicant {
  width: 84px;
}

.admin-space-col-phone {
  width: 118px;
}

.admin-space-col-period {
  width: 124px;
}

.admin-space-col-time {
  width: 88px;
}

.admin-space-col-headcount {
  width: 82px;
}

.admin-space-col-actions {
  width: 70px;
}

.admin-program-list-table th,
.admin-program-list-table td {
  padding: 12px 6px;
  border-bottom: 1px solid rgba(15, 42, 77, 0.08);
  color: #24324a;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.admin-program-list-table th {
  white-space: normal;
}

.admin-date-range-stack {
  display: inline-grid;
  gap: 3px;
  line-height: 1.35;
  white-space: normal;
  text-align: left;
}

.admin-approval-table thead th,
.admin-program-list-table thead th {
  box-sizing: border-box;
  height: 58px;
  min-height: 58px;
  padding: 0 9px;
  color: #fff;
  background: #0f6fe8;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  vertical-align: middle;
  white-space: normal;
}

.admin-approval-table thead tr,
.admin-program-list-table thead tr {
  height: 58px;
}

.admin-approval-table thead .admin-row-check {
  margin: 0;
  vertical-align: middle;
}

.admin-program-list-table tbody tr:last-child td {
  border-bottom: 0;
}

.admin-program-list-table tr.is-hidden {
  background: #f6f8f7;
}

.admin-program-list-table tr.is-selected td {
  background: #eef5ff;
  box-shadow: inset 0 1px 0 rgba(15, 111, 232, 0.14), inset 0 -1px 0 rgba(15, 111, 232, 0.14);
}

.admin-program-list-table tr.is-selected td:first-child {
  box-shadow: inset 3px 0 0 #0f6fe8, inset 0 1px 0 rgba(15, 111, 232, 0.14), inset 0 -1px 0 rgba(15, 111, 232, 0.14);
}

.admin-program-list-table tr.is-hidden .admin-program-title-cell button {
  color: #526177;
}

.admin-program-title-cell {
  min-width: 0;
}

.admin-program-title-cell button {
  display: block;
  max-width: 100%;
  overflow: visible;
  border: 0;
  padding: 0;
  color: #0f4fb8;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: normal;
}

.admin-program-title-cell button:hover,
.admin-program-title-cell button:focus-visible {
  color: #073d92;
  text-decoration-thickness: 2px;
}

.admin-program-title-cell > span {
  display: block;
  overflow: visible;
  max-width: 340px;
  margin-top: 5px;
  color: #687689;
  font-size: 12px;
  font-weight: 700;
  white-space: normal;
}

.admin-table-action-button {
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #073d92;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.admin-table-action-button:hover,
.admin-table-action-button:focus-visible {
  color: #fff;
  background: #0f6fe8;
}

.admin-program-title-cell em {
  display: block;
  overflow: visible;
  max-width: 340px;
  margin-top: 5px;
  color: #a42f2f;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: normal;
}

.admin-status-badge,
.admin-program-run-state {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.admin-status-scheduled,
.admin-run-upcoming {
  color: #0f4fb8;
  background: rgba(15, 111, 232, 0.14);
}

.admin-status-open,
.admin-run-ongoing {
  color: #14784b;
  background: rgba(33, 188, 120, 0.16);
}

.admin-status-closed {
  color: #905d05;
  background: rgba(255, 159, 36, 0.2);
}

.admin-status-finished,
.admin-run-finished {
  color: #56657a;
  background: #eef2f7;
}

.admin-status-hidden {
  color: #384152;
  background: #e2e8f0;
}

.admin-visibility-private {
  color: #5b6474;
  background: #eef2f7;
}

.admin-visibility-public {
  color: #0f5fa8;
  background: #e7f2ff;
}

.admin-operation-normal {
  color: #116149;
  background: #e9f8f1;
}

.admin-operation-canceled {
  color: #a42f2f;
  background: #ffe8e8;
}

.admin-status-unknown,
.admin-run-unknown {
  color: #7147b8;
  background: rgba(166, 93, 232, 0.14);
}

.admin-program-stats-cell {
  min-width: 0;
}

.admin-program-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.admin-program-stats-cell span {
  display: inline-flex;
  margin: 2px 0;
  color: #526177;
  font-size: 13px;
  white-space: normal;
}

.admin-program-card,
.admin-program-manage-item {
  border: 1px solid rgba(15, 42, 77, 0.11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 44, 72, 0.06);
}

.admin-program-card {
  padding: 18px;
}

.admin-program-card.is-hidden {
  border-color: rgba(107, 120, 132, 0.18);
  background: #f6f8f7;
  box-shadow: none;
}

.admin-program-card.is-hidden .admin-program-card-head button {
  color: #526177;
}

.admin-program-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.admin-program-card-head button {
  min-width: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  color: #0f4fb8;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 19px;
  font-weight: 900;
  text-align: left;
  text-overflow: ellipsis;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.admin-program-card-head button:hover,
.admin-program-card-head button:focus-visible {
  color: #073d92;
  text-decoration-thickness: 2px;
}

.admin-program-card p {
  margin: 12px 0;
  color: #526177;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.admin-program-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
  margin: 0;
}

.admin-program-card div:has(> dt) {
  min-width: 0;
}

.admin-program-card dt {
  color: #7a8797;
  font-size: 12px;
  font-weight: 900;
}

.admin-program-card dd {
  margin: 3px 0 0;
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
}

.admin-program-card .admin-program-manage-actions {
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 42, 77, 0.08);
}

.admin-program-selected-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 24px 0 12px;
  padding-top: 20px;
  border-top: 3px solid rgba(7, 61, 146, 0.55);
}

.admin-education-selected-head,
.admin-space-selected-head {
  border-top-width: 15px;
  scroll-margin-top: 112px;
}

.admin-program-selected-head h3 {
  margin: 0;
  color: #0d2f5c;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
}

.admin-program-selected-head h3::before {
  content: "[";
  margin-right: 4px;
  color: #0f6fe8;
}

.admin-program-selected-head h3::after {
  content: "]";
  margin-left: 4px;
  color: #0f6fe8;
}

.admin-program-selected-head p {
  margin: 6px 0 0;
  color: #687689;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.admin-program-selected-head .admin-refresh-button {
  min-width: 144px;
  border: 1px solid #073d92;
  color: #073d92;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
}

.admin-program-selected-head .admin-refresh-button:hover,
.admin-program-selected-head .admin-refresh-button:focus-visible {
  color: #fff;
  background: #0f6fe8;
}

.admin-program-form {
  padding: 8px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.admin-space-selected-panel {
  display: grid;
  gap: 16px;
  padding-top: 8px;
}

.admin-space-selected-grid {
  display: grid;
  gap: 20px;
}

.admin-space-detail-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.admin-space-detail-section {
  display: grid;
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.admin-space-detail-section h4,
.admin-space-usage-form h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #0d2f5c;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
}

.admin-space-detail-section h4::before,
.admin-space-usage-form h4::before {
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 999px;
  background: #0f6fe8;
}

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

.admin-space-applicant-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-space-request-note {
  display: grid;
  gap: 14px;
}

.admin-space-detail-form label,
.admin-space-request-note label {
  display: grid;
  gap: 8px;
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
}

.admin-space-detail-form input,
.admin-space-detail-form textarea,
.admin-space-request-note textarea {
  width: 100%;
  border: 1px solid rgba(15, 42, 77, 0.14);
  border-radius: 8px;
  background: #f9fbfe;
  color: #24324a;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: default;
}

.admin-space-detail-form input {
  min-height: 38px;
  padding: 0 13px;
}

.admin-space-detail-form textarea {
  min-height: 112px;
  padding: 13px;
  resize: none;
}

.admin-space-request-note textarea {
  min-height: 116px;
  padding: 14px;
  resize: none;
  line-height: 1.7;
  white-space: pre-wrap;
}

.admin-space-detail-wide,
.admin-space-request-note .admin-space-detail-wide {
  grid-column: 1 / -1;
}

.admin-space-usage-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: end;
  padding-top: 18px;
  border-top: 3px solid #0f6fe8;
}

.admin-space-usage-form h4 {
  grid-column: 1 / -1;
}

.admin-space-usage-form label {
  display: grid;
  gap: 8px;
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
}

.admin-space-usage-form input,
.admin-space-usage-form select,
.admin-space-usage-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 42, 77, 0.14);
  border-radius: 8px;
  background: #f9fbfe;
  color: #24324a;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.admin-space-usage-form input,
.admin-space-usage-form select {
  min-height: 38px;
  padding: 0 13px;
}

.admin-space-usage-form textarea {
  min-height: 86px;
  padding: 13px;
  resize: vertical;
}

.admin-space-usage-note {
  min-width: 0;
  grid-column: 1 / -1;
}

.admin-space-usage-status {
  width: min(25%, 260px);
  min-width: 180px;
}

.admin-space-usage-form .form-status {
  grid-column: auto;
  margin: 0;
}

.admin-space-usage-form .form-status:empty {
  display: none;
}

.admin-space-usage-form button {
  min-width: 132px;
  min-height: 38px;
}

.admin-space-usage-actions {
  grid-column: 1 / -1;
}

.admin-space-usage-actions .form-status {
  flex: 1 1 240px;
}

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

.admin-program-form label {
  display: grid;
  gap: 8px;
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
}

.admin-program-form input,
.admin-program-form select,
.admin-program-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 42, 77, 0.14);
  border-radius: 8px;
  background: #f9fbfe;
  color: #24324a;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.admin-program-form input,
.admin-program-form select {
  min-height: 38px;
  padding: 0 13px;
}

.admin-program-form textarea {
  min-height: 140px;
  padding: 13px;
  resize: vertical;
}

.admin-program-title,
.admin-program-summary-field,
.admin-program-cancel-reason,
.admin-program-image {
  grid-column: span 2;
}

.admin-program-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  color: #24324a;
  font-size: 14px;
  font-weight: 900;
}

.admin-program-image > span {
  flex: 0 0 100%;
}

.admin-program-image-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  background: #073d92;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.admin-program-form .admin-program-image-picker,
.admin-program-image-picker:hover,
.admin-program-image-picker:focus-within {
  color: #fff;
}

.admin-program-image-picker:hover,
.admin-program-image-picker:focus-within {
  background: #0f6fe8;
}

.admin-program-form .admin-program-image-picker input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.admin-program-image-preview {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #526177;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}

.admin-program-image-preview img {
  width: 72px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}

.admin-program-image button[data-program-image-clear] {
  justify-self: start;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #073d92;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  transition: background 0.2s ease, color 0.2s ease;
}

.admin-program-image button[data-program-image-clear]:hover,
.admin-program-image button[data-program-image-clear]:focus-visible {
  color: #fff;
  background: #0f6fe8;
}

.admin-program-content {
  grid-column: 1 / -1;
}

.admin-program-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 18px;
  padding-bottom: 22px;
  border-bottom: 3px solid rgba(7, 61, 146, 0.55);
}

.admin-program-form-actions .form-status {
  flex: 1 1 240px;
  margin: 0;
}

.admin-program-form-actions .form-status:empty {
  display: none;
}

.admin-program-form-actions .form-status.is-success {
  flex: 0 1 520px;
  width: min(100%, 520px);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px 14px;
  border: 2px solid rgba(240, 169, 57, 0.48);
  border-left: 5px solid #f0a939;
  border-radius: 10px;
  color: #553400;
  background: linear-gradient(135deg, #fff6de 0%, #fff1cd 100%);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 24px rgba(240, 169, 57, 0.18);
  animation: admin-success-flash 1.15s ease;
}

@keyframes admin-success-flash {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 169, 57, 0.42);
    transform: translateY(-1px);
  }
  45% {
    box-shadow: 0 0 0 8px rgba(240, 169, 57, 0.14);
  }
  100% {
    box-shadow: 0 12px 24px rgba(240, 169, 57, 0.18);
    transform: translateY(0);
  }
}

.admin-program-manage-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.admin-program-manage-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
}

.admin-program-manage-item.is-hidden {
  opacity: 0.65;
}

.admin-program-manage-item strong {
  display: block;
  margin-top: 6px;
  color: #17243a;
  font-size: 17px;
  font-weight: 900;
}

.admin-program-manage-item p {
  margin: 4px 0 0;
  color: #687689;
  font-size: 13px;
  font-weight: 700;
}

.admin-program-manage-actions {
  display: inline-flex;
  gap: 6px;
}

.admin-program-manage-actions button {
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #073d92;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.admin-program-manage-actions button:last-child {
  background: #073d92;
}

.admin-program-manage-actions button[data-program-restore] {
  background: #073d92;
}

.admin-program-manage-actions button:hover,
.admin-program-manage-actions button:focus-visible {
  color: #fff;
  background: #0f6fe8;
}

.admin-program-applicants-panel {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.admin-program-applicants-panel .empty-state {
  margin: 0;
}

.admin-program-applicants-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(15, 42, 77, 0.11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 44, 72, 0.05);
}

.admin-program-applicants-head h4 {
  margin: 0;
  color: #17243a;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.admin-program-applicants-head label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #526177;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.admin-program-applicants-head select {
  min-height: 38px;
  border: 1px solid rgba(15, 42, 77, 0.13);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: #24324a;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.admin-applicant-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 42, 77, 0.1);
  border-radius: 8px;
  background: #fff;
}

.admin-applicant-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.admin-applicant-table th,
.admin-applicant-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(15, 42, 77, 0.08);
  text-align: left;
}

.admin-applicant-table th {
  color: #526177;
  background: #f6f9fc;
  font-size: 13px;
  font-weight: 900;
}

.admin-program-applicants-panel .admin-applicant-table {
  min-width: 940px;
}

.admin-detail-loading,
.is-error {
  color: #d63d2e;
  font-weight: 900;
}

@media (max-width: 900px) {
  .admin-program-filterbar {
    grid-template-columns: 1fr;
  }

  .admin-program-list-head {
    display: grid;
    gap: 10px;
  }

  .admin-program-list-table {
    min-width: 0;
  }

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

  .admin-space-detail-sections {
    grid-template-columns: 1fr;
  }

  .admin-space-detail-form {
    grid-template-columns: 1fr;
  }

  .admin-space-detail-wide {
    grid-column: 1;
  }

  .admin-space-usage-form {
    grid-template-columns: 1fr;
  }

  .admin-space-usage-status {
    width: 100%;
    min-width: 0;
  }

  .admin-space-usage-form .form-status {
    grid-column: 1;
  }

  .admin-program-form-grid > * {
    grid-column: 1 / -1;
  }

  .program-check-form[data-program-check-form] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .admin-list-page-footer {
    grid-template-columns: 1fr;
  }

  .admin-list-page-controls,
  .admin-page-size-control-footer {
    grid-column: 1;
    justify-self: stretch;
  }

  .admin-list-page-controls {
    justify-content: center;
  }

  .admin-page-size-control-footer {
    justify-content: space-between;
  }

  .admin-program-selected-head,
  .admin-program-applicants-head,
  .admin-program-manage-item,
  .admin-program-form-actions,
  .admin-program-page-nav {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .admin-program-form-actions .form-status {
    flex: 0 0 auto;
  }

  .admin-program-form-actions button {
    width: 100%;
  }

  .admin-space-usage-form button {
    width: 100%;
  }

  .admin-program-form-grid,
  .admin-program-card dl {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 700px) {
  .sub-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 34px);
    line-height: 1.22;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .sub-hero h1 span {
    display: inline;
  }

  .sub-hero h1 span + span::before {
    content: " ";
  }

  .program-check-form[data-program-check-form],
  .program-check-form[data-space-check-form] {
    grid-template-columns: 1fr;
  }

  .reservation-action {
    justify-content: stretch;
  }

  .reservation-action button,
  .contact-board-form[data-contact-form] > button[type="submit"] {
    width: 100%;
    min-width: 0;
  }

  .contact-board-form[data-contact-form] > button[type="submit"] {
    justify-self: stretch;
  }

  .privacy-consent {
    margin-bottom: 4px;
    padding: 10px 12px;
    border-color: rgba(31, 90, 67, 0.2);
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .contact-board-form .privacy-consent {
    margin: 8px 0 18px;
    padding: 14px 12px 22px;
  }

  .contact-board-form .privacy-consent span {
    padding-bottom: 2px;
    line-height: 1.65;
  }

  .space-application-card a {
    align-self: stretch;
    width: 100%;
  }

  .space-application-card p,
  .space-detail-info dd,
  .space-detail-guide li {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .footer-contact,
  .footer-meta {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }
}

@media (max-width: 640px) {
  .login-section {
    min-height: calc(100svh - 70px);
    align-items: start;
    padding: 36px 0 76px;
  }

  .login-card {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }

  .login-layout,
  .login-form {
    min-width: 0;
    max-width: 100%;
  }

  .login-layout-single {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-login-card {
    min-width: 0;
  }

  .login-form button {
    width: 100%;
  }

  .auth-user-panel {
    grid-template-columns: 1fr;
  }

  .auth-user-panel strong {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px 14px;
  }

  .auth-account-icon {
    width: 40px;
    height: 40px;
  }

  .auth-role-badge {
    grid-column: 2;
    justify-self: start;
  }

  .board-table-wrap,
  .inquiry-table-wrap {
    overflow: visible;
  }

  .board-table-no-file,
  .inquiry-public-table {
    display: block;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  .board-table-no-file thead,
  .inquiry-public-table thead {
    display: none;
  }

  .board-table-no-file tbody,
  .inquiry-public-table tbody {
    display: grid;
    gap: 12px;
  }

  .board-table-no-file tr,
  .inquiry-public-table tr {
    display: grid;
    gap: 9px;
    padding: 15px;
    border: 1px solid rgba(31, 90, 67, 0.14);
    border-radius: 8px;
    background: #fff;
  }

  .board-table-no-file td,
  .inquiry-public-table td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    width: 100% !important;
    padding: 0;
    border: 0;
    color: #263830;
    text-align: right;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .board-table-no-file td::before,
  .inquiry-public-table td::before {
    flex: 0 0 auto;
    color: var(--forest);
    font-size: 13px;
    font-weight: 900;
    text-align: left;
  }

  .board-table-no-file td:nth-child(1)::before {
    content: "번호";
  }

  .board-table-no-file td:nth-child(2)::before {
    content: "제목";
  }

  .board-table-no-file td:nth-child(3)::before {
    content: "작성자";
  }

  .board-table-no-file td:nth-child(4)::before {
    content: "작성일";
  }

  .board-table-no-file td:nth-child(5)::before {
    content: "조회";
  }

  .board-table-no-file td.board-admin-actions-cell::before,
  .board-table-no-file td:nth-child(6)::before {
    content: "관리";
  }

  .inquiry-public-table td:nth-child(1)::before {
    content: "문의번호";
  }

  .inquiry-public-table td:nth-child(2)::before {
    content: "제목";
  }

  .inquiry-public-table td:nth-child(3)::before {
    content: "작성자";
  }

  .inquiry-public-table td:nth-child(4)::before {
    content: "작성일";
  }

  .inquiry-public-table td:nth-child(5)::before {
    content: "처리상태";
  }

  .inquiry-public-table td:nth-child(6)::before {
    content: "관리";
  }

  .board-table-no-file td[colspan],
  .inquiry-public-table td[colspan] {
    display: block;
    text-align: center;
  }

  .board-table-no-file td[colspan]::before,
  .inquiry-public-table td[colspan]::before {
    content: "";
    display: none;
  }

  .board-table-no-file .board-title-cell,
  .inquiry-public-table td:nth-child(2) {
    display: grid;
    justify-content: stretch;
    gap: 6px;
    text-align: left;
  }

  .board-title-cell .board-title-button,
  .board-title-button,
  .gallery-detail-button strong {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .board-status-chip {
    width: fit-content;
  }

  .board-admin-actions-cell .board-admin-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .inquiry-pagination,
  .board-pagination {
    flex-wrap: wrap;
  }

  .site-footer {
    padding: 42px 0;
  }

  .footer-meta {
    font-size: 12px;
    line-height: 1.65;
  }
}

@media (max-width: 420px) {
  .header-inner,
  .home-page .header-inner {
    width: min(100% - 32px, 1480px);
    gap: 8px;
  }

  .brand-symbol {
    width: 40px;
    height: 38px;
  }

  .brand strong {
    font-size: 17px;
  }

  .nav-toggle {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    grid-template-columns: 18px;
    column-gap: 0;
    justify-content: center;
    margin-left: 0;
    padding: 0;
  }

  .nav-toggle::after {
    display: none;
  }

  .primary-nav {
    left: 12px;
    right: 12px;
  }
}

@media (max-width: 640px) {
  .site-header {
    overflow: visible;
  }

  .site-header .header-inner,
  .home-page .site-header .header-inner {
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 72px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .primary-nav {
    display: none !important;
  }

  .nav-open .site-header .primary-nav {
    display: flex !important;
  }

  .site-header .nav-toggle {
    display: grid !important;
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 44px !important;
    place-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 80;
    border-color: rgba(18, 59, 43, 0.24);
    background: #fffdf7;
  }

  .site-header .nav-toggle span:not(.sr-only) {
    display: block !important;
    width: 18px;
    height: 2px;
    margin: 3px auto;
    background: var(--forest);
  }

  .sub-hero h1,
  .sub-hero h1 span {
    white-space: normal !important;
    word-break: break-all;
    line-break: anywhere;
  }

  .sub-hero h1 {
    width: calc(100vw - 72px) !important;
    max-width: calc(100vw - 72px) !important;
  }

  .sub-hero h1 span {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }

  .mobile-hero-break {
    display: block;
  }

  .board-table-no-file td,
  .inquiry-public-table td {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    justify-content: stretch;
    text-align: left;
  }

  .board-table-no-file .board-title-cell,
  .inquiry-public-table td:nth-child(2) {
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: start;
  }

  .board-table-no-file td > *,
  .inquiry-public-table td > * {
    min-width: 0;
  }

  .board-title-button {
    display: block;
    width: 100%;
  }

  .footer-contact,
  .footer-meta,
  .program-check-list p,
  .program-list-card h3,
  .program-list-card p,
  .program-list-card dd {
    word-break: break-all;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .board-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .board-table-no-file {
    display: table;
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .board-table-no-file:has([data-board-action-head]) {
    min-width: 660px;
  }

  .board-table-no-file thead {
    display: table-header-group;
  }

  .board-table-no-file tbody {
    display: table-row-group;
  }

  .board-table-no-file tr {
    display: table-row;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .board-table-no-file th,
  .board-table-no-file td {
    display: table-cell;
    width: auto !important;
    padding: 12px 8px;
    border-bottom: 1px solid rgba(31, 90, 67, 0.12);
    color: #263830;
    text-align: center;
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .board-table-no-file td::before {
    display: none;
    content: "";
  }

  .board-table-no-file .board-title-cell {
    display: table-cell;
    text-align: left;
  }

  .board-title-cell .board-title-button,
  .board-title-button {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .board-table-no-file td[colspan] {
    display: table-cell;
    padding: 20px 12px;
    text-align: center;
  }
}

.video-grid-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.video-grid-list article {
  min-width: 0;
  border: 1px solid rgba(31, 90, 67, 0.12);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 14px 28px rgba(27, 51, 39, 0.08);
  overflow: hidden;
}

.video-grid-list article.is-selected {
  border-color: rgba(220, 120, 49, 0.58);
  box-shadow: 0 18px 34px rgba(155, 88, 37, 0.14);
}

.video-grid-list article.is-hidden-row {
  opacity: 0.72;
}

.video-card-button {
  display: grid;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e7ece7;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #c76528;
  font-size: 24px;
  box-shadow: 0 12px 24px rgba(20, 29, 24, 0.18);
}

.video-card-copy {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.video-card-copy strong {
  color: #18231f;
  font-size: 20px;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.video-card-copy time {
  color: #6a786f;
  font-size: 15px;
}

.video-admin-actions {
  padding: 0 18px 18px;
}

.video-detail-shell {
  margin-top: 34px;
}

.video-detail-card {
  overflow: hidden;
}

.video-embed-frame {
  aspect-ratio: 16 / 9;
  margin: -34px -34px 28px;
  background: #101614;
}

.video-embed-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-source-link {
  margin: 24px 0 0;
}

.video-source-link a {
  color: #b85f25;
  font-weight: 800;
}

.video-write-fields {
  display: grid;
  gap: 18px;
}

@media (max-width: 1024px) {
  .video-grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .video-grid-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }

  .video-card-copy {
    padding: 16px;
  }

  .video-card-copy strong {
    font-size: 18px;
  }

  .video-admin-actions {
    padding: 0 16px 16px;
  }

  .video-embed-frame {
    margin: -20px -20px 22px;
  }
}

.contact-board-form[data-contact-form] > .privacy-consent {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) !important;
  align-items: start !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 8px 0 18px !important;
  padding: 15px 16px 22px !important;
  border: 1px solid rgba(31, 90, 67, 0.18) !important;
  border-radius: 8px;
  background: rgba(232, 246, 236, 0.68);
  overflow: visible !important;
  line-height: 1.7 !important;
}

.contact-board-form[data-contact-form] > .privacy-consent input[type="checkbox"] {
  align-self: start;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 4px 0 0 !important;
}

.contact-board-form[data-contact-form] > .privacy-consent span {
  display: block;
  min-width: 0;
  padding: 0 0 3px !important;
  line-height: 1.7 !important;
  overflow: visible !important;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

@media (max-width: 640px) {
  .contact-board-form[data-contact-form] > .privacy-consent {
    margin-bottom: 20px !important;
    padding: 15px 14px 24px !important;
  }
}
