/* 수정 주의:
   이 파일은 전체 디자인, 여백, 색상, 반응형을 담당합니다.
   초보자는 가능하면 HTML의 글자/이미지/링크만 수정하세요.
   CSS를 수정해야 한다면 먼저 사이트_수정_안내서.md를 확인하고 백업 후 작업하세요. */

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #111827;
  --bg-soft: #192236;
  --panel: #1a2540;
  --panel-strong: #1f2d4a;
  --gold: #c9a86a;
  --gold-bright: #dfc178;
  --gold-glow: rgba(223, 193, 120, 0.15);
  --text: #ffffff;
  --muted: #ffffff;
  --line: rgba(201, 168, 106, 0.2);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  background:
    radial-gradient(ellipse 80% 60% at 50% 22%, #2e3659 0%, #232a45 45%, #1a2035 100%);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 22%, #2e3659 0%, #232a45 45%, #1a2035 100%);
  color: var(--text) !important;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  word-break: keep-all;
  letter-spacing: 0;
}

body,
body * {
  letter-spacing: 0 !important;
}

[data-template-id$="-eyebrow"],
[data-template-id$="-label"],
[data-template-id="hero-eyebrow"],
[data-template-id="hero-tagline"],
[data-template-id="hero-title-kr"],
.promo-kicker {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.canva-text,
[data-template-id] {
  color: #fff !important;
}

.canva-text[data-template-id="hero-title-kr"] {
  color: var(--gold) !important;
  text-shadow: 0 0 16px var(--gold-glow);
}

.canva-text[data-template-id="hero-eyebrow"] {
  color: var(--gold) !important;
  text-shadow: 0 0 14px var(--gold-glow);
}

.canva-text[data-template-id="hero-tagline"] {
  color: #ffffff !important;
  font-size: clamp(30px, 3.4vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.26), 0 0 32px rgba(201, 168, 106, 0.14);
}

body.menu-open {
  overflow: hidden;
}

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

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

section {
  scroll-margin-top: 92px;
}

.promo-strip,
#now-showing,
#about,
#guide,
#contact {
  isolation: isolate;
}

.promo-strip {
  background:
    linear-gradient(180deg, rgba(14, 20, 36, 0.96), rgba(18, 26, 44, 0.98)) !important;
  border-top: 1px solid rgba(201, 168, 106, 0.25);
  border-bottom: 1px solid rgba(201, 168, 106, 0.22);
}

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

#now-showing {
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 168, 106, 0.08), transparent 36%),
    linear-gradient(180deg, #182030 0%, #1c2438 58%, #17213a 100%) !important;
  box-shadow: 0 0 0 100vmax #192030;
  clip-path: inset(0 -100vmax);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(201, 168, 106, 0.22);
}

#about {
  background:
    radial-gradient(circle at 78% 24%, rgba(201, 168, 106, 0.08), transparent 30%),
    linear-gradient(180deg, #1f2a40 0%, #222e45 52%, #1d2640 100%) !important;
  border-top: 1px solid rgba(201, 168, 106, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

#guide {
  background:
    linear-gradient(180deg, #151e30 0%, #1a2238 50%, #131d2e 100%) !important;
  box-shadow: 0 0 0 100vmax #172038;
  clip-path: inset(0 -100vmax);
  border-top: 1px solid rgba(201, 168, 106, 0.22);
  border-bottom: 1px solid rgba(201, 168, 106, 0.22);
}

#contact {
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 168, 106, 0.08), transparent 30%),
    linear-gradient(180deg, #1f2840 0%, #222e48 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.page-shell {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 50% 16%, rgba(46, 54, 85, 0.94) 0%, rgba(36, 42, 66, 0.88) 44%, rgba(28, 34, 52, 0.96) 100%);
}

