/* Body sans – light */
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/hello-elementor-child/fonts/Gibson-Light.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: optional; /* body text: avoid late swaps on slow nets */
}

/* Body sans – medium (used for buttons, nav) */
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/hello-elementor-child/fonts/Gibson-Medium.woff2")
    format("woff2");
  font-weight: 500; /* or 600 if that’s the actual table */
  font-style: normal;
  font-display: swap; /* ok to swap for UI elements */
}

/* Display serif – headlines */
@font-face {
  font-family: "Quinn Display";
  src: url("/wp-content/themes/hello-elementor-child/fonts/Quinn-Display-Light.woff2")
    format("woff2");
  font-weight: 300; /* or 400 if that file is mapped as regular */
  font-style: normal;
  font-display: swap; /* we want the look here */
}

/* Use system stack first; fonts swap in when ready */
:root {
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji",
    sans-serif;
  --color-dark-coffee: #38281b;
  --color-papaya-whip: #ffebcf;
  --color-charcoal-brown: #283022;
  --color-alabaster-grey: #d7e1db;
  --color-copper: #b2742e;
  --color-cream: #f0efe8;
  --color-floral-white: #fffef5;
  --color-carbon-black: #242628;
  --color-tobacco: #966022;
  --ww-packages-card-bg: var(--color-charcoal-brown);
}
body {
  font-family: var(--sans);
}
h1,
h2,
h3 {
  font-family: "Quinn Display", var(--sans);
}
.btn,
nav,
.eyebrow {
  font-family: "Gibson", var(--sans);
}
.eyebrow {
  font-size: 0.7rem;
  font-weight: 900; /***********************==========================. Need A 900 !!!!! After LCP ======*/
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 4px;
}

/* Optional: avoid fake bold/italic rendering */
html {
  font-synthesis: none;
}

.one-tile {
  flex: 1;
}
.current-package {
  background: #dbe0de !important;
}

.elementor-slideshow__title {
  /*slideshow title */
  display: none;
}
.bg-blue {
  background-color: #003d46;
  color: #f0efe8;
}

.post-password-form p:first-child {
  visibility: hidden;
}
.post-password-form p:first-child:before {
  content: "Welcome wild lovers! Enter your password below to login to your account";
  visibility: visible;
  min-width: 700px;
}

.post-password-form {
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 9;
  background-image: url(/wp-content/uploads/2023/09/ashly-margret-photography-elopement-web.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.post-password-form p {
  width: 100%;
  display: flex;
  max-width: 900px;
  color: #f0efe8;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.post-password-form p:first-child:before /*
	.post-password-form p:nth-child(1)*/ {
  font-size: 4rem;
  line-height: 1em;
  font-family: "Quinn Display", Sans-serif;
  color: white;
}
.post-password-form p:nth-child(2) {
  font-family: "Gibson Medium", Sans-serif;
  padding-top: 2rem;
}

.post-password-form [type="submit"] {
  margin: 2rem 0 0 0;
  padding: 1rem 2rem;
}

.strong {
  font-family: "Gibson Medium", Sans-serif;
  font-weight: 400;
}

.center-bottom {
  object-position: center bottom;
}

.solid-list .elementor-icon-list-text > div {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}

.dark-bg {
  background: #855012;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #333333;
}
[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #996022;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #996022;
  padding: 1rem;
  font-size: 0.6rem;
  border-radius: 0;
  transition: all 0.3s;
  font-family: "Gibson Regular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: #f0efe8 !important;
  outline-width: 0;
  text-decoration: underline !important;
}

.centered-text {
  text-align: center;
}
strong {
  font-family: "Gibson Medium", Sans-serif;
  font-weight: 400;
}

.header-detail {
  position: absolute;
  font-size: 0.6rem;
  margin-top: -7px;
  margin-left: 2px;
  color: #996022;
  font-family: "Gibson Regular", Sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.elementor a:hover {
  cursor: pointer !important;
}

.button-style,
.subheading {
  font-family: "Gibson Regular", Sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 4px;
}

.celebrant-options {
  display: flex;
  padding: 4rem;
  align-items: center;
}
.celebrant-options:not(:last-child) {
  border-bottom: 1px solid #996022;
}
.celebrant-content {
  width: 50%;
  padding-right: 1rem;
}
.celebrant-content a {
  margin-top: 2rem;
}

li {
  list-style-type: none;
}

ul#paragraphList {
  max-width: 500px;
}
ul#paragraphList li {
  position: absolute;
  list-style-type: none;
  bottom: 1rem;
  font-size: 18px;
}

.tobacco-button {
  color: #f0efe8;
}

.tobacco-button:hover {
  background: #6f430f;
  color: #f0efe8;
  text-decoration: underline;
}

.light-blue-button:hover {
  background: #003d46;
  color: #f0efe8;
  text-decoration: underline;
}
.cream-button:hover {
  background: #996022;
  color: #f0efe8;
  text-decoration: underline;
}

.circle-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 2em;
  position: relative;
}

.circle-line-top {
  position: absolute;
  top: 60px;
  border-top: 1px solid #966022;
  width: 100%;
  z-index: 1;
}

.circle-left,
.circle-right {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
}

.circle-left {
  justify-content: flex-end;
}

.circle-right {
  justify-content: flex-start;
}

.circle-left .step-circle {
  margin: 0 1rem 0 0;
}
.circle-left .step-circle:last-child {
  margin-right: 0.5rem;
}

.circle-left .step-circle:first-child {
  background-color: #966022;
  color: #f0efe8;
}

.circle-right .step-circle {
  margin: 0 0 0 1rem;
}

.circle-right .step-circle:first-child {
  margin-left: 0.5rem;
}

.step-circle {
  min-width: 180px;
  max-width: 180px;
  height: 120px;
  text-align: center;
  border: 1px solid #966022;
  border-radius: 50%;
  color: #966022;
  font-family: "Gibson Regular", Sans-serif;
  font-size: 0.6em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 4px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  padding: 0 2rem;
  justify-content: center;
  background-color: #f0efe8;
  background: #f0efe8;
  z-index: 2;
  will-change: background-color, color;
}

@media (max-width: 1200px) {
  .circle-left {
    position: relative;
  }

  .circle-line-bottom {
    position: absolute;
    bottom: 60px;
    border-top: 1px solid #966022;
    width: 100%;
    z-index: 1;
  }

  .circle-left,
  .circle-right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .circle-right {
    margin-top: 3rem;
  }
  .circle-left .step-circle {
    margin: 0;
  }
  .circle-left .step-circle:last-child {
    margin-right: 0;
  }

  .circle-right .step-circle {
    margin: 0;
  }

  .circle-right .step-circle:first-child {
    margin-left: 0;
  }
  .circle-left .step-circle:nth-child(2),
  .circle-right .step-circle:nth-child(2) {
    margin: 0 1rem;
  }
}

@media (max-width: 700px) {
  .circle-left,
  .circle-right {
    flex-direction: column;
    align-content: center;
    margin-top: 0;
  }
  /*.circle-left  .step-circle:nth-child(2), .circle-right  .step-circle:nth-child(2) {
  		margin: 0;
		} */
  .circle-left .step-circle:not(:first-child),
  .circle-right .step-circle,
  .circle-right .step-circle:nth-child(2) {
    margin: 1rem 0 0 0;
  }
}

.slick-slide img.slick-loading {
  display: none;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: unset;
  background-color: #966022;
  text-decoration: none;
}

button.wwt-topline-action:hover,
button.wwt-topline-action:focus,
button.wwt-topline-action:focus-visible,
button.wwt-topline-action:active,
button.wwt-topline-dismiss:hover,
button.wwt-topline-dismiss:focus,
button.wwt-topline-dismiss:focus-visible,
button.wwt-topline-dismiss:active {
  background: #fff !important;
  color: #523716 !important;
  text-decoration: none !important;
}

#wwt-location-panel.is-expanded button.wwt-topline-action:hover,
#wwt-location-panel.is-expanded button.wwt-topline-action:focus,
#wwt-location-panel.is-expanded button.wwt-topline-action:focus-visible,
#wwt-location-panel.is-expanded button.wwt-topline-action:active,
#wwt-location-panel.is-expanded button.wwt-topline-dismiss:hover,
#wwt-location-panel.is-expanded button.wwt-topline-dismiss:focus,
#wwt-location-panel.is-expanded button.wwt-topline-dismiss:focus-visible,
#wwt-location-panel.is-expanded button.wwt-topline-dismiss:active {
  background: rgba(240, 239, 232, 0.92) !important;
  color: #283022 !important;
}

button.ww-seasonal-specials__control:hover,
button.ww-seasonal-specials__control:focus,
button.ww-seasonal-specials__control:focus-visible,
button.ww-seasonal-specials__control:active {
  background: transparent !important;
  color: var(--ww-specials-accent, #966022) !important;
  text-decoration: none !important;
}

.wwt-panel-swiper button.swiper-button-prev:hover,
.wwt-panel-swiper button.swiper-button-prev:focus,
.wwt-panel-swiper button.swiper-button-prev:focus-visible,
.wwt-panel-swiper button.swiper-button-prev:active,
.wwt-panel-swiper button.swiper-button-next:hover,
.wwt-panel-swiper button.swiper-button-next:focus,
.wwt-panel-swiper button.swiper-button-next:focus-visible,
.wwt-panel-swiper button.swiper-button-next:active,
button.ww-vendor-profile-gallery__nav:hover,
button.ww-vendor-profile-gallery__nav:focus,
button.ww-vendor-profile-gallery__nav:focus-visible,
button.ww-vendor-profile-gallery__nav:active {
  color: #966022 !important;
  text-decoration: none !important;
}

h1,
h2,
a,
li,
p {
  /* text-rendering: optimizeLegibility !important; */
  /* font-kerning: normal !important; */
  /* text-wrap: balance; */
  /*	margin: 0; */
}
/*	p:not(:first-child) {
		margin-top: 1em;
	} */

h1,
h2 {
  line-height: 1em;
  font-family: "Quinn Display", Sans-serif;
}

.top-hat > * {
  margin-top: 1em;
}
.large-top-hat {
  margin-top: 2rem;
}
.small-top-hat {
  margin-top: 1rem;
}

.light-hover:hover {
  color: #f0efe8;
}
.blush-hover:hover {
  color: #d4b1a1;
}

.blush {
  color: #d4b1a1;
  text-align: center;
  font-family: "Gibson Regular", Sans-serif;
  font-size: 0.6em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 4px;
}

.blush:hover {
  color: #d4b1a1;
}

.color-blush {
  color: #d4b1a1 !important;
}
.light {
  color: #f0efe8 !important;
}
.tobacco {
  color: #966022;
}
.forest {
  color: #39471b;
}
.dark {
  color: #3b3a38;
}
.light-blue {
  color: #dbe0de !important;
}
.light-blue-h1 {
  color: #dbe0de !important;
}

img.chevron-down {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 20px;
  border: none !important;
}
img.chevron-up {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 20px;
  opacity: 0;
  border: none !important;
}
img.chevron-down.chevron-small,
img.chevron-up.chevron-small {
  width: 20px;
  padding: 3px;
  background: none;
}

.ww-packages {
  --ww-packages-cream: var(--color-floral-white);
  --ww-packages-sage: var(--color-charcoal-brown);
  --ww-packages-gold: var(--color-copper);
  --ww-packages-gold-light: var(--color-papaya-whip);
  --ww-packages-dark: var(--color-carbon-black);
  --ww-packages-mid: var(--color-dark-coffee);
  --ww-packages-brown: var(--color-dark-coffee);
  --ww-packages-featured-bg: var(--ww-packages-sage);
  --ww-packages-featured-accent: var(--ww-packages-gold-light);
  --ww-packages-line: rgba(56, 40, 27, 0.2);
  --ww-packages-card-bg: var(--color-charcoal-brown);
  color: var(--ww-packages-dark);
  padding: 48px 24px 80px;
}

.ww-packages__intro {
  max-width: 780px;
  margin: 0 auto 3.4rem;
  text-align: center;
}

.ww-packages__eyebrow {
  margin: 0 0 14px;
  font-family: "Gibson", var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #966022;
}

.ww-packages__heading {
  margin: 0 0 14px;
  font-family: "Quinn Display", var(--sans);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--ww-packages-dark);
}

.ww-packages__heading em {
  color: #966022;
  font-style: italic;
}

.ww-packages__subheading {
  max-width: 480px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ww-packages-mid);
}

.left-aligned-testimonials,
.left-aligned-testimonials .elementor-widget,
.left-aligned-testimonials .elementor-widget-container,
.left-aligned-testimonials p {
  text-align: left;
}

.left-aligned-testimonials .has-medium-font-size {
  font-size: clamp(1rem, 1.25vw, 1.0625rem) !important;
  line-height: 1.55;
}

.left-aligned-testimonials .elementor-heading-title {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.left-aligned-testimonials .elementor-widget-heading {
  align-self: stretch;
  width: 100%;
}

.ww-packages__matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

.ww-packages__column {
  position: relative;
  display: flex;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ww-packages__column.is-updating {
  transform: translateY(-4px);
}

.ww-packages__column-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--ww-packages-line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 30px rgba(61, 74, 53, 0.05);
}

.ww-packages__column-head {
  display: flex;
  align-items: center;
  min-height: 4.15rem;
  padding: 1.15rem 1.75rem;
  border-bottom: 1px solid rgba(229, 203, 183, 0.14);
  background: var(--ww-packages-sage);
}

.ww-packages__column-title {
  margin: 0;
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.76rem, 0.95vw, 0.82rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--ww-packages-cream);
}

.ww-packages__column-packages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 4px 0;
  flex: 1;
}

