/* Nature Weddings — brand palette from resources/colours/palette.jpg */
:root {
  --nw-terracotta: #b55c3a;
  --nw-salmon: #c79273;
  --nw-sand: #e3cba9;
  --nw-moss: #5b5734;
  --nw-olive: #7a7949;
  --nw-ochre: #c68d40;
  --nw-midnight: #364151;
  --nw-sea: #36555a;
  --nw-fresco: #768595;
  --nw-black: #000000;
  --nw-white: #ffffff;

  /* semantic — text areas stay near-white; sand is accent only */
  --nw-bg: color-mix(in srgb, var(--nw-sand) 10%, var(--nw-white));
  --nw-surface: color-mix(in srgb, var(--nw-sand) 14%, var(--nw-white));
  --nw-ink: var(--nw-midnight);
  --nw-ink-soft: var(--nw-fresco);
  --nw-brand: var(--nw-moss);
  --nw-accent: var(--nw-terracotta);
  --nw-surface-dark: var(--nw-sea);
}

html,
body {
  background-color: var(--nw-bg);
  color: var(--nw-ink);
  overflow-x: clip;
  max-width: 100%;
}

.skip-link.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 0.6rem 1rem;
  background: var(--nw-moss);
  color: var(--nw-white);
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.skip-link.screen-reader-text:focus {
  left: 1rem;
  top: 1rem;
}

body.nw-contact-open {
  overflow: hidden;
}

/* Push Elementor kit tokens to the palette (belt + suspenders) */
.elementor-kit-12 {
  --e-global-color-primary: var(--nw-moss);
  --e-global-color-secondary: var(--nw-midnight);
  --e-global-color-text: var(--nw-midnight);
  /* Was full Sand — too heavy on copy sections */
  --e-global-color-accent: var(--nw-surface);
  --e-global-color-30b3a6b: color-mix(in srgb, var(--nw-moss) 64%, transparent);
  --e-global-color-ff51908: color-mix(in srgb, var(--nw-moss) 23%, transparent);
  --e-global-color-72a1efc: var(--nw-sea);
  --e-global-color-7f84229: color-mix(in srgb, var(--nw-sand) 14%, transparent);
  --e-global-color-df4ad1a: var(--nw-salmon);
}

/* Text-only blocks: force clean light ground */
.elementor-element-33e5598f,
.elementor-element-167cc52d,
.elementor-element-7cdc3df,
.elementor-element-1eb6e9d,
.elementor-element-5e1cce0,
.nw-packages,
.nw-testimonials {
  background-color: var(--nw-bg);
}

.elementor-element-33e5598f .e-con-inner,
.elementor-element-167cc52d .e-con-inner {
  background-color: transparent;
}

.elementor-element-e684250 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent;
}

/* CTAs → Terracotta, same shape everywhere */
.jkit-button-wrapper,
.nw-form button[type="submit"],
.nw-hero-cta .jkit-button-wrapper,
.inavii-button__follow-instagram-button {
  background-color: var(--nw-terracotta) !important;
  border: 0 !important;
  border-radius: 2px !important;
  color: var(--nw-white) !important;
  font-family: "Antic Didone", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 0.85rem 1.6rem !important;
}

.jkit-button-wrapper:hover,
.nw-form button[type="submit"]:hover,
.inavii-button__follow-instagram-button:hover {
  background-color: color-mix(in srgb, var(--nw-terracotta) 88%, var(--nw-black)) !important;
  color: var(--nw-white) !important;
  transform: none !important;
}

.elementor-widget-jkit_button,
.elementor-widget-jkit_button:hover,
.elementor-widget-jkit_button .jeg-elementor-kit,
.elementor-widget-jkit_button .jkit-button-wrapper {
  transform: none !important;
  rotate: none !important;
  --e-transform-rotateZ: 0deg !important;
  --e-transform-rotateZ-hover: 0deg !important;
}