.page-meteor-sky {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.page-shell > *:not(.page-meteor-sky) {
  position: relative;
  z-index: 1;
}

.page-shell > [data-include="header"] {
  z-index: 60;
}

.site-header {
  position: fixed;
  top: 14px;
  left: clamp(14px, 3vw, 34px);
  right: clamp(14px, 3vw, 34px);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 3.6vw, 44px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035) 42%, rgba(201, 168, 106, 0.08)),
    rgba(9, 13, 24, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(201, 168, 106, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, transform 0.25s ease;
}

body.is-scrolled .site-header {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045) 42%, rgba(201, 168, 106, 0.1)),
    rgba(9, 13, 24, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(201, 168, 106, 0.1),
    0 20px 54px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.site-logo {
  display: grid;
  flex: 0 0 auto;
  gap: 0;
  line-height: 1;
}

.site-logo__en {
  color: var(--gold);
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.site-logo__kr {
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-shadow: 0 0 14px var(--gold-glow);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 26px);
  margin-left: auto;
  color: var(--gold);
  text-shadow: 0 0 12px var(--gold-glow);
  font-size: 15px;
  letter-spacing: 0.01em;
}

.nav-menu a {
  position: relative;
  padding: 12px 4px;
  line-height: 1;
  font-weight: 600;
  border-radius: 6px;
  color: inherit;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a.is-active {
  color: var(--gold-bright);
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transition: width 0.2s ease;
}

.nav-menu a:hover::after,
.nav-menu a.is-active::after {
  width: 100%;
}

.nav-menu a.nav-cta {
  margin-left: 2px;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-menu a.nav-cta::after {
  display: none;
}

.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(135deg, #dfc178, #b98d4f);
  color: #090d16;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 34px rgba(201, 168, 106, 0.2);
  transition: transform 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}

.canva-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 106, 0.45);
  color: #f5deaa;
  background: rgba(201, 168, 106, 0.08);
  transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.canva-button:hover,
.canva-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(201, 168, 106, 0.82);
  background: rgba(201, 168, 106, 0.16);
  color: #ffefd0;
}

.hero-cta-btn.canva-button {
  margin-top: 8px;
  min-height: 46px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.movie-book-btn.canva-button {
  min-height: 30px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
}

.map-cta-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.map-cta-wrap .canva-button {
  flex: 1 1 0%;
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(201, 168, 106, 0.08);
}

.map-cta-wrap .canva-button::before {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.map-cta-wrap [data-template-id="map-kakao-btn"] {
  border-color: rgba(254, 229, 0, 0.64);
  background: linear-gradient(135deg, #fee500, #f4ce30);
  color: #191600 !important;
  box-shadow: 0 10px 28px rgba(254, 229, 0, 0.16);
}

.map-cta-wrap [data-template-id="map-kakao-btn"]::before {
  content: "K";
  background: rgba(25, 22, 0, 0.12);
  color: #191600;
}

.map-cta-wrap [data-template-id="map-naver-btn"] {
  border-color: rgba(3, 199, 90, 0.68);
  background: linear-gradient(135deg, #03c75a, #0aaa52);
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(3, 199, 90, 0.15);
}

.map-cta-wrap [data-template-id="map-naver-btn"]::before {
  content: "N";
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.map-cta-wrap [data-template-id="map-kakao-btn"]:hover,
.map-cta-wrap [data-template-id="map-kakao-btn"]:focus-visible {
  border-color: rgba(254, 229, 0, 0.9);
  background: linear-gradient(135deg, #fff067, #fee500);
  color: #191600 !important;
}

.map-cta-wrap [data-template-id="map-naver-btn"]:hover,
.map-cta-wrap [data-template-id="map-naver-btn"]:focus-visible {
  border-color: rgba(3, 199, 90, 0.95);
  background: linear-gradient(135deg, #15d96a, #03c75a);
  color: #ffffff !important;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.contact-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: max-content;
  margin-top: 36px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(201, 168, 106, 0.55);
  border-radius: 999px;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #f5deaa;
  background: rgba(201, 168, 106, 0.06);
  transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.contact-cta-btn::after {
  content: "→";
  display: inline-block;
  margin-left: 4px;
  transform: translateX(0);
  transition: transform 0.22s ease, opacity 0.22s ease;
  opacity: 0.85;
}

.contact-cta-btn:hover,
.contact-cta-btn:focus-visible {
  transform: translateY(-2px);
  background: rgba(201, 168, 106, 0.14);
  border-color: rgba(201, 168, 106, 0.82);
  color: #ffefd0;
}

.contact-cta-btn:hover::after,
.contact-cta-btn:focus-visible::after {
  transform: translateX(4px);
  opacity: 1;
}

.contact-meta-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 0 0 7px;
  border-bottom: 1px solid rgba(201, 168, 106, 0.58);
  color: #f5deaa !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 0 12px var(--gold-glow);
  transition: color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.contact-meta-link::after {
  content: "→";
  display: inline-block;
  transform: translateX(0);
  opacity: 0.85;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.contact-meta-link:hover,
.contact-meta-link:focus-visible {
  color: #ffefd0 !important;
  border-color: rgba(223, 193, 120, 0.95);
  transform: translateY(-1px);
}

.contact-meta-link:hover::after,
.contact-meta-link:focus-visible::after {
  transform: translateX(4px);
  opacity: 1;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(5, 8, 16, 0.54);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.menu-toggle:hover {
  border-color: rgba(201, 168, 106, 0.55);
  background: rgba(201, 168, 106, 0.12);
}

.menu-toggle:focus-visible {
  outline: 2px solid rgba(201, 168, 106, 0.7);
  outline-offset: 2px;
}

.menu-icon {
  width: 22px;
  height: 16px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-icon span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-section {
  min-height: 100vh;
  display: grid;
  align-items: center;
  position: relative;
  padding: 126px clamp(20px, 5vw, 72px) 70px;
  background:
    linear-gradient(90deg, rgba(7, 11, 20, 0.78), rgba(7, 11, 20, 0.48) 48%, rgba(7, 11, 20, 0.25)),
    linear-gradient(0deg, rgba(7, 11, 20, 0.86), rgba(7, 11, 20, 0.08) 48%, rgba(7, 11, 20, 0.42)),
    url("../images/hero-drivein.png") center / cover no-repeat;
}

.hero-content {
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  color: var(--text);
  font-family: 'Noto Serif', serif;
  font-size: clamp(54px, 10vw, 132px);
  font-weight: 500;
  line-height: 0.92;
}

.hero-kicker {
  margin: 22px 0 0;
  color: var(--gold);
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-copy {
  max-width: 670px;
  margin: 34px 0 0;
  color: #d8deeb;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.9;
}

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

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(201, 168, 106, 0.12);
}

.quick-card {
  padding: 34px clamp(20px, 4vw, 48px);
  background: #141f33;
}

.quick-card small {
  color: var(--gold);
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.22em;
}

.quick-card strong {
  display: block;
  margin-top: 12px;
  font-size: 20px;
}

.quick-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.section-block {
  padding: clamp(76px, 10vw, 118px) clamp(20px, 5vw, 72px);
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.section-title {
  margin: 0;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.15;
}

.section-title .en {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-family: 'Noto Serif', serif;
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.section-desc {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.9;
}

.movie-tabs,
.tourism-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.tab-button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.04);
  color: #c9d0df;
  cursor: pointer;
}

.tab-button.is-active {
  border-color: rgba(201, 168, 106, 0.72);
  color: var(--gold-bright);
  background: rgba(201, 168, 106, 0.12);
}

.movie-grid,
.tourism-grid,
.feature-grid,
.step-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.movie-card,
.tourism-card,
.feature-card,
.step-card,
.price-card,
.contact-card {
  border: 1px solid rgba(201, 168, 106, 0.30);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(30, 44, 70, 0.92), rgba(18, 27, 46, 0.94));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.movie-poster {
  min-height: 320px;
  display: grid;
  align-content: end;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 70% 28%, rgba(223, 193, 120, 0.58), transparent 26%),
    linear-gradient(135deg, #28334f, #090d16);
}

.movie-poster--upcoming {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 68% 25%, rgba(128, 157, 219, 0.48), transparent 28%),
    linear-gradient(135deg, #1b263b, #090d16);
}

.movie-card h3,
.tourism-card h3,
.feature-card h3,
.step-card h3,
.price-card h3 {
  margin: 0;
}

.badge {
  width: fit-content;
  border: 1px solid rgba(201, 168, 106, 0.42);
  border-radius: 3px;
  padding: 5px 9px;
  color: var(--gold);
  background: rgba(7, 11, 20, 0.64);
  font-size: 12px;
}

.movie-body,
.tourism-body,
.feature-card,
.step-card,
.price-card {
  padding: 22px;
}

.meta,
.card-copy {
  color: var(--muted);
  line-height: 1.8;
}

.time-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.time-list span {
  border: 1px solid rgba(201, 168, 106, 0.26);
  border-radius: 4px;
  padding: 5px 10px;
  color: var(--gold-bright);
  background: rgba(201, 168, 106, 0.1);
}

.about-section {
  background: linear-gradient(180deg, #111827, #192236);
}

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

.about-image {
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0.08), rgba(7, 11, 20, 0.42)),
    url("../images/hero-drivein.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

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

.feature-card,
.step-card,
.price-card {
  min-height: 170px;
}

.feature-number,
.step-label,
.price-value {
  color: var(--gold);
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.12em;
}

.guide-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: min(760px, 100%);
  margin: 28px auto 0;
  padding: 14px 22px;
  border: 1px solid rgba(201, 168, 106, 0.30);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 230, 240, 0.84);
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.guide-notice::before {
  content: "!";
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(201, 168, 106, 0.38);
  border-radius: 999px;
  color: var(--gold);
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  line-height: 1;
}

.tourism-section {
  position: relative;
  overflow: hidden;
  padding-top: 132px;
  background:
    radial-gradient(ellipse 80% 62% at 50% 20%, rgba(38, 45, 71, 0.34), transparent 58%),
    linear-gradient(180deg, rgba(8, 13, 24, 0.34), rgba(8, 13, 24, 0.72));
}


.tourism-section .section-inner {
  max-width: 1100px;
}

.tourism-intro {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  place-items: center;
  align-content: center;
  overflow: hidden;
  padding: 132px 24px 80px;
  text-align: center;
}

.tourism-intro__copy {
  position: relative;
  margin-top: 0;
  margin-bottom: clamp(56px, 6vw, 80px);
  padding: clamp(52px, 6vw, 80px) 24px;
  text-align: center;
}

.page-headline {
  position: relative;
  overflow: hidden;
  padding-top: 132px;
  padding-bottom: clamp(22px, 4vw, 54px);
  background:
    radial-gradient(ellipse 80% 62% at 50% 20%, rgba(38, 45, 71, 0.34), transparent 58%),
    linear-gradient(180deg, rgba(8, 13, 24, 0.32), rgba(8, 13, 24, 0.7));
}

.page-headline .section-inner {
  max-width: 1100px;
}

.page-headline__copy {
  margin-top: clamp(76px, 7vw, 104px);
  margin-bottom: 0;
}

.page-headline--showing .page-headline__copy,
.page-headline--rental .page-headline__copy {
  margin-top: clamp(28px, 4vw, 58px);
}

@media (max-width: 640px) {
  .page-headline--showing,
  .page-headline--rental {
    padding-top: 96px;
    padding-bottom: 18px;
  }

  .page-headline--showing .page-headline__copy,
  .page-headline--rental .page-headline__copy {
    margin-top: 0;
    padding: 40px 20px 44px;
  }
}

.page-headline__label {
  margin: 0 0 26px;
  color: var(--gold);
  font-family: "Noto Serif", "Noto Serif KR", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em !important;
}

@keyframes headlineFadeOnly {
  from { opacity: 0; }
  to { opacity: 1; }
}

.page-headline--access .page-headline__copy h2 {
  color: var(--gold);
  animation: headlineFadeOnly 0.85s ease both;
  text-shadow: 0 0 28px rgba(201, 168, 106, 0.35);
}

.page-headline--access .page-headline__copy h2 .gold-word {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(201, 168, 106, 0.35);
}

/* 중앙 방사형 골드 글로우 배경 */
.tourism-intro__copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 72% 80% at 50% 48%, rgba(201, 168, 106, 0.07) 0%, transparent 72%);
  pointer-events: none;
}

/* 골드 구분선 */
.tourism-copy__rule {
  width: 44px;
  height: 1px;
  margin: 0 auto 28px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* 아이브로우 레이블 */
.tourism-copy__label {
  margin: 0 0 28px;
  color: var(--gold);
  font-family: "Noto Serif", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em !important;
}

.tourism-intro__copy h2 {
  position: relative;
  margin: 0;
  color: #f0f0f0;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(28px, 7vw, 60px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.045em !important;
  word-break: keep-all;
}

.tourism-intro__copy h2 .gold-word {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(201, 168, 106, 0.35);
}

/* 단어 순차 페이드인 */
.tourism-intro__copy h2 .word-reveal {
  display: inline-block;
  opacity: 0;
  animation: wordReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--d, 0s);
}

.tourism-title-line {
  display: block;
  white-space: nowrap;
}

@keyframes wordReveal {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.tourism-copy__desc {
  position: relative;
  max-width: none;
  margin: 32px auto 0;
  color: rgba(240, 240, 240, 0.6);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: -0.02em !important;
}

.tourism-copy__line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .tourism-section {
    padding-inline: 12px;
  }

  .tourism-intro__copy {
    padding-inline: 0;
  }

  .tourism-copy__desc {
    font-size: 11px;
    line-height: 1.8;
  }
}

@media (max-width: 360px) {
  .tourism-copy__desc {
    font-size: 9.5px;
  }
}

@media (max-width: 300px) {
  .tourism-copy__desc {
    font-size: 8.5px;
  }
}

/* ── 하루 코스 타임라인 플로우 ─────────────────────── */

/* 순차 점등 애니메이션 키프레임 */
@keyframes flowDotOn {
  0%, 20% {
    background: var(--gold);
    border-color: var(--gold);
    box-shadow: 0 0 18px rgba(201, 168, 106, 0.75);
  }
  38%, 100% {
    background: rgba(201, 168, 106, 0.12);
    border-color: rgba(201, 168, 106, 0.35);
    box-shadow: none;
  }
}

@keyframes flowLineOn {
  0%, 20% { opacity: 1; }
  38%, 100% { opacity: 0.22; }
}

@keyframes flowKeyNight {
  /* 꺼진 상태 */
  0%, 58%, 100% {
    background: rgba(122, 176, 255, 0.1);
    border-color: rgba(122, 176, 255, 0.25);
    box-shadow: none;
    opacity: 1;
  }
  /* 깜빡 점화 */
  3%  { background: #7ab0ff; border-color: #7ab0ff; box-shadow: 0 0 28px rgba(122, 176, 255, 1), 0 0 56px rgba(122, 176, 255, 0.6); opacity: 1; }
  5%  { opacity: 0.12; }
  7%  { background: #a0c8ff; border-color: #a0c8ff; box-shadow: 0 0 36px rgba(160, 200, 255, 1); opacity: 1; }
  9%  { opacity: 0.35; }
  12% { background: #7ab0ff; box-shadow: 0 0 28px rgba(122, 176, 255, 1); opacity: 1; }
  14% { opacity: 0.65; }
  17% { opacity: 1; }
  /* 안정 글로우 */
  20% { background: #7ab0ff; border-color: #7ab0ff; box-shadow: 0 0 24px rgba(122, 176, 255, 0.9), 0 0 52px rgba(122, 176, 255, 0.4); opacity: 1; }
  38% { background: #7ab0ff; border-color: #7ab0ff; box-shadow: 0 0 18px rgba(122, 176, 255, 0.7), 0 0 36px rgba(122, 176, 255, 0.3); opacity: 1; }
  /* 페이드 아웃 */
  50% { background: rgba(122, 176, 255, 0.1); border-color: rgba(122, 176, 255, 0.25); box-shadow: none; opacity: 1; }
}

/* 프로젝터 스크린 깜빡이 */
@keyframes sceneFlicker {
  0%          { opacity: 0.35; filter: brightness(1); }
  2%          { opacity: 1;    filter: brightness(1.6); }
  3%          { opacity: 0.65; }
  5%          { opacity: 1;    filter: brightness(1.3); }
  7%          { opacity: 0.8; }
  9%          { opacity: 1;    filter: brightness(1.4); }
  11%         { opacity: 0.9; }
  14%         { opacity: 1;    filter: brightness(1.2); }
  17%         { opacity: 1; }
  28%         { opacity: 1;    filter: brightness(1.1); }
  30%         { opacity: 0.85; }
  32%         { opacity: 1; }
  42%         { opacity: 1; }
  50%         { opacity: 0.6;  filter: brightness(1); }
  58%, 100%   { opacity: 0.35; filter: none; }
}

/* 자동차+커플 등장 */
@keyframes sceneCarAppear {
  0%          { opacity: 0.3;  transform: scale(0.85) translateY(3px); }
  6%          { opacity: 1;    transform: scale(1.12) translateY(0); }
  14%         { opacity: 1;    transform: scale(1); }
  42%         { opacity: 1; }
  52%         { opacity: 0.45; transform: scale(0.95); }
  58%, 100%   { opacity: 0.3;  transform: scale(0.88) translateY(2px); }
}

/* 리플 링 */
@keyframes flowRipple {
  0%, 58%, 100% { transform: scale(0.9); opacity: 0; }
  62%           { transform: scale(1);   opacity: 0.85; }
  90%           { transform: scale(3.8); opacity: 0; }
}

@keyframes flowEmojiPop {
  0%, 20% { transform: scale(1.25); opacity: 1; }
  38%, 100% { transform: scale(1); opacity: 0.5; }
}

.tourism-flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin: 52px auto 0;
  max-width: 480px;
}

.tourism-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 110px;
}

.tourism-flow__emoji {
  font-size: 22px;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 0.3s;
  animation: flowEmojiPop 5s ease-in-out infinite;
}

.tourism-flow__time {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(201, 168, 106, 0.6);
  letter-spacing: 0.12em;
}

.tourism-flow__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 106, 0.35);
  background: rgba(201, 168, 106, 0.12);
  animation: flowDotOn 5s ease-in-out infinite;
}

/* 낮 — delay 0s */
.tourism-flow > :nth-child(1) .tourism-flow__dot  { animation-delay: 0s; }
.tourism-flow > :nth-child(1) .tourism-flow__emoji { animation-delay: 0s; }

/* 연결선 1 — delay 0.9s */
.tourism-flow > :nth-child(2) { animation: flowLineOn 5s ease-in-out infinite 0.9s; }

/* 저녁 — delay 1.7s */
.tourism-flow > :nth-child(3) .tourism-flow__dot  { animation-delay: 1.7s; }
.tourism-flow > :nth-child(3) .tourism-flow__emoji { animation-delay: 1.7s; }

/* 연결선 2 — delay 2.6s */
.tourism-flow > :nth-child(4) { animation: flowLineOn 5s ease-in-out infinite 2.6s; }

/* 밤(is-key) — 나이트 블루 깜빡이 도트 */
.tourism-flow__step.is-key .tourism-flow__dot {
  width: 14px;
  height: 14px;
  position: relative;
  background: rgba(122, 176, 255, 0.1);
  border-color: rgba(122, 176, 255, 0.25);
  animation: flowKeyNight 5s ease-in-out infinite 3.4s;
}

/* 리플 링 — 밤 도트에서 퍼지는 파장 */
.tourism-flow__step.is-key .tourism-flow__dot::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #7ab0ff;
  animation: flowRipple 5s ease-out infinite 3.4s;
}

/* 밤 씬 컨테이너 (🎬 + 🚗) */
.tourism-flow__scene {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}

.scene-screen {
  font-size: 20px;
  opacity: 0.35;
  animation: sceneFlicker 5s ease-in-out infinite 3.4s;
}

.scene-car {
  font-size: 16px;
  opacity: 0.3;
  transform: scale(0.88) translateY(2px);
  animation: sceneCarAppear 5s ease-in-out infinite 3.4s;
}

.tourism-flow__label {
  margin: 0;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(240, 240, 240, 0.55);
  letter-spacing: -0.02em;
}

.tourism-flow__step.is-key .tourism-flow__time {
  color: var(--gold);
}

.tourism-flow__step.is-key .tourism-flow__label {
  color: var(--gold);
  font-weight: 500;
}

.tourism-flow__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 168, 106, 0.25), rgba(201, 168, 106, 0.25));
  margin-top: 58px; /* 이모지+시간 레이블 높이 반영, dot 중앙에 정렬 */
  max-width: 72px;
  opacity: 0.22; /* 기본은 dim, 애니메이션이 밝혀줌 */
}

@media (max-width: 640px) {
  .tourism-flow {
    max-width: 320px;
  }
  .tourism-flow__step {
    min-width: 80px;
  }
  .tourism-flow__line {
    max-width: 40px;
  }
}

.tourism-tabs {
  margin-bottom: 40px;
}

.tourism-section .tab-button {
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(232, 233, 238, 0.58);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em !important;
}

.tourism-section .tab-button.is-active {
  color: var(--gold);
}

.tourism-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

.tourism-card {
  background: #18223a;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tourism-card:hover {
  border-color: rgba(201, 168, 106, 0.24);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
  transform: translateY(-6px);
}

.tourism-image {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(201, 168, 106, 0.28), transparent 22%),
    linear-gradient(135deg, #172238, #0d1423);
  color: rgba(244, 241, 234, 0.82);
  font-family: 'Noto Serif', serif;
  font-size: 42px;
}

.tourism-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 13, 24, 0.04), rgba(8, 13, 24, 0.74)),
    radial-gradient(circle at 50% 44%, rgba(201, 168, 106, 0.14), transparent 36%);
  pointer-events: none;
}

.tourism-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.02);
}

.tourism-image--map {
  background: #f4f4f1;
}

.tourism-image--map::after {
  background: linear-gradient(180deg, rgba(8, 13, 24, 0), rgba(8, 13, 24, 0.22));
}

.tourism-map-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.tourism-image--map img {
  opacity: 0.92;
  filter: saturate(0.9) contrast(1.04);
  transform: none;
}

.tourism-body {
  padding: 24px 22px 22px;
}

.tourism-body .badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  font-size: 10px;
  line-height: 1;
}

.tourism-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em !important;
}