.ww-packages__package {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ww-packages-line);
  border-radius: 4px;
  background: var(--ww-packages-card-bg);
  box-shadow: 0 12px 40px rgba(61, 74, 53, 0.08);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease,
    background-color 0.3s ease,
    opacity 0.26s ease,
    max-height 0.32s ease;
}

.ww-packages__package.is-collapsed:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(61, 74, 53, 0.1);
}

.ww-packages__package::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ww-packages-gold), transparent);
  opacity: 0.55;
}

.ww-packages__package.is-featured {
  background: var(--ww-packages-featured-bg);
  border-color: transparent;
  box-shadow: 0 22px 58px rgba(61, 74, 53, 0.28);
}

.ww-packages__package.is-expanded {
  flex: 1;
  background: var(--ww-packages-brown);
  border-color: transparent;
  box-shadow: 0 22px 58px rgba(61, 74, 53, 0.24);
}

.ww-packages__package.is-featured.is-collapsed:hover {
  box-shadow: 0 24px 60px rgba(61, 74, 53, 0.3);
}

.ww-packages__package.is-featured::before {
  background: linear-gradient(90deg, transparent, var(--ww-packages-featured-accent), transparent);
  opacity: 1;
}

.ww-packages__package.is-expanded::before {
  background: linear-gradient(90deg, transparent, rgba(229, 203, 183, 0.7), transparent);
  opacity: 1;
}

.ww-packages__package.has-tone-brown {
  --ww-packages-featured-bg: var(--ww-packages-brown);
  --ww-packages-featured-accent: rgba(229, 203, 183, 0.7);
}

.ww-packages__package.is-hidden {
  display: none;
}

.ww-packages__package-toggle {
  width: 100%;
  padding: 24px 24px 18px;
  border: 0;
  /* background: #fffef5; */
  color: inherit;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
}

.ww-packages__package-toggle-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 18px;
  row-gap: 10px;
  align-items: start;
}

.ww-packages__package.is-expanded .ww-packages__package-toggle {
  padding-bottom: 0;
}

.ww-packages__package.is-collapsed .ww-packages__package-toggle {
  padding-bottom: 24px;
}

.ww-packages__package.is-collapsed .ww-packages__card-title {
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
  color: var(--ww-packages-cream);
}

.ww-packages__package.is-collapsed .ww-packages__card-price {
  display: none;
}

.ww-packages__package-body {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.24s ease, transform 0.24s ease, max-height 0.28s ease;
}

.ww-packages__package.is-expanded .ww-packages__package-body {
  flex: 1;
}

.ww-packages[data-packages] .ww-packages__package.is-expanded .ww-packages__package-body {
  min-height: 0;
}