.nw-whatsapp-fab,
.nw-whatsapp-fab:link,
.nw-whatsapp-fab:visited,
.nw-whatsapp-fab:hover,
.nw-whatsapp-fab:active,
.nw-whatsapp-fab:focus {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 9997;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(54, 65, 81, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.nw-whatsapp-fab:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 28px rgba(54, 65, 81, 0.34);
}

.nw-whatsapp-fab svg,
.nw-whatsapp-fab svg path {
  display: block;
  fill: #fff !important;
}

body.nw-contact-open .nw-whatsapp-fab {
  visibility: hidden;
  pointer-events: none;
}

.nw-logo-link {
  display: block;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.nw-lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  margin-left: auto;
  flex-shrink: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}

.nw-lang-switcher button {
  background: transparent;
  border: 0;
  color: var(--nw-moss);
  cursor: pointer;
  opacity: 0.45;
  padding: 0.25rem 0.35rem;
  font: inherit;
}

.nw-lang-switcher button.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nw-lang-switcher span {
  opacity: 0.35;
  color: var(--nw-moss);
}

.elementor-108 {
  width: 100%;
  z-index: 200;
  position: relative;
}

.elementor-element-d6566b3 {
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  min-height: 4.5rem !important;
  --width: 100% !important;
  --min-height: auto !important;
  --flex-direction: row !important;
  --justify-content: space-between !important;
  --align-items: center !important;
  --margin-bottom: -4.5rem !important;
  margin-bottom: -4.5rem !important;
  --padding-top: 0.7rem !important;
  --padding-bottom: 0.7rem !important;
  --padding-left: clamp(0.85rem, 3vw, 2.5rem) !important;
  --padding-right: clamp(0.85rem, 3vw, 2.5rem) !important;
  background-color: transparent !important;
}

.elementor-sticky--active.elementor-element-d6566b3,
.elementor-sticky--effects.elementor-element-d6566b3 {
  background-color: transparent !important;
}

.elementor-element-d6566b3::before,
.elementor-sticky--active.elementor-element-d6566b3::before,
.elementor-sticky--effects.elementor-element-d6566b3::before {
  width: 100% !important;
  background-color: rgb(227 203 169 / 0.42) !important;
  backdrop-filter: blur(14px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.15) !important;
  border-radius: 0 !important;
}

.elementor-108 .elementor-element-f44f7a7.e-con-full.e-flex {
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: auto;
  max-width: min(300px, 58vw);
  flex: 0 1 auto;
  --justify-content: flex-start !important;
}

/* Nature Weddings brand mark — horizontal-long is wide */
.elementor-element-c4d3dd6 {
  width: auto !important;
  max-width: min(300px, 58vw) !important;
}

.elementor-element-a6953c1 {
  width: max-content !important;
  max-width: min(280px, 80vw) !important;
}

.nw-logo {
  display: block;
  width: 100%;
  height: auto;
}

.nw-logo--header {
  max-height: 52px;
  width: auto;
  max-width: min(300px, 58vw);
}

@media (max-width: 767px) {
  .nw-logo--header {
    max-height: 36px;
    max-width: min(200px, 52vw);
  }

  .nw-lang-switcher {
    font-size: 11px;
  }

  .elementor-108 .elementor-element-f44f7a7.e-con-full.e-flex {
    max-width: min(200px, 52vw);
  }
}

.nw-logo--footer {
  display: block;
  height: 40px !important;
  width: auto !important;
  max-width: min(260px, 80vw) !important;
}

.elementor-element-51cd489 {
  position: relative !important;
  --nw-header-h: 4.5rem;
  --overlay-opacity: 0.48 !important;
  margin-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  --justify-content: flex-start !important;
  /*
   * Header offset must be real padding on the hero ONLY.
   * Elementor boxed containers also apply --padding-* onto `.e-con-inner`,
   * so leave the CSS vars at 0 or the mid spacer "centers" above empty
   * inner padding and the logo sits too high vs the heading.
   */
  padding-top: var(--nw-header-h) !important;
  padding-bottom: 0 !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  box-sizing: border-box !important;
}

/* Keep slideshow out of the flex flow so spacers work */
.elementor-element-51cd489 > .elementor-background-slideshow {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  flex: none !important;
  width: 100% !important;
  height: 100% !important;
}

/* Equal flex grow — same free space above logo and between logo → heading */
.nw-hero-top,
.nw-hero-mid {
  flex: 1 1 0;
  min-height: clamp(1.25rem, 3.5vh, 2.5rem);
  width: 100%;
  pointer-events: none;
}

.nw-hero-brand {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-inline: 1rem;
  pointer-events: none;
}

.nw-logo--hero {
  display: block;
  height: auto !important;
  width: min(260px, 62vw) !important;
  max-width: 100%;
  max-height: none;
  filter: drop-shadow(0 2px 12px rgba(54, 65, 81, 0.35));
}

.nw-logo--hero-mark {
  width: min(12.75rem, 54vw) !important;
  height: auto !important;
}

@media (min-width: 768px) {
  .nw-logo--hero {
    width: min(400px, 44vw) !important;
  }

  .nw-logo--hero-mark {
    width: min(15.75rem, 24vw) !important;
  }
}

/* Heading at bottom; sits above slideshow — no inherited Elementor padding */
.elementor-element-51cd489 > .e-con-inner {
  position: relative;
  z-index: 2;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  width: 100% !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: clamp(1.75rem, 4.5vh, 3.25rem) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  --padding-top: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
}

.elementor-element-3e5273d8 {
  flex: 0 1 auto !important;
  max-height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding-top: 0 !important;
}

.nw-hero-cta {
  margin-top: clamp(0.65rem, 2vh, 1.5rem);
}

/* Hero copy — accent was remapped to near-white surface (illegible on photos) */
.elementor-element-51cd489,
.elementor-element-51cd489 .elementor-background-slideshow,
.elementor-element-51cd489 .elementor-background-slideshow__slide {
  overflow: hidden !important;
}

.elementor-element-51cd489 .elementor-heading-title,
.elementor-element-51cd489 .nw-hero-subtitle {
  color: var(--nw-white) !important;
  text-shadow: 0 1px 2px rgba(54, 65, 81, 0.45), 0 8px 28px rgba(54, 65, 81, 0.35);
}

.elementor-element-51cd489 .elementor-element:has(.nw-hero-subtitle),
.elementor-element-51cd489 .nw-hero-subtitle {
  width: 100%;
  text-align: center !important;
}

.nw-hero-subtitle {
  display: block;
  max-width: 36ch;
  margin: 0.65rem auto 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: clamp(0.9rem, min(2.1vw, 2.2vh), 1.2rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: center;
}

/* Prefer height budget so copy can't eat the logo gap */
.elementor-element-6af8b89d .elementor-heading-title {
  font-size: clamp(1.5rem, min(5.5vw, 7vh), 7.6875rem) !important;
  line-height: 1.05 !important;
}

.elementor-element-63ef5488 .elementor-heading-title {
  margin-bottom: 0.35rem !important;
}

@media (max-width: 900px) {
  .elementor-element-6af8b89d .elementor-heading-title {
    font-size: clamp(1.45rem, 6.5vw, 2.6rem) !important;
  }
}

@media (max-height: 700px) {
  .nw-logo--hero {
    width: min(200px, 52vw) !important;
  }

  .nw-logo--hero-mark {
    width: min(9.75rem, 42vw) !important;
  }

  .nw-hero-subtitle {
    margin-top: 0.4rem;
  }

  .nw-hero-top,
  .nw-hero-mid {
    min-height: 1.25rem;
  }
}

.elementor-element-33e5598f {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.elementor-element-35178697 {
  margin-top: 0 !important;
}

/* Section labels — same treatment as Sobre (centered Didone) */
.elementor-124 .elementor-heading-title.nw-section-label,
.nw-section-label,
.nw-section-label.elementor-heading-title {
  display: block;
  width: 100%;
  margin: 0;
  font-family: "Antic Didone", serif !important;
  font-weight: 400 !important;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: var(--nw-moss) !important;
}

.elementor-124 .elementor-heading-title.nw-section-title,
.nw-section-title,
.nw-section-title.elementor-heading-title {
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 0.65rem auto 0 !important;
  padding: 0 !important;
  font-family: "Antic Didone", serif !important;
  font-weight: 400 !important;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  text-align: center !important;
  color: var(--nw-fresco) !important;
}

.nw-section-intro > .nw-section-title[data-i18n="services.title"] {
  max-width: 36rem;
}

/* Pastel section intros — Sobre / Serviços / Vamos Começar */
.nw-section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 4.5rem 1.25rem 2.25rem;
  text-align: center;
  background-color: var(--nw-surface);
  box-sizing: border-box;
}

/* Full-bleed when nested inside Elementor boxed containers */
.elementor-element-33e5598f,
.elementor-element-e684250 {
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-element-33e5598f > .nw-section-intro,
.elementor-element-e684250 > .nw-section-intro {
  width: 100%;
  max-width: none;
  position: relative;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}

.nw-section-intro.nw-cta-intro {
  max-width: none;
  margin: 0;
  padding: 3.5rem 1.25rem 2.75rem;
  gap: 0.35rem;
}

.nw-section-intro .nw-cta-support {
  margin-top: 0.75rem;
}

.elementor-element-1eb6e9d {
  --flex-direction: column !important;
  flex-direction: column !important;
  padding-block: 2rem 1.5rem !important;
}

.elementor-element-1eb6e9d > .e-con-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.elementor-element-8533c49 {
  width: 100% !important;
  --width: 100% !important;
  max-width: 42rem;
  margin-inline: auto;
}

.elementor-element-43b31f5b,
.elementor-element-32b2a976,
.elementor-element-6099f1cb,
.elementor-element-421a019f,
.elementor-element-22add6da,
.elementor-element-9208b3e {
  width: 100% !important;
  text-align: center !important;
}

.elementor-element-421a019f .e-con-inner,
.elementor-element-22add6da .e-con-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Match photo-break → Serviços (.nw-section-intro padding-top: 4.5rem) */
.elementor-element-167cc52d,
.elementor-element-28545a9 {
  --margin-top: 0px !important;
  margin-top: 0 !important;
}

.elementor-element-421a019f,
.elementor-element-22add6da {
  padding-block: 4.5rem 1.5rem;
}

/* About photo strip — equal height */
.nw-about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  width: min(100%, 63rem);
  margin: 0 auto 2rem;
  align-items: stretch;
}

.nw-about-gallery__item {
  margin: 0;
  overflow: hidden;
  background: var(--nw-sand);
  aspect-ratio: 3 / 4;
}

.nw-about-gallery__item picture,
.nw-about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.nw-about-gallery__item img {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .nw-about-gallery {
    width: min(100%, 33rem);
    gap: 0.45rem;
  }
}

.nw-photo-break {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: clamp(14rem, 42vw, 28rem);
  overflow: hidden;
  background: var(--nw-midnight);
}

.nw-photo-break img,
.nw-photo-break picture {
  display: block;
  width: 100%;
  height: 100%;
}

.nw-photo-break img {
  object-fit: cover;
  object-position: center 40%;
}

.nw-cta-intro .nw-section-label {
  margin-bottom: 0.35rem;
}

.nw-cta-intro .nw-section-title {
  margin-bottom: 0.75rem !important;
}

/* CTA bands — force photo BGs (lazy-load used to wipe these) */
.elementor-element-6b85721,
.elementor-element-6b1ade86 {
  --min-height: 0 !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  padding-block: 3.5rem !important;
}

.nw-cta-band .e-con-inner,
.nw-cta-band .e-con,
.nw-cta-band .elementor-widget-jkit_button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
}

.elementor-element-6b85721 {
  background-image: linear-gradient(180deg, rgba(54, 65, 81, 0.35), rgba(54, 65, 81, 0.72)),
    image-set(
      url("/assets/photos/hero/01-dock-vineyard.webp") type("image/webp"),
      url("/assets/photos/hero/01-dock-vineyard.jpg") type("image/jpeg")
    ) !important;
  background-size: cover !important;
  background-position: center !important;
}

.elementor-element-6b1ade86 {
  background-image: linear-gradient(180deg, rgba(54, 65, 81, 0.35), rgba(54, 65, 81, 0.72)),
    image-set(
      url("/assets/photos/hero/02-rain-string-lights.webp") type("image/webp"),
      url("/assets/photos/hero/02-rain-string-lights.jpg") type("image/jpeg")
    ) !important;
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 768px) {
  .elementor-element-6b85721 {
    background-image: linear-gradient(180deg, rgba(54, 65, 81, 0.35), rgba(54, 65, 81, 0.72)),
      image-set(
        url("/assets/photos/hero/01-dock-vineyard-sm.webp") type("image/webp"),
        url("/assets/photos/hero/01-dock-vineyard-sm.jpg") type("image/jpeg")
      ) !important;
  }

  .elementor-element-6b1ade86 {
    background-image: linear-gradient(180deg, rgba(54, 65, 81, 0.35), rgba(54, 65, 81, 0.72)),
      image-set(
        url("/assets/photos/hero/02-rain-string-lights-sm.webp") type("image/webp"),
        url("/assets/photos/hero/02-rain-string-lights-sm.jpg") type("image/jpeg")
      ) !important;
  }
}

.elementor-element-7cdc3df .e-con-inner {
  max-width: 72rem;
  width: 100%;
}

.nw-packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto 3rem;
  align-items: start;
}