.tourism-card .meta {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em !important;
}

.tourism-card .card-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: -0.02em !important;
}

.tourism-card .card-link {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(201, 168, 106, 0.86);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em !important;
}

.tourism-card[data-category="nature"] .tourism-image {
  background:
    radial-gradient(circle at 50% 42%, rgba(82, 142, 162, 0.42), transparent 24%),
    linear-gradient(135deg, #162637, #0d1423);
}

.tourism-card[data-category="culture"] .tourism-image {
  background:
    radial-gradient(circle at 50% 42%, rgba(201, 168, 106, 0.38), transparent 24%),
    linear-gradient(135deg, #1d2137, #0d1423);
}

.tourism-card[data-category="food"] .tourism-image {
  background:
    radial-gradient(circle at 50% 42%, rgba(194, 111, 82, 0.34), transparent 24%),
    linear-gradient(135deg, #231c25, #0d1423);
}

.tourism-card[data-category="leisure"] .tourism-image {
  background:
    radial-gradient(circle at 50% 42%, rgba(96, 142, 208, 0.34), transparent 24%),
    linear-gradient(135deg, #14223a, #0d1423);
}

.tourism-tip {
  margin-top: 52px;
  padding: 28px 32px;
  border: 1px solid rgba(201, 168, 106, 0.30);
  border-radius: 6px;
  background: rgba(201, 168, 106, 0.07);
}

.tourism-tip__title {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: 'Noto Serif', serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em !important;
}

.tourism-tip__desc {
  margin: 0;
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: -0.015em !important;
}

.tourism-tip__line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .tourism-tip {
    padding-inline: 18px;
  }

  .tourism-tip__desc {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .tourism-tip__desc {
    font-size: 10px;
  }
}

.rental-page {
  background: transparent;
}

/* ── Shared Page Hero Rings (재사용 링 데코) ───────── */
.page-hero-rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.page-hero-rings span {
  position: absolute;
  width: var(--ring-size);
  height: var(--ring-size);
  border: 1px solid rgba(201, 168, 106, 0.075);
  border-radius: 999px;
}

.page-hero-rings span:nth-child(1) { --ring-size: 240px; }
.page-hero-rings span:nth-child(2) { --ring-size: 420px; }
.page-hero-rings span:nth-child(3) { --ring-size: 620px; }

.rental-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  align-content: center;
  overflow: hidden;
  padding: 132px 24px 80px;
  text-align: center;
}

.rental-rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.rental-rings span {
  position: absolute;
  width: var(--ring-size);
  height: var(--ring-size);
  border: 1px solid rgba(201, 168, 106, 0.075);
  border-radius: 999px;
}

.rental-rings span:nth-child(1) {
  --ring-size: 240px;
}

.rental-rings span:nth-child(2) {
  --ring-size: 420px;
}

.rental-rings span:nth-child(3) {
  --ring-size: 620px;
}

.rental-hero__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  color: var(--gold);
  animation: wordReveal 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s both;
  font-family: "Noto Serif", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em !important;
}

.rental-hero h1,
.tourism-intro h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f4f1ea;
  font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  font-size: clamp(44px, 5.6vw, 78px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em !important;
  animation: wordReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}

.rental-hero__sub {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  color: rgba(240, 240, 240, 0.68);
  font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.03em !important;
  animation: wordReveal 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}

.rental-section {
  padding: clamp(38px, 5vw, 64px) clamp(20px, 4vw, 48px) clamp(88px, 10vw, 130px);
}

.rental-inner {
  max-width: 1240px;
}

.rental-label {
  margin: 0 0 30px;
  color: var(--gold);
  font-family: 'Noto Serif', serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.42em !important;
  text-transform: uppercase;
}

.rental-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 64px;
}

.rental-use-card,
.rental-form-card,
.rental-quick-card {
  border: 1px solid rgba(201, 168, 106, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(23, 34, 56, 0.62), rgba(11, 17, 30, 0.88));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.rental-use-card {
  min-height: 156px;
  padding: 28px 24px;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.rental-use-card:hover {
  border-color: rgba(201, 168, 106, 0.45);
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28), 0 0 32px rgba(201, 168, 106, 0.1);
}

.rental-use-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  filter: drop-shadow(0 0 10px rgba(201, 168, 106, 0.5));
  transition: filter 0.3s ease;
}

.rental-use-card:hover span {
  filter: drop-shadow(0 0 18px rgba(201, 168, 106, 0.85));
}

.rental-use-card h2 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em !important;
}