.ww-packages__package.is-collapsed .ww-packages__package-body {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

.ww-packages__package.is-collapsed .ww-packages__card-eyebrow,
.ww-packages__package.is-collapsed .ww-packages__card-divider,
.ww-packages__package.is-collapsed .ww-packages__card-summary,
.ww-packages__package.is-collapsed .ww-packages__includes-label,
.ww-packages__package.is-collapsed .ww-packages__includes-list,
.ww-packages__package.is-collapsed .ww-packages__package-price,
.ww-packages__package.is-collapsed .ww-packages__package-learn-more {
  display: none;
}

.ww-packages__column.is-single .ww-packages__package-toggle {
  cursor: default;
}

.ww-packages__column.is-single .ww-packages__package-body {
  max-height: none;
}

.ww-packages__card-badge {
  position: static;
  justify-self: end;
  align-self: start;
  grid-column: 2 / 3;
  grid-row: 1;
  padding: 6px 12px;
  border: 1px solid rgba(132, 75, 28, 0.35);
  border-radius: 999px;
  color: var(--ww-packages-gold);
  font-family: "Gibson", var(--sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.ww-packages__package.is-featured .ww-packages__card-badge {
  border-color: rgba(229, 203, 183, 0.28);
  background: rgba(229, 203, 183, 0.14);
  color: var(--ww-packages-gold-light);
}

.ww-packages__package.is-expanded .ww-packages__card-badge {
  border-color: rgba(229, 203, 183, 0.28);
  background: rgba(229, 203, 183, 0.14);
  color: var(--ww-packages-gold-light);
}

.ww-packages__package.is-collapsed .ww-packages__card-badge {
  border-color: rgba(255, 254, 245, 0.28);
  background: rgba(255, 254, 245, 0.12);
  color: var(--ww-packages-cream);
  box-shadow: inset 0 0 0 1px rgba(255, 254, 245, 0.04);
}

.ww-packages__card-eyebrow {
  display: none;
  margin: 0 0 10px;
  color: var(--ww-packages-gold);
  font-family: "Gibson", var(--sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ww-packages__package.is-featured .ww-packages__card-eyebrow {
  color: var(--ww-packages-gold-light);
}

.ww-packages__package.is-expanded .ww-packages__card-eyebrow {
  color: var(--ww-packages-gold-light);
}

.ww-packages__card-title {
  grid-column: 1 / 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  font-family: "Quinn Display", var(--sans);
  font-size: clamp(2.45rem, 3.45vw, 2.6rem);
  font-weight: 400;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1, "onum" 0;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ww-packages-dark);
}

.ww-packages__card-package-type {
  grid-column: 2 / 3;
  grid-row: 2;
  align-self: start;
  justify-self: end;
  margin: 4px 0 0;
  color: var(--ww-packages-gold) !important;
  font-family: "Gibson", var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

.ww-packages__package.is-expanded .ww-packages__card-package-type {
  grid-column: 1 / 2;
  justify-self: start;
  text-align: left;
}

.ww-packages__package.is-collapsed .ww-packages__card-package-type {
  grid-column: 1 / 2;
  justify-self: start;
  text-align: left;
}

.ww-packages__package.is-featured .ww-packages__card-title {
  color: var(--ww-packages-cream);
}

.ww-packages__package.is-expanded .ww-packages__card-title {
  color: var(--ww-packages-cream);
}

.ww-packages__package.is-featured .ww-packages__card-package-type,
.ww-packages__package.is-expanded .ww-packages__card-package-type,
.ww-packages__package.is-collapsed .ww-packages__card-package-type {
  color: var(--ww-packages-gold-light);
}

.ww-packages__card-price {
  display: none;
  grid-column: 2 / 3;
  grid-row: 2;
  align-self: start;
  margin: 0;
  text-align: right;
  font-family: "Gibson", var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: none;
  color: var(--ww-packages-gold);
}

.ww-packages__package.is-featured .ww-packages__card-price {
  color: var(--ww-packages-gold-light);
}

.ww-packages__package.is-expanded .ww-packages__card-price {
  color: var(--ww-packages-gold-light);
}

.ww-packages__collapsed-action {
  display: none;
}

.ww-packages__package.is-collapsed .ww-packages__collapsed-action {
  display: block;
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: start;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  margin-top: 10px;
  padding: 14px 24px;
  border: 1px solid rgba(240, 236, 227, 0.24);
  border-radius: 2px;
  background: rgba(240, 236, 227, 0.11);
  color: rgba(240, 236, 227, 0.9);
  text-align: center;
  font-family: "Gibson", var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.ww-packages__package.is-collapsed .ww-packages__package-toggle:hover .ww-packages__collapsed-action,
.ww-packages__package.is-collapsed .ww-packages__package-toggle:focus-visible .ww-packages__collapsed-action {
  border-color: rgba(240, 236, 227, 0.38);
  background: rgba(240, 236, 227, 0.18);
  color: var(--ww-packages-cream);
}

.ww-packages__package-toggle:hover,
.ww-packages__package-toggle:focus,
.ww-packages__package-toggle:focus-visible,
.ww-packages__package-toggle:hover .ww-packages__card-title,
.ww-packages__package-toggle:focus .ww-packages__card-title,
.ww-packages__package-toggle:focus-visible .ww-packages__card-title,
.ww-packages__package-toggle:hover .ww-packages__card-price,
.ww-packages__package-toggle:focus .ww-packages__card-price,
.ww-packages__package-toggle:focus-visible .ww-packages__card-price {
  background: transparent !important;
  background-color: transparent !important;
  text-decoration: none !important;
  box-shadow: none;
  outline: 0;
}

.ww-packages__card-divider {
  display: none;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  background: var(--ww-packages-gold);
  opacity: 0.45;
}

.ww-packages__package.is-featured .ww-packages__card-divider {
  background: var(--ww-packages-gold-light);
  opacity: 0.5;
}

.ww-packages__package.is-expanded .ww-packages__card-divider {
  background: var(--ww-packages-gold-light);
  opacity: 0.5;
}

.ww-packages__card-summary {
  margin: 1rem 0 26px;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.35;
  color: var(--ww-packages-mid);
}

.ww-packages__package.is-featured .ww-packages__card-summary {
  color: rgba(240, 236, 227, 0.8);
}

.ww-packages__package.is-expanded .ww-packages__card-summary {
  color: rgba(240, 236, 227, 0.8);
}

.ww-packages__includes-label {
  margin: 0 0 12px;
  color: var(--ww-packages-gold);
  font-family: "Gibson", var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ww-packages__package.is-featured .ww-packages__includes-label {
  color: var(--ww-packages-gold-light);
}

.ww-packages__package.is-expanded .ww-packages__includes-label {
  color: var(--ww-packages-gold-light);
}

.ww-packages__includes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 0;
}

.ww-packages[data-packages] .ww-packages__package.is-expanded .ww-packages__includes-list {
  --ww-packages-preview-list-height: clamp(14.5rem, 19vw, 17.5rem);
  position: relative;
  max-height: var(--ww-packages-preview-list-height);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
}

.ww-packages__includes-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(56, 40, 27, 0.08);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ww-packages-mid);
}

.ww-packages__package.is-featured .ww-packages__includes-list li {
  color: rgba(240, 236, 227, 0.82);
  border-bottom-color: rgba(229, 203, 183, 0.16);
}

.ww-packages__package.is-expanded .ww-packages__includes-list li {
  color: rgba(240, 236, 227, 0.82);
  border-bottom-color: rgba(229, 203, 183, 0.16);
}

.ww-packages[data-packages] .ww-packages__package.is-expanded .ww-packages__includes-list li:nth-child(n + 6) {
  filter: blur(0.3px);
  opacity: 0.9;
}

.ww-packages[data-packages] .ww-packages__package.is-expanded .ww-packages__includes-list li:nth-child(n + 7) {
  filter: blur(0.5px);
  opacity: 0.62;
}

.ww-packages__includes-list li::before {
  content: "✦";
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--ww-packages-gold);
  font-size: 8px;
  line-height: 1;
}

.ww-packages:not([data-packages]) .ww-packages__includes-label {
  margin-bottom: 1rem;
  font-size: 12px;
  letter-spacing: 0.22em;
}

.ww-packages:not([data-packages]) .ww-packages__includes-list li {
  gap: 12px;
  padding: 10px 0;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.55;
}

.ww-packages:not([data-packages]) .ww-packages__includes-list li::before {
  margin-top: 0.55em;
  font-size: 9px;
}

.ww-packages__package.is-featured .ww-packages__includes-list li::before {
  color: var(--ww-packages-gold-light);
}

.ww-packages__package.is-expanded .ww-packages__includes-list li::before {
  color: var(--ww-packages-gold-light);
}

.ww-packages__package-price {
  margin: 2rem 0 0;
  padding-bottom: 1.25rem;
  color: var(--ww-packages-gold);
  font-family: "Gibson", var(--sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ww-packages__package.is-featured .ww-packages__package-price,
.ww-packages__package.is-expanded .ww-packages__package-price {
  color: var(--ww-packages-gold-light);
}

.ww-packages__package-price + .ww-packages__package-learn-more {
  margin-top: auto;
}

.ww-packages__package-learn-more {
  display: block;
  margin-top: 2rem;
  padding: 14px 24px;
  border: 1px solid rgba(255, 254, 245, 0.28);
  border-radius: 2px;
  background: rgba(255, 254, 245, 0.12);
  color: var(--ww-packages-cream);
  text-align: center;
  text-decoration: none;
  font-family: "Gibson", var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ww-packages[data-packages] .ww-packages__package.is-expanded .ww-packages__package-learn-more {
  margin-top: auto;
}

.ww-packages__package-learn-more:hover,
.ww-packages__package-learn-more:focus-visible {
  background: #24170f;
  border-color: #24170f;
  color: var(--ww-packages-gold-light);
  text-decoration: none;
}

.ww-home-packages {
  --ww-packages-cream: var(--color-floral-white);
  --ww-packages-sage: var(--color-charcoal-brown);
  --ww-packages-gold: var(--color-copper);
  --ww-packages-gold-light: var(--color-papaya-whip);
  --ww-packages-dark: var(--color-carbon-black);
  --ww-packages-mid: var(--color-dark-coffee);
  --ww-packages-brown: var(--color-dark-coffee);
  --ww-packages-featured-bg: var(--ww-packages-brown);
  --ww-packages-featured-accent: rgba(229, 203, 183, 0.7);
  --ww-packages-line: rgba(56, 40, 27, 0.2);
  --ww-packages-card-bg: var(--ww-packages-sage);
  --ww-home-packages-page: #f0efe8;
  color: var(--color-carbon-black);
  padding: clamp(3rem, 6vw, 5rem) 24px;
}

.ww-home-packages__intro {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.ww-home-packages__eyebrow {
  margin: 0 0 14px;
  color: var(--ww-packages-gold);
  font-family: "Gibson", var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ww-home-packages__heading {
  margin: 0;
  font-family: "Quinn Display", var(--sans);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--color-carbon-black);
}

.ww-home-packages__heading em {
  color: var(--ww-packages-gold);
  font-style: italic;
}

.ww-home-packages__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 980px);
  margin: 0 auto;
}

.ww-home-packages__group {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ww-packages-line);
  border-radius: 4px;
  background: rgba(255, 254, 245, 0.28);
  box-shadow: 0 14px 36px rgba(61, 74, 53, 0.06);
}

.ww-home-packages__group-head {
  display: flex;
  align-items: center;
  min-height: 3.65rem;
  padding: 1rem 1.75rem;
  border-bottom: 1px solid rgba(229, 203, 183, 0.14);
  background: var(--ww-packages-sage);
}

.ww-home-packages__group-title {
  margin: 0;
  color: var(--ww-packages-cream);
  font-family: "Gibson", var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ww-home-packages__cards {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 4px;
}

.ww-home-packages__card {
  min-height: 100%;
  box-shadow: 0 12px 34px rgba(61, 74, 53, 0.08);
}

.ww-home-packages__card.is-featured {
  min-height: 100%;
}

.ww-home-packages__card-toggle {
  padding: 32px 24px 14px;
  cursor: default;
}

.ww-home-packages__card-toggle .ww-packages__package-toggle-main {
  display: flex;
  justify-content: flex-end;
}

.ww-home-packages__card-title {
  font-family: "Quinn Display", var(--sans) !important;
  font-size: clamp(2.35rem, 3.3vw, 3rem) !important;
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ww-home-packages__capacity {
  font-weight: 500;
}

.ww-home-packages__card-body {
  padding: 0 24px 28px;
}

.ww-home-packages__overview-label {
  margin: 0 0 12px;
  color: var(--ww-packages-gold-light);
  font-family: "Gibson", var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ww-home-packages__overview-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ww-home-packages__overview-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(240, 236, 227, 0.82);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
}

.ww-home-packages__overview-list li::before {
  content: "✦";
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--ww-packages-gold-light);
  font-size: 8px;
  line-height: 1;
}

.ww-home-packages__actions {
  display: flex;
  justify-content: center;
  width: min(100%, 980px);
  margin: 12px auto 0;
}

.ww-home-packages__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 14px 24px;
  border: 1px solid var(--ww-packages-brown);
  background: var(--ww-home-packages-page);
  color: var(--ww-packages-brown);
  text-align: center;
  text-decoration: none;
  font-family: "Gibson", var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ww-home-packages__cta:hover,
.ww-home-packages__cta:focus-visible {
  background: var(--ww-packages-brown);
  border-color: var(--ww-packages-brown);
  color: var(--ww-packages-cream);
  text-decoration: none;
}

@media (max-width: 760px) {
  .ww-packages__matrix {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ww-packages__column-shell {
    height: auto;
  }

  .ww-home-packages__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .ww-packages__package.is-expanded .ww-packages__package-toggle-main {
    grid-template-columns: 1fr;
  }

  .ww-packages__package.is-expanded .ww-packages__card-badge {
    grid-column: 1 / 2;
    grid-row: auto;
    justify-self: start;
  }

  .ww-packages__package.is-expanded .ww-packages__card-package-type {
    grid-column: 1 / 2;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 580px) {
  .ww-packages {
    padding: 40px 16px 60px;
  }

  .ww-packages__intro {
    margin-bottom: 2rem;
  }

  .ww-packages__column-head {
    min-height: 3.85rem;
    padding: 1rem 1.25rem;
  }

  .ww-packages__column-packages {
    padding: 4px;
    gap: 12px;
  }

  .ww-home-packages {
    padding: 3rem 16px;
  }

  .ww-home-packages__card {
    grid-template-columns: 1fr;
    min-height: 8rem;
  }

  .ww-home-packages__capacity,
  .ww-home-packages__price {
    grid-column: 1 / 2;
    justify-self: start;
    text-align: left;
  }

  .ww-home-packages__card-title {
    grid-column: 1 / 2;
    grid-row: auto;
  }

  .ww-packages__package-toggle,
  .ww-packages__package-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ww-packages__package-toggle-main {
    grid-template-columns: 1fr;
  }

  .ww-packages__card-badge {
    grid-column: 1 / 2;
    grid-row: auto;
    justify-self: start;
  }

  .ww-packages__card-package-type {
    grid-column: 1 / 2;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }

  .ww-packages__package.is-collapsed .ww-packages__collapsed-action {
    grid-column: 1 / 2;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
  }

  .ww-packages__card-price {
    grid-column: 1 / 2;
    grid-row: auto;
    text-align: left;
  }
}
/*	img.chevron-up.chevron-small  {
		background: none;
	}*/

.light-bg {
  background: #f0efe8;
}
.blush-bg {
  background: #d4b1a1;
}
.tobacco-bg {
  background: #966022;
}
.light-blue-bg {
  background: #dbe0de;
}
img.chevron-up.chevron-small.light-bg {
  background: none;
}

.cream {
  color: #f0efe8;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}
main {
  overflow: hidden;
}
body {
  font-family: "Gibson light", Sans-serif;
  font-weight: 300;
  /*overflow: hidden;*/
  color: #3b3a38;
}
.logo img {
  width: 300px;
}

/******************* a tag ************************/

a {
  color: #3b3a38;
  transition: all 0.3s ease;
  position: relative;
}

a:hover {
  text-decoration: underline;
  color: #966022;
}
a.no-underline:hover {
  text-decoration: none;
}

span {
  /* position: relative;
/*	display: block; */
}

a.arrow {
  display: flex;
  align-items: center;
}

a.arrow .arrow_icon,
span.arrow .arrow_icon {
  position: relative;
  margin-left: 1em;
}

a.arrow .arrow_icon svg {
  transition: transform 0.3s 0.02s ease;
  /* margin-right: 1em; */
}

a.arrow:hover .arrow_icon svg {
  transform: translateX(0.75em);
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
}

.wipe {
  transition: background-color 0.3s linear, color 0.3s linear;
  background: rgba(255, 255, 255, 0);
}

.wipe:hover {
  color: #f0efe8;
  background: #966022;
}
.wipe-light-blue {
  transition: background-color 0.3s linear, color 0.3s linear;
  background: rgba(255, 255, 255, 0);
}

.wipe-light-blue:hover {
  color: #f0efe8 !important;
  background: #003d46 !important;
}
.wipe-dark-blue {
  color: #f0efe8;
  transition: background-color 0.3s linear, color 0.3s linear;
  background: rgba(255, 255, 255, 0);
}

.wipe-dark-blue:hover {
  color: #003d46 !important;
  background: #dbe0de !important;
}
.wipe-forest {
  transition: background-color 0.3s linear, color 0.3s linear;
  background: rgba(255, 255, 255, 0);
}

.wipe-forest:hover {
  color: #f0efe8 !important;
  background: #39471b !important;
}

/******************* a tag ************************/

/******************* a tag ************************/
span.light {
  color: #f0efe8;
  width: 20px;
  text-align: center;
  display: inline-block;
}

/* .header {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

#titleEffects {
  display: grid;
  list-style: none;
  color: #d4b1a1;
}
#titleEffects > * {
  grid-area: 1/1;
  font-size: 0.8rem;
  user-select: none;
  visibility: hidden;
  /*text-align: center;*/
  letter-spacing: 2px;
  min-width: 700px;
}

.numberCircle {
  border-radius: 50%;
  width: 28px;
  font-size: 12px;
  background: #966022;
}
.numberCircle span {
  text-align: center;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #f0efe8;
}

:root {
  font-size: 16px;
}

.panel {
  min-width: 100%;
  max-width: 100%;
  border-top: 1px solid #966022;
}

.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list > *:not(:last-child) {
  border-right: 1px solid #966022;
}
.list > * {
  width: 50%;
}

.accordion-content {
  height: 0;
  width: 100%;
  overflow: hidden;
}
.accordion-content-stay {
  height: 0;
  width: 100%;
  overflow: hidden;
}

.accordion-content-big {
  height: 0;
  width: 100%;
  overflow: hidden;
}

.home-accordion {
  background: var(--ww-packages-card-bg);
  color: white;
}

.packages-accordion {
  background: var(--ww-packages-card-bg);
  color: white;
}
.packages-accordion-stay {
  background: var(--ww-packages-card-bg);
  color: white;
}

.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}
.accordion-content-stay.expanded {
  height: 0;
  overflow: hidden;
}

.accordion-menu,
.accordion-menu-stay,
.accordion-menu-big {
  cursor: pointer;
  position: relative;
}
.accordion-menu-home {
  justify-content: center;
  padding: 2.2rem 2.6em 2.2rem 1.5em;
  font-family: "Quinn Display", Sans-serif;
  font-size: 1.9em;
  line-height: 1.08em;
}

.accordion-menu-home img.chevron-down,
.accordion-menu-home img.chevron-up {
  top: 50%;
  right: 1.8em;
  width: 18px;
  transform: translateY(-50%);
}

.accordion-menu-home.accordion-plus.active {
  border-bottom: 0.5px solid #f0efe8;
  background-color: var(--ww-packages-card-bg);
}

.categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}

.categories > * {
  flex: 1 0 auto;
  padding: 1.3rem;
  font-size: 1em;
  text-align: center;
  /*	border-top: 1px solid #f0efe8; */
  font-family: "Gibson Regular", Sans-serif;
  font-size: 0.6em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 4px;
  border: 0.5px solid #f0efe8;
}
.categories > *:last-child {
  /*	border-right: none; */
}

.categories .ww-team-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: var(--color-floral-white);
  background: #996022;
  text-decoration: none;
  transition: background-color 0.24s ease, color 0.24s ease;
}

.categories .ww-team-link::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.categories .ww-team-link:hover,
.categories .ww-team-link:focus-visible {
  color: var(--color-floral-white);
  background: #724417;
  text-decoration: none !important;
}

.tiles,
.tiles-six,
.tiles-six-tobacco,
.tiles-eight,
.tiles-package {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 100%;
  border-top: 1px solid #966022;
}

.tiles > *,
.tiles-six > *,
.tiles-six-tobacco > *,
.tiles-eight > *,
.tiles-package > *,
.tiles-padding {
  /* flex: 1; */
  flex: 1 0 auto;
  padding: 1.4rem;
  font-size: 1em;
  text-align: center;
  font-family: "Gibson Regular", Sans-serif;
  font-size: 0.6em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 4px;
  position: relative;
}

.tiles > * {
  flex: 1;
}

.tiles > button {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  cursor: pointer;
}

.tiles > .wwt-map-reset {
  background: #38281B !important;
  color: #f0efe8 !important;
}

.tiles > .wwt-map-reset:hover,
.tiles > .wwt-map-reset:focus,
.tiles > .wwt-map-reset:active {
  background: #38281B !important;
  color: #f0efe8 !important;
}

.wwt-map-tiles {
  position: relative;
  z-index: 20;
  border-top: 1px solid #966022;
}

.wwt-map-tiles > button:hover,
.wwt-map-tiles > button:focus,
.wwt-map-tiles > button:focus-visible,
.wwt-map-tiles > button:active {
  background: #966022 !important;
  color: #f0efe8 !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .wwt-map-tiles {
    display: grid;
    --wwt-map-list-rail-width: var(--wwt-browse-panel-width, clamp(500px, 44vw, 660px));
    grid-template-columns:
      minmax(0, var(--wwt-map-list-rail-width))
      minmax(0, calc(100% - var(--wwt-map-list-rail-width)));
  }

  .wwt-map-tiles > * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
    align-self: stretch;
    inline-size: 100%;
    min-width: 0;
    width: auto;
    height: 100%;
  }
}

.tiles-six,
.tiles-eight {
  border-bottom: 1px solid #966022;
}
.tiles-six-tobacco {
  border-bottom: 1px solid #f0efe8;
  color: #f0efe8;
}

.tiles *:not(:last-child),
.tiles-six *:not(:last-child),
.tiles-eight *:not(:last-child),
.tiles-package *:not(:last-child) {
  border-right: 1px solid #966022;
}
.tiles.celebrant-tiles {
  color: #f0efe8;
}
.tiles.celebrant-tiles *:not(:last-child) {
  border-right: 1px solid #d4b1a1;
}

.tiles-six-tobacco > *:not(:last-child) {
  border-right: 1px solid #f0efe8;
}

.tiles-package a span {
  border: none !important;
}

.dark * {
  background-color: #966022;
  color: #f0efe8;
}
.dark *:not(:last-child) {
  border-right: 1px solid #d4b1a1;
}

.light-blue * {
  background-color: #dbe0de;
  color: #333333;
  flex: 1;
}

.show {
  display: none;
}
.hide {
  display: block !important;
}

@media screen and (max-width: 1400px) {
  .hide-14 {
    display: none;
  }
  .accordion-menu-home {
    /*	padding-right: 3em; */
    padding: 2rem 2.6em 2rem 1em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .hide-12 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .accordion-menu-home {
    /* 	padding-right: 3em; */
    padding: 1.75rem 2.6em 1.75rem 1em;
    /*	font-size: 2em; */
    line-height: 1.05em;
  }
  img.chevron-down,
  img.chevron-up {
    right: 1em;
  }
  .hide-10 {
    display: none;
  }
  .tiles,
  .tiles-six,
  .tiles-six-tobacco,
  .tiles-eight {
    flex-wrap: wrap;
  }
  .tiles > * {
    flex: unset;
    width: 50%;
  }
  .tiles *:nth-child(1) {
    border-bottom: 1px solid #966022;
  }
  .tiles *:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #966022;
  }

  .tiles-six,
  .tiles-six-tobacco {
    border-bottom: none;
  }
  .tiles-six > *,
  .tiles-six-tobacco > * {
    flex: 0 0 33.333333%;
  }
  .tiles-six > * {
    border-bottom: 1px solid #966022;
  }
  .tiles-six *:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #966022;
  }
  .tiles-six *:nth-child(6) {
    border-bottom: 1px solid #966022;
  }

  .tiles-six-tobacco > *,
  .tiles-six-tobacco > * {
    border-bottom: 1px solid #f0efe8;
  }
  .tiles-six-tobacco *:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #f0efe8;
  }
  .tiles-six-tobacco *:nth-child(6) {
    border-bottom: 1px solid #f0efe8;
  }

  .tiles-eight {
    border-bottom: none;
  }
  .tiles-eight > * {
    flex: 0 0 25%;
  }
  .tiles-eight > * {
    border-bottom: 1px solid #966022;
  }
  .tiles-eight *:nth-child(4) {
    border-right: none;
    /*	border-bottom: 1px solid #966022; */
  }
  /*.tiles-eight *:nth-child(6) {
			border-bottom: 1px solid #966022;
		}*/

  .tiles.celebrant-tiles * {
    border-bottom: unset;
  }

  .wwt-map-tiles > * {
    flex: unset;
    inline-size: 100%;
    width: auto;
  }

  .dark *:nth-child(1) {
    border-bottom: 1px solid #d4b1a1;
  }
  .dark *:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #d4b1a1;
  }
  .no-wrap {
    flex-wrap: nowrap;
  }
  .vendor-tile {
    padding: 1.4rem 0.5rem;
    letter-spacing: 3px;
    font-size: 0.5rem;
  }
  .vendor-tile:not(:last-child) {
    border-right: 1px solid #d4b1a1;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .wwt-map-tiles {
    /* position: fixed;
    left: 0.75rem;
    right: 0.75rem; */
    /* bottom: calc(env(safe-area-inset-bottom, 0px) + 0.75rem); */
    z-index: 110;
    display: flex;
    flex-direction: row;
    /* gap: 0.6rem;
    border: 0; */
  }

  .wwt-map-tiles > * {
    flex: 1 1 0;
    border: 1px solid #966022 !important;
    background: #ffffff !important;
  }

  .wwt-map-tiles *:not(:last-child) {
    border-right: unset;
  }

  .wwt-map-tiles > .wwt-map-reset,
  .wwt-map-tiles > .wwt-map-tiles__packages {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 0.95rem 1rem !important; */
  }
}