.nw-package {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.15rem 1.75rem;
  border: 1px solid rgba(91, 87, 52, 0.16);
  background: var(--nw-bg);
  min-width: 0;
}

.nw-package__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  align-items: start;
}

.nw-package__index {
  font-family: "Antic Didone", serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1;
  color: var(--nw-moss);
  opacity: 0.35;
  padding-top: 0.15rem;
}

.nw-package__intro {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.nw-package__name {
  font-family: "Antic Didone", serif;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  color: var(--nw-moss);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nw-package__blurb {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  color: var(--nw-fresco);
  margin: 0;
  max-width: none;
  line-height: 1.65;
}

.nw-package__details[open] {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.nw-package__includes {
  margin: 0.35rem 0 0;
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nw-moss);
}

.nw-package__details > summary {
  list-style: none;
}

.nw-package__details > summary::-webkit-details-marker,
.nw-package__details > summary::marker {
  display: none;
  content: none;
}

.nw-package__details:not([open]) .nw-package__features {
  display: none;
}

.nw-package__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.nw-package__features li {
  position: relative;
  padding-left: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--nw-fresco);
}

.nw-package__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.35rem;
  height: 1px;
  background: var(--nw-moss);
  opacity: 0.55;
}

@media (max-width: 960px) {
  .nw-packages {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 40rem;
    padding-inline: 1.25rem;
    box-sizing: border-box;
  }

  .elementor-element-1eb6e9d {
    padding-inline: 1.25rem !important;
    box-sizing: border-box;
  }

  .elementor-element-7cdc3df .e-con-inner {
    padding-inline: 0;
  }

  .nw-package {
    padding: 1.75rem 0;
    border: 0;
    border-top: 1px solid rgba(91, 87, 52, 0.18);
  }

  .nw-package:last-child {
    border-bottom: 1px solid rgba(91, 87, 52, 0.18);
  }

  .nw-package__details > summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.2rem 0;
  }

  .nw-package__details > summary > span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .nw-package__details > summary > span::before {
    content: "";
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.75;
    background: center / 18px 18px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' fill='none' stroke='%235b5734' stroke-width='1'/%3E%3Cpath d='M9 5.25v7.5M5.25 9h7.5' fill='none' stroke='%235b5734' stroke-width='1.15' stroke-linecap='square'/%3E%3C/svg%3E");
  }

  .nw-package__details[open] > summary > span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' fill='none' stroke='%235b5734' stroke-width='1'/%3E%3Cpath d='M5.25 9h7.5' fill='none' stroke='%235b5734' stroke-width='1.15' stroke-linecap='square'/%3E%3C/svg%3E");
  }

  .nw-package__details > summary::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    flex-shrink: 0;
    margin-top: -0.2rem;
    border-right: 1.5px solid var(--nw-moss);
    border-bottom: 1.5px solid var(--nw-moss);
    transform: rotate(45deg);
    opacity: 0.55;
    transition: transform 0.2s ease;
  }

  .nw-package__details[open] > summary::after {
    margin-top: 0.15rem;
    transform: rotate(225deg);
  }
}

