﻿@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
:root {
  --bg: #f4f7f2;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #fffef9;
  --ink: #173d73;
  --muted: #5f7890;
  --accent: #ffcb4d;
  --accent-deep: #d19b1f;
  --line: rgba(23, 61, 115, 0.12);
  --shadow: 0 24px 70px rgba(15, 48, 94, 0.1);
  --sun-yellow: #ffd85a;
  --sun-yellow-soft: #fff1b5;
  --sea-blue: #2d8cf0;
  --sea-blue-deep: #1966c0;
  --sand: #fff7df;
  --font-ui: "Playfair Display", "Pretendard", "Noto Sans KR", sans-serif;
  --font-heading: "Playfair Display", "Pretendard", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(244, 212, 138, 0.24), transparent 18%),
    radial-gradient(circle at 82% 10%, rgba(162, 222, 244, 0.18), transparent 24%),
    radial-gradient(circle at 50% 30%, rgba(255, 245, 214, 0.34), transparent 30%),
    linear-gradient(180deg, #f8f0d5 0%, #f6edd9 18%, #f7f3e6 36%, #ecf7fb 62%, #f3efe4 100%);
  background-attachment: fixed;
}

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

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

.site-shell {
  min-height: 100vh;
}

.page-hero,
.section,
.site-footer {
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.page-hero {
  padding-top: 28px;
  padding-bottom: 72px;
  position: relative;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.28));
  pointer-events: none;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  padding: 6px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 1rem;
  font-weight: 600;
}

.brand-text span,
.nav-links,
.section-intro,
.hero-text,
.page-card__body p,
.info-box span,
.gallery-photo-card p,
.contact-box span,
.site-footer__info p {
  color: var(--muted);
}

.brand-text span {
  font-size: 0.82rem;
}

.nav-links {
  display: flex;
  gap: 24px;
  font-size: 0.95rem;
}

.eyebrow,
.region-label,
.success-modal__eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--accent-deep);
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.page-card__body h3,
.gallery-group__heading h3,
.info-box strong,
.success-modal__panel h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
}

.home-split,
.region-hero__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
  padding-top: 58px;
}

.home-split--single {
  grid-template-columns: minmax(0, 820px);
  justify-content: start;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.hero-text {
  margin: 24px 0 0;
  max-width: 640px;
  font-size: 1.04rem;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, #113d73, #1c5ea1);
  color: white;
  box-shadow: var(--shadow);
  border: 0;
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.hero-points li,
.page-card,
.info-box,
.gallery-photo-card,
.contact-box div,
.booking-form {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 252, 255, 0.82)),
    var(--surface);
  box-shadow: 0 14px 34px rgba(18, 48, 71, 0.06);
}

.hero-points li {
  padding: 14px 16px;
  border-radius: 18px;
  line-height: 1.6;
}

.company-inline {
  margin-top: 22px;
  font-size: 0.95rem;
  color: var(--muted);
}

.home-visual-stack {
  display: grid;
  gap: 18px;
  align-self: stretch;
}

.image-card,
.region-thumb,
.tour-banner {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.image-card-large img,
.region-thumb img,
.tour-banner img {
  width: 100%;
  height: auto;
}

.image-card-large img {
  width: 100%;
  aspect-ratio: 4 / 4.2;
  object-fit: cover;
}

.section {
  padding-top: 28px;
  padding-bottom: 82px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-heading--wide {
  max-width: 100%;
}

.section-heading--wide h2 {
  white-space: nowrap;
}

.section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading--center .section-intro {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

.section-intro {
  margin: 14px 0 0;
  line-height: 1.8;
}

.page-card-grid,
.info-strip__grid,
.spot-bullets,
.gallery-photo-grid,
.contact-layout,
.contact-box,
.site-footer {
  display: grid;
  gap: 18px;
}

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

.page-card {
  overflow: hidden;
  border-radius: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.page-card:hover,
.gallery-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(18, 48, 71, 0.12);
}

.page-card--text {
  display: block;
}

.page-card--text .page-card__body {
  height: 100%;
}

.page-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-card__body {
  padding: 22px;
}

.page-card__body h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.info-strip__grid,
.spot-bullets {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-box {
  padding: 24px;
  border-radius: 24px;
}

.info-box--image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-top: 12px;
  object-fit: contain;
}

.info-strip__grid--about {
  align-items: stretch;
}

.info-box--transparent-image {
  display: grid;
  grid-template-rows: auto 1fr;
}

.info-box--transparent-image img {
  max-width: 460px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  filter: drop-shadow(0 10px 18px rgba(17, 42, 78, 0.08));
}

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

.brand-mini-card {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 10px;
  min-height: 180px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 61, 115, 0.08);
}

.brand-mini-card img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
}

.brand-mini-grid--logos .brand-mini-card {
  min-height: 220px;
}

.brand-mini-grid--logos {
  align-items: stretch;
}

.brand-mini-card--logo {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 251, 255, 0.92));
}

.brand-mini-card--logo img {
  max-width: 180px;
  max-height: 110px;
}

.brand-mini-card strong {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}

.brand-mini-card--okioki {
  background: linear-gradient(180deg, #fff7df, #fff1b8);
}

.brand-mini-card__car {
  position: relative;
  width: 120px;
  height: 52px;
  margin-top: 6px;
  border-radius: 18px 26px 12px 12px;
  background: linear-gradient(180deg, #ffd54a, #ffbf19);
}

.brand-mini-card__car::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 24px;
  width: 72px;
  height: 30px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #ffd54a, #ffbf19);
}

.brand-mini-card__car::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -18px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #454545;
  box-shadow: 78px 0 0 #454545;
}

.region-thumb--quote {
  display: grid;
  place-items: center;
  min-height: 280px;
}

.region-thumb--bright img {
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  filter: saturate(1.08) brightness(1.08);
}

.about-page .hero-copy h1,
.about-page .section-heading h2,
.about-page .info-box strong,
.about-page .brand-mini-card strong {
  font-family: var(--font-heading);
}

.about-page .hero-copy h1 {
  letter-spacing: -0.04em;
  line-height: 1.16;
}

.about-page .page-hero {
  padding-top: 36px;
  padding-bottom: 84px;
}

.about-page .region-hero__body {
  gap: 42px;
}

.about-page .region-thumb--bright {
  border-radius: 30px;
  box-shadow: 0 24px 48px rgba(18, 48, 71, 0.12);
}

.about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-hero-points span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 61, 115, 0.08);
  color: #2f5876;
  font-size: 0.92rem;
  font-weight: 700;
}

.about-story-card {
  margin-top: 26px;
  padding: 26px 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(20, 71, 131, 0.95), rgba(16, 55, 106, 0.96));
  box-shadow: 0 22px 38px rgba(16, 51, 92, 0.14);
}