.ww-package-inclusions-toggle {
  --ww-inclusions-accent: #966022;
  --ww-inclusions-ink: var(--color-dark-coffee);
  --ww-inclusions-paper: rgba(255, 254, 245, 0.32);
  --ww-inclusions-toggle-bg: rgba(40, 48, 34, 0.075);
  --ww-inclusions-toggle-inset: 3px;
  width: min(100%, 34rem);
  color: var(--ww-inclusions-ink);
}

.ww-package-inclusions-toggle__header {
  display: grid;
  gap: 1.15rem;
  margin: 0 0 1.35rem;
}

.ww-package-inclusions-toggle__eyebrow {
  margin: 0;
  color: var(--ww-inclusions-accent);
  font-family: "Gibson", var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ww-package-inclusions-toggle__tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(150, 96, 34, 0.42);
  background: var(--ww-inclusions-toggle-bg);
  padding: var(--ww-inclusions-toggle-inset);
  isolation: isolate;
}

.ww-package-inclusions-toggle__tabs::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: var(--ww-inclusions-toggle-inset);
  bottom: var(--ww-inclusions-toggle-inset);
  left: var(--ww-inclusions-toggle-inset);
  width: calc((100% - (var(--ww-inclusions-toggle-inset) * 2)) / 2);
  background: var(--ww-inclusions-accent);
  transform: translateX(0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ww-package-inclusions-toggle[data-active-state="up-to-30"] .ww-package-inclusions-toggle__tabs::before {
  transform: translateX(100%);
}

.ww-package-inclusions-toggle__tab {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 0.15rem;
  /* min-height: 5.25rem; */
  padding: 11px;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--ww-inclusions-accent);
  font-family: "Gibson", var(--sans);
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: color 220ms ease;
}

.ww-package-inclusions-toggle__tab + .ww-package-inclusions-toggle__tab {
  border-left: 0;
}

.ww-package-inclusions-toggle__tab span,
.ww-package-inclusions-toggle__tab strong {
  display: block;
  line-height: 1;
}

.ww-package-inclusions-toggle__tab span {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.ww-package-inclusions-toggle__tab strong {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding-top: 3px;
}

.ww-package-inclusions-toggle__tab.is-active,
.ww-package-inclusions-toggle__tab:hover,
.ww-package-inclusions-toggle__tab:focus-visible {
  text-decoration: none !important;
}

.ww-package-inclusions-toggle__tab.is-active {
  color: var(--color-floral-white);
}

.ww-package-inclusions-toggle__tab:not(.is-active):hover,
.ww-package-inclusions-toggle__tab:not(.is-active):focus-visible {
  background: transparent !important;
  color: #643c10 !important;
}

.ww-package-inclusions-toggle__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ww-package-inclusions-toggle__list[hidden] {
  display: none !important;
}

.ww-package-inclusions-toggle__item {
  position: relative;
  min-height: 2.8rem;
  padding: 0.9rem 0 0.85rem 2.35rem;
  border-bottom: 1px solid rgba(40, 48, 34, 0.11);
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.35;
}

.ww-package-inclusions-toggle__item::before {
  content: "✦";
  position: absolute;
  left: 0.12rem;
  top: 1.02rem;
  color: var(--ww-inclusions-accent);
  font-size: 0.76rem;
  line-height: 1;
}

@media (max-width: 640px) {
  .ww-package-inclusions-toggle {
    width: 100%;
    --ww-inclusions-toggle-inset: 3px;
  }

  .ww-package-inclusions-toggle__tabs {
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  }

  .ww-package-inclusions-toggle__tab + .ww-package-inclusions-toggle__tab {
    border-left: 0;
  }

  .ww-package-inclusions-toggle__tab {
    /* min-height: 4.65rem; */
    /* padding: 0.82rem 0.6rem; */
  }

  .ww-package-inclusions-toggle__tab span {
    /* font-size: 0.56rem; */
    /* letter-spacing: 0.18em; */
  }

  .ww-package-inclusions-toggle__tab strong {
    /* font-size: clamp(1.45rem, 8vw, 2rem); */
  }
}

@media screen and (max-width: 700px) {
  .hide-7 {
    display: none;
  }
  .show-7 {
    display: block;
  }
  .list > * {
    width: 100%;
    border-bottom: 1px solid #966022;
  }

  .accordion-menu-home {
    padding: 1.55rem 3rem 1.55rem 1.5rem;
    font-size: 1.65rem;
  }

  .categories {
    flex-wrap: wrap;
  }
  .categories > * {
    flex: unset;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    padding: 2rem;
  }

  .hide {
    display: none !important;
  }
  .show {
    display: block;
  }
  .panel {
    border: none;
  }
  .panel:nth-child(2),
  .panel:nth-child(3) {
    border: none;
  }
  .panel:nth-child(1) {
    border-top: 1px solid #966022;
  }
  .light-blue *:not(:last-child) {
    /*	border-right: 1px solid #966022; */
    border-bottom: 1px solid #966022;
  }
  .celebrant-options {
    flex-direction: column;
    padding: 3rem;
    align-items: left;
  }
  .celebrant-content {
    width: 100%;
  }
  .mobile-bottom-border {
    border-bottom: 1px solid #966022;
  }
  /*	.tiles-six-tobacco > *:not(:last-child) {
		border-right: unset;
	}*/
}

@media screen and (max-width: 600px) {
  .tiles-six-tobacco > * {
    border-right: unset !important;
  }

  .tiles-six > *,
  .tiles-six-tobacco > *,
  .tiles-six *:not(:last-child) {
    flex: 0 0 100%;
    border-right: none;
  }

  .tiles-six > * {
    border-bottom: 1px solid #966022;
  }

  .tiles-six-tobacco > * {
    border-bottom: 1px solid #f0efe8;
  }

  .tiles-package {
    flex-wrap: wrap;
  }
  /*	.light-blue * {
			border-bottom: 1px solid #966022;
		} */
  .light-blue * {
    border-right: none;
  }

  .mobile-bottom-border {
    border-bottom: 1px solid #966022;
  }
}

/* CREDITS ANIMATION */

.credit {
  color: #fff;
  mix-blend-mode: difference;
  font-family: "Gibson Regular", Sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.6rem;
  letter-spacing: 3px;
  will-change: opacity, transform;
  overflow: hidden;
}
.credit-light {
  color: #fff;
  mix-blend-mode: unset !important;
}

.blush-difference {
  color: #d4b1a1;
  mix-blend-mode: difference;
}



/* 
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.overlay-content {
  text-align: center;
}

.overlay-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay-nav li {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(50px);
}

.overlay-nav a {
  color: white;
  text-decoration: none;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 2px;
  transition: color 0.3s ease;
  display: block;
  padding: 10px 20px;
}

.overlay-nav a:hover {
  color: #ccc;
}

.menu-trigger {
  background-color: rgba(0, 0, 0, 0.05);
  border-right: 1px solid #f0efe8;
  font-size: 16px;
  font-weight: 500;
  color: #f0efe8;
  cursor: pointer;
  padding: 1rem;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #f0efe8;
  border-left: 0.5px solid #f0efe8;
  border-top: none;
}

.menu-trigger:hover {
  background-color: #966022;
}

.menu-trigger.menu-open {
  color: white;
  z-index: 9999;
}

.menu-trigger.menu-open:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .overlay-nav a {
    font-size: 36px;
  }
} */

/*==================================================================================================
  --------------------------------------------  MENU. ---------------------------------------
===================================================================================================
*/

/* Floating map reset tile button fallback */
.wwt-map-shell .wwt-map-reset {
  position: absolute;
  left: 1.5rem;
  bottom: 1.25rem !important;
  transform: none;
  z-index: 90;
  min-width: 160px;
  padding: 1.1rem 1.4rem !important;
  border: 1px solid #966022 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #966022 !important;
  box-shadow: none !important;
  line-height: 1em;
  text-decoration: none !important;
  font-family: "Gibson Regular", Sans-serif !important;
  font-size: 0.6em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  text-align: center;
  transition: background-color 0.3s linear, color 0.3s linear, opacity 140ms ease;
}

.wwt-map-shell .wwt-map-reset:hover,
.wwt-map-shell .wwt-map-reset:focus,
.wwt-map-shell .wwt-map-reset:active {
  color: #f0efe8 !important;
  background: #966022 !important;
  text-decoration: none !important;
}

.wwt-map-shell .wwt-map-reset:focus-visible {
  outline: 2px solid #966022;
  outline-offset: 4px;
}

.wwt-map-shell .wwt-map-reset__icon {
  display: none;
}

.wwt-map-shell .wwt-map-reset__icon svg {
  display: none;
}

.wwt-map-shell .wwt-map-reset__text {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
}

.wwt-map-shell .wwt-map-reset.wwt-map-reset--expanded-offset {
  bottom: 1.25rem !important;
}

@media (max-width: 1023px) {
  .wwt-topline-action {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
  }

  .wwt-topline-action::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-135deg);
    transition: transform 120ms ease;
  }

  .wwt-topline-action[aria-expanded="true"]::after {
    transform: rotate(45deg);
  }

  .wwt-map-shell .wwt-map-reset {
    width: 66px;
    height: 66px;
    bottom: 1.25rem !important;
    z-index: 90;
  }

  .wwt-map-shell .maplibregl-ctrl-bottom-right {
    display: none !important;
  }
}

/* MapLibre controls: + / - / compass */
.wwt-map-shell .maplibregl-ctrl-group {
  border: 1px solid #966022 !important;
  border-radius: 0 !important;
  overflow: hidden;
  background: rgba(240, 239, 232, 0.96);
  box-shadow: 0 10px 24px rgba(56, 34, 12, 0.16);
}

.wwt-map-shell .maplibregl-ctrl-group button {
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(150, 96, 34, 0.35) !important;
  background: rgba(240, 239, 232, 0.96) !important;
  color: #966022 !important;
  transition: background-color 140ms ease, color 140ms ease;
}

.wwt-map-shell .maplibregl-ctrl-group button:first-child {
  border-top: 0 !important;
}

.wwt-map-shell .maplibregl-ctrl-group button:hover,
.wwt-map-shell .maplibregl-ctrl-group button:focus-visible {
  background: #966022 !important;
  color: #f0efe8 !important;
  outline: none;
}

.wwt-map-shell .maplibregl-ctrl-group .maplibregl-ctrl-compass .maplibregl-ctrl-icon {
  opacity: 0.9;
}

/* Smaller resting pins + card-style hover preview */
.wwt-map-shell .wwt-marker-wrapper {
  z-index: 2;
}

.wwt-map-shell .wwt-marker-wrapper.is-elevated {
  z-index: 20;
}

.wwt-map-shell .wwt-marker-wrapper.show-hover-card {
  z-index: 60;
}

.wwt-map-shell .maplibregl-popup {
  z-index: 70;
}

.wwt-map-shell .wwt-marker {
  position: relative;
  transform: scale(0.65);
  transform-origin: center;
  transition: transform 180ms ease;
  z-index: 1;
}

.wwt-map-shell .wwt-marker.is-hover,
.wwt-map-shell .wwt-marker.is-active,
.wwt-map-shell .wwt-marker:focus-visible {
  z-index: 6;
}

.wwt-map-shell .wwt-marker::after {
  transform: scale(0.9);
  transition: transform 180ms ease, background-color 180ms ease;
}

.wwt-map-shell .wwt-marker.is-hover:not(.is-active) {
  transform: scale(0.82);
}

.wwt-map-shell .wwt-marker.is-hover:not(.is-active)::after {
  transform: scale(1);
}

.wwt-map-shell .wwt-marker.is-active {
  transform: scale(1);
}

.wwt-map-shell .wwt-marker.is-active::after {
  transform: scale(1.12);
}

