/* [project]/src/app/page.module.css [app-client] (css) */
.page-module___8aEwW__page {
  --ink: #201712;
  --ink-soft: #4a382f;
  --glow-1: #f8c66c;
  --glow-2: #ef8a5d;
  --glow-3: #4db2a6;
  --paper: #fffaf1;
  --chip: #fce9c1;
  --stroke: #2017121a;
  min-height: 100vh;
  color: var(--ink);
  background: radial-gradient(circle at 20% 20%, #fff2c8 0%, #f9e8d1 38%, #f7efe8 62%, #f2f5f6 100%);
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__page:before {
  content: "";
  filter: blur(10px);
  z-index: 0;
  background: radial-gradient(circle at 30% 30%, #f8c66c99, #0000 70%);
  width: 340px;
  height: 340px;
  position: absolute;
  top: -120px;
  left: -140px;
}

.page-module___8aEwW__page:after {
  content: "";
  filter: blur(12px);
  z-index: 0;
  background: radial-gradient(circle at 30% 30%, #4db2a673, #0000 70%);
  width: 380px;
  height: 380px;
  position: absolute;
  bottom: -140px;
  right: -160px;
}

.page-module___8aEwW__header {
  z-index: 10;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--stroke);
  background: #fffaf1c7;
  position: sticky;
  top: 0;
}

.page-module___8aEwW__headerInner {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 6vw;
  display: flex;
  position: relative;
}

.page-module___8aEwW__headerTop {
  align-items: center;
  gap: 16px;
  display: flex;
}

.page-module___8aEwW__brand {
  letter-spacing: .02em;
  color: inherit;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.page-module___8aEwW__brandText {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.page-module___8aEwW__brandMark {
  background: conic-gradient(from 40deg, #f8c66c, #ef8a5d, #f2d694, #4db2a6);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 8px 18px #ef8a5d52;
}

.page-module___8aEwW__brandLogo {
  object-fit: cover;
  border: 2px solid #fffaf1cc;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 8px 18px #20171233;
}

.page-module___8aEwW__brandName {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 18px;
  font-family: var(--font-display), "Times New Roman", serif;
}

.page-module___8aEwW__brandSlogan {
  letter-spacing: .04em;
  color: #8a4a22;
  font-size: 14px;
  font-family: var(--font-body), "Segoe UI", sans-serif;
}

.page-module___8aEwW__brand:focus-visible {
  outline-offset: 4px;
  border-radius: 999px;
  outline: 2px solid #ef8a5d99;
}

.page-module___8aEwW__nav {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
}

.page-module___8aEwW__navGroup {
  align-items: center;
  gap: 16px;
  display: flex;
}

.page-module___8aEwW__search {
  background: #fffaf1d1;
  border: 1px solid #ef8a5d4d;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  display: inline-flex;
}

.page-module___8aEwW__searchInput {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2a1b16;
  background: none;
  border: none;
  min-width: 160px;
  font-size: 12px;
}

.page-module___8aEwW__searchInput:focus {
  outline: none;
}

.page-module___8aEwW__searchButton {
  color: #fff7ef;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  background: #ef8a5d;
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
}

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

.page-module___8aEwW__navList {
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.page-module___8aEwW__navItem {
  position: relative;
}

.page-module___8aEwW__nav a {
  background: none;
  border: 1px solid #0000;
  border-radius: 999px;
  padding: 8px 14px;
  transition: transform .2s, border-color .2s, background .2s;
}

.page-module___8aEwW__nav a:hover {
  background: #fce9c1cc;
  border-color: #ef8a5d66;
  transform: translateY(-1px);
}

.page-module___8aEwW__submenu {
  border: 1px solid var(--stroke);
  opacity: 0;
  pointer-events: none;
  background: #fffaf1fa;
  border-radius: 16px;
  min-width: 210px;
  margin: 0;
  padding: 12px;
  list-style: none;
  transition: opacity .2s, transform .2s;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  transform: translateY(6px);
  box-shadow: 0 18px 30px #2017122e;
}

.page-module___8aEwW__submenu a {
  text-transform: none;
  letter-spacing: .04em;
  border-radius: 12px;
  padding: 10px 12px;
  display: block;
}

.page-module___8aEwW__submenu a:hover {
  background: #f8c66c33;
}

.page-module___8aEwW__navItem:hover .page-module___8aEwW__submenu, .page-module___8aEwW__navItem:focus-within .page-module___8aEwW__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.page-module___8aEwW__banner {
  z-index: 1;
  padding: 28px 0 0;
  position: relative;
}

.page-module___8aEwW__bannerInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
}

.page-module___8aEwW__bannerImage {
  object-fit: cover;
  background: var(--paper);
  opacity: 0;
  border: 1px solid #fffaf199;
  border-radius: 32px;
  width: 100%;
  height: auto;
  animation: .8s forwards page-module___8aEwW__bannerRise;
  display: block;
  transform: translateY(10px);
  box-shadow: 0 30px 60px #20171233;
}

.page-module___8aEwW__hero {
  z-index: 1;
  padding: 52px 0 90px;
  position: relative;
}

.page-module___8aEwW__heroInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
}

.page-module___8aEwW__heroContent {
  align-self: end;
  gap: 18px;
  display: grid;
}

.page-module___8aEwW__heroEyebrow {
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #fff7efe0;
  font-size: 12px;
}

.page-module___8aEwW__heroTitle {
  letter-spacing: .08em;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.05;
  font-family: var(--font-display), "Times New Roman", serif;
  color: #fff7ef;
  text-transform: uppercase;
  font-weight: 700;
}

.page-module___8aEwW__heroSlogan {
  color: #fff7efe6;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
  font-family: var(--font-script), "Times New Roman", serif;
  font-weight: 400;
}

.page-module___8aEwW__heroDescription {
  color: #fff7efe0;
  white-space: pre-line;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
}

.page-module___8aEwW__heroActions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.page-module___8aEwW__heroPrimary, .page-module___8aEwW__heroSecondary {
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-size: 12px;
  transition: transform .2s, box-shadow .2s, background .2s;
  display: inline-flex;
}

.page-module___8aEwW__heroPrimary {
  color: #fff7ef;
  background: #ef8a5d;
  box-shadow: 0 16px 30px #ef8a5d59;
}

.page-module___8aEwW__heroPrimary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px #ef8a5d66;
}

.page-module___8aEwW__heroSecondary {
  color: #fff7ef;
  background: #120c088c;
  border: 1px solid #fff7ef66;
}

.page-module___8aEwW__heroSecondary:hover {
  transform: translateY(-1px);
}

.page-module___8aEwW__heroMedia {
  position: relative;
}

.page-module___8aEwW__heroImage {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0;
  border: 1px solid #fffaf199;
  border-radius: 32px;
  width: 100%;
  height: clamp(360px, 52vw, 520px);
  animation: .8s forwards page-module___8aEwW__bannerRise;
  display: block;
  transform: translateY(12px);
  box-shadow: 0 30px 60px #20171238;
}

.page-module___8aEwW__heroPlaceholder {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #f8c66c66, #4db2a659);
  border: 1px solid #fffaf199;
  border-radius: 32px;
  width: 100%;
  height: clamp(360px, 52vw, 520px);
  box-shadow: 0 30px 60px #2017122e;
}

.page-module___8aEwW__heroOverlay {
  z-index: 1;
  background: linear-gradient(#110b070d 0%, #110b078c 55%, #110b07c7 100%);
  border-radius: 32px;
  align-items: center;
  gap: clamp(16px, 3vw, 32px);
  padding: clamp(24px, 4vw, 44px);
  display: grid;
  position: absolute;
  inset: 0;
}

.page-module___8aEwW__heroCarouselFloat {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: clamp(16px, 4vw, 44px);
  transform: translateY(-50%);
}

@keyframes page-module___8aEwW__bannerRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .page-module___8aEwW__headerInner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .page-module___8aEwW__headerTop {
    justify-content: space-between;
  }

  .page-module___8aEwW__hero {
    padding-top: 40px;
  }

  .page-module___8aEwW__nav {
    justify-content: center;
    display: none;
  }

  .page-module___8aEwW__navList {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-module___8aEwW__navGroup {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

  .page-module___8aEwW__search {
    order: 2;
    justify-content: space-between;
    align-self: stretch;
    width: 100%;
  }

  .page-module___8aEwW__searchInput {
    flex: 1;
    min-width: 0;
  }

  .page-module___8aEwW__heroActions {
    justify-content: flex-start;
  }

  .page-module___8aEwW__heroOverlay {
    align-content: end;
    padding-top: clamp(560px, 46vw, 260px);
  }

  .page-module___8aEwW__heroCarouselFloat {
    position: absolute;
    top: clamp(16px, 4vw, 280px);
    left: 35.5%;
    transform: translateX(-50%);
  }

  .page-module___8aEwW__heroContent {
    gap: 14px;
  }

  .page-module___8aEwW__heroImage, .page-module___8aEwW__heroPlaceholder {
    height: clamp(440px, 110vw, 560px);
  }
}

@media (max-width: 600px) {
  .page-module___8aEwW__brandName {
    font-size: 18px;
  }

  .page-module___8aEwW__heroImage, .page-module___8aEwW__heroPlaceholder {
    border-radius: 24px;
  }
}

/* [project]/src/components/mobile-menu.module.css [app-client] (css) */
.mobile-menu-module__kAN7SG__mobileMenu {
  display: none;
}

.mobile-menu-module__kAN7SG__trigger {
  color: #2a1b16;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  background: #fce9c1cc;
  border: 1px solid #ef8a5d66;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 40px;
  padding: 8px 12px;
  font-size: 12px;
  display: inline-flex;
  position: relative;
}

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

.mobile-menu-module__kAN7SG__burger {
  flex-direction: column;
  gap: 4px;
  display: inline-flex;
}

.mobile-menu-module__kAN7SG__burger span {
  background: #2a1b16;
  border-radius: 999px;
  width: 18px;
  height: 2px;
  display: block;
}

.mobile-menu-module__kAN7SG__panelWrap {
  z-index: 50;
  position: fixed;
  inset: 0;
}

.mobile-menu-module__kAN7SG__backdrop {
  background: #19120f59;
  border: none;
  position: absolute;
  inset: 0;
}

.mobile-menu-module__kAN7SG__panel {
  background: #fffaf1fa;
  border: 1px solid #2017121a;
  border-radius: 24px;
  max-height: calc(100vh - 32px);
  padding: 20px;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  overflow-y: auto;
  box-shadow: 0 24px 60px #20171238;
}

.mobile-menu-module__kAN7SG__panelHeader {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #7b3f12;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
  display: flex;
}

.mobile-menu-module__kAN7SG__close {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7b3f12;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 12px;
}

.mobile-menu-module__kAN7SG__list {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.mobile-menu-module__kAN7SG__listItem {
  background: #fce9c166;
  border: 1px solid #ef8a5d2e;
  border-radius: 16px;
  padding: 12px 14px;
}

.mobile-menu-module__kAN7SG__link {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}

.mobile-menu-module__kAN7SG__sublist {
  gap: 8px;
  margin: 10px 0 0;
  padding: 0 0 0 12px;
  list-style: none;
  display: grid;
}

.mobile-menu-module__kAN7SG__sublink {
  color: #3f2b22;
  letter-spacing: .05em;
  font-size: 13px;
}

@media (max-width: 900px) {
  .mobile-menu-module__kAN7SG__mobileMenu {
    display: block;
  }
}

/* [project]/src/app/posts/[slug]/page.module.css [app-client] (css) */
.page-module__a-FaJG__content {
  z-index: 1;
  padding: 40px 0 120px;
  position: relative;
}

.page-module__a-FaJG__contentInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
}

.page-module__a-FaJG__contentCard {
  background: #fffaf1db;
  border: 1px solid #20171214;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 30px 60px #20171224;
}

.page-module__a-FaJG__breadcrumb {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7b3f12;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 12px;
  display: flex;
}

.page-module__a-FaJG__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.page-module__a-FaJG__breadcrumb a:hover {
  text-decoration: underline;
}

.page-module__a-FaJG__breadcrumbDivider {
  opacity: .6;
}

.page-module__a-FaJG__title {
  letter-spacing: -.02em;
  font-size: 38px;
  line-height: 1.15;
  font-family: var(--font-display), "Times New Roman", serif;
  margin-bottom: 16px;
}

.page-module__a-FaJG__meta {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7b3f12;
  margin-bottom: 20px;
  font-size: 12px;
}

.page-module__a-FaJG__excerpt {
  color: #3d3431;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.7;
}

.page-module__a-FaJG__mapSection {
  gap: 10px;
  margin-bottom: 28px;
  display: grid;
}

.page-module__a-FaJG__mapFrame {
  border: 0;
  border-radius: 20px;
  width: 100%;
  height: 360px;
  box-shadow: 0 20px 40px #2017122e;
}

.page-module__a-FaJG__mapLink {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7b3f12;
  justify-self: start;
  font-size: 12px;
  text-decoration: none;
}

.page-module__a-FaJG__mapLink:hover {
  text-decoration: underline;
}

.page-module__a-FaJG__tourSection {
  margin-bottom: 28px;
}

.page-module__a-FaJG__tourLink {
  color: #7b3f12;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: #fff4e6;
  border: 1px solid #20171229;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 16px 30px #2017121f;
}

.page-module__a-FaJG__tourLink:hover {
  background: #ffe4c8;
}

.page-module__a-FaJG__body {
  color: #2a201a;
  font-size: 16px;
  line-height: 1.8;
}

.page-module__a-FaJG__body :where(p, ul, ol, blockquote) {
  margin: 0 0 18px;
}

.page-module__a-FaJG__body :where(h2, h3) {
  letter-spacing: -.01em;
  margin: 32px 0 12px;
}

.page-module__a-FaJG__body :where(ul, ol) {
  padding-left: 20px;
}

.page-module__a-FaJG__body a {
  color: #7b3f12;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.page-module__a-FaJG__coverImage {
  border: 1px solid #2017121f;
  border-radius: 22px;
  width: auto;
  max-width: 100%;
  margin-top: 24px;
  display: block;
  box-shadow: 0 20px 40px #2017122e;
}

.page-module__a-FaJG__gallery {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-top: 24px;
  display: grid;
}

.page-module__a-FaJG__galleryButton {
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  display: block;
}

.page-module__a-FaJG__galleryImage {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f7efe3;
  border: 1px solid #2017121f;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  box-shadow: 0 12px 24px #20171224;
}

.page-module__a-FaJG__galleryButton:focus-visible {
  outline-offset: 3px;
  border-radius: 18px;
  outline: 2px solid #7b3f12;
}

.page-module__a-FaJG__galleryOverlay {
  z-index: 999;
  background: #120c08d1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
}

.page-module__a-FaJG__galleryOverlayInner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(1200px, 92vw);
  max-height: 90vh;
  display: flex;
  position: relative;
}

.page-module__a-FaJG__galleryOverlayImage {
  background: #f7efe3;
  border: 1px solid #20171233;
  border-radius: 18px;
  width: 100%;
  height: auto;
  max-height: 90vh;
  box-shadow: 0 30px 60px #0a060466;
}

.page-module__a-FaJG__galleryOverlayClose {
  color: #fef7ed;
  cursor: pointer;
  background: #18100cb3;
  border: 1px solid #fff9;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 14px;
}

.page-module__a-FaJG__galleryOverlayClose:hover {
  background: #18100ce6;
}

@media (max-width: 900px) {
  .page-module__a-FaJG__contentInner {
    padding: 0 6vw;
  }

  .page-module__a-FaJG__contentCard {
    border-radius: 22px;
    padding: 24px;
  }

  .page-module__a-FaJG__title {
    font-size: 30px;
  }
}

/*# sourceMappingURL=src_096e8eea._.css.map*/