@media (min-width: 961px) {
  .nw-package__details > summary {
    pointer-events: none;
  }
}

.nw-testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  width: 100%;
  padding: 1rem 0 3rem;
}

@media (max-width: 768px) {
  .nw-testimonials {
    grid-template-columns: 1fr;
  }
}

.nw-testimonial {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nw-testimonial__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background-color: var(--nw-sand);
}

.nw-testimonial__media picture,
.nw-testimonial__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.nw-testimonial__media img {
  object-fit: cover;
  object-position: center;
}

.nw-testimonial__media::after {
  display: none;
}

.nw-testimonial__name {
  font-family: "Antic Didone", serif;
  font-size: 1.5rem;
  color: var(--nw-moss);
  margin: 0;
}

.nw-testimonial__date {
  font-family: Poppins, sans-serif;
  font-size: 0.85rem;
  color: var(--nw-fresco);
  margin: 0;
  opacity: 0.8;
}

.nw-testimonial__quote {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--nw-fresco);
  margin: 0;
}

.nw-cta-support {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--nw-fresco);
}

.nw-instagram-handle {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  margin: 0 0 1rem;
}

.nw-contact-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(54, 65, 81, 0.55);
  z-index: 9998;
  display: none;
}

body.nw-contact-open .nw-contact-backdrop {
  display: block;
}

