:root {
  color-scheme: light;
  --ink: #1c2128;
  --ink-soft: #343b46;
  --muted: #5c6570;
  --paper: #f3f1ec;
  --surface: #fffcf8;
  --line: #d7d1c7;
  --navy: #1b3a4b;
  --navy-deep: #122834;
  --brass: #8a6438;
  --brass-soft: #f3e7d6;
  --danger: #8c3a32;
  --ok: #1e5c45;
  --shadow: 0 16px 40px rgba(28, 33, 40, 0.06);
  --serif: "Source Serif 4", "Palatino Linotype", Palatino, serif;
  --sans: "Source Sans 3", "Noto Sans KR", "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1120px;
  --header: 4.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  background: #e6e1d8;
}

a {
  color: var(--navy);
}

a:hover {
  color: var(--navy-deep);
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 560;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.015em;
}

h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  margin: 0 0 0.6rem;
}

h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin: 0 0 0.75rem;
}

h3 {
  font-size: 1.25rem;
  margin: 0 0 0.4rem;
}

p {
  margin: 0 0 0.9rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--navy);
  color: #fff;
  padding: 0.5rem 0.8rem;
  z-index: 20;
}

.skip-link:focus {
  top: 0.5rem;
  color: #fff;
}

.wrap {
  width: min(var(--max), calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 252, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.header-inner {
  width: min(var(--max), calc(100% - 2.5rem));
  margin-inline: auto;
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-family: var(--serif);
  font-size: 1.25rem;
  text-decoration: none;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  padding: 0.45rem 0.75rem;
  font: inherit;
  cursor: pointer;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.site-nav a[aria-current="page"] {
  color: var(--navy);
  box-shadow: inset 0 -2px 0 var(--brass);
}

.nav-cta {
  background: var(--navy);
  color: #fff !important;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
}

.nav-cta:hover {
  background: var(--navy-deep);
}

.hero {
  padding: 2.5rem 0 1rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--brass);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 1.5rem;
}

.hero-figure {
  margin: 0;
  min-height: 22rem;
}

.hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 22rem;
}

.hero-panel {
  background: var(--navy);
  color: #f7f4ee;
  padding: 1.75rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-panel p {
  color: #e7e1d6;
}

.hero-meta {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #d5cbbd !important;
}

.btn {
  display: inline-block;
  background: var(--brass-soft);
  color: var(--navy-deep);
  text-decoration: none;
  padding: 0.75rem 1.05rem;
  font-weight: 650;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 650;
  width: fit-content;
}

.btn:hover {
  background: #fff;
  color: var(--navy-deep);
}

.btn-navy {
  background: var(--navy);
  color: #fff;
}

.btn-navy:hover {
  background: var(--navy-deep);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--navy);
}

.section {
  padding: 3.2rem 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.section-head a {
  font-weight: 650;
  text-decoration: none;
}

.band {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.split img,
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 28rem;
}

.frame {
  margin: 0;
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}

.card-body,
.pad {
  padding: 1.1rem 1.15rem 1.25rem;
}

.meta {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
}

.card h2,
.card h3 {
  font-size: 1.35rem;
}

.card a.more {
  margin-top: auto;
  font-weight: 650;
  text-decoration: none;
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin: 1.2rem 0;
}

.facts div {
  background: var(--surface);
  padding: 0.9rem 1rem;
}

.facts span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.prose {
  max-width: 44rem;
}

.prose-wide {
  max-width: 48rem;
}

.list {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

.list li + li {
  margin-top: 0.35rem;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.steps li::before {
  content: counter(step);
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  background: var(--brass-soft);
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 0.9rem;
}

.hour-list {
  display: grid;
  gap: 0.75rem;
}

.hour {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}

.hour strong {
  color: var(--navy);
}

.quote-grid {
  display: grid;
  gap: 1rem;
}

.quote {
  margin: 0;
  background: var(--surface);
  border-left: 4px solid var(--brass);
  padding: 1rem 1.15rem 0.4rem;
}

.quote p {
  font-family: var(--serif);
  font-size: 1.12rem;
}

.quote footer {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0.8rem;
}

.story {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1.3rem 1.3rem 0.6rem;
  margin-bottom: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  font-size: 0.98rem;
}

th,
td {
  text-align: left;
  padding: 0.75rem 0.8rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: var(--navy);
  color: #f4f1ea;
  font-weight: 620;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
}

.page-hero {
  padding: 2.4rem 0 0.4rem;
}

.page-hero p.lead {
  max-width: 42rem;
  font-size: 1.15rem;
  color: var(--ink-soft);
}

.detail-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: end;
  padding-bottom: 1rem;
}

.detail-hero img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

.crumbs {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0.7rem;
}

.crumbs a {
  text-decoration: none;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form {
  display: grid;
  gap: 0.9rem;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.3rem;
  font-weight: 650;
  font-size: 0.95rem;
}

input,
select,
textarea {
  font: inherit;
  color: var(--ink);
  background: #fff;
  border: 1px solid #c9c2b6;
  padding: 0.6rem 0.65rem;
  width: 100%;
}

textarea {
  min-height: 9rem;
  resize: vertical;
}

.field-error {
  color: var(--danger);
  font-weight: 550;
  font-size: 0.88rem;
  min-height: 1.1em;
}

.form-status {
  margin: 0.8rem 0 0;
  padding: 0.8rem 0.9rem;
  display: none;
}

.form-status.is-success,
.form-status.is-error {
  display: block;
}

.form-status.is-success {
  background: #e5f2eb;
  color: var(--ok);
}

.form-status.is-error {
  background: #f8e8e6;
  color: var(--danger);
}

.address-block {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1rem 1.1rem;
  white-space: pre-wrap;
  font-family: inherit;
}

.island-error {
  background: #f8e8e6;
  color: var(--danger);
  margin: 0;
  padding: 0.7rem 1rem;
}

.site-footer {
  background: var(--navy-deep);
  color: #e6e0d6;
  padding: 2.4rem 0 1.4rem;
  margin-top: 2rem;
}

.site-footer a {
  color: #f3eadf;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 1.5rem;
}

.site-footer h2 {
  color: #fff;
  font-size: 1.05rem;
  font-family: var(--sans);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-address {
  white-space: pre-wrap;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-links {
  display: grid;
  gap: 0.35rem;
}

.footer-links a {
  text-decoration: none;
}

.legal-row {
  margin-top: 1.4rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  font-size: 0.92rem;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 1rem 1.1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.cookie-banner p {
  margin: 0;
  max-width: 46rem;
}

.cookie-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.portrait {
  width: 100%;
  max-height: 26rem;
  object-fit: cover;
  object-position: center top;
}

.note {
  background: var(--brass-soft);
  padding: 0.9rem 1rem;
  color: var(--navy-deep);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-figure img {
    animation: rise 0.55s ease both;
  }
}

@keyframes rise {
  from {
    opacity: 0.4;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 0.6rem 1.25rem 1rem;
    gap: 0.2rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.55rem 0;
  }

  .hero-grid,
  .split,
  .card-grid,
  .detail-hero,
  .two-col,
  .footer-grid,
  .form-row,
  .facts {
    grid-template-columns: 1fr;
  }

  .hour {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }

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