.rental-use-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.02em !important;
}

.rental-form-card {
  padding: clamp(30px, 4vw, 48px);
  margin-bottom: 44px;
}

.rental-form-head::before {
  content: "RESERVATION · INQUIRY";
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: rgba(201, 168, 106, 0.6);
  font-family: "Noto Serif", serif;
}

.rental-form-head h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em !important;
}

.rental-form-head p {
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.02em !important;
}

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

.rental-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.rental-form-grid label span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em !important;
}

.rental-form-grid input,
.rental-form-grid select,
.rental-form-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 300;
  padding: 0 16px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.rental-form-grid textarea {
  min-height: 150px;
  padding-block: 14px;
  resize: vertical;
}

.rental-form-grid input::placeholder,
.rental-form-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.rental-form-grid input:focus,
.rental-form-grid select:focus,
.rental-form-grid textarea:focus {
  border-color: rgba(201, 168, 106, 0.5);
  background: rgba(201, 168, 106, 0.05);
}

.rental-form-grid select option {
  background: #18223a;
  color: #fff;
}

.rental-form-full {
  grid-column: 1 / -1;
}

.rental-submit-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.rental-submit {
  min-width: 190px;
  min-height: 54px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, #d8bd86, #bb9655);
  color: #0c1018;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em !important;
}