.wwt-map-shell .wwt-marker-hover-card {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  width: clamp(180px, 16vw, 240px);
  transform: translate(-50%, 8px) scale(0.985);
  border: 1px solid rgba(57, 71, 27, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: #f0efe8;
  box-shadow: 0 18px 38px rgba(24, 15, 7, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity 170ms ease, transform 170ms ease;
  z-index: 18;
}

.wwt-map-shell .wwt-marker-wrapper.show-hover-card .wwt-marker-hover-card {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.wwt-map-shell .wwt-marker-hover-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  padding: 0.5rem 0.56rem;
}

.wwt-map-shell .wwt-marker-hover-card__title {
  margin: 0;
  color: #26221d;
  font-family: "Quinn Display", Sans-serif;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.005em;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wwt-map-shell .wwt-marker-hover-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.wwt-map-shell .wwt-marker-hover-card__pill {
  border-radius: 999px;
  border: 0;
  background: #283022;
  color: #f0efe8;
  padding: 0.26rem 0.56rem 0.28rem;
  font-family: "Quinn Display", Sans-serif;
  font-size: 0.66rem;
  line-height: 1.05;
  text-transform: none;
  white-space: nowrap;
}

.wwt-map-shell .wwt-marker-hover-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #d6d3c9;
}

.wwt-map-shell .wwt-marker-hover-card__media img,
.wwt-map-shell .wwt-marker-hover-card__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wwt-map-shell .wwt-marker-hover-card__media-placeholder {
  background: linear-gradient(130deg, #d8d4c8, #c7c2b5);
}

@media (max-width: 1023px) {
  .wwt-map-shell .wwt-marker-hover-card {
    display: none !important;
  }
}

.wwt-map-shell .wwt-marker.is-landmark {
  transform: scale(0.58);
  background: #f0efe8;
  border-color: #1f5a5f;
}

.wwt-map-shell .wwt-marker.is-landmark::after {
  background: #fffef5;
  transform: scale(0);
}

.wwt-map-shell .wwt-marker.is-landmark::before {
  content: attr(data-landmark-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 6px);
  padding: 7px 13px;
  border: 1px solid rgba(0, 61, 70, 0.45);
  border-radius: 999px;
  background: #f0efe8;
  color: #1f5a5f;
  box-shadow: 0 8px 20px rgba(56, 34, 12, 0.16);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 12;
  font-family: "Quinn Display", Sans-serif;
  text-transform: none;
}

.wwt-map-shell .wwt-marker.is-landmark.is-hover::before,
.wwt-map-shell .wwt-marker.is-landmark:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Map card spacing + read-more toggle hover reset */
.wwt-map-shell .wwt-panel-body {
  padding: 1.35rem 1.3rem 1.2rem;
}

.wwt-map-shell .wwt-panel-summary {
  display: grid;
  row-gap: 0.85rem;
}

.wwt-map-shell .wwt-panel-summary h2 {
  margin: 0;
  line-height: 1.04;
}

.wwt-map-shell .location-pill-row {
  gap: 0.55rem 0.55rem;
  margin: 0;
}

.wwt-map-shell .location-meta-pill {
  padding: 0.4rem 0.86rem;
  font-family: "Quinn Display", Sans-serif;
  font-size: 0.86rem;
  text-transform: none;
  line-height: 1.1;
}

.wwt-map-shell .wwt-panel-intro {
  margin: 0;
  line-height: 1.45;
}

#wwt-location-panel .wwt-location-label,
#wwt-location-panel .wwt-location-card-location {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.45rem;
  align-items: center;
  min-width: 0;
  color: rgba(73, 56, 40, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.wwt-location-card-location {
  padding: 1rem 0 0;
}

#wwt-location-panel .wwt-location-label__icon,
#wwt-location-panel .wwt-location-card-location__icon {
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("/wp-content/uploads/2026/05/wwt-pin-light.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#wwt-location-panel .wwt-location-label__text,
#wwt-location-panel .wwt-location-card-location__text {
  min-width: 0;
}

#wwt-location-panel .wwt-location-key,
#wwt-location-panel .wwt-location-card-key {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(150, 96, 34, 0.16);
  border-radius: 18px;
  overflow: hidden;
  /* background: rgba(255, 252, 248, 0.72); */
}

#wwt-location-panel .wwt-location-key__item,
#wwt-location-panel .wwt-location-card-key__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.12rem 0.62rem;
  align-items: start;
  min-width: 0;
  padding: 0.78rem 0.88rem;
}

#wwt-location-panel .wwt-location-key__item:not(:last-child),
#wwt-location-panel .wwt-location-card-key__item:not(:last-child) {
  border-right: 1px solid rgba(150, 96, 34, 0.14);
}

#wwt-location-panel .wwt-location-key__icon,
#wwt-location-panel .wwt-location-card-key__icon {
  grid-row: 1 / span 2;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#wwt-location-panel .wwt-location-key__item--airport .wwt-location-key__icon,
#wwt-location-panel .wwt-location-card-key__item--airport .wwt-location-card-key__icon {
  background-image: url("/wp-content/uploads/2026/05/wwt-plane.svg");
}

#wwt-location-panel .wwt-location-key__item--drive-time .wwt-location-key__icon,
#wwt-location-panel .wwt-location-card-key__item--drive-time .wwt-location-card-key__icon {
  background-image: url("/wp-content/uploads/2026/05/wwt-car.svg");
}

#wwt-location-panel .wwt-location-key__label,
#wwt-location-panel .wwt-location-card-key__label,
#wwt-location-panel .wwt-location-card-investment__heading {
  font-family: "Gibson", var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 4px;
  color: #966022;
  margin-block-end: 0;
}

#wwt-location-panel .wwt-location-key__value,
#wwt-location-panel .wwt-location-card-key__value {
  min-width: 0;
  color: #2f2419;
  font-family: "Quinn Display", Sans-serif;
  font-size: 0.98rem;
  line-height: 1.28;
}

#wwt-location-panel .wwt-location-key__airport-list,
#wwt-location-panel .wwt-location-card-key__airport-list {
  display: grid;
  gap: 0.1rem;
  margin-top: 0.3rem;
}

#wwt-location-panel .wwt-location-key__airport-row,
#wwt-location-panel .wwt-location-card-key__airport-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.25rem;
  align-items: baseline;
  min-width: 0;
  font-family: "Gibson", var(--sans);
  font-size: 0.78rem;
  line-height: 1.25;
}

#wwt-location-panel .wwt-location-key__airport-name,
#wwt-location-panel .wwt-location-card-key__airport-name {
  min-width: 0;
  color: rgba(73, 56, 40, 0.72);
}

#wwt-location-panel .wwt-location-key__airport-distance,
#wwt-location-panel .wwt-location-card-key__airport-distance {
  color: #2f2419;
  white-space: nowrap;
}

#wwt-location-panel .wwt-location-tabs,
#wwt-location-panel .wwt-location-card-tabs {
  display: grid;
  gap: 1rem;
  margin-top: 0.15rem;
}

#wwt-location-panel .wwt-location-tabs__nav,
#wwt-location-panel .wwt-location-card-tabs__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(73, 56, 40, 0.16);
}

#wwt-location-panel .wwt-location-tabs__tab,
#wwt-location-panel .wwt-location-card-tabs__tab {
  min-width: 0;
  padding: 0.75rem 0.5rem;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: rgba(73, 56, 40, 0.72) !important;
  font-size: 0.72rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none !important;
}

#wwt-location-panel .wwt-location-tabs__tab.is-active,
#wwt-location-panel .wwt-location-card-tabs__tab.is-active {
  color: #2f2419 !important;
  box-shadow: inset 0 -2px 0 #2f2419;
}

#wwt-location-panel .wwt-location-tabs__panel,
#wwt-location-panel .wwt-location-card-tabs__panel {
  display: grid;
  gap: 0.65rem;
}

#wwt-location-panel .wwt-location-tabs__intro,
#wwt-location-panel .wwt-location-card-tabs__intro {
  margin: 0;
  color: #493828;
  line-height: 1.45;
}

#wwt-location-panel .wwt-location-card {
  overflow: hidden;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#wwt-location-panel .wwt-location-card:hover {
  transform: translateY(-1px);
}

#wwt-location-panel .wwt-location-card__body {
  gap: 0;
}

#wwt-location-panel .wwt-location-card__media {
  position: relative;
  min-width: 0;
  border: 1px solid #966022;
  border-right: 0;
  border-bottom: 0;
}

#wwt-location-panel .wwt-location-card__media-pills {
  position: absolute;
  right: 1rem;
  bottom: 0;
  z-index: 3;
}

#wwt-location-panel .wwt-location-card__content {
  display: grid;
  gap: 1rem;
  padding-top: clamp(1.75rem, 2vw, 2.7rem);
  border: 1px solid #966022;
  border-top: 0;
}

#wwt-location-panel .wwt-location-card__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(11rem, 0.32fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: start;
  padding: 0 clamp(1.05rem, 2.8vw, 2rem) 0 clamp(1.05rem, 2.4vw, 1.65rem);
}

#wwt-location-panel .wwt-location-card__intro-main {
  min-width: 0;
}

#wwt-location-panel .wwt-location-card__title {
  font-size: 3rem;
  line-height: 1.02;
}

#wwt-location-panel .wwt-location-card__intro {
  margin: 0;
  padding: 0 clamp(1.05rem, 2.8vw, 2rem) 0 clamp(1.05rem, 2.4vw, 1.65rem);
  overflow: visible;
}

#wwt-location-panel .wwt-location-card-investment {
  align-self: start;
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding-top: 0.45rem;
}

#wwt-location-panel .wwt-location-card-mobile-guests {
  display: none;
}

#wwt-location-panel .wwt-location-card-content-grid__heading {
  margin: 0;
  color: #966022;
  font-family: "Gibson", var(--sans);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.25;
  text-transform: uppercase;
}

#wwt-location-panel .wwt-location-card-investment__content,
#wwt-location-panel .wwt-location-card-content-grid__content {
  --wwt-location-list-bullet: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-far-circle' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z'%3E%3C/path%3E%3C/svg%3E");
  min-width: 0;
  color: rgba(47, 36, 25, 0.78);
  font-family: "Gibson", var(--sans);
  font-size: 0.82rem;
  line-height: 1.25;
}

#wwt-location-panel .wwt-location-card-investment__content {
  white-space: pre-line;
}

#wwt-location-panel .wwt-location-card-content-grid__list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

#wwt-location-panel .wwt-location-card-content-grid__item {
  position: relative;
  list-style: none;
  padding-left: 1.05rem;
}

#wwt-location-panel .wwt-location-card-content-grid__item::before {
  content: "";
  position: absolute;
  top: 0.39em;
  left: 0;
  width: 0.48rem;
  height: 0.48rem;
  background: #966022;
  -webkit-mask: var(--wwt-location-list-bullet) center / contain no-repeat;
  mask: var(--wwt-location-list-bullet) center / contain no-repeat;
}

#wwt-location-panel .wwt-location-card-key {
  grid-template-columns: minmax(15rem, 0.68fr) minmax(0, 1fr);
  border: 0;
  border-radius: 0;
  /* background: #fffef5; */
  overflow: visible;
  margin: 1.6rem 0 1rem;
}

#wwt-location-panel .wwt-location-card-key__item {
  padding: 0 clamp(1.05rem, 2.8vw, 2rem) 0 clamp(1.05rem, 2.4vw, 1.65rem);
}

#wwt-location-panel .wwt-location-card-key__item:not(:last-child) {
  border-right: 0;
}

#wwt-location-panel .wwt-location-card-content-grid {
  display: grid;
  border-top: 1px solid #966022;
}

#wwt-location-panel .wwt-location-card-content-grid__row {
  display: grid;
  grid-template-columns: minmax(15rem, 0.68fr) minmax(0, 1fr);
  min-width: 0;
}

#wwt-location-panel .wwt-location-card-content-grid__row:not(:last-child) {
  border-bottom: 1px solid #966022;
}

#wwt-location-panel .wwt-location-card-content-grid__heading {
  display: flex;
  align-items: flex-start;
  padding: clamp(1.1rem, 2.2vw, 1.55rem) clamp(1.05rem, 2.4vw, 1.65rem);
  border-right: 1px solid #966022;
  color: #966022;
  font-family: "Gibson", var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.2;
  text-transform: uppercase;
}

#wwt-location-panel .wwt-location-card-content-grid__content {
  padding: clamp(1.1rem, 2.2vw, 1.55rem) clamp(1.05rem, 2.8vw, 2rem);
}

#wwt-location-panel .wwt-location-card.is-active {
  background: #F0EFE8;
  box-shadow:
    inset 1px 0 0 rgba(150, 96, 34, 0.28),
    inset 0 1px 0 rgba(150, 96, 34, 0.28),
    inset 0 -1px 0 rgba(150, 96, 34, 0.28);
}

.wwt-map-shell .wwt-panel-long {
  margin-top: 1.2rem;
}