.about-story-card strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.24rem;
  line-height: 1.6;
}

.about-story-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.9;
}

.about-metric-grid,
.about-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-metric-grid {
  margin-bottom: 24px;
}

.about-metric-card,
.about-process-card {
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(23, 61, 115, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 255, 0.88)),
    var(--surface);
  box-shadow: 0 18px 34px rgba(18, 48, 71, 0.07);
}

.about-metric-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.1;
  color: #123c70;
}

.about-metric-card span,
.about-process-card span {
  display: block;
  color: #56718e;
  line-height: 1.7;
}

.about-process-card span {
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c18f23;
}

.about-process-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 1.18rem;
  line-height: 1.5;
  color: #143e6f;
}

.about-logo-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  padding: 28px 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(20, 71, 131, 0.96), rgba(18, 55, 104, 0.98));
  box-shadow: 0 24px 44px rgba(15, 48, 86, 0.14);
}

.about-logo-feature__copy h3 {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.4;
  color: #ffffff;
}

.about-logo-feature__copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.9;
}

.about-logo-feature__visual {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-logo-feature__visual img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
}

.about-process-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.quote-card {
  width: 100%;
  max-width: 520px;
  padding: 40px 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 252, 255, 0.9));
  border: 1px solid rgba(23, 61, 115, 0.1);
  box-shadow: 0 18px 40px rgba(18, 48, 71, 0.08);
}

.quote-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 1.05rem;
}

.quote-card strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.45;
}

.info-box span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.84rem;
}

.info-box strong {
  display: block;
  line-height: 1.7;
}

.gallery-group + .gallery-group {
  margin-top: 34px;
}

.gallery-group__heading {
  margin-bottom: 16px;
}

.gallery-group__heading h3 {
  font-size: 1.8rem;
}

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

.gallery-photo-card {
  overflow: hidden;
  border-radius: 24px;
}

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

.gallery-photo-card div {
  padding: 18px 18px 20px;
}

.gallery-photo-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.contact-page,
.contact-hero {
  position: relative;
}

.contact-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: start;
}

.contact-page .contact-layout {
  grid-template-columns: 1fr;
  gap: 24px;
}

.contact-box {
  grid-template-columns: 1fr;
}

.contact-box div {
  padding: 24px;
  border-radius: 24px;
}

.booking-form {
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(237, 250, 255, 0.84)),
    var(--surface);
}

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

.booking-form label {
  display: grid;
  gap: 8px;
}

.booking-form label span {
  color: var(--ink);
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
}

.booking-form textarea {
  resize: vertical;
  min-height: 140px;
}

.booking-form .full {
  margin-top: 16px;
}

.submit-button {
  margin-top: 18px;
  cursor: pointer;
}

.submit-button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  line-height: 1.6;
  color: var(--ink);
}

.form-status[data-tone="idle"] {
  color: var(--muted);
}

.form-status[data-tone="pending"] {
  color: #8d6517;
}

.form-status[data-tone="success"] {
  color: #1f6b52;
  font-weight: 700;
}

.form-status[data-tone="error"] {
  color: #b54747;
  font-weight: 700;
}

.site-footer {
  grid-template-columns: minmax(220px, 260px) minmax(0, 1.2fr) minmax(200px, 240px);
  align-items: start;
  gap: 22px;
  padding-top: 42px;
  padding-bottom: 34px;
  margin-top: 32px;
  border-top: 1px solid rgba(15, 57, 110, 0.12);
  background:
    radial-gradient(circle at top left, rgba(101, 202, 214, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 205, 109, 0.18), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef6fb 55%, #f5f8fb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 -10px 28px rgba(16, 54, 98, 0.04);
}

.site-footer__brand img {
  width: 100%;
  max-width: 220px;
}

.site-footer__brand {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 100%;
  padding: 26px 20px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 249, 255, 0.88));
  border: 1px solid rgba(22, 67, 126, 0.1);
  box-shadow: 0 18px 34px rgba(19, 55, 103, 0.06);
}

.site-footer__info strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1.48rem;
  color: #143b67;
}

.site-footer__info p {
  margin: 0 0 10px;
  line-height: 1.7;
  color: #58718e;
}

.site-footer__info {
  padding: 10px 6px;
}

.site-footer__support {
  margin-top: 10px;
  font-weight: 600;
  color: #315d77;
}

.site-footer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.site-footer__chips span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(24, 73, 127, 0.1);
  color: #31566f;
  font-size: 0.92rem;
  font-weight: 700;
}

.kakao-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 11px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 248, 204, 0.96), rgba(250, 227, 111, 0.92));
  border: 1px solid rgba(182, 147, 33, 0.18);
  color: #203651;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(154, 125, 27, 0.12);
}

.kakao-link__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fae100;
  color: #2f2a00;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(47, 42, 0, 0.12);
}

.kakao-link__icon-image {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 34px;
}

.site-footer__links {
  display: grid;
  gap: 12px;
  justify-items: start;
  align-content: center;
  padding: 22px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(22, 63, 112, 0.94), rgba(18, 49, 92, 0.96));
  border: 1px solid rgba(10, 35, 71, 0.18);
  box-shadow: 0 18px 34px rgba(13, 39, 74, 0.12);
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.site-footer__summary {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 16px 0 8px;
  border-top: 1px solid rgba(22, 63, 112, 0.08);
}

.site-footer__summary .site-footer__support {
  margin: 0;
  text-align: center;
}

.site-footer__summary .site-footer__chips {
  justify-content: center;
}

.site-footer__legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(22, 63, 112, 0.08);
}

.site-footer__legal a {
  color: #36526c;
  font-size: 0.92rem;
  font-weight: 600;
}

.site-footer__legal span {
  color: rgba(54, 82, 108, 0.35);
}

.contact-hero {
  padding-bottom: 44px;
}

.contact-hero .region-hero__body {
  align-items: stretch;
}

.contact-hero .region-thumb--quote {
  min-height: 100%;
}

.contact-hero .quote-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 255, 0.9));
}

.contact-box {
  gap: 16px;
}

.contact-box div strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: #153e6f;
}

.contact-box div span {
  line-height: 1.8;
}

.booking-form {
  box-shadow: 0 24px 48px rgba(18, 48, 71, 0.08);
}

.contact-page .contact-box div,
.contact-page .booking-form {
  min-height: 100%;
}

.contact-page .booking-form label span {
  font-weight: 700;
}

.about-wide-copy {
  margin-top: 24px;
}

.about-quote-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.success-modal[hidden] {
  display: none;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
}

.success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 29, 55, 0.58);
  backdrop-filter: blur(6px);
}

.success-modal__panel {
  position: relative;
  width: min(100%, 460px);
  padding: 32px;
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}

.success-modal__panel h3 {
  font-size: 2rem;
}