.rental-submit:disabled {
  opacity: 0.8;
  cursor: default;
}

.rental-submit-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}

.rental-form-status {
  min-height: 22px;
  margin: 18px 0 0;
  color: rgba(245, 224, 181, 0.88);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

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

.rental-quick-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 24px 28px;
  color: inherit;
  text-decoration: none;
}

.rental-quick-card > span {
  flex: 0 0 auto;
  font-size: 28px;
}

.rental-quick-card p,
.rental-quick-card small {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 300;
}

.rental-quick-card p {
  margin-bottom: 6px;
  font-size: 13px;
}

.rental-quick-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em !important;
}

.rental-quick-card small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.55;
}

.card-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-bright);
  font-weight: 800;
}

.contact-section {
  background: linear-gradient(180deg, #182030, #1c2438);
}

.access-contact-section {
  padding-top: clamp(48px, 6vw, 72px);
}

.access-page {
  display: grid;
  gap: 44px;
}

.access-head {
  max-width: 780px;
}

.access-head .section-title {
  font-size: 36px;
  line-height: 1.05;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: -0.06em;
  text-shadow: 0 0 18px rgba(201, 168, 106, 0.16);
}

.access-head .section-desc {
  max-width: 720px;
  margin-top: 22px;
  padding-left: 18px;
  border-left: 2px solid rgba(201, 168, 106, 0.42);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: -0.015em;
  color: #f0f0f0;
}

.access-map-card {
  animation: fadeup 0.45s ease both;
}

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

.access-info-card,
.access-route-card {
  border: 1px solid rgba(201, 168, 106, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(23, 34, 56, 0.84), rgba(11, 17, 30, 0.92));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.access-info-card {
  padding: 30px 32px;
}

.access-card-label,
.access-section-label,
.access-route-mark {
  margin: 0;
  color: var(--gold) !important;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.access-card-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201, 168, 106, 0.28);
  color: var(--gold) !important;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  transform: translateX(-1px);
}

.access-card-label::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(201, 168, 106, 0.18));
  box-shadow: 0 0 14px rgba(201, 168, 106, 0.22);
}

