:root {
  --ce-bg: #f1ede7;
  --ce-fg: #2a2620;
  --ce-card: #ffffff;
  --ce-primary: #2c5e47;
  --ce-primary-fg: #f7f4ee;
  --ce-muted: #6f6a5e;
  --ce-border: #ddd6c9;
  --ce-gold: #b58a3c;
  --ce-input: #ddd6c9;
  --ce-display: "Fraunces", Georgia, serif;
  --ce-sans: "Karla", ui-sans-serif, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; }
body.ce-body,
body.elementor-page,
.elementor-location-header,
.elementor-location-footer {
  background: var(--ce-bg);
}
body.elementor-page {
  color: var(--ce-fg);
  font-family: var(--ce-sans);
  -webkit-font-smoothing: antialiased;
}
body.ce-body {
  background: var(--ce-bg);
  color: var(--ce-fg);
  font-family: var(--ce-sans);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle {
    display: none;
  }
}
.ce-body h1, .ce-body h2, .ce-body h3, .ce-logo, .ce-press li, .ce-stats .n, .ce-faq button {
  font-family: var(--ce-display);
  font-weight: 500;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.ce-wrap { max-width: 72rem; margin: 0 auto; padding: 0 1.25rem; }
.ce-wrap-sm { max-width: 48rem; margin: 0 auto; padding: 0 1.25rem; }
.ce-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgb(221 214 201 / .6);
  background: rgb(241 237 231 / .95);
  backdrop-filter: blur(10px);
}
.ce-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 1.25rem; max-width: 72rem; margin: 0 auto; }
.ce-logo { font-family: var(--ce-display); font-size: 1.125rem; color: var(--ce-primary); letter-spacing: -0.02em; }
.ce-logo strong { font-weight: 600; }
.ce-nav { display: none; align-items: center; gap: 1.75rem; }
.ce-nav a { font-size: .875rem; color: rgb(42 38 32 / .8); font-family: var(--ce-sans); }
.ce-nav a:hover, .ce-nav a.is-active { color: var(--ce-primary); font-weight: 500; }
.ce-btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; background: var(--ce-primary); color: var(--ce-primary-fg);
  padding: .625rem 1.25rem; font-size: .875rem; font-weight: 500; border: 0; cursor: pointer;
  font-family: var(--ce-sans);
}
.ce-btn:hover { opacity: .9; }
.ce-btn-light { background: var(--ce-bg); color: var(--ce-primary); }
.ce-header-cta { display: none; }
.ce-burger {
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: 0; color: var(--ce-primary); cursor: pointer; padding: .25rem; line-height: 0;
}
.ce-mobile { display: none; border-top: 1px solid rgb(221 214 201 / .6); padding: 1rem 1.25rem; background: var(--ce-bg); }
.ce-mobile a { display: block; padding: .4rem 0; font-size: .875rem; font-family: var(--ce-sans); }
.ce-mobile.open { display: block; }
@media (min-width: 768px) {
  .ce-nav, .ce-header-cta { display: flex !important; }
  .ce-burger, .ce-mobile, .ce-mobile.open { display: none !important; }
}
.ce-hero { position: relative; isolation: isolate; }
.ce-hero img.ce-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ce-hero-mask { position: absolute; inset: 0; background: rgb(44 94 71 / .7); }
.ce-hero-inner { position: relative; max-width: 72rem; margin: 0 auto; padding: 7rem 1.25rem; }
@media (min-width: 768px) { .ce-hero-inner { padding: 10rem 1.25rem; } }
.ce-kicker { font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; }
.ce-hero h1 { margin: 1.25rem 0 0; max-width: 36rem; font-size: 2.25rem; line-height: 1.1; color: var(--ce-primary-fg); }
@media (min-width: 768px) { .ce-hero h1 { font-size: 3.75rem; } }
.ce-hero p.lead { margin: 1.5rem 0 0; max-width: 36rem; color: rgb(247 244 238 / .85); font-size: 1.05rem; }
.ce-hero .ce-btn { margin-top: 2.25rem; }
.ce-filter {
  max-width: 64rem; margin: -2.5rem auto 0; padding: 0 1.25rem; position: relative; z-index: 2;
}
.ce-filter-card {
  display: grid; gap: 1rem; background: var(--ce-card); padding: 1.25rem; border-radius: .5rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / .04); ring: 1px solid rgb(221 214 201 / .6);
  border: 1px solid rgb(221 214 201 / .6);
}
@media (min-width: 640px) { .ce-filter-card { grid-template-columns: 1fr 1fr; } }
.ce-label { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ce-muted); }
.ce-input, .ce-select, .ce-textarea {
  margin-top: .5rem; width: 100%; border-radius: .375rem; border: 1px solid var(--ce-input);
  background: var(--ce-bg); padding: .65rem .75rem; font-size: .875rem; font-family: inherit; color: var(--ce-fg);
}
.ce-press { text-align: center; padding: 3.5rem 1.25rem; }
.ce-press ul { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem 3rem; }
.ce-press li { font-family: var(--ce-display); font-size: 1.25rem; color: rgb(44 94 71 / .7); }
@media (min-width: 768px) { .ce-press li { font-size: 1.5rem; } }
.ce-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.ce-section-head h2 { margin: 0; font-size: 1.875rem; color: var(--ce-primary); }
@media (min-width: 768px) { .ce-section-head h2 { font-size: 2.25rem; } }
.ce-link { font-size: .875rem; color: var(--ce-primary); text-decoration: underline; text-underline-offset: 4px; }
.ce-grid { display: grid; gap: 1.5rem; margin-top: 2rem; }
@media (min-width: 640px) { .ce-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .ce-grid { grid-template-columns: 1fr 1fr 1fr; } }
.ce-card {
  overflow: hidden; border-radius: .5rem; background: var(--ce-card);
  box-shadow: 0 1px 2px rgb(0 0 0 / .04); border: 1px solid rgb(221 214 201 / .6);
  color: inherit; display: block;
}
.ce-card:hover { box-shadow: 0 6px 16px rgb(0 0 0 / .08); }
.ce-card-img { aspect-ratio: 4/3; overflow: hidden; }
.ce-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ce-card:hover .ce-card-img img { transform: scale(1.05); }
.ce-card-body { padding: 1.25rem; }
.ce-card-body h3 { margin: .5rem 0 0; font-size: 1.25rem; line-height: 1.3; color: var(--ce-primary); }
.ce-meta { margin: .5rem 0 0; font-size: .875rem; color: var(--ce-muted); }
.ce-blurb { margin: 1rem 0 0; font-size: .875rem; }
.ce-card-foot { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid rgb(221 214 201 / .6); display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: .875rem; }
.ce-price { font-weight: 500; color: var(--ce-primary); }
.ce-rating { color: var(--ce-muted); display: flex; align-items: center; gap: .25rem; }
.ce-star { color: var(--ce-gold); }
.ce-stats {
  display: grid; gap: 1.5rem; background: var(--ce-card); padding: 2rem; border-radius: .5rem;
  text-align: center; border: 1px solid rgb(221 214 201 / .6); margin-top: 4rem;
}
@media (min-width: 640px) { .ce-stats { grid-template-columns: 1fr 1fr 1fr; } }
.ce-stats .n { font-family: var(--ce-display); font-size: 1.875rem; color: var(--ce-primary); margin: 0; }
.ce-page-hero { background: var(--ce-primary); color: var(--ce-primary-fg); padding: 5rem 0; }
.ce-page-hero h1 { margin: 1rem 0 0; font-size: 2.25rem; }
@media (min-width: 768px) { .ce-page-hero h1 { font-size: 3rem; } }
.ce-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.elementor-widget-ce-tour-filters .ce-chip,
.elementor-widget-shortcode .ce-chip,
button.ce-chip {
  border-radius: 999px;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #ddd6c9;
  cursor: pointer;
  font-family: var(--ce-sans);
  color: #2a2620;
  box-shadow: none;
  appearance: none;
}
.elementor-widget-ce-tour-filters .ce-chip.is-on,
.elementor-widget-shortcode .ce-chip.is-on,
button.ce-chip.is-on {
  background-color: #2c5e47;
  color: #f7f4ee;
  border-color: #2c5e47;
}
.ce-footer { margin-top: 6rem; background: var(--ce-primary); color: var(--ce-primary-fg); }
.ce-footer-inner { max-width: 72rem; margin: 0 auto; padding: 3.5rem 1.25rem; }
.ce-footer-top { display: flex; flex-direction: column; gap: 2rem; }
@media (min-width: 768px) { .ce-footer-top { flex-direction: row; justify-content: space-between; } }
.ce-footer nav ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 2.5rem; }
@media (min-width: 640px) { .ce-footer nav ul { grid-template-columns: 1fr 1fr 1fr; } }
.ce-footer a { font-size: .875rem; opacity: .85; }
.ce-footer a:hover { opacity: 1; }
.ce-copy { margin-top: 3rem; font-size: .75rem; opacity: .7; }
.ce-faq { list-style: none; margin: 0; padding: 0; }
.ce-faq li { background: var(--ce-card); border-radius: .5rem; border: 1px solid rgb(221 214 201 / .6); margin-bottom: .75rem; }
.ce-faq button { width: 100%; text-align: left; background: none; border: 0; padding: 1.25rem 1.5rem; display: flex; justify-content: space-between; gap: 1rem; cursor: pointer; font-family: var(--ce-display); font-size: 1.125rem; color: var(--ce-primary); }
.ce-faq .a { padding: 0 1.5rem 1.5rem; font-size: .875rem; display: none; }
.ce-faq li.open .a { display: block; }
.ce-form-card { background: var(--ce-card); border-radius: .5rem; padding: 1.75rem; border: 1px solid rgb(221 214 201 / .6); }
.ce-form-card h2 { margin: 0; color: var(--ce-primary); font-size: 1.5rem; }
.ce-form { margin-top: 1.5rem; display: grid; gap: 1.25rem; }
.ce-form label span { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ce-muted); margin-bottom: .35rem; }
.elementor-widget-shortcode .ce-form input.ce-input,
.elementor-widget-shortcode .ce-form select.ce-select,
.elementor-widget-shortcode .ce-form textarea.ce-textarea,
.ce-form input.ce-input,
.ce-form select.ce-select,
.ce-form textarea.ce-textarea {
  margin-top: 0;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd6c9;
  background: #f1ede7;
  padding: .7rem .85rem;
  font-size: .875rem;
  font-family: var(--ce-sans);
  color: #2a2620;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.ce-form select.ce-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%236F6A5E' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right .85rem center;
  padding-right: 2rem;
}
.ce-form input.ce-input:focus,
.ce-form select.ce-select:focus,
.ce-form textarea.ce-textarea:focus {
  border-color: #2c5e47;
  box-shadow: 0 0 0 1px #2c5e47;
}
.ce-form textarea.ce-textarea {
  min-height: 110px;
  resize: vertical;
}
.elementor-widget-shortcode .ce-form .ce-btn,
.ce-form button.ce-btn,
.ce-form .ce-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #2c5e47;
  color: #f7f4ee;
  padding: .7rem 1.4rem;
  font-size: .875rem;
  font-weight: 500;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  font-family: var(--ce-sans);
  appearance: none;
}
@media (min-width: 640px) { .ce-form.two { grid-template-columns: 1fr 1fr; } .ce-form .full { grid-column: 1 / -1; } }
.ce-notice { padding: 1rem 1.25rem; background: #e8f2ec; color: var(--ce-primary); border-radius: .5rem; margin-bottom: 1rem; }
.ce-tour-layout { display: grid; gap: 2rem; padding: 3.5rem 0; }
@media (min-width: 900px) { .ce-tour-layout { grid-template-columns: 1.2fr .8fr; align-items: start; } }
.ce-tour-layout img.cover { width: 100%; border-radius: .5rem; object-fit: cover; aspect-ratio: 4/3; }
.ce-admin-bar .ce-header { top: 32px; }
@media (max-width: 782px) { .ce-admin-bar .ce-header { top: 46px; } }
.ce-founders { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .ce-founders { grid-template-columns: 1fr 1fr; } }
.ce-about-grid { display: grid; gap: 2.5rem; margin-top: 3.5rem; align-items: center; }
@media (min-width: 1024px) { .ce-about-grid { grid-template-columns: 1fr 1fr; } }
.ce-pills { display: grid; gap: 1rem; }
@media (min-width: 640px) { .ce-pills { grid-template-columns: 1fr 1fr 1fr; } }
.ce-pill { background: var(--ce-card); border: 1px solid rgb(221 214 201 / .6); border-radius: .5rem; padding: 1.25rem 1.5rem; color: var(--ce-primary); font-size: .875rem; font-weight: 500; }
.ce-dl dt { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ce-muted); }
.ce-dl dd { margin: .25rem 0 1.25rem; font-size: .875rem; }
.ce-el-tours {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .ce-el-tours { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .ce-el-tours { grid-template-columns: 1fr; }
}
.ce-el-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ddd6c9;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ce-el-card-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e2d8;
}
.elementor-widget-ce-tours .ce-el-card-img img,
.elementor-widget-ce-blog .ce-el-card-img img,
.ce-el-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
  transition: transform .5s;
}
.ce-el-card:hover .ce-el-card-img img { transform: scale(1.05); }
.ce-el-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ce-el-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6f6a5e;
  font-family: var(--ce-sans);
}
.ce-el-card-title {
  margin: .5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: var(--ce-display);
  font-weight: 500;
}
.ce-el-card-title a { color: #2c5e47; text-decoration: none; }
.ce-el-meta { margin: .5rem 0 0; font-size: .875rem; color: #6f6a5e; }
.ce-el-blurb { margin: 1rem 0 0; font-size: .875rem; color: #2a2620; flex: 1; }
.ce-el-foot {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(221 214 201 / .6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
}
.ce-el-price { font-weight: 500; color: #2c5e47; }
.ce-el-rating { color: #6f6a5e; display: flex; align-items: center; gap: .25rem; }
.ce-el-star { color: #b58a3c; }
.ce-el-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  align-self: flex-start;
  border-radius: 999px;
  background: #2c5e47;
  color: #f7f4ee;
  padding: .5rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--ce-sans);
  transition: transform .25s ease, background-color .25s ease, color .25s ease;
}
.ce-el-book:hover {
  transform: translateY(-3px);
}
.ce-tour-title,
.ce-post-title {
  font-family: var(--ce-display);
  font-weight: 500;
  color: var(--ce-primary);
  font-size: 2.25rem;
  line-height: 1.15;
  margin: .35rem 0 0;
}
.ce-post-date {
  margin: .25rem 0 0;
  font-size: .875rem;
  color: var(--ce-muted);
  font-family: var(--ce-sans);
}
.elementor-location-single .elementor-widget-theme-post-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.elementor-location-single .elementor-widget-theme-post-content p {
  margin: 0 0 1.15rem;
  line-height: 1.7;
  color: #2a2620;
}
.elementor-widget-accordion .elementor-accordion {
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.elementor-widget-accordion .elementor-accordion-item {
  margin: 0;
  border: 1px solid rgb(221 214 201 / .6);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgb(0 0 0 / .04);
  overflow: hidden;
}
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title.elementor-active,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content,
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
  border: 0 none;
  border-width: 0;
  border-top: 0 none;
  border-bottom: 0 none;
  border-block-start: 0 none;
  border-block-end: 0 none;
  box-shadow: none;
  outline: 0;
}
.elementor-widget-accordion .elementor-tab-title,
.elementor-widget-accordion .elementor-tab-title.elementor-active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  padding: 20px 24px;
}
.elementor-widget-accordion .elementor-accordion-title {
  flex: 1;
  text-align: left;
}
.elementor-widget-accordion .elementor-accordion-icon {
  width: 18px;
  margin: 0;
  order: 2;
  flex-shrink: 0;
}
.elementor-widget-accordion .elementor-accordion-icon svg {
  width: 18px;
  height: 18px;
  fill: #2c5e47;
}
.elementor-widget-accordion .elementor-tab-content,
.elementor-widget-accordion .elementor-tab-content.elementor-active {
  background: transparent;
  border: 0 none;
  padding: 0 24px 24px;
  margin: 0;
}
.elementor-widget-accordion .elementor-tab-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #2a2620;
}
.ce-filter-fields {
  display: grid;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 640px) {
  .ce-filter-fields { grid-template-columns: 1fr 1fr; }
}
.ce-filter-fields .ce-label {
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ce-muted);
  font-family: var(--ce-sans);
}
.ce-filter-fields .ce-input,
.ce-filter-fields .ce-select {
  margin-top: .5rem;
  width: 100%;
  border-radius: .375rem;
  border: 1px solid var(--ce-input);
  background: var(--ce-bg);
  padding: .65rem .75rem;
  font-size: .875rem;
  font-family: var(--ce-sans);
  color: var(--ce-fg);
  appearance: auto;
}