.success-modal__panel p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.success-close {
  margin-top: 22px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

.policy-main {
  padding-top: 10px;
}

.policy-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 252, 255, 0.88)),
    var(--surface);
  box-shadow: 0 18px 38px rgba(18, 48, 71, 0.08);
}

.policy-card + .policy-card {
  margin-top: 22px;
}

.policy-card h2 {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 600;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  line-height: 1.9;
}

.policy-list {
  margin: 0;
  padding-left: 18px;
}

.policy-note {
  margin-top: 14px;
  font-size: 0.92rem;
}

@media (max-width: 1100px) {
  .page-card-grid,
  .info-strip__grid,
  .spot-bullets,
  .gallery-photo-grid,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .home-split,
  .region-hero__body,
  .hero-points,
  .page-card-grid,
  .info-strip__grid,
  .spot-bullets,
  .gallery-photo-grid,
  .contact-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }

  .nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(23, 61, 115, 0.08);
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 600;
  }

  .topbar {
    display: grid;
    justify-items: center;
    gap: 18px;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .brand-text {
    align-items: center;
    text-align: center;
  }

  .site-footer__brand,
  .site-footer__links {
    width: 100%;
  }

  .about-metric-grid,
  .about-process-grid,
  .about-logo-feature {
    grid-template-columns: 1fr;
  }

  .section-heading--wide h2 {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .button {
    width: 100%;
  }

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

  .hero-copy h1 {
    font-size: 2.6rem;
  }

  .info-box,
  .gallery-photo-card div,
  .booking-form,
  .contact-box div {
    padding: 20px;
  }
}

.home-hero--sunny {
  overflow: hidden;
}

.home-hero--sunny::before {
  content: "";
  position: absolute;
  inset: 90px 0 auto;
  height: 560px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 248, 204, 0.96), transparent 20%),
    radial-gradient(circle at 70% 10%, rgba(255, 197, 38, 0.44), transparent 28%),
    linear-gradient(180deg, rgba(255, 214, 69, 0.92), rgba(255, 236, 145, 0.78));
  border-radius: 42px;
  z-index: 0;
}

.home-hero--sunny .topbar,
.home-hero--sunny .home-split {
  position: relative;
  z-index: 1;
}

.home-split--sunny {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 38px;
}

.hero-copy--sunny {
  padding-top: 26px;
}

.sunny-hero-art {
  position: relative;
}

.sunny-stage {
  position: relative;
  min-height: 580px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 251, 229, 0.9), transparent 18%),
    linear-gradient(180deg, #ffd43d 0%, #ffe174 38%, #fff2bd 100%);
  box-shadow: 0 30px 72px rgba(198, 156, 35, 0.26);
}

.sunny-copy {
  position: absolute;
  right: 48px;
  top: 120px;
  text-align: center;
  color: #181818;
}

.sunny-copy p {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-style: italic;
}

.sunny-copy strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.24em;
}

.sunny-copy span {
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid rgba(24, 24, 24, 0.4);
  font-family: var(--font-ui);
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sunny-sun {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 224, 0.95), rgba(255, 225, 95, 0.95) 60%, rgba(255, 205, 60, 0.85) 100%);
  transform: translateX(-50%);
  box-shadow: 0 0 80px rgba(255, 220, 90, 0.85);
}

.sunny-cloud {
  position: absolute;
  background: rgba(255, 249, 234, 0.9);
  border-radius: 999px;
}

.sunny-cloud::before,
.sunny-cloud::after {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: 50%;
}

.sunny-cloud--one {
  top: 98px;
  left: 64px;
  width: 146px;
  height: 42px;
}

.sunny-cloud--one::before {
  width: 54px;
  height: 54px;
  left: 18px;
  top: -22px;
}

.sunny-cloud--one::after {
  width: 66px;
  height: 66px;
  right: 22px;
  top: -30px;
}

.sunny-cloud--two {
  top: 162px;
  right: 88px;
  width: 126px;
  height: 34px;
}

.sunny-cloud--two::before {
  width: 44px;
  height: 44px;
  left: 16px;
  top: -16px;
}

.sunny-cloud--two::after {
  width: 52px;
  height: 52px;
  right: 20px;
  top: -24px;
}

.sunny-balloon {
  position: absolute;
  width: 42px;
  height: 52px;
  border-radius: 50% 50% 44% 44%;
  background: repeating-linear-gradient(90deg, #d5e7ff 0 8px, #ffcf55 8px 16px);
  box-shadow: inset 0 -10px 0 rgba(255, 255, 255, 0.18);
}

.sunny-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 1px;
  height: 26px;
  background: rgba(0, 0, 0, 0.22);
}

.sunny-balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 14px;
  height: 8px;
  transform: translateX(-50%);
  background: #d8a441;
  border-radius: 4px;
}

.sunny-balloon--one {
  top: 178px;
  left: 270px;
}

.sunny-balloon--two {
  top: 110px;
  right: 34px;
  transform: scale(0.8);
}

.sunny-bird {
  position: absolute;
  width: 28px;
  height: 12px;
  border-top: 3px solid rgba(31, 33, 35, 0.7);
  border-radius: 50%;
}

.sunny-bird::after {
  content: "";
  position: absolute;
  right: -16px;
  top: -3px;
  width: 28px;
  height: 12px;
  border-top: 3px solid rgba(31, 33, 35, 0.7);
  border-radius: 50%;
}

.sunny-bird--one {
  top: 74px;
  left: 42px;
  transform: scale(0.7);
}

.sunny-bird--two {
  top: 110px;
  right: 122px;
}

.sunny-bird--three {
  top: 84px;
  right: 40px;
  transform: scale(0.8);
}

.sunny-objects {
  position: absolute;
  inset: auto 0 0;
  height: 270px;
}

.island-base {
  position: absolute;
  left: 34px;
  bottom: 44px;
  width: 328px;
  height: 88px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1d84e2, #1760c7);
  box-shadow: inset 0 -12px 0 rgba(0, 0, 0, 0.08);
}

.podium,
.luggage,
.camera,
.chair,
.float-ring,
.starfish,
.sunglasses {
  position: absolute;
}