.access-info-row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.access-info-row:first-of-type {
  border-top: 0;
}

.access-info-row span {
  color: rgba(223, 193, 120, 0.9);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.access-info-row strong,
.access-info-row a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
}

.access-info-row small {
  display: inline-block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 400;
}

.access-section-label {
  margin: 4px 0 -20px;
}

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

.access-route-card {
  min-height: 210px;
  padding: 26px 24px;
}

.access-route-icon {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1;
}

.access-route-mark {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.access-route-card {
  min-height: 210px;
  padding: 26px 24px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.access-route-card:hover {
  border-color: rgba(201, 168, 106, 0.38);
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28), 0 0 28px rgba(201, 168, 106, 0.09);
}

.access-route-card h2 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.access-route-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.access-route-card p strong {
  color: #fff;
  font-weight: 700;
}

.access-route-card p em {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-style: normal;
}

.access-route-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding: 5px 12px;
  border: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: 999px;
  background: rgba(201, 168, 106, 0.08);
  color: var(--gold);
  font-size: 12px;
}

.access-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.access-route-actions .access-route-chip {
  margin-top: 0;
}

.access-route-link {
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.access-route-link::after {
  content: "→";
  opacity: 0.8;
}

.access-route-link:hover,
.access-route-link:focus-visible {
  border-color: rgba(201, 168, 106, 0.5);
  background: rgba(201, 168, 106, 0.16);
  color: #ffefd0;
  transform: translateY(-1px);
}

.access-taxi-link {
  border-color: rgba(254, 229, 0, 0.4);
  background: rgba(254, 229, 0, 0.1);
  color: #fee500;
}

.access-taxi-link:hover,
.access-taxi-link:focus-visible {
  border-color: rgba(254, 229, 0, 0.72);
  background: rgba(254, 229, 0, 0.18);
  color: #fff36a;
}

.access-parking-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  border: 1px solid rgba(201, 168, 106, 0.30);
  border-radius: 8px;
  background: rgba(201, 168, 106, 0.06);
}