.wwt-panel-toggle {
  text-decoration: none !important;
  text-underline-offset: 2px;
  font-family: "Quinn Display", Sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

.wwt-panel-toggle:hover,
.wwt-panel-toggle:focus,
.wwt-panel-toggle:active {
  background: transparent !important;
  color: #966022 !important;
  text-decoration: underline !important;
}

@media (max-width: 1023px) {
  #wwt-location-panel.is-expanded .wwt-panel-hero {
    position: relative;
    margin: 1.05rem 1rem 0;
    border: 1px solid #966022;
    border-bottom: 0;
    box-sizing: border-box;
  }
  #wwt-location-panel.is-expanded .wwt-panel-body {
    padding: 0 1rem 1.05rem;
  }
  #wwt-location-panel.is-collapsed .wwt-panel-body {
    padding: 1.05rem 1rem 1.05rem;
  }
  #wwt-location-panel.is-expanded .wwt-panel-topline {
    background: #283022;
    border-bottom: 1px solid rgba(240, 239, 232, 0.18);
    box-shadow: none;
  }
  #wwt-location-panel.is-expanded .wwt-topline-title {
    color: #f7f3dc;
    font-family: "Gibson", var(--sans);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
  }
  #wwt-location-panel.is-expanded .wwt-topline-pill {
    background: rgba(240, 239, 232, 0.12);
    border: 1px solid rgba(240, 239, 232, 0.32);
    color: #f7f3dc;
  }
  #wwt-location-panel.is-expanded .wwt-topline-action,
  #wwt-location-panel.is-expanded .wwt-topline-dismiss {
    background: rgba(240, 239, 232, 0.92);
    color: #283022;
  }
  .wwt-map-shell .wwt-panel-summary {
    row-gap: 0.72rem;
  }
  #wwt-location-panel.is-expanded .wwt-location-card__content {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "intro-main intro-main"
      "intro intro"
      "key key"
      "investment actions"
      "details details";
  }
  #wwt-location-panel.is-expanded .wwt-location-card__intro-grid {
    display: contents;
    padding: 0;
  }
  #wwt-location-panel.is-expanded .wwt-location-card__intro-main {
    grid-area: intro-main;
    padding: 0 clamp(1.05rem, 2.8vw, 2rem) 0 clamp(1.05rem, 2.4vw, 1.65rem);
  }
  #wwt-location-panel.is-expanded .wwt-location-card__intro {
    grid-area: intro;
  }
  #wwt-location-panel.is-expanded .wwt-location-card-investment {
    grid-area: investment;
    padding: 0 clamp(1.05rem, 2.8vw, 2rem) 0 clamp(1.05rem, 2.4vw, 1.65rem);
  }
  #wwt-location-panel.is-expanded .wwt-location-card-mobile-guests {
    display: block;
  }
  #wwt-location-panel.is-expanded .wwt-location-card-mobile-actions {
    grid-area: actions;
    display: grid;
    justify-items: end;
    align-self: start;
    gap: 0.48rem;
    padding-right: clamp(1.05rem, 2.8vw, 2rem);
  }
  #wwt-location-panel.is-expanded .wwt-location-card-mobile-actions .location-meta-pill {
    width: max-content;
    max-width: min(14rem, 44vw);
    text-align: center;
  }
  #wwt-location-panel.is-expanded .wwt-location-card-key {
    grid-area: key;
  }
  #wwt-location-panel.is-expanded .wwt-location-card-content-grid {
    grid-area: details;
  }
  #wwt-location-panel .wwt-panel-summary .wwt-location-card__title {
    display: block;
  }
  #wwt-location-panel.is-expanded .wwt-panel-intro {
  font-style: bold;
  }
  .wwt-map-shell .location-pill-row {
    gap: 0.48rem 0.48rem;
  }
  #wwt-location-panel .wwt-location-key,
  #wwt-location-panel .wwt-location-card-key {
    grid-template-columns: minmax(0, 1fr);
  }
  #wwt-location-panel .wwt-location-key__item:not(:last-child),
  #wwt-location-panel .wwt-location-card-key__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(150, 96, 34, 0.14);
  }
  #wwt-location-panel .wwt-location-card-key__item:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 2rem;
  }
  #wwt-location-panel .wwt-location-card-key__item {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.12rem 0.62rem;
  }
  #wwt-location-panel .wwt-location-card-key__icon {
    grid-row: 1 / span 2;
    width: 1.35rem;
    height: 1.35rem;
  }
  #wwt-location-panel .wwt-location-card__media-pills {
    position: static;
    margin-top: 0.75rem;
  }
  #wwt-location-panel .wwt-panel-hero .wwt-location-card__media-pills {
    display: none;
  }
  #wwt-location-panel .wwt-location-card__intro-grid,
  #wwt-location-panel .wwt-location-card-content-grid__row {
    grid-template-columns: minmax(0, 1fr);
  }
  #wwt-location-panel .wwt-location-card-content-grid__heading {
    border-right: 0;
    border-bottom: 1px solid #966022;
  }
  #wwt-location-panel .wwt-location-tabs__nav,
  #wwt-location-panel .wwt-location-card-tabs__nav {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 1024px) {
  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-panel-hero {
    position: relative;
    margin: 1.05rem 1rem 0;
    border: 1px solid #966022;
    border-bottom: 0;
    box-sizing: border-box;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-panel-body {
    padding: 0 1rem 1.05rem;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-panel-topline {
    background: #283022;
    border-bottom: 1px solid rgba(240, 239, 232, 0.18);
    box-shadow: none;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-topline-title {
    color: #f7f3dc;
    font-family: "Gibson", var(--sans);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-topline-pill {
    background: rgba(240, 239, 232, 0.12);
    border: 1px solid rgba(240, 239, 232, 0.32);
    color: #f7f3dc;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-topline-action,
  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-topline-dismiss {
    background: rgba(240, 239, 232, 0.92);
    color: #283022;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card__content {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "intro-main intro-main"
      "intro intro"
      "key key"
      "investment actions"
      "details details";
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card__intro-grid {
    display: contents;
    padding: 0;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card__intro-main {
    grid-area: intro-main;
    padding: 0 clamp(1.05rem, 2.8vw, 2rem) 0 clamp(1.05rem, 2.4vw, 1.65rem);
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card__intro {
    grid-area: intro;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card-investment {
    grid-area: investment;
    padding: 0 clamp(1.05rem, 2.8vw, 2rem) 0 clamp(1.05rem, 2.4vw, 1.65rem);
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card-key {
    grid-area: key;
    grid-template-columns: minmax(0, 1fr);
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card-key__item:not(:last-child) {
    border-right: 0;
    border-bottom: 0;
    padding-bottom: 2rem;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card-key__item {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.12rem 0.62rem;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card-key__icon {
    grid-row: 1 / span 2;
    width: 1.35rem;
    height: 1.35rem;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card-content-grid {
    grid-area: details;
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card-content-grid__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .wwt-map-stage[data-experience="explore"] #wwt-location-panel.is-expanded .wwt-location-card-content-grid__heading {
    border-right: 0;
    border-bottom: 1px solid #966022;
  }
}

@media (min-width: 1120px) {
  .wwt-map-stage[data-experience="browse"] #wwt-location-panel .wwt-location-card__content {
    grid-template-columns: minmax(0, 1fr) minmax(10.5rem, 0.36fr);
    grid-template-areas:
      "intro-main investment"
      "intro intro"
      "key key"
      "details details";
    align-items: start;
  }

  .wwt-map-stage[data-experience="browse"] #wwt-location-panel .wwt-location-card__intro-grid {
    display: contents;
    padding: 0;
  }

  .wwt-map-stage[data-experience="browse"] #wwt-location-panel .wwt-location-card__intro-main {
    grid-area: intro-main;
    min-width: 0;
    padding: 0 clamp(1.05rem, 2.8vw, 2rem) 0 clamp(1.05rem, 2.4vw, 1.65rem);
  }

  .wwt-map-stage[data-experience="browse"] #wwt-location-panel .wwt-location-card__intro {
    grid-area: intro;
  }

  .wwt-map-stage[data-experience="browse"] #wwt-location-panel .wwt-location-card-key {
    grid-area: key;
  }

  .wwt-map-stage[data-experience="browse"] #wwt-location-panel .wwt-location-card-investment {
    grid-area: investment;
    padding: 0.45rem clamp(1.05rem, 2.8vw, 2rem) 0 0;
  }

  .wwt-map-stage[data-experience="browse"] #wwt-location-panel .wwt-location-card-content-grid {
    grid-area: details;
  }
}

/* Seasonal specials shortcode */
.ww-seasonal-specials {
  --ww-specials-dark: var(--color-carbon-black);
  --ww-specials-ink: var(--color-carbon-black);
  --ww-specials-paper: var(--color-floral-white);
  --ww-specials-soft: var(--color-alabaster-grey);
  --ww-specials-line: rgba(255, 254, 245, 0.72);
  --ww-specials-accent: var(--color-copper);
  --ww-specials-button-bg: var(--color-floral-white);
  --ww-specials-button-ink: var(--color-dark-coffee);
  --ww-specials-card-radius: clamp(0.9rem, 1.2vw, 1.2rem);
  --ww-specials-inline: clamp(1.5rem, 4.25vw, 3.6rem);
  background: var(--ww-specials-dark);
  color: var(--ww-specials-paper);
  overflow: hidden;
  padding: clamp(3rem, 5vw, 4.75rem) 0 clamp(2.75rem, 4.5vw, 4rem);
  /* border-bottom: 1px solid var(--ww-specials-line); */
}

.ww-seasonal-specials__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3rem);
  width: min(calc(100% - var(--ww-specials-inline) - var(--ww-specials-inline)), 112rem);
  margin: 0 auto clamp(3rem, 5vw, 5rem);
}

.ww-seasonal-specials__title-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: clamp(1.3rem, 3vw, 2rem);
  min-width: 0;
}

.ww-seasonal-specials__heading-wrap {
  display: grid;
  gap: clamp(0.5rem, 0.8vw, 0.75rem);
  min-width: 0;
}

.ww-seasonal-specials__eyebrow,
.ww-seasonal-specials__kicker,
.ww-seasonal-specials__pill,
.ww-seasonal-specials__cta,
.ww-seasonal-specials__price {
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.5rem, 0.62vw, 0.6rem);
  font-weight: 500;
  letter-spacing: clamp(2px, 0.24vw, 2.7px);
  line-height: 1.2;
  text-transform: uppercase;
}

.ww-seasonal-specials__eyebrow {
  margin: 0;
  color: var(--ww-specials-accent);
}

.ww-seasonal-specials__heading {
  flex: 0 0 auto;
  margin: 0;
  font-family: "Quinn Display", var(--sans);
  font-size: clamp(3rem, 5.4vw, 5.25rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: var(--ww-specials-paper);
}

.ww-seasonal-specials__pills {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  gap: 0.75rem;
  min-width: 0;
  margin-bottom: clamp(0.44rem, 0.66vw, 0.72rem);
}

.ww-seasonal-specials__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.45rem 1rem 0.38rem;
  border: 1px solid var(--ww-specials-accent);
  border-radius: 999px;
  background: transparent;
  color: var(--ww-specials-paper);
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ww-seasonal-specials__pill:hover,
.ww-seasonal-specials__pill:focus-visible {
  background: rgba(178, 116, 46, 0.18);
  border-color: var(--ww-specials-accent);
  color: var(--ww-specials-paper);
  outline: 0;
}

.ww-seasonal-specials__controls {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  flex: 0 0 auto;
}

.ww-seasonal-specials__control {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: var(--ww-specials-paper);
  cursor: pointer;
  box-shadow: none !important;
}

.ww-seasonal-specials__control span {
  position: absolute;
  inset: 0.38rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.ww-seasonal-specials__control.is-next span {
  transform: rotate(225deg);
}

.ww-seasonal-specials__control:hover,
.ww-seasonal-specials__control:focus-visible,
.ww-seasonal-specials__control:active {
  background: transparent !important;
  color: var(--ww-specials-accent);
  border: 0 !important;
  box-shadow: none !important;
}

.ww-seasonal-specials__viewport {
  width: 100%;
  overflow: hidden;
}

.ww-seasonal-specials__track {
  display: flex;
  gap: clamp(2.4rem, 4.4vw, 4.25rem);
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  align-items: stretch;
  scroll-padding-inline: var(--ww-specials-inline);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 var(--ww-specials-inline) clamp(2.8rem, 4vw, 4rem);
}

.ww-seasonal-specials__track::-webkit-scrollbar {
  display: none;
}

.ww-seasonal-specials__card {
  display: grid;
  grid-template-columns: minmax(13.5rem, 0.7fr) minmax(21rem, 1.3fr);
  align-items: stretch;
  flex: 0 0 clamp(42rem, 60vw, 72rem);
  /* min-height: clamp(30rem, 48vw, 44rem); */
  overflow: hidden;
  background: var(--ww-specials-paper);
  border-radius: var(--ww-specials-card-radius);
  color: var(--ww-specials-ink);
  scroll-snap-align: start;
  box-shadow: 0 1.35rem 2.4rem rgba(0, 0, 0, 0.18);
}

.ww-seasonal-specials__media {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ww-specials-soft);
}

.ww-seasonal-specials__media.is-empty::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(178, 116, 46, 0.28);
}

.ww-seasonal-specials__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.ww-seasonal-specials__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: clamp(2.65rem, 3vw, 2.2rem) clamp(2.4rem, 2.8vw, 5rem);
}

.ww-seasonal-specials__kicker {
  margin: 0 0 clamp(0.82rem, 1.25vw, 1.2rem);
  color: var(--ww-specials-accent);
  font-size: 11px;
  letter-spacing: 0.22em;
}

.ww-seasonal-specials__title {
  margin: 0 0 clamp(1.32rem, 2.35vw, 2.35rem);
  font-family: "Quinn Display", var(--sans);
  font-size: clamp(2.25rem, 3.85vw, 3.95rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

.ww-seasonal-specials__summary {
  max-width: 30rem;
  margin: 0;
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.78rem, 0.98vw, 1rem);
  font-weight: 300;
  line-height: 1.42;
}

.ww-seasonal-specials__photographer {
  margin: 1rem 0 0;
  color: var(--ww-specials-accent);
  font-family: "Gibson", var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ww-seasonal-specials__photographer-label {
  margin-right: 0.4em;
  color: var(--ww-specials-ink);
}

.ww-seasonal-specials__photographer-separator {
  margin-right: 0.35em;
}

.ww-seasonal-specials__photographer.is-footer {
  display: grid;
  gap: 0.38rem;
  margin: 0;
}

.ww-seasonal-specials__photographer.is-footer .ww-seasonal-specials__photographer-label {
  margin-right: 0;
}

.ww-seasonal-specials__photographer-list {
  display: grid;
  gap: 0.28rem;
}

.ww-seasonal-specials__photographer-item {
  display: block;
}

.ww-seasonal-specials__photographer.is-footer .ww-seasonal-specials__photographer-separator {
  display: none;
}

.ww-seasonal-specials__photographer-link {
  display: inline;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-decoration: underline;
  text-underline-offset: 0.28em;
  cursor: pointer;
}

.ww-seasonal-specials__photographer-link:hover,
.ww-seasonal-specials__photographer-link:focus-visible {
  background: transparent !important;
  color: var(--ww-specials-ink) !important;
  outline: 0;
  text-decoration: underline !important;
}

.ww-seasonal-specials__details {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 2rem 0;
  list-style: none;
}

.ww-seasonal-specials__details .elementor-icon-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 3px 0;
  padding-left: 0;
  font-family: "Gibson", var(--sans);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.42;
  color: var(--ww-specials-ink);
}

.ww-seasonal-specials__details .elementor-icon-list-item::before {
  content: "✦";
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--ww-specials-accent);
  font-size: 8px;
  line-height: 1;
}

.ww-seasonal-specials__details .elementor-icon-list-icon {
  display: none;
  flex: 0 0 auto;
  width: clamp(0.42rem, 0.58vw, 0.55rem);
  height: clamp(0.42rem, 0.58vw, 0.55rem);
  margin-top: clamp(0.15rem, 0.24vw, 0.22rem);
  color: var(--ww-specials-accent);
}

.ww-seasonal-specials__details .elementor-icon-list-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ww-seasonal-specials__details .elementor-icon-list-text {
  min-width: 0;
  color: var(--ww-specials-ink);
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.ww-seasonal-specials__footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: clamp(1.4rem, 2vw, 1.9rem);
}

.ww-seasonal-specials__footer.has-photographers {
  display: grid;
  gap: 0.85rem;
}

.ww-seasonal-specials__price {
  margin: 0;
  color: var(--ww-specials-accent);
  font-size: clamp(0.72rem, 0.86vw, 0.86rem);
}

.ww-seasonal-specials__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.8rem;
  margin: 0 0 0 auto;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--ww-specials-button-ink);
  background: var(--ww-specials-button-bg);
  color: var(--ww-specials-button-ink);
  text-decoration: none;
  transition: background-color 0.24s ease, color 0.24s ease;
}