.nw-contact-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  pointer-events: none;
}

.nw-contact-modal.is-open,
.nw-contact-modal:not([hidden]) {
  display: flex;
}

.nw-contact-modal[hidden] {
  display: none !important;
}

.nw-contact-card {
  position: relative;
  width: min(100%, 520px);
  overflow: hidden;
  background: var(--nw-white);
  box-shadow: 0 24px 64px rgba(54, 65, 81, 0.28);
  padding: 1.5rem 1.6rem 1.35rem;
  pointer-events: auto;
}

.nw-contact-head {
  position: relative;
  padding-right: 2.75rem;
  margin-bottom: 1rem;
}

.nw-contact-eyebrow {
  margin: 0 0 0.25rem;
  font-family: Poppins, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nw-fresco);
}

.nw-contact-title {
  margin: 0;
  font-family: "Antic Didone", serif;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--nw-moss);
}

.nw-contact-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer;
}

.nw-contact-close svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0;
}

.nw-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 0;
}

.nw-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.nw-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.nw-form label {
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  color: var(--nw-fresco);
}

#nw-contact-form input,
#nw-contact-form textarea,
#nw-contact-form input:focus,
#nw-contact-form textarea:focus,
#nw-contact-form input:focus-visible,
#nw-contact-form textarea:focus-visible,
#nw-contact-form input:invalid,
#nw-contact-form textarea:invalid {
  appearance: none;
  width: 100%;
  border: 1px solid var(--e-global-color-ff51908, rgba(91, 87, 52, 0.23));
  border-radius: 2px;
  background: #fff;
  outline: none;
  box-shadow: none;
  padding: 0.55rem 0.7rem;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  color: var(--nw-midnight);
}