.access-parking-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
}

.access-parking-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.access-parking-bar small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.access-parking-bar strong {
  color: #f5deaa;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 36px;
}

#contact .contact-cta-btn {
  margin-top: 24px;
  margin-bottom: 20px;
  width: fit-content !important;
  max-width: max-content;
  min-width: 0;
  padding: 0 24px;
}

#contact .contact-map {
  margin-top: 28px;
}

#contact .contact-intro {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

.contact-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.contact-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  color: #d4dae7;
  line-height: 1.7;
  border-top: 1px solid rgba(201, 168, 106, 0.28);
  padding: 15px 0;
}

.contact-row:first-child {
  border-top: none;
  padding-top: 0;
}

.contact-row strong {
  color: var(--gold);
  font-size: 13px;
}

#contact .contact-label {
  min-width: 64px;
  font-size: 16px;
  color: #c9a86a;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

#contact .contact-heading,
#contact .contact-label,
#contact .contact-value,
#contact .contact-value a {
  letter-spacing: -0.05em;
}

#contact .contact-value,
#contact .contact-value a {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff !important;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

.map-box {
  min-height: 420px;
  display: grid;
  align-content: end;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0.12), rgba(7, 11, 20, 0.86)),
    radial-gradient(circle at 65% 35%, rgba(201, 168, 106, 0.28), transparent 24%),
    linear-gradient(135deg, #18253a, #070b14);
}

.access-map {
  overflow: hidden;
  border: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: 8px;
  background: rgba(6, 7, 12, 0.95);
}

.access-map > a {
  display: block;
}

.access-map img {
  width: 100%;
  height: clamp(280px, 34vw, 420px);
  display: block;
  object-fit: cover;
}

.access-map .map-cta-wrap {
  padding: 14px 16px;
  background: rgba(6, 7, 12, 0.95);
  border-top: 1px solid rgba(201, 168, 106, 0.25);
}

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