.podium {
  background: linear-gradient(180deg, #fff6e7, #f1dbc4);
  box-shadow: 0 18px 30px rgba(146, 102, 20, 0.14);
}

.podium--back {
  left: 164px;
  bottom: 120px;
  width: 128px;
  height: 116px;
  border-radius: 24px;
}

.podium--front {
  left: 46px;
  bottom: 86px;
  width: 132px;
  height: 162px;
  border-radius: 26px;
}

.luggage {
  left: 78px;
  bottom: 132px;
  width: 66px;
  height: 112px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f4c53f, #d7a620);
  box-shadow: 0 14px 28px rgba(124, 91, 11, 0.2);
}

.luggage-handle {
  position: absolute;
  left: 20px;
  top: -18px;
  width: 26px;
  height: 22px;
  border: 4px solid #4c4a2a;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.luggage-sticker {
  position: absolute;
  left: 15px;
  top: 26px;
  width: 36px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(180deg, #0f4f95, #3aa5ff);
}

.chair {
  left: 198px;
  bottom: 180px;
  width: 58px;
  height: 50px;
  border-left: 4px solid #766241;
}

.chair::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, #2d8cf0 0 10px, #ffffff 10px 20px);
  clip-path: polygon(0 0, 100% 0, 78% 62%, 0 62%);
  border-radius: 4px;
}

.chair::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -24px;
  height: 28px;
  border-left: 3px solid #766241;
  border-right: 3px solid #766241;
}

.umbrella-top {
  position: absolute;
  left: 220px;
  bottom: 118px;
  width: 170px;
  height: 82px;
  background: repeating-linear-gradient(90deg, #f54242 0 28px, #ffffff 28px 56px);
  border-radius: 170px 170px 0 0;
  transform: rotate(8deg);
}

.umbrella-pole {
  position: absolute;
  left: 306px;
  bottom: 54px;
  width: 4px;
  height: 88px;
  background: #79553d;
}

.camera {
  left: 34px;
  bottom: 74px;
  width: 52px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffdb64, #eca723);
  box-shadow: 0 12px 20px rgba(157, 116, 18, 0.22);
}

.camera::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #194882;
  border: 3px solid #fff2bf;
}

.camera::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff3c3;
}

.float-ring {
  left: 92px;
  bottom: 66px;
  width: 72px;
  height: 22px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, #ff5050 0 20px, #ffffff 20px 40px);
}

.starfish {
  left: 292px;
  bottom: 76px;
  width: 44px;
  height: 44px;
  background: #ffd54a;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  box-shadow: 0 10px 18px rgba(157, 114, 6, 0.2);
}

.sunglasses {
  left: 220px;
  bottom: 118px;
  width: 72px;
  height: 20px;
}

.sunglasses::before,
.sunglasses::after {
  content: "";
  position: absolute;
  top: 0;
  width: 28px;
  height: 18px;
  border-radius: 6px;
  background: #11294a;
  border: 3px solid #f4c53f;
}

.sunglasses::before {
  left: 0;
}

.sunglasses::after {
  right: 0;
}

.palm {
  position: absolute;
  left: 44px;
  bottom: 106px;
  width: 128px;
  height: 180px;
}

.palm-trunk {
  position: absolute;
  left: 46px;
  bottom: 0;
  width: 28px;
  height: 126px;
  background: linear-gradient(180deg, #a25720, #7d3812);
  border-radius: 18px;
  transform: rotate(-12deg);
}

.palm-leaf {
  position: absolute;
  width: 84px;
  height: 26px;
  background: linear-gradient(90deg, #1f7b2f, #74bd35);
  border-radius: 999px 999px 999px 10px;
  transform-origin: left center;
}

.palm-leaf--1 {
  left: 36px;
  top: 20px;
  transform: rotate(-18deg);
}

.palm-leaf--2 {
  left: 24px;
  top: 34px;
  transform: rotate(12deg);
}

.palm-leaf--3 {
  left: 46px;
  top: 44px;
  transform: rotate(32deg);
}

.palm-fruit {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7cc54c;
}

.palm-fruit--1 {
  left: 42px;
  top: 44px;
}

.palm-fruit--2 {
  left: 58px;
  top: 40px;
}

.palm-fruit--3 {
  left: 51px;
  top: 56px;
}

.section--sunny {
  position: relative;
  padding-top: 8px;
}

.section--sunny::before {
  content: "";
  position: absolute;
  inset: 2px 24px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 239, 159, 0.48), rgba(255, 255, 255, 0.16));
  z-index: -1;
}

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

.travel-header {
  padding: 22px clamp(20px, 4vw, 56px) 0;
}

.travel-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 18px;
}

.travel-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #16479f;
  border: 1px solid rgba(22, 71, 159, 0.12);
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(21, 65, 125, 0.08);
}

.travel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 16px 24px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #16479f, #0e3b8e);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(15, 58, 130, 0.18);
}

.travel-nav a {
  font-weight: 600;
}

.travel-nav--large {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.travel-nav--large a {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 16px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transition: background 160ms ease, transform 160ms ease;
}

.travel-nav--large a:last-child {
  border-right: 0;
}

.travel-nav--large a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.travel-hero {
  position: relative;
  min-height: 560px;
  padding: 88px 72px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(180deg, rgba(8, 62, 128, 0.18), rgba(8, 62, 128, 0.08)),
    var(--travel-hero-photo, url("./사진/중부/03IMG3982_m.jpg")) center center / cover no-repeat;
}

.travel-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 50, 102, 0.4) 0%, rgba(8, 50, 102, 0.18) 36%, rgba(8, 50, 102, 0.04) 100%);
}

.travel-hero__content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

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

.travel-highlight {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #ffffff;
}