.ww-seasonal-specials__cta:hover,
.ww-seasonal-specials__cta:focus-visible {
  background: var(--ww-specials-button-ink);
  border-color: var(--ww-specials-button-ink);
  color: var(--ww-specials-button-bg);
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .ww-seasonal-specials {
    --ww-specials-inline: clamp(2.25rem, 6vw, 4.25rem);
    padding-top: 3.2rem;
  }

  .ww-seasonal-specials__header {
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .ww-seasonal-specials__title-row {
    display: grid;
    gap: 1rem;
  }

  .ww-seasonal-specials__pills {
    margin-bottom: 0;
  }

  .ww-seasonal-specials__track {
    gap: 1.25rem;
  }

  .ww-seasonal-specials__card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    align-self: stretch;
    flex-basis: min(86vw, 34rem);
    min-height: 0;
  }

  .ww-seasonal-specials__media {
    height: clamp(12rem, 30vw, 16rem);
    min-height: 0;
  }

  .ww-seasonal-specials__content {
    height: 100%;
    min-height: 30rem;
    padding: 2rem 1.5rem;
  }

  .ww-seasonal-specials__title {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }
}

@media (max-width: 640px) {
  .ww-seasonal-specials {
    --ww-specials-inline: 1rem;
  }

  .ww-seasonal-specials__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 1.4rem;
  }

  .ww-seasonal-specials__title-row {
    grid-column: 1;
    grid-row: 1;
  }

  .ww-seasonal-specials__controls {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .ww-seasonal-specials__heading {
    font-size: clamp(2.6rem, 13vw, 3.4rem);
  }

  .ww-seasonal-specials__media {
    height: clamp(12rem, 52vw, 16rem);
  }
}

.ww-seasonal-vibe-gallery-is-open {
  overflow: hidden;
}

.ww-seasonal-vibe-gallery {
  position: fixed;
  inset: var(--ww-seasonal-vibe-gallery-top-offset, var(--wwt-vibe-gallery-top-offset, var(--wwt-header-offset, 67px))) 0 0;
  --ww-seasonal-vibe-gallery-inset: clamp(1rem, 2vw, 1.8rem);
  z-index: 10020;
  display: grid;
  height: calc(100svh - var(--ww-seasonal-vibe-gallery-top-offset, var(--wwt-vibe-gallery-top-offset, var(--wwt-header-offset, 67px))));
  min-height: 0;
  background: #15110d;
  color: #f7f3dc;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.4rem);
  transition: opacity 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.ww-seasonal-vibe-gallery[hidden] {
  display: none;
}

.ww-seasonal-vibe-gallery.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ww-seasonal-vibe-gallery__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: default;
}

.ww-seasonal-vibe-gallery__controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: var(--ww-seasonal-vibe-gallery-inset);
  pointer-events: none;
}

.ww-seasonal-vibe-gallery__eyebrow,
.ww-seasonal-vibe-gallery__title {
  margin: 0;
  color: inherit;
}

.ww-seasonal-vibe-gallery__eyebrow,
.ww-seasonal-vibe-gallery .swiper-pagination {
  font-family: "Gibson", var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ww-seasonal-vibe-gallery__title {
  margin-top: 0.25rem;
  font-family: "Quinn Display", var(--sans);
  font-size: clamp(1.8rem, 4vw, 4.4rem);
  font-weight: 300;
  line-height: 0.95;
}

.ww-seasonal-vibe-gallery__close {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 254, 245, 0.34);
  border-radius: 999px;
  background: rgba(21, 17, 13, 0.48);
  color: #f7f3dc;
  cursor: pointer;
  pointer-events: auto;
}

.ww-seasonal-vibe-gallery__close::before,
.ww-seasonal-vibe-gallery__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ww-seasonal-vibe-gallery__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ww-seasonal-vibe-gallery__swiper,
.ww-seasonal-vibe-gallery__swiper .swiper-wrapper,
.ww-seasonal-vibe-gallery__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.ww-seasonal-vibe-gallery__swiper {
  z-index: 2;
}

.ww-seasonal-vibe-gallery__swiper .swiper-button-prev {
  left: var(--ww-seasonal-vibe-gallery-inset);
}

.ww-seasonal-vibe-gallery__swiper .swiper-button-next {
  right: var(--ww-seasonal-vibe-gallery-inset);
}

.ww-seasonal-vibe-gallery__swiper .swiper-button-prev,
.ww-seasonal-vibe-gallery__swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(150, 96, 34, 0.16);
  border-radius: 999px;
  background: rgba(241, 240, 233, 0.62);
  color: #966022 !important;
  box-shadow: 0 10px 28px rgba(24, 15, 7, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.ww-seasonal-vibe-gallery__swiper .swiper-button-prev::after,
.ww-seasonal-vibe-gallery__swiper .swiper-button-next::after {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L12 9L6.75 14.25' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L12 9L6.75 14.25' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.88;
  transition: transform 0.3s 0.02s ease, opacity 180ms ease;
}

.ww-seasonal-vibe-gallery__swiper .swiper-button-prev::after {
  transform: rotate(180deg);
}

.ww-seasonal-vibe-gallery__swiper .swiper-button-prev:hover,
.ww-seasonal-vibe-gallery__swiper .swiper-button-next:hover,
.ww-seasonal-vibe-gallery__swiper .swiper-button-prev:focus,
.ww-seasonal-vibe-gallery__swiper .swiper-button-next:focus,
.ww-seasonal-vibe-gallery__swiper .swiper-button-prev:active,
.ww-seasonal-vibe-gallery__swiper .swiper-button-next:active {
  background: rgba(241, 240, 233, 0.86);
  border-color: rgba(150, 96, 34, 0.36);
  box-shadow: 0 14px 34px rgba(24, 15, 7, 0.18);
  color: #966022 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.ww-seasonal-vibe-gallery__swiper .swiper-button-prev:hover::after,
.ww-seasonal-vibe-gallery__swiper .swiper-button-prev:active::after,
.ww-seasonal-vibe-gallery__swiper .swiper-button-prev:focus::after {
  transform: rotate(180deg) translateX(0.12em);
  opacity: 1;
}

.ww-seasonal-vibe-gallery__swiper .swiper-button-next:hover::after,
.ww-seasonal-vibe-gallery__swiper .swiper-button-next:active::after,
.ww-seasonal-vibe-gallery__swiper .swiper-button-next:focus::after {
  transform: translateX(0.12em);
  opacity: 1;
}

.ww-seasonal-vibe-gallery__swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(4.8rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem) clamp(3.8rem, 6vw, 5rem);
}

.ww-seasonal-vibe-gallery__image,
.ww-seasonal-vibe-gallery__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ww-seasonal-vibe-gallery__swiper .swiper-pagination-bullet {
  background: rgba(247, 243, 220, 0.54);
}

.ww-seasonal-vibe-gallery__swiper .swiper-pagination-bullet-active {
  background: #f7f3dc;
  border-color: transparent;
}

.ww-seasonal-vibe-gallery.is-native-scroll .ww-seasonal-vibe-gallery__swiper {
  overflow: hidden;
}

.ww-seasonal-vibe-gallery.is-native-scroll .swiper-wrapper {
  display: block;
}

.ww-seasonal-vibe-gallery.is-native-scroll .swiper-slide[hidden] {
  display: none;
}

.ww-seasonal-vibe-gallery__close:hover,
.ww-seasonal-vibe-gallery__close:focus-visible {
  background: var(--color-dark-coffee);
  border-color: var(--color-dark-coffee);
  color: #f7f3dc;
  outline: 0;
}

@media (max-width: 640px) {
  .ww-seasonal-vibe-gallery__controls {
    padding: 1rem;
  }

  .ww-seasonal-vibe-gallery__swiper .swiper-slide {
    padding: 5.5rem 1rem 3rem;
  }
}

/* Homepage packages carousel scaffold */
.ww-home-packages-carousel {
  --ww-specials-ink: var(--color-carbon-black);
  --ww-specials-paper: var(--color-cream);
  --ww-specials-soft: var(--color-alabaster-grey);
  --ww-specials-accent: var(--color-copper);
  --ww-home-card-green: var(--color-charcoal-brown);
  --ww-home-card-tobacco: var(--color-dark-coffee);
  --ww-home-card-border: rgba(56, 40, 27, 0.24);
  --ww-home-card-pill: rgba(255, 254, 245, 0.12);
  --ww-specials-card-radius: 5px;
  position: relative;
  color: var(--ww-specials-ink);
  overflow: hidden;
  padding-inline: clamp(2.25rem, 4vw, 3.25rem);
}

.ww-home-packages-carousel__controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  pointer-events: none;
}

.ww-home-packages-carousel .ww-seasonal-specials__controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}

.ww-home-packages-carousel .ww-seasonal-specials__control {
  color: var(--color-carbon-black);
  pointer-events: auto;
  transition: color 0.18s ease;
}

.ww-home-packages-carousel .ww-seasonal-specials__control:focus {
  color: var(--color-carbon-black);
}

.ww-home-packages-carousel .ww-seasonal-specials__control:focus-visible {
  color: var(--color-carbon-black);
  outline: 1px solid var(--ww-home-card-tobacco);
  outline-offset: 0.35rem;
}

.ww-home-packages-carousel .ww-seasonal-specials__control:hover,
.ww-home-packages-carousel .ww-seasonal-specials__control:active {
  color: var(--ww-home-card-tobacco);
}

.ww-home-packages-carousel .ww-seasonal-specials__viewport {
  width: 100%;
  overflow: hidden;
}

.ww-home-packages-carousel .ww-seasonal-specials__track {
  display: flex;
  gap: clamp(1rem, 1.5vw, 1.5rem);
  width: 100%;
  padding: 0 0 0.25rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ww-home-packages-carousel .ww-seasonal-specials__track::-webkit-scrollbar {
  display: none;
}

.ww-home-packages-carousel__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto clamp(10rem, 3rem, 15rem) minmax(0, 1fr);
  flex: 0 0 calc((100% - clamp(1rem, 3rem, 1.5rem)) / 2);
  min-height: 0;
  padding: 5px;
  overflow: hidden;
  background: var(--ww-specials-paper);
  border: 2px solid var(--ww-home-card-border);
  border-radius: var(--ww-specials-card-radius);
  color: var(--ww-specials-ink);
  scroll-snap-align: start;
  box-shadow: none;
}

.ww-home-packages-carousel__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: clamp(3.7rem, 5vw, 4.8rem);
  padding: clamp(0.75rem, 1.25vw, 1rem) clamp(1.1rem, 1.8vw, 1.65rem);
  border-radius: 4px 4px 0 0;
  background: var(--ww-home-card-green);
}

.ww-home-packages-carousel__category {
  margin: 0;
  color: var(--color-floral-white);
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.72rem, 0.9vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ww-home-packages-carousel__capacity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  padding: 0.48rem 1rem 0.42rem;
  border: 1px solid rgba(255, 254, 245, 0.28);
  border-radius: 999px;
  background: var(--ww-home-card-pill);
  color: var(--color-floral-white);
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.58rem, 0.72vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ww-home-packages-carousel__media {
  position: relative;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--ww-specials-soft);
}

.ww-home-packages-carousel__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.ww-home-packages-carousel__image-credit {
  position: absolute;
  right: 0.65rem;
  bottom: 0.55rem;
  z-index: 1;
  margin: 0;
  color: #ffffffcc;
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.55rem, 0.66vw, 0.66rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  /* mix-blend-mode: difference; */
  text-transform: uppercase;
}