.footer-section {
  border-top: 1px solid rgba(201, 168, 106, 0.22);
  padding: 42px clamp(20px, 5vw, 72px);
  color: var(--muted);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  color: var(--text);
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.18em;
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: clamp(42px, 6vw, 68px) clamp(20px, 4vw, 48px) clamp(30px, 5vw, 46px);
  border-top: 1px solid rgba(201, 168, 106, 0.22);
  background: linear-gradient(180deg, #1a2232 0%, #141c28 100%);
}

.site-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 1.4fr) minmax(150px, 0.55fr) minmax(160px, 0.55fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.site-footer__brand,
.site-footer__nav,
.site-footer__contact,
.site-footer__info {
  display: flex;
  flex-direction: column;
}

.site-footer__logo {
  color: #fff !important;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.site-footer__tagline {
  max-width: 380px;
  margin: 18px 0 0;
  color: var(--gold);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: -0.02em;
}

.site-footer__info {
  gap: 7px;
  margin-top: 18px;
  color: rgba(210, 217, 231, 0.56);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.site-footer__info .canva-text {
  color: rgba(210, 217, 231, 0.56) !important;
}

.site-footer__title {
  margin-bottom: 16px;
  color: var(--gold);
  font-family: 'Noto Serif', serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__nav,
.site-footer__contact {
  gap: 9px;
  align-items: flex-end;
  text-align: right;
}

.site-footer__nav a,
.site-footer__contact a,
.site-footer__contact span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.site-footer__nav a,
.site-footer__contact a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__contact a:hover,
.site-footer__contact a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.site-footer__copy {
  max-width: 1240px;
  margin: 52px auto 0;
  padding: 24px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #c9a86a !important;
  font-family: 'Noto Serif', serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
}

.subpage-hero {
  min-height: 52vh;
  display: grid;
  align-items: end;
  padding: 126px clamp(20px, 5vw, 72px) 70px;
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0.36), rgba(7, 11, 20, 0.94)),
    url("../images/hero-drivein.png") center / cover no-repeat;
}

.subpage-hero .section-inner {
  width: 100%;
}

.subpage-title {
  margin: 0;
  font-size: clamp(42px, 8vw, 96px);
  font-family: 'Noto Serif', serif;
  font-weight: 500;
}

.hidden {
  display: none !important;
}

@media (max-width: 960px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    right: clamp(14px, 4vw, 18px);
    top: 72px;
    width: min(340px, calc(100vw - 28px));
    max-height: calc(100dvh - 94px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 18px 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 11, 20, 0.5);
    box-shadow: var(--shadow);
    z-index: 52;
    color: var(--gold);
    text-shadow: 0 0 12px var(--gold-glow);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

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

  .nav-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    line-height: 1;
    width: 100%;
    border: 1px solid rgba(201, 168, 106, 0.22);
    border-radius: 999px;
    padding: 0 16px;
    background: rgba(18, 26, 42, 0.92);
    color: inherit;
    text-shadow: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: none;
  }

  .nav-menu a::after {
    display: none;
  }

  .nav-menu a:hover,
  .nav-menu a.is-active {
    background: rgba(201, 168, 106, 0.12);
    color: var(--gold-bright) !important;
  }

  .nav-menu .nav-cta {
    margin: 6px 0 0;
    min-height: 46px;
    border-color: transparent;
    background: linear-gradient(135deg, #e5bf80, #bf9050) !important;
    color: #090d16 !important;
    font-size: 15px;
    font-weight: 800;
  }

  .nav-backdrop {
    display: block;
  }

  body.menu-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

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

  .quick-info,
  .movie-grid,
  .tourism-grid,
  .feature-grid,
  .step-grid,
  .price-grid,
  .about-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .access-info-grid,
  .access-route-grid {
    grid-template-columns: 1fr;
  }

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

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

  .section-head,
  .footer-inner {
    display: grid;
  }

  .site-footer__inner {
    grid-template-columns: minmax(210px, 1.3fr) minmax(90px, 0.65fr) minmax(96px, 0.65fr);
    gap: 18px;
  }

  .site-footer__copy {
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .rental-hero {
    min-height: 430px;
  }

  .rental-hero h1,
  .tourism-intro h1 {
    font-size: 56px;
  }

  .rental-hero__sub {
    font-size: 13px;
    letter-spacing: 0.12em !important;
  }

  .tourism-intro {
    min-height: 430px;
  }

  .rental-use-grid {
    grid-template-columns: 1fr;
  }

  .rental-form-card {
    padding: 28px 20px;
  }

  .site-footer {
    padding-inline: 18px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__logo {
    font-size: 15px;
  }

  .site-footer__tagline {
    display: none;
  }

  .site-footer__info,
  .site-footer__nav a,
  .site-footer__contact a,
  .site-footer__contact span {
    font-size: 11px;
  }

  .site-footer__info {
    white-space: normal;
  }

  .site-footer__nav,
  .site-footer__contact {
    align-items: flex-start;
    text-align: left;
  }

  .site-footer__title {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .site-footer__copy {
    font-size: 10px;
    line-height: 1.5;
  }

  #about {
    overflow: hidden;
    padding: 64px 20px !important;
  }

  #about .about-layout {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #about .about-layout > div {
    min-width: 0 !important;
    width: 100% !important;
  }

  #about .about-layout > div:last-child {
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
  }

  #about [data-template-id="about-eyebrow"] {
    font-size: 12px !important;
    letter-spacing: 0.34em !important;
    padding-left: 0.34em !important;
  }

  #about [data-template-id="about-heading"] {
    font-size: clamp(22px, 6vw, 24px) !important;
    line-height: 1.42 !important;
  }

  #about [data-template-id="about-desc"] {
    max-width: none !important;
    font-size: clamp(10px, 2.6vw, 14px) !important;
    line-height: 1.9 !important;
    margin-top: 24px !important;
  }

  .guide-notice {
    margin-top: 24px;
    padding: 14px 15px;
    font-size: 12px;
    line-height: 1.65;
  }

  .hero-section {
    min-height: 92vh;
    padding-top: 104px;
  }

  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 13px 16px;
    min-height: 70px;
    justify-content: flex-end;
  }

  .site-logo {
    position: absolute;
    left: 50%;
    margin-left: 0;
    text-align: center;
    transform: translateX(-50%);
  }

  .menu-toggle {
    margin-left: auto;
  }

  .promo-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .hero-actions,
  .map-actions {
    display: grid;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .movie-poster,
  .tourism-image,
  .about-image,
  .map-box {
    min-height: 280px;
  }

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