@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@400;500;600;700&display=swap');

:root {
  --ink: #202d2f;
  --ink-soft: #526366;
  --deep: #123f42;
  --teal: #277d73;
  --teal-soft: #e3eee8;
  --coral: #c86d4b;
  --sun: #e4ad58;
  --paper: #f3eee5;
  --paper-dark: #e8e0d2;
  --white: #fbfaf7;
  --line: #d8d3c9;
  --shadow: 0 18px 50px rgba(23, 44, 51, .1);
  --shadow-small: 0 8px 24px rgba(23, 44, 51, .08);
  --radius: 4px;
  --ease: all .3s cubic-bezier(.16, 1, .3, 1);
  --font: 'Manrope', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body { overflow-x: hidden; background: var(--paper); }
*, em, i, cite, q, blockquote { font-style: normal !important; }
h1, h2, h3, h4, h5, h6, p, span, li, a, button, label {
  word-break: keep-all;
  overflow-wrap: break-word;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: var(--ease); }
button { border: 0; background: none; color: inherit; cursor: pointer; font: inherit; }
.container { width: min(1280px, 100%); margin: 0 auto; padding: 0 32px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 18px 0;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(23, 44, 51, .1);
  backdrop-filter: blur(16px);
  transition: var(--ease);
}
.site-header.scrolled { padding: 12px 0; background: rgba(255, 255, 255, .98); box-shadow: var(--shadow-small); }
.nav-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-wordmark { display: inline-block; flex: 0 0 auto; color: var(--deep); font-family: Manrope, Arial, sans-serif; font-size: 1.18rem; font-weight: 800; letter-spacing: .08em; line-height: 1; white-space: nowrap; }
.brand-logo-image { width: 204px; height: auto; }
.brand-logo-svg { display: none !important; }
.site-header .brand-logo-image { display: inline-block; width: 106px; height: auto; margin-left: 10px; }
.nav-menu { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-link {
  color: var(--ink-soft);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav-link:hover { color: var(--coral); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.lang-switch-wrap { display: flex; align-items: center; gap: 3px; font-size: .7rem; font-weight: 800; }
.lang-btn { padding: 5px 8px; color: var(--ink-soft); }
.lang-btn.active { border-radius: 99px; background: var(--deep); color: var(--white); }
.lang-divider { color: #a9b4b3; }
.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border-radius: 3px;
  background: var(--coral);
  color: var(--white) !important;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-cta-btn:hover { background: #c95b32; transform: translateY(-1px); }
.mobile-menu-toggle { display: none; }

.hero-section { position: relative; isolation: isolate; min-height: 735px; padding: 205px 0 90px; color: var(--white); overflow: hidden; }
.hero-slider-bg, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slider-bg { z-index: 0; background: var(--deep); }
.hero-section > .container { position: relative; z-index: 1; }
.hero-slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
  filter: saturate(1.02) contrast(1.03);
  transition: opacity .9s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 39, 41, .82) 0%, rgba(10, 39, 41, .5) 40%, rgba(10, 39, 41, .08) 78%),
    linear-gradient(0deg, rgba(10, 39, 41, .24), transparent 52%);
}
.hero-content-wrap { max-width: 680px; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 3px;
  background: rgba(5, 37, 43, .32);
  color: #bfeee4;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 5px rgba(244,187,88,.16); }
.hero-title {
  font-family: 'DM Serif Display', 'Noto Sans KR', Georgia, serif;
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .98;
}
.hero-title em { color: var(--sun); }
.hero-desc { max-width: 430px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 21px;
  border-radius: 3px;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: var(--ease);
}
.btn-primary { background: var(--sun); color: var(--ink); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.btn-primary:hover { background: #ffd17d; transform: translateY(-2px); }
.btn-secondary { border: 1px solid rgba(255,255,255,.55); background: rgba(5,37,43,.22); color: var(--white); }
.btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,.14); }
.hero-bottom-meta { display: none; }

.pillars-section { padding: 48px 0; background: #e7dfd2; border-bottom: 1px solid #d4c8b6; }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.pillar-item { padding-left: 18px; border-left: 2px solid var(--coral); }
.pillar-num { margin-bottom: 5px; color: var(--coral); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.pillar-item h3 { margin-bottom: 8px; color: var(--deep); font-size: .92rem; line-height: 1.25; }
.pillar-item p { color: var(--ink-soft); font-size: .79rem; line-height: 1.65; }

.section { padding: 112px 0; }
.section-sand { background: var(--paper); }
.section-white { background: var(--white); }
.section-forest { background: var(--deep); color: var(--white); }
.section-header { max-width: 710px; margin-bottom: 42px; }
.section-header.text-center { margin-right: auto; margin-left: auto; text-align: center; }
.section-tag {
  display: block;
  margin-bottom: 14px;
  color: var(--coral);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.section-forest .section-tag { color: var(--sun); }
.section-title { margin-bottom: 17px; color: var(--deep); font-family: 'DM Serif Display', 'Noto Sans KR', Georgia, serif; font-size: clamp(2.1rem, 4vw, 3.7rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.05; }
.section-desc { max-width: 600px; color: var(--ink-soft); font-size: .94rem; line-height: 1.8; }
.section-header.text-center .section-desc { margin-right: auto; margin-left: auto; }
.section-forest .section-title { color: var(--white); }
.section-forest .section-desc { color: rgba(255,255,255,.78); }

.tour-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter-btn { padding: 9px 14px; border: 1px solid #c8d6d0; border-radius: 3px; color: var(--ink-soft); font-size: .71rem; font-weight: 800; }
.filter-btn:hover { border-color: var(--coral); color: var(--coral); }
.filter-btn.active { border-color: var(--deep); background: var(--deep); color: var(--white); }
.tours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tour-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: var(--shadow-small);
  transition: var(--ease);
}
.tour-card:hover { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-5px); }
.tour-image-wrap { position: relative; height: 224px; overflow: hidden; background: var(--paper-dark); }
.tour-image { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.tour-card:hover .tour-image { transform: scale(1.05); }
.tour-badge, .tour-duration {
  position: absolute;
  border-radius: 2px;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.tour-badge { top: 14px; left: 14px; padding: 6px 10px; background: var(--deep); color: var(--sun); }
.tour-duration { right: 14px; bottom: 14px; padding: 6px 10px; background: var(--white); color: var(--deep); }
.tour-content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.tour-location { margin-bottom: 8px; color: var(--teal); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.tour-title { margin-bottom: 10px; color: var(--deep); font-size: 1.1rem; font-weight: 800; letter-spacing: -.035em; line-height: 1.3; }
.tour-summary { display: -webkit-box; flex: 1; margin-bottom: 20px; overflow: hidden; color: var(--ink-soft); font-size: .81rem; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tour-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.tour-price-block { display: flex; flex-direction: column; }
.price-label { color: var(--ink-soft); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.price-amount { color: var(--deep); font-size: .86rem; font-weight: 800; }
.tour-btns { display: flex; gap: 7px; }
.btn-card-detail, .btn-card-book { padding: 8px 12px; border-radius: 3px; font-size: .68rem; font-weight: 800; }
.btn-card-detail { border: 1px solid #e5c48d; background: #fff5e5; color: var(--deep); }
.btn-card-book { background: var(--teal); color: var(--white); }
.btn-card-detail:hover { background: var(--sun); }
.btn-card-book:hover { background: var(--deep); }

.features-split { display: grid; grid-template-columns: minmax(0, 900px); gap: 72px; }
.features-list { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 52px; }
.feature-row { display: flex; align-items: flex-start; gap: 16px; }
.feature-number { flex: 0 0 auto; color: var(--sun); font-size: .85rem; font-weight: 800; letter-spacing: .08em; }
.feature-text h4 { margin-bottom: 7px; color: var(--white); font-size: .96rem; line-height: 1.3; }
.feature-text p { color: rgba(255,255,255,.75); font-size: .8rem; line-height: 1.7; }

.reviews-header-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 7px 12px; border: 1px solid #b8ddd0; border-radius: 99px; background: var(--teal-soft); color: var(--deep); font-size: .7rem; font-weight: 800; }
.reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.review-card { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); box-shadow: var(--shadow-small); }
.review-stars-row { display: flex; align-items: center; gap: 4px; margin-bottom: 15px; }
.review-dot-star { width: 11px; height: 11px; border-radius: 50%; background: #00aa6c; }
.review-platform-pill { margin-left: auto; color: #00885a; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.review-card-title { margin-bottom: 10px; color: var(--deep); font-size: .92rem; font-weight: 800; line-height: 1.35; }
.review-quote { flex: 1; margin-bottom: 20px; color: var(--ink-soft); font-size: .79rem; line-height: 1.75; }
.review-author { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.author-initial { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--sun); color: var(--deep); font-size: .72rem; font-weight: 800; }
.author-info h5 { color: var(--deep); font-size: .76rem; font-weight: 800; }
.author-info span { color: var(--ink-soft); font-size: .68rem; }
.btn-review-link { color: var(--teal); font-size: .68rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.btn-review-link:hover { color: var(--coral); }
.reviews-cta-wrap { margin-top: 34px; text-align: center; }

.faq-wrap { max-width: 840px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-header { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 21px 0; text-align: left; color: var(--deep); font-size: .94rem; font-weight: 800; }
.faq-toggle-icon { color: var(--coral); font-size: 1.25rem; transition: transform .3s ease; }
.faq-item.active .faq-toggle-icon { transform: rotate(45deg); }
.faq-body { max-height: 0; overflow: hidden; color: var(--ink-soft); font-size: .82rem; line-height: 1.8; transition: max-height .35s ease; }
.faq-item.active .faq-body { max-height: 300px; padding-bottom: 20px; }

.inquiry-box { display: grid; grid-template-columns: .9fr 1.2fr; gap: 64px; padding: 56px; border-radius: 4px; background: var(--white); box-shadow: var(--shadow); }
.inquiry-info h3 { margin-bottom: 15px; color: var(--deep); font-family: 'DM Serif Display', 'Noto Sans KR', Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.inquiry-info p { margin-bottom: 28px; color: var(--ink-soft); font-size: .88rem; line-height: 1.8; }
.contact-meta-list { display: flex; flex-direction: column; gap: 17px; list-style: none; }
.contact-meta-item { display: flex; flex-direction: column; }
.contact-meta-label { color: var(--coral); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-meta-val { color: var(--deep); font-size: .87rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; margin-bottom: 15px; }
.form-field label { margin-bottom: 6px; color: var(--deep); font-size: .72rem; font-weight: 800; }
.form-input { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #fbfaf7; color: var(--ink); font: inherit; font-size: .8rem; transition: var(--ease); }
.form-input:focus { border-color: var(--teal); background: var(--white); box-shadow: 0 0 0 3px rgba(21,155,145,.14); }
textarea.form-input { min-height: 110px; resize: vertical; }

.site-footer { padding: 72px 0 30px; background: var(--ink); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 54px; }
.footer-brand .brand-logo-image { width: 190px; margin-bottom: 17px; }
.footer-brand p { max-width: 430px; margin-bottom: 17px; font-size: .78rem; line-height: 1.8; }
.footer-col h5 { margin-bottom: 17px; color: var(--sun); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 9px; list-style: none; font-size: .76rem; }
.footer-links a:hover { color: var(--sun); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.14); font-size: .68rem; }

.modal-backdrop { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(5,25,31,.82); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.modal-container-2col { position: relative; width: min(1140px, 100%); max-height: 92vh; overflow-y: auto; border-radius: 4px; background: var(--white); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.modal-close-floating { position: sticky; top: 16px; z-index: 10; float: right; width: 38px; height: 38px; margin: 16px 16px 0 0; border-radius: 50%; background: var(--deep); color: var(--white); font-size: 1rem; }
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 18px 18px 0; }
.gallery-strip-img { width: 100%; height: 130px; object-fit: cover; border-radius: 10px; }
.detail-main-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; padding: 34px 42px 42px; }
.detail-tour-title { margin-bottom: 15px; color: var(--deep); font-family: 'DM Serif Display', 'Noto Sans KR', Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.08; }
.detail-meta-pills { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.meta-pill { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-soft); font-size: .75rem; font-weight: 700; }
.meta-pill svg { color: var(--teal); }
.detail-tagline { margin-bottom: 17px; color: var(--deep); font-size: .94rem; font-weight: 700; line-height: 1.7; }
.detail-summary-text { margin-bottom: 28px; color: var(--ink-soft); font-size: .82rem; line-height: 1.8; }
.detail-section-title { display: flex; align-items: center; gap: 7px; margin-bottom: 14px; color: var(--deep); font-size: .94rem; font-weight: 800; }
.detail-highlights-list { display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; list-style: none; color: var(--ink-soft); font-size: .8rem; }
.detail-highlights-list li { display: flex; gap: 9px; }
.detail-highlights-list li::before { content: '✓'; color: var(--teal); font-weight: 800; }
.inc-exc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.inc-box, .exc-box { padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink-soft); font-size: .74rem; }
.inc-box h5, .exc-box h5 { margin-bottom: 9px; color: var(--deep); font-size: .78rem; }
.inc-box ul, .exc-box ul { display: flex; flex-direction: column; gap: 6px; list-style: none; }
.detail-right-col { position: sticky; top: 24px; align-self: start; }
.booking-widget-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-small); }
.widget-card-header { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; background: var(--deep); color: var(--white); }
.widget-card-header h4 { font-size: .84rem; font-weight: 800; }
.widget-card-header span { color: var(--sun); font-size: .65rem; }
.widget-iframe-container { height: clamp(620px, 78vh, 820px); background: var(--paper); }
.bokun-booking-iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 980px) {
  .nav-menu { gap: 16px; }
  .pillars-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .inquiry-box { gap: 34px; padding: 38px; }
}
@media (max-width: 760px) {
  .container { padding: 0 20px; }
  .site-header { padding: 13px 0; }
  .site-header .brand-logo-image { width: 84px; margin-left: 8px; }
  .brand-wordmark { font-size: 1rem; }
  .nav-menu { position: absolute; top: 100%; right: 0; left: 0; display: none !important; flex-direction: column; align-items: stretch; gap: 16px; padding: 22px 24px; background: rgba(11,79,85,.98); }
  .nav-menu[style*='display: flex'] { display: flex !important; }
  .nav-link { color: var(--white) !important; }
  .nav-actions { gap: 8px; }
  .mobile-menu-toggle { display: flex; width: 28px; height: 28px; flex-direction: column; justify-content: center; gap: 4px; padding: 5px; }
  .mobile-menu-toggle span { display: block; width: 100%; height: 2px; background: var(--deep); }
  .hero-section { min-height: 700px; padding: 168px 0 72px; }
  .hero-title { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .section { padding: 80px 0; }
  .features-list { grid-template-columns: 1fr; gap: 24px; }
  .inquiry-box, .detail-main-layout { grid-template-columns: 1fr; }
  .detail-right-col { position: static; }
}
@media (max-width: 560px) {
  .nav-cta-btn { display: none; }
  .lang-switch-wrap { margin-left: auto; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 285px; }
  .btn-primary, .btn-secondary { width: 100%; }
  .pillars-grid, .tours-grid, .reviews-grid { grid-template-columns: 1fr; }
  .pillar-item { padding-left: 14px; }
  .tour-image-wrap { height: 210px; }
  .tour-footer { align-items: flex-start; flex-direction: column; }
  .tour-btns { width: 100%; }
  .btn-card-detail, .btn-card-book { flex: 1; }
  .form-row, .inc-exc-grid { grid-template-columns: 1fr; }
  .inquiry-box { padding: 27px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip-img { height: 110px; }
  .detail-main-layout { padding: 24px 20px 30px; }
}