.ww-home-packages-carousel__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1.45rem, 2.2vw, 2.2rem) clamp(1.35rem, 2.25vw, 2.1rem) clamp(1.35rem, 2vw, 2rem);
  background: #E9DBC6;
  color: #283022;
}

.ww-home-packages-carousel__title {
  margin: 0 0 0.85rem;
  color: #283022;
  font-family: "Quinn Display", var(--sans);
  font-size: 36px;
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

.ww-home-packages-carousel__price {
  margin: 0 0 clamp(1.1rem, 1.7vw, 1.6rem);
  color: var(--color-copper);
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.72rem, 0.9vw, 0.9rem);
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ww-home-packages-carousel__summary {
  max-width: 42rem;
  margin: 0 0 clamp(1.8rem, 3.2vw, 3rem);
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.92rem, 1.12vw, 1.12rem);
  font-weight: 300;
  line-height: 1.48;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ww-home-packages-carousel__cta {
  display: inline !important;
  width: fit-content;
  margin: auto 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-copper);
  font-family: "Gibson", var(--sans);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.34em;
  text-transform: uppercase;
  transition: color 0.24s ease, text-underline-offset 0.24s ease;
}

.ww-home-packages-carousel__cta:hover,
.ww-home-packages-carousel__cta:focus-visible {
  background: transparent;
  color: #283022;
  text-decoration: underline !important;
  text-underline-offset: 0.5em;
}

@media (max-width: 900px) {
  .ww-home-packages-carousel {
    display: flex;
    flex-direction: column;
    padding-inline: clamp(2rem, 5vw, 2.5rem);
  }

  .ww-home-packages-carousel__controls-row {
    position: static;
    order: 2;
    inset: auto;
    justify-content: center;
    margin-top: 0.8rem;
    pointer-events: auto;
  }

  .ww-home-packages-carousel .ww-seasonal-specials__controls {
    justify-content: space-between;
    gap: 0;
    width: min(86vw, 34rem);
    pointer-events: auto;
  }

  .ww-home-packages-carousel .ww-seasonal-specials__control {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
  }

  .ww-home-packages-carousel .ww-seasonal-specials__control span {
    inset: 0.2rem;
    border-left-width: 1.5px;
    border-bottom-width: 1.5px;
  }

  .ww-home-packages-carousel .ww-seasonal-specials__viewport {
    order: 1;
  }

  .ww-home-packages-carousel__card {
    flex-basis: min(86vw, 34rem);
    grid-template-rows: auto clamp(8.4rem, 34vw, 12rem) minmax(0, 1fr);
  }

  .ww-home-packages-carousel__content {
    min-height: 0;
    padding: 1.3rem 1.2rem;
  }

  .ww-home-packages-carousel__title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .ww-home-packages-carousel__summary {
    font-size: clamp(0.95rem, 3.5vw, 1.08rem);
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 640px) {
  .ww-home-packages-carousel {
    padding-inline: 1rem;
  }

  .ww-home-packages-carousel .ww-seasonal-specials__controls,
  .ww-home-packages-carousel__card {
    width: 100%;
    flex-basis: 100%;
  }

  .ww-home-packages-carousel__card-head {
    align-items: center;
    flex-direction: row;
    gap: 0.65rem;
    min-height: 4rem;
    padding: 0.7rem 1.2rem;
  }

  .ww-home-packages-carousel__category {
    font-size: 0.66rem;
    letter-spacing: 0.22em;
  }

  .ww-home-packages-carousel__capacity {
    align-self: center;
    min-height: 1.95rem;
    padding: 0.42rem 0.74rem 0.38rem;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }
}

/* Homepage locations carousel scaffold */
.ww-home-locations-carousel {
  --ww-specials-ink: var(--color-carbon-black);
  --ww-specials-paper: var(--color-cream);
  --ww-specials-soft: var(--color-alabaster-grey);
  --ww-specials-accent: var(--color-copper);
  --ww-home-location-green: var(--color-charcoal-brown);
  --ww-home-location-border: var(--color-copper);
  --ww-home-location-pill: rgba(255, 254, 245, 0.12);
  --ww-home-location-content: var(--color-floral-white);
  --ww-specials-card-radius: 5px;
  position: relative;
  color: var(--ww-specials-ink);
  overflow: hidden;
  padding-inline: 44px;
}

.ww-home-locations-carousel__controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  pointer-events: none;
}

.ww-home-locations-carousel .ww-seasonal-specials__controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}

.ww-home-locations-carousel .ww-seasonal-specials__control {
  color: var(--color-dark-coffee);
  pointer-events: auto;
}

.ww-home-locations-carousel .ww-seasonal-specials__control:hover,
.ww-home-locations-carousel .ww-seasonal-specials__control:focus-visible,
.ww-home-locations-carousel .ww-seasonal-specials__control:active {
  color: var(--ww-specials-accent);
}

.ww-home-locations-carousel .ww-seasonal-specials__viewport {
  width: 100%;
  overflow: hidden;
}

.ww-home-locations-carousel .ww-seasonal-specials__track {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 0 0 0.25rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ww-home-locations-carousel .ww-seasonal-specials__track::-webkit-scrollbar {
  display: none;
}

.ww-home-locations-carousel__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 62px 1fr;
  flex: 0 0 360px;
  width: 360px;
  min-height: 456px;
  padding: 0;
  overflow: hidden;
  background: #fffef5;
  border: 0;
  border-radius: 10px 10px 0 0;
  color: var(--ww-specials-ink);
  scroll-snap-align: start;
  box-shadow: 0 10px 24px rgba(41, 28, 18, 0.14);
}

.ww-home-locations-carousel__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 62px;
  padding: 14px 18px;
  border-radius: 9px 9px 0 0;
  background: var(--ww-home-location-green);
}

.ww-home-locations-carousel__board {
  display: grid;
  grid-template-rows: 190px 1fr;
  margin: 1rem;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(166, 101, 29, 0.9);
}

.ww-home-locations-carousel__bar-title {
  min-width: 0;
  margin: 0;
  color: var(--color-floral-white);
  font-family: "Gibson", var(--sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ww-home-locations-carousel__sleeps,
.ww-home-locations-carousel__facts li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.38rem 0.78rem 0.34rem;
  border: 1px solid rgba(255, 254, 245, 0.28);
  border-radius: 999px;
  background: var(--ww-home-location-pill);
  color: var(--color-floral-white);
  font-family: "Gibson", var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ww-home-locations-carousel__media {
  position: relative;
  height: 190px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--ww-specials-soft);
  border: 0;
  border-bottom: 1px solid rgba(166, 101, 29, 0.9);
}

.ww-home-locations-carousel__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.ww-home-locations-carousel__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 20px 28px 24px;
  background: transparent;
  color: #283022;
}

.ww-home-locations-carousel__title {
  margin: 0 0 12px;
  color: var(--color-copper);
  font-family: "Quinn Display", var(--sans);
  font-size: 38px;
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

.ww-home-locations-carousel__location {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: rgba(71, 62, 53, 0.72);
  font-family: "Gibson", var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.ww-home-locations-carousel__location span {
  position: relative;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color-copper);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.ww-home-locations-carousel__location span::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid var(--color-copper);
  border-radius: 999px;
}

.ww-home-locations-carousel__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ww-home-locations-carousel__facts li {
  min-height: 29px;
  padding: 0.42rem 0.72rem 0.36rem;
  border-color: rgba(166, 101, 29, 0.68);
  background: rgba(166, 101, 29, 0.08);
  color: #4d4035;
  font-family: "Gibson", var(--sans);
  font-size: 10px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .ww-home-locations-carousel {
    padding-inline: 34px;
  }

  .ww-home-locations-carousel__card {
    flex-basis: 340px;
    width: 340px;
    grid-template-rows: 60px 1fr;
    min-height: 438px;
  }

  .ww-home-locations-carousel__board {
    grid-template-rows: 180px 1fr;
    margin: 1rem;
  }

  .ww-home-locations-carousel__media {
    height: 180px;
  }
}

@media (max-width: 640px) {
  .ww-home-locations-carousel {
    padding-inline: 24px;
  }

  .ww-home-locations-carousel .ww-seasonal-specials__track {
    gap: 18px;
  }

  .ww-home-locations-carousel__card {
    flex-basis: calc(100vw - 48px);
    width: calc(100vw - 48px);
    grid-template-rows: auto 1fr;
    min-height: 424px;
  }

  .ww-home-locations-carousel__bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .ww-home-locations-carousel__sleeps {
    align-self: flex-start;
  }

  .ww-home-locations-carousel__media {
    height: 170px;
  }

  .ww-home-locations-carousel__board {
    grid-template-rows: 170px 1fr;
    margin: 1rem;
  }

  .ww-home-locations-carousel__content {
    padding: 20px 24px 24px;
  }

  .ww-home-locations-carousel__title {
    font-size: 36px;
  }

.ww-home-locations-carousel__facts li {
  font-size: 10px;
  }
}

.ww-add-ons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  border-top: 1px solid var(--color-copper);
  border-left: 1px solid var(--color-copper);
}

.ww-add-ons__item {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.55rem;
  min-width: 0;
  min-height: clamp(6.5rem, 10vw, 8.5rem);
  padding: 1.4rem 1rem;
  border-right: 1px solid var(--color-copper);
  border-bottom: 1px solid var(--color-copper);
  background: var(--color-floral-white);
  color: var(--color-carbon-black);
  text-align: center;
}

.ww-add-ons__title {
  margin: 0;
  font-family: "Gibson", var(--sans);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.42em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ww-add-ons__price {
  margin: 0;
  color: var(--color-dark-coffee);
  font-family: "Gibson", var(--sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ww-vendor-profile-gallery {
  position: relative;
  width: 100%;
  min-height: calc(100vh - var(--ww-menu-header-height, 74px));
  min-height: calc(100dvh - var(--ww-menu-header-height, 74px));
  margin: 0 auto;
  background: #15110d;
  color: #f0efe8;
  overflow: hidden;
}

.overlay-child .elementor-widget-html.has-vendor-profile-gallery,
.overlay-child .elementor-widget-html.has-vendor-profile-gallery > .elementor-widget-container {
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.overlay-child .ww-vendor-profile-gallery {
  height: 100%;
}

.ww-vendor-profile-gallery__swiper,
.ww-vendor-profile-gallery__track,
.ww-vendor-profile-gallery__slide {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.ww-vendor-profile-gallery__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #15110d;
}

.ww-vendor-profile-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.ww-vendor-profile-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(150, 96, 34, 0.16);
  border-radius: 999px;
  background: rgba(241, 240, 233, 0.72);
  color: #966022 !important;
  cursor: pointer;
  transform: translateY(-50%);
}

.ww-vendor-profile-gallery__nav::after {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L12 9L6.75 14.25' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L12 9L6.75 14.25' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ww-vendor-profile-gallery__nav.swiper-button-prev,
.ww-vendor-profile-gallery__nav[data-vendor-gallery-prev] {
  left: clamp(0.8rem, 2vw, 1.5rem);
}

.ww-vendor-profile-gallery__nav.swiper-button-prev::after,
.ww-vendor-profile-gallery__nav[data-vendor-gallery-prev]::after {
  transform: rotate(180deg);
}

.ww-vendor-profile-gallery__nav.swiper-button-next,
.ww-vendor-profile-gallery__nav[data-vendor-gallery-next] {
  right: clamp(0.8rem, 2vw, 1.5rem);
}

.ww-vendor-profile-gallery__pagination {
  position: absolute;
  right: 1rem;
  bottom: 0.85rem;
  left: 1rem;
  z-index: 3;
  color: #f0efe8;
  font-family: "Gibson", var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.ww-vendor-profile-gallery.is-native-slider .ww-vendor-profile-gallery__track {
  display: block;
}

.ww-vendor-profile-gallery.is-native-slider .ww-vendor-profile-gallery__slide[hidden] {
  display: none;
}

.ww-vendor-profile-gallery__notice {
  margin: 1rem 0;
  color: var(--color-copper);
  font-family: "Gibson", var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .overlay-child {
    --ww-vendor-profile-gallery-mobile-height: clamp(20rem, 48svh, 30rem);
  }

  .overlay-child .has-vendor-profile-gallery-section,
  .overlay-child .has-vendor-profile-gallery-inner {
    height: var(--ww-vendor-profile-gallery-mobile-height) !important;
    min-height: var(--ww-vendor-profile-gallery-mobile-height) !important;
  }

  .overlay-child .elementor-widget-html.has-vendor-profile-gallery,
  .overlay-child .elementor-widget-html.has-vendor-profile-gallery > .elementor-widget-container {
    height: var(--ww-vendor-profile-gallery-mobile-height) !important;
    min-height: var(--ww-vendor-profile-gallery-mobile-height) !important;
  }

  .overlay-child .ww-vendor-profile-gallery {
    height: var(--ww-vendor-profile-gallery-mobile-height) !important;
    min-height: var(--ww-vendor-profile-gallery-mobile-height) !important;
  }
}

html:not(.elementor-editor-active):not(.elementor-editor-preview) body:not(.elementor-editor-active):not(.elementor-editor-preview) .overlay-child {
  display: none;
  position: fixed;
  inset: var(--ww-menu-header-height, 74px) 0 0;
  width: 100vw;
  min-height: calc(100vh - var(--ww-menu-header-height, 74px));
  min-height: calc(100dvh - var(--ww-menu-header-height, 74px));
  max-height: calc(100vh - var(--ww-menu-header-height, 74px));
  max-height: calc(100dvh - var(--ww-menu-header-height, 74px));
  overflow-y: auto;
  background-color: #f0efe8;
  z-index: 9999;
}

@media (max-width: 900px) {
  .ww-add-ons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ww-add-ons {
    grid-template-columns: 1fr;
  }
}