#nw-contact-form textarea {
  resize: none;
  min-height: 4.5rem;
  height: 4.5rem;
  overflow: auto;
}

.nw-form button[type="submit"] {
  margin-top: 0.15rem;
  width: 100%;
  cursor: pointer;
}

.nw-form button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: wait;
}

.nw-form-status {
  font-family: Poppins, sans-serif;
  font-size: 0.85rem;
  min-height: 0;
  margin: 0;
}

.nw-form-status.is-success {
  color: var(--nw-olive);
}

.nw-form-status.is-error {
  color: var(--nw-terracotta);
}

.nw-field-error {
  font-family: Poppins, sans-serif;
  font-size: 0.72rem;
  color: var(--nw-terracotta);
  margin: 0;
}

.nw-form__field.is-invalid input,
.nw-form__field.is-invalid textarea {
  border-color: var(--nw-terracotta) !important;
}

.inavii-grid__item--media-type {
  display: none !important;
}

.inavii-grid__item-box picture {
  display: block;
  width: 100%;
  height: 100%;
}

.inavii-grid__item-box picture img,
.inavii-grid__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elementor-114,
.elementor-114 .elementor-heading-title,
.elementor-114 p,
.elementor-114 span,
.elementor-114 a {
  color: var(--nw-sand);
}