.travel-highlight strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.travel-highlight span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.travel-hero__content h1 {
  color: #ffffff;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

.section--compact {
  padding-top: 40px;
  padding-bottom: 34px;
}

.page-links {
  padding-top: 26px;
  padding-bottom: 28px;
}

.hero-menu-section {
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.hero-menu-card {
  display: grid;
  gap: 10px;
  min-height: 156px;
  padding: 24px 22px;
  border-radius: 26px;
  border: 1px solid rgba(23, 61, 115, 0.1);
  background:
    linear-gradient(180deg, rgba(32, 101, 200, 0.95), rgba(19, 72, 168, 0.96));
  box-shadow: 0 20px 36px rgba(17, 62, 134, 0.14);
  transition: transform 180ms ease, filter 180ms ease;
}

.hero-menu-card:hover {
  transform: translateY(-3px);
  filter: brightness(1.03);
}

.hero-menu-card strong {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-menu-card span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  line-height: 1.75;
}

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

.travel-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 36px rgba(18, 48, 71, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.travel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(18, 48, 71, 0.12);
}

.travel-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.travel-card__body {
  padding: 22px;
}

.travel-card__body h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
}

.travel-card__body p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

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

.section--products {
  padding-top: 8px;
}

.promo-tile {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 180px;
  min-height: 100%;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 18px 38px rgba(18, 48, 71, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.promo-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(18, 48, 71, 0.14);
  filter: brightness(1.02);
}

.promo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-tile__text {
  padding: 26px 22px;
  color: #ffffff;
}

.promo-tile__text h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.promo-tile__text p:last-child {
  margin: 0;
  line-height: 1.75;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.9);
}

.promo-tile--dark {
  background: linear-gradient(135deg, #222831, #3b4452);
}

.promo-tile--blue {
  background: linear-gradient(135deg, #16479f, #1c68d1);
}

.promo-tile--sky {
  background: linear-gradient(135deg, #1c6d8e, #3ba7cf);
}

.promo-tile--sea {
  background: linear-gradient(135deg, #10527e, #0d84b7);
}

.promo-tile--orange {
  background: linear-gradient(135deg, #d86a2e, #f08a40);
}

.home-hero--resort {
  padding-bottom: 40px;
}

.resort-hero {
  position: relative;
  min-height: 700px;
  padding: 28px clamp(20px, 4vw, 56px) 160px;
  border-radius: 38px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17, 58, 128, 0.46), rgba(18, 74, 168, 0.18)),
    var(--resort-hero-photo, url("./사진/중부/20231127_10-1920x1280.jpg")) center center / cover no-repeat;
  box-shadow: 0 28px 72px rgba(14, 54, 128, 0.24);
}

.resort-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 52, 118, 0.6) 0%, rgba(18, 83, 186, 0.34) 34%, rgba(9, 69, 162, 0.14) 100%);
}

.topbar--hero {
  position: relative;
  z-index: 1;
  padding: 10px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.brand--light .brand-logo {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(11, 31, 67, 0.22);
}

.brand--light .brand-text strong,
.brand--light .brand-text span,
.nav-links--light a,
.eyebrow--light,
.hero-text--light,
.resort-shortcut span,
.resort-shortcut strong {
  color: #ffffff;
}

.nav-links--light a {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.resort-hero__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding-top: 118px;
}

.resort-hero__content h1 {
  color: #ffffff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
}

.resort-hero__content .hero-text {
  max-width: 560px;
}

.button--light {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(8px);
}

.resort-shortcuts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: -84px auto 0;
  width: min(100%, 1080px);
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  box-shadow: 0 22px 42px rgba(29, 61, 106, 0.16);
}

.resort-shortcut {
  display: grid;
  gap: 8px;
  min-height: 122px;
  padding: 24px 26px;
  background: linear-gradient(180deg, #1d5fcb, #1348a8);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 180ms ease, filter 180ms ease;
}

.resort-shortcut:last-child {
  border-right: 0;
}

.resort-shortcut:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.resort-shortcut strong {
  font-size: 1.15rem;
  color: #ffffff;
}

.resort-shortcut span {
  font-family: var(--font-ui);
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1100px) {
  .home-split--sunny {
    grid-template-columns: 1fr;
  }

  .sunny-stage {
    min-height: 500px;
  }

  .resort-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 24px;
  }

  .travel-nav--large {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .travel-card-grid,
  .travel-promo-grid,
  .hero-menu-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .home-hero--sunny::before {
    height: 460px;
  }

  .sunny-copy {
    right: 24px;
    top: 92px;
  }

  .resort-hero {
    min-height: 620px;
    padding-bottom: 130px;
  }

  .resort-hero__content {
    padding-top: 92px;
  }

  .travel-header__top,
  .travel-nav,
  .travel-card-grid,
  .travel-promo-grid,
  .hero-menu-grid {
    grid-template-columns: 1fr;
  }

  .travel-header__top {
    display: grid;
  }

  .travel-header__cta {
    width: 100%;
  }

  .travel-nav {
    display: grid;
    justify-items: center;
    gap: 14px;
  }

  .travel-nav--large {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: rgba(255, 255, 255, 0.08);
  }

  .travel-hero {
    min-height: 460px;
    padding: 64px 28px;
  }

  .travel-hero__highlights {
    grid-template-columns: 1fr;
  }

  .travel-card-grid,
  .travel-promo-grid,
  .hero-menu-grid {
    display: grid;
  }

  .promo-tile {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 220px;
  }

  .brand-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sunny-stage {
    min-height: 440px;
  }

  .sunny-copy {
    left: 24px;
    right: 24px;
    top: 26px;
    text-align: left;
  }

  .sunny-copy strong {
    letter-spacing: 0.12em;
  }

  .sunny-copy span {
    border-top-width: 2px;
  }

  .sunny-sun {
    width: 150px;
    height: 150px;
    top: 86px;
  }

  .island-base {
    left: 18px;
    right: 18px;
    width: auto;
    height: 74px;
  }

  .podium--back {
    left: 126px;
    width: 104px;
    height: 94px;
  }

  .podium--front {
    left: 30px;
    width: 110px;
    height: 132px;
  }

  .luggage {
    left: 54px;
    width: 54px;
    height: 96px;
  }

  .chair {
    left: 152px;
    bottom: 174px;
    transform: scale(0.86);
    transform-origin: left bottom;
  }

  .umbrella-top {
    left: 170px;
    width: 132px;
    height: 64px;
  }

  .umbrella-pole {
    left: 238px;
  }

  .sunglasses {
    left: 172px;
    bottom: 112px;
    transform: scale(0.9);
    transform-origin: left center;
  }

  .starfish {
    left: 246px;
  }

  .palm {
    transform: scale(0.88);
    transform-origin: left bottom;
  }

  .resort-hero {
    min-height: 540px;
    padding: 20px 18px 112px;
    border-radius: 26px;
  }

  .topbar--hero {
    padding-bottom: 16px;
  }

  .resort-hero__content {
    padding-top: 56px;
  }

  .resort-shortcuts {
    grid-template-columns: 1fr;
    margin-top: -56px;
  }

  .resort-shortcut {
    min-height: 96px;
    padding: 20px 22px;
  }

  .travel-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .travel-nav {
    border-radius: 18px 18px 0 0;
  }

  .travel-nav--large a {
    min-height: 58px;
    padding: 14px 10px;
    font-size: 0.94rem;
  }

  .travel-hero {
    min-height: 380px;
    padding: 48px 20px;
    border-radius: 0 0 22px 22px;
  }

  .travel-hero__content h1 {
    font-size: 2.5rem;
  }

  .travel-highlight {
    padding: 16px;
  }

  .travel-card__body,
  .promo-tile__text {
    padding: 20px;
  }

  .section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-menu-card {
    min-height: 132px;
    padding: 20px 18px;
  }

  .hero-menu-card strong {
    font-size: 1.35rem;
  }

  .about-hero-points {
    gap: 8px;
  }

  .about-hero-points span {
    width: 100%;
    justify-content: center;
  }

  .about-story-card {
    padding: 22px 20px;
  }

  .about-metric-card,
  .about-process-card {
    padding: 20px 18px;
  }

  .about-logo-feature {
    padding: 22px 20px;
  }

  .about-logo-feature__visual {
    min-height: 180px;
    padding: 20px;
  }

  .quote-card {
    padding: 28px 22px;
  }

  .site-footer__links {
    justify-items: stretch;
  }

  .site-footer__links a {
    width: 100%;
  }
}




.admin-floating-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(17, 61, 115, 0.92);
  box-shadow: 0 18px 48px rgba(14, 44, 84, 0.22);
}

.admin-floating-bar button,
.admin-floating-bar a {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.admin-floating-bar a {
  display: inline-flex;
  align-items: center;
}

.admin-edit-mode [data-admin-edit-key] {
  cursor: pointer;
  outline: 2px dashed rgba(209, 155, 31, 0.85);
  outline-offset: 4px;
}

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

.admin-page-link {
  display: block;
}

@media (max-width: 900px) {
  .admin-page-grid {
    grid-template-columns: 1fr;
  }

  .admin-floating-bar {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

.admin-image-library {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.admin-image-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 59, 99, 0.12);
  box-shadow: 0 18px 42px rgba(18, 59, 99, 0.08);
}

.admin-image-preview-wrap {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(18, 59, 99, 0.08), rgba(39, 93, 67, 0.08));
}

.admin-image-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-image-meta {
  display: grid;
  gap: 6px;
}

.admin-image-meta strong {
  color: #123b63;
  font-size: 1rem;
}

.admin-image-meta span,
.admin-image-meta code,
.admin-image-hint,
.policy-copy {
  color: #5e6b78;
  font-size: 0.92rem;
  line-height: 1.7;
}

.admin-image-meta code {
  word-break: break-all;
  background: rgba(18, 59, 99, 0.06);
  padding: 8px 10px;
  border-radius: 12px;
}

.admin-image-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-image-actions .button {
  flex: 1 1 120px;
}
/* Mobile overhaul 2026-03-27 start */
@media (max-width: 960px) {
  body {
    background-attachment: scroll;
  }

  .travel-header__top {
    gap: 12px;
    justify-items: stretch;
  }

  .travel-header__cta {
    width: 100%;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 0.94rem;
  }

  .travel-nav--large a {
    min-height: 62px;
    padding: 14px 12px;
    font-size: 0.96rem;
  }

  .travel-hero {
    min-height: auto;
    padding: 48px 24px 34px;
  }

  .travel-hero__content {
    max-width: none;
  }

  .travel-hero__content h1 {
    font-size: clamp(2.2rem, 7vw, 3.2rem);
    line-height: 1.15;
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .travel-hero__highlights {
    gap: 10px;
    margin-top: 24px;
  }

  .travel-card-grid,
  .travel-promo-grid,
  .hero-menu-grid {
    gap: 16px;
  }

  .promo-tile {
    grid-template-rows: auto 200px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .site-footer__brand,
  .site-footer__info,
  .site-footer__links {
    width: 100%;
  }

  .site-footer__brand {
    min-height: 0;
  }

  .site-footer__links {
    justify-items: stretch;
    padding: 18px;
  }

  .site-footer__links a {
    width: 100%;
  }

  .site-footer__legal {
    gap: 10px;
    padding-top: 16px;
  }
}

@media (max-width: 640px) {
  .travel-header {
    padding-top: 18px;
  }

  .brand {
    gap: 10px;
    align-items: flex-start;
  }

  .brand-logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    padding: 5px;
  }

  .brand-text strong {
    font-size: 0.92rem;
  }

  .brand-text span {
    font-size: 0.72rem;
  }

  .travel-header__top {
    gap: 10px;
  }

  .travel-nav--large a {
    min-height: 54px;
    padding: 12px 8px;
    font-size: 0.88rem;
    line-height: 1.28;
  }

  .travel-hero {
    min-height: auto;
    padding: 34px 18px 24px;
  }

  .travel-hero__content h1 {
    font-size: 1.95rem;
    line-height: 1.22;
  }

  .hero-text {
    margin-top: 18px;
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .travel-highlight {
    padding: 14px;
    border-radius: 18px;
  }

  .travel-highlight strong {
    font-size: 0.96rem;
  }

  .travel-highlight span {
    font-size: 0.84rem;
    line-height: 1.62;
  }

  .travel-card-grid,
  .travel-promo-grid {
    gap: 14px;
  }

  .travel-card__body,
  .promo-tile__text {
    padding: 18px;
  }

  .travel-card__body h3 {
    font-size: 1.36rem;
    margin-bottom: 8px;
  }

  .promo-tile {
    border-radius: 22px;
    grid-template-rows: auto 160px;
  }

  .promo-tile__text h3 {
    font-size: 1.22rem;
    margin-bottom: 8px;
  }

  .promo-tile__text p:last-child {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .site-footer__info strong {
    font-size: 1.26rem;
  }

  .site-footer__info p,
  .site-footer__legal a {
    font-size: 0.9rem;
  }

  .site-footer__chips {
    gap: 8px;
  }

  .site-footer__chips span {
    font-size: 0.82rem;
    padding: 7px 10px;
  }

  .kakao-link {
    width: 100%;
    justify-content: center;
  }
}
/* Mobile overhaul 2026-03-27 end */
/* Mobile homepage priority 2026-03-27 start */
@media (max-width: 768px) {
  .travel-header {
    padding-top: 16px;
  }

  .travel-header__top {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
    padding-bottom: 14px;
  }

  .brand {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .brand-logo {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    padding: 5px;
  }

  .brand-text strong {
    font-size: 0.98rem;
    line-height: 1.05;
  }

  .brand-text span {
    font-size: 0.74rem;
    line-height: 1.2;
  }

  .travel-header__cta {
    width: 100%;
    min-height: 46px;
    padding: 10px 16px;
    font-size: 0.92rem;
  }

  .travel-nav {
    border-radius: 20px;
    background: rgba(255, 244, 183, 0.72);
    border: 1px solid rgba(23, 61, 115, 0.08);
    box-shadow: 0 16px 30px rgba(20, 54, 97, 0.08);
  }

  .travel-nav--large {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: transparent;
    padding: 0;
  }

  .travel-nav--large a {
    min-height: 68px;
    padding: 14px 8px;
    color: #1f2430;
    font-size: 0.9rem;
    line-height: 1.3;
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.38);
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    text-shadow: none;
  }

  .travel-nav--large a:nth-child(4n) {
    border-right: 0;
  }

  .travel-nav--large a:nth-last-child(-n+4) {
    border-bottom: 0;
  }

  .travel-hero {
    display: none;
  }

  .page-links {
    padding-top: 18px;
  }
}

@media (max-width: 520px) {
  .travel-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .brand-text strong {
    font-size: 0.92rem;
  }

  .brand-text span {
    font-size: 0.7rem;
  }

  .travel-nav--large a {
    min-height: 60px;
    padding: 12px 6px;
    font-size: 0.82rem;
  }

  .page-links,
  .section--products,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* Mobile homepage priority 2026-03-27 end */
/* Mobile promo image focus 2026-03-27 start */
@media (max-width: 768px) {
  .promo-tile--dark,
  .promo-tile--blue,
  .promo-tile--sky {
    grid-template-rows: auto auto;
    align-content: start;
  }

  .promo-tile--dark img,
  .promo-tile--blue img,
  .promo-tile--sky img {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: initial;
    padding: 0;
    margin: 0;
    background: transparent;
  }
}
/* Mobile promo image focus 2026-03-27 end */
/* Footer refresh 2026-03-28 start */
.site-footer.site-footer--modern {
  display: block;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 24px;
  border-top: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer--modern .site-footer__panel {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 42px 40px 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, #22232c, #1d1f27);
  color: #f3f5f8;
  box-shadow: 0 28px 60px rgba(8, 21, 43, 0.18);
}

.site-footer--modern .site-footer__brandbox {
  display: grid;
  align-content: start;
  gap: 12px;
}

.site-footer--modern .site-footer__brand-image {
  width: 100%;
  max-width: 340px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.site-footer--modern .site-footer__brand-title {
  margin: 6px 0 0;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}

.site-footer--modern .site-footer__brand-subtitle {

  margin: 0;
  color: #8fc9ff;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer--modern .site-footer__brand-copy {
  color: rgba(255, 255, 255, 0.88);
}

.site-footer--modern .site-footer__brand-title,
.site-footer--modern .site-footer__brand-subtitle {
  color: #ffffff;
}
.site-footer--modern .site-footer__brand-copy,
.site-footer--modern .site-footer__col p,
.site-footer--modern .site-footer__social-note,
.site-footer--modern .site-footer__bottom {
  margin: 0;
  color: rgba(231, 236, 245, 0.7);
  line-height: 1.8;
}

.site-footer--modern .site-footer__col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer--modern .site-footer__col--center {
  justify-items: center;
  text-align: center;
}

.site-footer--modern .site-footer__col--center .site-footer__social-list {
  justify-content: center;
}

.site-footer--modern .site-footer__col--center a,
.site-footer--modern .site-footer__col--center p {
  text-align: center;
}
.site-footer--modern .site-footer__col h3 {
  margin: 2px 0 10px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}

.site-footer--modern .site-footer__col a {
  color: rgba(231, 236, 245, 0.74);
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer--modern .site-footer__col a:hover,
.site-footer--modern .site-footer__social-link:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.site-footer--modern .site-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.site-footer--modern .site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.site-footer--modern .site-footer__social-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.site-footer--modern .site-footer__social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.site-footer--modern .site-footer__social-link--instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 52%, #fcb045);
}

.site-footer--modern .site-footer__social-link--facebook {
  background: linear-gradient(180deg, #1877f2, #0b57c4);
}

.site-footer--modern .site-footer__social-link--youtube {
  background: linear-gradient(180deg, #ff3636, #d81818);
}

.site-footer--modern .site-footer__social-link--placeholder {
  opacity: 0.88;
  cursor: default;
}
.site-footer--modern .site-footer__social-link--kakao img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.site-footer--modern .site-footer__social-link--kakao {
  background: linear-gradient(180deg, #ffef86, #f7d73c);
  border-color: rgba(255, 216, 74, 0.36);
}

.site-footer--modern .site-footer__bottom {
  margin-top: 18px;
  padding: 18px 12px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

@media (max-width: 640px) {
  .site-footer.site-footer--modern {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer--modern .site-footer__panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px 24px;
    border-radius: 24px;
  }

  .site-footer--modern .site-footer__brand-image {
  width: 100%;
  max-width: 340px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

  .site-footer--modern .site-footer__brand-title {
    font-size: 1.35rem;
  }

  .site-footer--modern .site-footer__col--center {
  justify-items: center;
  text-align: center;
}

.site-footer--modern .site-footer__col--center .site-footer__social-list {
  justify-content: center;
}

.site-footer--modern .site-footer__col--center a,
.site-footer--modern .site-footer__col--center p {
  text-align: center;
}
.site-footer--modern .site-footer__col h3 {
    margin-bottom: 8px;
    font-size: 1.06rem;
  }

  .site-footer--modern .site-footer__social-list {
    gap: 10px;
  }

  .site-footer--modern .site-footer__social-link {
    width: 42px;
    height: 42px;
  }
}
/* Footer refresh 2026-03-28 end */
/* Typography refresh 2026-03-28 start */
body,
button,
input,
textarea,
select {
  font-family: var(--font-ui);
}

.site-footer--modern .site-footer__brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer--modern .site-footer__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  padding: 5px;
}

.site-footer--modern .site-footer__brand-image {
  width: 100%;
  max-width: 340px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.site-footer--modern .site-footer__brand-meta {
  display: grid;
  gap: 4px;
}

.site-footer--modern .site-footer__brand-title {
  margin: 0;
  font-family: "Playfair Display", "Pretendard", serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
}

.site-footer--modern .site-footer__brand-subtitle {
  margin: 0;
  font-family: "Playfair Display", "Pretendard", serif;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
}

.site-footer--modern .site-footer__brand-copy {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 640px) {
  .site-footer--modern .site-footer__brand-image {
  width: 100%;
  max-width: 340px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

  .site-footer--modern .site-footer__logo {
    width: 52px;
    height: 52px;
  }

  .site-footer--modern .site-footer__brand-title {
    font-size: 0.94rem;
  }

  .site-footer--modern .site-footer__brand-subtitle {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
  }
}
/* Typography refresh 2026-03-28 end */
/* Footer brand rebalance 2026-03-28 start */
.site-footer--modern .site-footer__panel {
  grid-template-columns: minmax(360px, 1.55fr) repeat(4, minmax(0, 1fr));
}

.site-footer--modern .site-footer__brandbox {
  gap: 18px;
}

.site-footer--modern .site-footer__brand-image {
  max-width: 420px;
}

.site-footer--modern .site-footer__brand-mark {
  width: min(100%, 360px);
  margin-left: 18px;
  gap: 16px;
  align-items: center;
}

.site-footer--modern .site-footer__logo {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  padding: 6px;
}

.site-footer--modern .site-footer__brand-meta {
  gap: 6px;
}

.site-footer--modern .site-footer__brand-title {
  font-size: 1.14rem;
  letter-spacing: 0.14em;
}

.site-footer--modern .site-footer__brand-subtitle {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  line-height: 1.35;
}

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

@media (max-width: 640px) {
  .site-footer--modern .site-footer__brand-image {
    max-width: 300px;
  }

  .site-footer--modern .site-footer__brand-mark {
    width: 100%;
    margin-left: 0;
    gap: 12px;
  }

  .site-footer--modern .site-footer__logo {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .site-footer--modern .site-footer__brand-title {
    font-size: 1rem;
  }

  .site-footer--modern .site-footer__brand-subtitle {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }
}
/* Footer brand rebalance 2026-03-28 end */
/* Social icon size refresh 2026-03-28 */
.site-footer--modern .site-footer__social-list {
  gap: 14px;
  margin-top: 22px;
}
.site-footer--modern .site-footer__social-link {
  width: 52px;
  height: 52px;
}
.site-footer--modern .site-footer__social-link svg {
  width: 24px;
  height: 24px;
}
.site-footer--modern .site-footer__social-link--kakao img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 640px) {
  .site-footer--modern .site-footer__social-link {
    width: 48px;
    height: 48px;
  }
  .site-footer--modern .site-footer__social-link svg {
    width: 22px;
    height: 22px;
  }
  .site-footer--modern .site-footer__social-link--kakao img {
    width: 28px;
    height: 28px;
  }
}/* Reservation guest picker 2026-03-28 */
.field-grid--guests {
  align-items: start;
}
.field-hint {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(49, 86, 111, 0.78);
}
.guest-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.guest-counter {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(24, 73, 127, 0.12);
  background: rgba(255, 255, 255, 0.92);
}
.guest-counter strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-heading);
  font-size: 1rem;
  color: #153e6f;
}
.guest-counter span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  color: var(--muted);
}
.guest-counter input {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(24, 73, 127, 0.14);
  background: rgba(247, 252, 255, 0.92);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #153e6f;
}
.guest-summary {
  margin: 12px 0 0;
  font-size: 0.94rem;
  font-weight: 600;
  color: #31566f;
}
@media (max-width: 760px) {
  .guest-counter-grid {
    grid-template-columns: 1fr;
  }
}/* Reservation tour select 2026-03-28 */
.field select {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(24, 73, 127, 0.14);
  background: rgba(247, 252, 255, 0.92);
  color: #153e6f;
  font-size: 1rem;
  font-weight: 500;
}
/* Contact refresh 2026-03-28 */
.contact-page .contact-hero-simple {
  padding-top: 20px;
  padding-bottom: 28px;
}

.contact-page .contact-hero-simple .hero-copy {
  max-width: 920px;
}

.contact-page .contact-hero-simple h1 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.contact-page .contact-hero-simple .hero-text {
  max-width: 700px;
  font-size: 1.06rem;
  line-height: 1.8;
  color: rgba(50, 85, 118, 0.84);
}

.contact-page .contact-main-simple {
  display: block;
  padding-top: 10px;
}

.contact-page .contact-form-card {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-page .contact-form-card .booking-form {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.contact-page .field-grid {
  margin-bottom: 18px;
}

.contact-page .field-grid--stack {
  grid-template-columns: 1fr;
}

.contact-page .field-label {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.contact-page .field-label label {
  margin-bottom: 0;
}

.contact-page .field-hint {
  font-size: 0.83rem;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(55, 90, 123, 0.7);
}

.contact-page .field input,
.contact-page .field textarea,
.contact-page .field select {
  width: 100%;
  min-height: 56px;
  padding: 15px 18px;
  border-radius: 22px;
  border: 1px solid rgba(30, 76, 122, 0.12);
  background: rgba(255, 255, 255, 0.95);
  color: #224870;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-page .field textarea {
  min-height: 150px;
}

.contact-page .field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #224870 50%), linear-gradient(135deg, #224870 50%, transparent 50%);
  background-position: calc(100% - 24px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

.contact-page .guest-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.contact-page .guest-counter {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(28, 72, 116, 0.12);
  background: rgba(255, 255, 255, 0.93);
}

.contact-page .guest-counter strong {
  display: block;
  margin-bottom: 4px;
  color: #173f71;
  font-size: 1.04rem;
}

.contact-page .guest-counter span {
  display: block;
  margin-bottom: 12px;
  font-size: 0.83rem;
  color: rgba(57, 86, 112, 0.75);
}

.contact-page .guest-counter input {
  min-height: 52px;
  text-align: center;
  font-weight: 700;
}

.contact-page .guest-summary {
  margin: 12px 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #173f71;
}

.contact-page .contact-actions {
  margin-top: 10px;
}

.contact-page .form-status {
  margin-top: 14px;
}

@media (max-width: 900px) {
  .contact-page .contact-hero-simple h1 {
    font-size: clamp(2.4rem, 7vw, 3.7rem);
  }

  .contact-page .guest-counter-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-page .contact-hero-simple {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .contact-page .contact-hero-simple h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.05;
  }

  .contact-page .contact-hero-simple .hero-text {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .contact-page .field input,
  .contact-page .field textarea,
  .contact-page .field select {
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .contact-page .contact-actions {
    display: grid;
    gap: 12px;
  }
}
.trip-summary-box {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(30, 76, 122, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.trip-summary-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #173f71;
}

.trip-summary {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #24496f;
}

/* Contact footer SNS scale 2026-03-29 */
.contact-page .site-footer__col--sns {
  min-width: 260px;
}

.contact-page .site-footer__col--sns h3 {
  margin-bottom: 18px;
  text-align: center;
}

.contact-page .site-footer__col--sns .site-footer__social-list {
  width: 238px;
  margin: 0 auto;
  justify-content: center;
  gap: 18px 20px;
}

.contact-page .site-footer__col--sns .site-footer__social-link {
  width: 66px;
  height: 66px;
}

.contact-page .site-footer__col--sns .site-footer__social-link svg {
  width: 28px;
  height: 28px;
}

.contact-page .site-footer__col--sns .site-footer__social-link--kakao img {
  width: 40px;
  height: 40px;
}

@media (max-width: 640px) {
  .contact-page .site-footer__col--sns {
    min-width: 0;
  }

  .contact-page .site-footer__col--sns .site-footer__social-list {
    width: 218px;
    gap: 16px 18px;
  }

  .contact-page .site-footer__col--sns .site-footer__social-link {
    width: 60px;
    height: 60px;
  }

  .contact-page .site-footer__col--sns .site-footer__social-link svg {
    width: 26px;
    height: 26px;
  }

  .contact-page .site-footer__col--sns .site-footer__social-link--kakao img {
    width: 38px;
    height: 38px;
  }
}

/* Footer legal layout refresh 2026-03-29 */
.site-footer--modern .site-footer__legal--modern {
  display: grid;
  gap: 2px;
  width: min(100%, 360px);
  margin-left: 18px;
}

.site-footer--modern .site-footer__legal--modern p {
  margin: 0;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(231, 236, 245, 0.78);
}

@media (max-width: 640px) {
  .site-footer--modern .site-footer__legal--modern {
    width: 100%;
    margin-left: 0;
  }

  .site-footer--modern .site-footer__legal--modern p {
    font-size: 0.82rem;
  }
}