.elementor-114 .elementor-element-fd3cddb {
  padding-top: 25px !important;
  --padding-top: 25px !important;
  padding-bottom: 2.75rem !important;
}

.elementor-114 .elementor-element-e7d4ac0 .e-con-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

.nw-footer-contact {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center;
  padding: 0 !important;
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  --padding-bottom: 0px !important;
  --gap: 0.35rem !important;
}

.nw-footer-contact,
.nw-footer-contact p,
.nw-footer-contact a,
.nw-footer-contact .elementor-heading-title {
  color: var(--nw-sand);
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-align: center;
}

.nw-footer-contact .elementor-heading-title {
  width: 100%;
  margin: 0 0 0.35rem;
}

.nw-footer-contact p {
  margin: 0.15rem 0;
}

.nw-footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.nw-footer-instagram svg {
  width: 0.9em;
  height: 1.03em;
  fill: currentColor;
  flex-shrink: 0;
}

.nw-footer-contact a {
  overflow-wrap: anywhere;
}

.nw-footer-contact a:hover {
  color: var(--nw-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nw-legal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nw-legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  background: rgb(227 203 169 / 0.42);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nw-legal-main {
  flex: 1;
  width: min(720px, calc(100% - 2.5rem));
  margin: 3rem auto 4rem;
}

.nw-legal-main h1 {
  font-family: "Antic Didone", serif;
  font-weight: 400;
  color: var(--nw-moss);
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin: 0 0 0.5rem;
}

.nw-legal-main h2 {
  font-family: "Antic Didone", serif;
  font-weight: 400;
  color: var(--nw-moss);
  font-size: 1.45rem;
  margin: 2rem 0 0.6rem;
}

.nw-legal-main p,
.nw-legal-main li {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: var(--nw-ink);
}

.nw-legal-updated {
  color: var(--nw-fresco);
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}

.nw-legal-footer {
  background: var(--nw-sea);
  color: var(--nw-sand);
  text-align: center;
  padding: 2rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.nw-legal-footer a {
  color: var(--nw-sand);
}

#nw-about-headline {
  display: none !important;
}
