@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');._navbar_1dhy3_1 {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: box-shadow 0.3s ease;
  padding-top: env(safe-area-inset-top, 0);
  overflow: visible;
  transform: translateZ(0);
  will-change: transform;
}

._menuOpen_1dhy3_16 {
  background: rgba(250, 248, 244, 0.98);
}

._scrolled_1dhy3_20 {
  box-shadow: none;
}

._inner_1dhy3_24 {
  position: relative;
  z-index: 1002;
  display: grid;
  justify-items: center;
  justify-content: center;
  padding: 1rem 1.25rem 1.2rem;
  min-height: var(--nav-height-mobile);
  gap: 0.95rem;
}

._logoRow_1dhy3_35 {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

._navRow_1dhy3_43 {
  width: 100%;
  display: none;
  justify-content: center;
  padding-top: 0.7rem;
  position: relative;
  z-index: 2;
}

._logoLink_1dhy3_52 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

._logo_1dhy3_35 {
  height: 74px;
  width: 74px;
  object-fit: contain;
}

._desktopNav_1dhy3_64 {
  display: none;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 2rem);
  width: 100%;
  flex-wrap: wrap;
  overflow: visible;
}

._navLink_1dhy3_74 {
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-ink);
  transition: color 0.2s ease, opacity 0.2s ease;
  opacity: 0.95;
}

._navLink_1dhy3_74:hover {
  color: var(--color-sage-darker);
  opacity: 1;
}

._activeLink_1dhy3_89 {
  color: var(--color-sage-darker);
  font-weight: 600;
  opacity: 1;
}

._activeMobile_1dhy3_95 {
  color: var(--color-sage-darker);
  font-weight: 600;
}

._menuToggle_1dhy3_100 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ink);
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  border-radius: var(--radius-sm);
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 1003;
}

._mobileOverlay_1dhy3_115 {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: var(--color-cream);
  padding-top: calc(var(--nav-height-mobile) + env(safe-area-inset-top, 0));
  padding-bottom: env(safe-area-inset-bottom, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

._mobileOpen_1dhy3_130 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

._mobileNav_1dhy3_136 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
  min-height: 100%;
  padding: 1.25rem 1.25rem 2rem;
}

._mobileLink_1dhy3_146 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-ink);
  text-align: center;
  border-radius: var(--radius-sm);
  min-height: 48px;
  background: rgba(250, 248, 244, 0.6);
  border: 1px solid var(--color-mist);
}

._mobileLink_1dhy3_146:active {
  background: rgba(61, 92, 73, 0.12);
}

@media (min-width: 768px) {
  ._inner_1dhy3_24 {
    padding: 1.1rem 1.5rem 1.35rem;
    min-height: var(--nav-height-desktop);
  }

  ._logo_1dhy3_35 {
    height: 82px;
    width: 82px;
  }

  ._navRow_1dhy3_43 {
    display: flex;
  }

  ._desktopNav_1dhy3_64 {
    display: flex;
    flex-wrap: nowrap;
  }

  ._menuToggle_1dhy3_100 {
    display: none;
  }

  ._mobileOverlay_1dhy3_115 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  ._navLink_1dhy3_74 {
    font-size: 0.82rem;
  }

  ._desktopNav_1dhy3_64 {
    gap: 0.85rem;
  }
}
._footer_febi4_1 {
  width: 100%;
  font-family: var(--font-body), sans-serif;
}

._topSection_febi4_6 {
  background-color: #2F3E36;
  padding: 4rem 2rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._headerContainer_febi4_14 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 3rem;
  gap: 1.5rem;
}

._line_febi4_23 {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

._title_febi4_29 {
  color: #FFFFFF;
  font-family: var(--font-display), serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 767px) {
  ._topSection_febi4_6 {
    padding: 3rem 1.25rem 3.5rem;
  }

  ._headerContainer_febi4_14 {
    gap: 0.75rem;
    margin-bottom: 2rem;
  }

  ._bottomSection_febi4_49 {
    padding: 1.25rem 1.25rem;
    text-align: center;
  }
}

._socialIcons_febi4_55 {
  display: flex;
  gap: 1.5rem;
}

._iconCircle_febi4_60 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #FFFFFF;
  color: #2F3E36;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

._iconCircle_febi4_60:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

._iconCircle_febi4_60 svg {
  width: 20px;
  height: 20px;
}

._bottomSection_febi4_49 {
  background-color: #F8F8F8;
  padding: 1.5rem 2rem;
  border-top: 1px solid #E5E5E5;
}

._bottomContent_febi4_88 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  ._bottomContent_febi4_88 {
    flex-direction: row;
  }
}

._copyright_febi4_104 {
  color: #555555;
  font-size: 0.85rem;
  margin: 0;
}

._poweredBy_febi4_110 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #555555;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  ._poweredBy_febi4_110 {
    align-items: flex-end;
  }
}

._godaddyLogo_febi4_125 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.1rem;
  color: #111111;
}
._home_1m9bn_1 {
  background: var(--color-parchment);
}

._heroSection_1m9bn_9,
._aboutSection_1m9bn_11,
._servicesSection_1m9bn_13,
._gallerySection_1m9bn_15,
._faqSection_1m9bn_17 {
  padding: 5rem 1.5rem;
}

._heroSection_1m9bn_9 {
  padding-top: calc(var(--nav-height-desktop) + 2rem);
}

._heroGrid_1m9bn_33,
._aboutGrid_1m9bn_35,
._investmentGrid_1m9bn_37 {
  display: grid;
  gap: 2rem;
  align-items: center;
}

._heroImageWrap_1m9bn_49,
._aboutImageWrap_1m9bn_51,
._investmentImageWrap_1m9bn_53 {
  border-radius: 8px;
  overflow: hidden;
}

._heroImage_1m9bn_49,
._aboutImage_1m9bn_51,
._investmentImage_1m9bn_53 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._heroContent_1m9bn_79,
._aboutContent_1m9bn_81 {
  max-width: 520px;
}

._heroTitle_1m9bn_89 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.14;
  margin-bottom: 1rem;
}

._heroCopy_1m9bn_103,
._aboutContent_1m9bn_81 p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(30, 36, 32, 0.88);
}

._kicker_1m9bn_119,
._kickerCenter_1m9bn_121,
._kickerLight_1m9bn_123 {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

._kicker_1m9bn_119,
._kickerCenter_1m9bn_121 {
  color: var(--color-sage-darker);
}

._kickerCenter_1m9bn_121,
._sectionTitleCenter_1m9bn_151,
._centerLead_1m9bn_153 {
  text-align: center;
}

._sectionTitle_1m9bn_151,
._sectionTitleCenter_1m9bn_151 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

._centerLead_1m9bn_153 {
  max-width: 760px;
  margin: 0 auto 2rem;
  line-height: 1.75;
  color: rgba(30, 36, 32, 0.84);
}

._serviceCards_1m9bn_189 {
  display: grid;
  gap: 1rem;
  max-width: 760px;
  margin: 0 auto 1.75rem;
}

._serviceCard_1m9bn_189 {
  border: 1px solid var(--color-mist);
  background: var(--color-card);
  border-radius: 10px;
  padding: 1.2rem 1.1rem;
}

._serviceCard_1m9bn_189 h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 0.65rem;
}

._serviceCard_1m9bn_189 p {
  color: rgba(30, 36, 32, 0.86);
}

._priceRow_1m9bn_237 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 620px;
  margin: 0 auto;
}

._priceCard_1m9bn_253 {
  background: #fff;
  border: 1px solid var(--color-mist);
  border-radius: 10px;
  padding: 0.85rem 0.75rem;
  text-align: center;
}

._priceCard_1m9bn_253 span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-sage-darker);
}

._priceCard_1m9bn_253 strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.1;
}

._featuredPrice_1m9bn_297 {
  border-width: 2px;
  border-color: var(--color-sage-darker);
  background: var(--color-card-strong);
}

._gallerySection_1m9bn_15 {
  padding-top: 0;
}

._galleryMarquee_1m9bn_317 {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

._galleryMarqueeTrack_1m9bn_333 {
  display: flex;
  gap: 0.9rem;
  width: max-content;
}

._galleryMarqueeGroup_1m9bn_345 {
  display: flex;
  gap: 0.9rem;
  animation: _scrollMarquee_1m9bn_1 25s linear infinite;
}

._galleryMarqueeTrack_1m9bn_333:hover ._galleryMarqueeGroup_1m9bn_345 {
  animation-play-state: paused;
}

@keyframes _scrollMarquee_1m9bn_1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 0.9rem));
  }
}

._galleryThumb_1m9bn_383 {
  flex: 0 0 clamp(160px, 20vw, 240px);
  width: clamp(160px, 20vw, 240px);
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(20, 26, 23, 0.12);
}

._investmentSection_1m9bn_401 {
  background: var(--color-sage-darker);
  color: var(--color-cream);
  padding: 5rem 1.5rem;
}

._investmentContent_1m9bn_413 h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 0.75rem;
}

._investmentContent_1m9bn_413 p {
  max-width: 420px;
  margin-bottom: 1rem;
  opacity: 0.9;
}

._kickerLight_1m9bn_123 {
  color: rgba(242, 237, 228, 0.85);
}

._lightButton_1m9bn_445 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  min-height: 48px;
  border-radius: 999px;
  background: var(--color-cream);
  color: var(--color-sage-darker);
  font-size: 0.85rem;
  font-weight: 600;
}

._faqList_1m9bn_471 {
  display: grid;
  gap: 0.75rem;
  max-width: 860px;
  margin: 0 auto;
}

._faqItem_1m9bn_485 {
  border: 1px solid #d8ddd7;
  border-radius: 8px;
  padding: 1rem;
  background: #f9f6ef;
}

._faqItem_1m9bn_485 h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

._faqItem_1m9bn_485 p {
  font-size: 0.9rem;
  color: rgba(30, 36, 32, 0.82);
}

._centerAction_1m9bn_519 {
  text-align: center;
  margin-top: 1.5rem;
}

._testimonialSection_1m9bn_529 {
  padding: 5rem 1.5rem;
  color: var(--color-cream);
  background:
    linear-gradient(rgba(31, 50, 40, 0.72), rgba(31, 50, 40, 0.72)),
    url('/images/events/orvex-booths-florida-event-07.png') center / cover no-repeat;
}

._testimonialWrap_1m9bn_545 h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 1.25rem;
}

._testimonialGrid_1m9bn_557 {
  display: grid;
  gap: 1rem;
}

._testimonialCard_1m9bn_567 {
  background: rgba(250, 248, 244, 0.96);
  color: var(--color-ink);
  border-radius: 8px;
  padding: 1rem;
}

._testimonialCard_1m9bn_567 p {
  margin-bottom: 0.75rem;
}

._testimonialCard_1m9bn_567 h3 {
  font-family: var(--font-display);
  font-size: 1rem;
}

._testimonialCard_1m9bn_567 span {
  font-size: 0.8rem;
  opacity: 0.75;
}

@media (prefers-reduced-motion: reduce) {
  ._galleryMarqueeGroup_1m9bn_345 {
    animation: none;
  }
}

@media (min-width: 768px) {
  ._heroGrid_1m9bn_33,
  ._aboutGrid_1m9bn_35,
  ._investmentGrid_1m9bn_37 {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  ._heroSection_1m9bn_9 {
    padding-top: calc(var(--nav-height-desktop) + 2.5rem);
  }

  ._serviceCards_1m9bn_189 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ._testimonialGrid_1m9bn_557 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  ._heroSection_1m9bn_9,
  ._aboutSection_1m9bn_11,
  ._servicesSection_1m9bn_13,
  ._gallerySection_1m9bn_15,
  ._investmentSection_1m9bn_401,
  ._faqSection_1m9bn_17,
  ._testimonialSection_1m9bn_529 {
    padding: 3.5rem 1.25rem;
  }

  ._heroSection_1m9bn_9 {
    padding-top: calc(var(--nav-height-mobile) + 1.5rem);
  }

  ._heroContent_1m9bn_79,
  ._aboutContent_1m9bn_81 {
    max-width: none;
  }

  ._priceRow_1m9bn_237 {
    grid-template-columns: 1fr;
  }

  ._testimonialGrid_1m9bn_557 {
    grid-template-columns: 1fr;
  }
}
._widgetContainer_kdcjn_1 {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-image: url('/images/setups/orvex-booths-setup-11.png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem;
  color: #fff;
  text-align: center;
}

._backgroundOverlay_kdcjn_17 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

._content_kdcjn_27 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
}

._title_kdcjn_34 {
  font-family: var(--font-display), serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

._ratingSummary_kdcjn_44 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

._googleIconCircle_kdcjn_52 {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

._ratingScore_kdcjn_63 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

._ratingText_kdcjn_69 {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

._ratingText_kdcjn_69 strong {
  font-size: 1rem;
  font-weight: 600;
}

._ratingText_kdcjn_69 p {
  font-size: 0.8rem;
  opacity: 0.9;
  margin: 0;
}

._stars_kdcjn_87 {
  color: #FBBC05;
  font-size: 1rem;
  display: flex;
  gap: 2px;
}

._sliderContainer_kdcjn_94 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

._cardsRow_kdcjn_101 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem 0 2rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Hide scrollbar Firefox */
  scroll-behavior: smooth;
}

._cardsRow_kdcjn_101::-webkit-scrollbar {
  display: none; /* Hide scrollbar Chrome/Safari */
}

._navButton_kdcjn_119 {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s, background 0.2s;
  padding: 0 0.5rem;
  height: 60px;
  border-radius: 4px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

._navButton_kdcjn_119:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

._card_kdcjn_101 {
  background: #fff;
  color: #333;
  padding: 2.5rem 1.5rem 1.5rem;
  border-radius: 4px;
  flex: 0 0 clamp(240px, 25vw, 280px);
  width: clamp(240px, 25vw, 280px);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  scroll-snap-align: start;
}

._avatar_kdcjn_156 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  overflow: hidden;
}

._avatar_kdcjn_156 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._initialAvatar_kdcjn_170 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

._cardStars_kdcjn_181 {
  color: #FBBC05;
  font-size: 1rem;
  display: flex;
  gap: 2px;
  margin-bottom: 1rem;
}

._reviewText_kdcjn_189 {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  flex-grow: 1;
  margin-bottom: 1rem;
}

._readMore_kdcjn_197 {
  color: #666;
  font-size: 0.85rem;
  text-decoration: none;
  margin-bottom: 1rem;
}

._readMore_kdcjn_197:hover {
  text-decoration: underline;
}

._cardFooter_kdcjn_208 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #888;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  width: 100%;
  justify-content: center;
}

._smallGoogleIcon_kdcjn_220 {
  display: flex;
  align-items: center;
}

._dots_kdcjn_225 {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

._dot_kdcjn_225, ._dotActive_kdcjn_232 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
}

._dotActive_kdcjn_232 {
  background: #fff;
}

@media (max-width: 900px) {
  ._widgetContainer_kdcjn_1 {
    min-height: auto;
    padding: 3.5rem 1.25rem;
  }

  ._ratingSummary_kdcjn_44 {
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }

  ._ratingScore_kdcjn_63 {
    font-size: 2rem;
  }

  ._navButton_kdcjn_119 {
    display: none;
  }

  ._cardsRow_kdcjn_101 {
    padding: 0.5rem 0 1.5rem;
    gap: 1rem;
  }

  ._card_kdcjn_101 {
    flex: 0 0 min(85vw, 300px);
    width: min(85vw, 300px);
    min-height: 340px;
    padding: 2rem 1.25rem 1.25rem;
  }

  ._title_kdcjn_34 {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    letter-spacing: 0.06em;
    margin-bottom: 1.5rem;
  }
}
._pageTop_cn2ti_1 {
  padding-top: var(--nav-height-desktop);
  background: #fff;
}

@media (max-width: 767px) {
  ._pageTop_cn2ti_1 {
    padding-top: var(--nav-height-mobile);
  }
}

/* Hero Video */
._mediaStack_cn2ti_13 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 1.5rem 3rem;
  background: #fff;
}

._mediaItem_cn2ti_21 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #1e2420;
}

/* Story Section */
._storySection_cn2ti_32 {
  padding: 5rem 1.5rem;
  background: #fff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

._storyTitle_cn2ti_40 {
  font-family: var(--font-display), serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #2F3E36;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

._storyText_cn2ti_49 p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.5rem;
}

._storyText_cn2ti_49 p:last-child {
  margin-bottom: 0;
}

/* Owner Photos */
._ownerPhotos_cn2ti_61 {
  display: flex;
  gap: 1.5rem;
  padding: 0 1.5rem;
  max-width: 1100px;
  margin: 0 auto 3rem;
}

._ownerPhotos_cn2ti_61 img {
  flex: 1;
  width: 50%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 768px) {
  ._ownerPhotos_cn2ti_61 {
    flex-direction: column;
  }
  ._ownerPhotos_cn2ti_61 img {
    width: 100%;
  }
}

/* CTA Container */
._ctaContainer_cn2ti_87 {
  text-align: center;
  padding: 0 1.5rem 5rem;
  background: #fff;
}

._workTogetherBtn_cn2ti_93 {
  display: inline-block;
  background: #2F3E36;
  color: #fff;
  padding: 1rem 3rem;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  ._storySection_cn2ti_32 {
    padding: 3rem 1.25rem;
  }

  ._ownerPhotos_cn2ti_61 {
    padding: 0 1.25rem;
    gap: 1rem;
  }

  ._ctaContainer_cn2ti_87 {
    padding: 0 1.25rem 3.5rem;
  }

  ._workTogetherBtn_cn2ti_93 {
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  ._instagramSection_cn2ti_130 {
    padding: 3rem 1.25rem 3.5rem;
  }
}

._workTogetherBtn_cn2ti_93:hover {
  opacity: 0.8;
}

/* Instagram Section */
._instagramSection_cn2ti_130 {
  padding: 4rem 1.5rem 5rem;
  background: #fff;
  text-align: center;
}

._instagramHeader_cn2ti_146 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

._line_cn2ti_157 {
  flex: 1;
  height: 1px;
  background: #2F3E36;
  opacity: 0.3;
}

._instagramTitle_cn2ti_164 {
  font-family: var(--font-display), serif;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  color: #2F3E36;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 480px) {
  ._instagramTitle_cn2ti_164 {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }

  ._instagramHeader_cn2ti_146 {
    gap: 0.75rem;
  }
}

._instagramLink_cn2ti_185 {
  color: #555;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

._instagramLink_cn2ti_185:hover {
  color: #2F3E36;
}
._pageTop_1yxf2_1 {
  padding-top: var(--nav-height-desktop);
  background: #fff;
}

@media (max-width: 767px) {
  ._pageTop_1yxf2_1 {
    padding-top: var(--nav-height-mobile);
  }
}

._section_1yxf2_12 {
  padding: 4rem 1.5rem;
  background: #fff;
  text-align: center;
}

._sectionHeader_1yxf2_18 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

._line_1yxf2_29 {
  flex: 1;
  height: 1px;
  background: #2F3E36;
  opacity: 0.3;
}

._title_1yxf2_36 {
  font-family: var(--font-display), serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 0.1em;
  color: #2F3E36;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

/* Most Loved Backdrops */
._backdropsScroll_1yxf2_47 {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 1.25rem 1rem;
  scroll-padding-inline: 1.25rem;
  scrollbar-width: none;
  max-width: 1200px;
  margin: 0 auto;
}

._backdropsScroll_1yxf2_47::-webkit-scrollbar {
  display: none;
}

._backdropCard_1yxf2_63 {
  flex: 0 0 calc(25% - 0.75rem);
  min-width: 250px;
  aspect-ratio: 1;
  position: relative;
  scroll-snap-align: start;
}

@media (max-width: 767px) {
  ._section_1yxf2_12 {
    padding: 3rem 1.25rem;
  }

  ._sectionHeader_1yxf2_18 {
    gap: 0.75rem;
    margin-bottom: 2rem;
  }

  ._customizationsGrid_1yxf2_81 {
    gap: 1.5rem;
  }

  ._backdropCard_1yxf2_63 {
    flex: 0 0 85vw;
    min-width: 85vw;
  }
}

._backdropImg_1yxf2_91 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._backdropName_1yxf2_97 {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  letter-spacing: 0.05em;
}

/* Customizations Grid */
._customizationsGrid_1yxf2_81 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  max-width: 1000px;
  margin: 0 auto 3rem;
  text-align: center;
}

@media (max-width: 768px) {
  ._customizationsGrid_1yxf2_81 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

._customItem_1yxf2_125 h3 {
  font-family: var(--font-display), serif;
  font-size: 1.1rem;
  color: #55788a; /* Soft blueish tint in reference */
  margin-bottom: 0.5rem;
  font-weight: 400;
}

._customItem_1yxf2_125 p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4a4a4a;
  max-width: 280px;
  margin: 0 auto;
}

._viewPackagesBtn_1yxf2_141 {
  display: inline-block;
  background: #2F3E36;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

._viewPackagesBtn_1yxf2_141:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  ._viewPackagesBtn_1yxf2_141 {
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 48px;
  }
}

/* Booth in Action */
._collage_1yxf2_171 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}

._collageItem_1yxf2_179 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 5;
}

._collageImg_1yxf2_186 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 560px) {
  ._collage_1yxf2_171 {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 0.85rem;
  }
}
._faq_1e15n_1 {
  background: var(--color-sage-dark);
  color: var(--color-cream);
  padding: 6rem 1.5rem 5.5rem;
}

/* Applied on the FAQ standalone page — pushes the green section down so the absolute navbar sits in the white space above it */
._faqPageTop_1e15n_8 {
  margin-top: var(--nav-height-desktop);
}

@media (max-width: 767px) {
  ._faq_1e15n_1 {
    padding: 3.5rem 1.25rem 4rem;
  }

  ._faqPageTop_1e15n_8 {
    margin-top: var(--nav-height-mobile);
  }

  ._header_1e15n_21 {
    margin-bottom: var(--space-lg);
  }

  ._bottomCta_1e15n_25 {
    margin-top: 3rem;
    padding-top: 2rem;
  }

  ._ctaButton_1e15n_30 {
    width: 100%;
    max-width: 320px;
  }
}

._header_1e15n_21 {
  text-align: center;
  max-width: 820px;
  margin: 0 auto var(--space-xl);
}

._titleRow_1e15n_42 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

._titleLine_1e15n_50 {
  height: 1px;
  flex: 1;
  max-width: 280px;
  background: rgba(242, 237, 228, 0.45);
}

._title_1e15n_42 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

._emailLine_1e15n_65 {
  max-width: 720px;
  margin: 0 auto 2.25rem;
  font-size: var(--text-small);
  line-height: 1.7;
  color: #fff;
  opacity: 1;
}

._emailLink_1e15n_74 {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

._list_1e15n_82 {
  max-width: 760px;
  margin: 0 auto;
}

._item_1e15n_87 {
  border-bottom: 1px solid rgba(242, 237, 228, 0.18);
}

._question_1e15n_91 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  width: 100%;
  padding: 1.35rem 0;
  min-height: 60px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-cream);
}

._questionText_1e15n_106 {
  max-width: 620px;
}

._chevron_1e15n_110 {
  flex-shrink: 0;
  color: var(--color-cream);
  transition: transform 0.25s ease;
}

._chevronOpen_1e15n_116 {
  transform: rotate(180deg);
}

._answerWrap_1e15n_120 {
  overflow: hidden;
}

._answer_1e15n_120 {
  padding: 0 0 var(--space-md);
  font-size: var(--text-small);
  line-height: 1.7;
  color: var(--color-cream);
  opacity: 0.9;
}

._bottomCta_1e15n_25 {
  text-align: center;
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

._ctaTitle_1e15n_142 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  margin-bottom: 1rem;
}

._ctaCopy_1e15n_149 {
  font-size: var(--text-small);
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

._ctaButton_1e15n_30 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  border-radius: 999px;
  background: var(--color-cream);
  color: var(--color-sage-darker);
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: 2px solid var(--color-cream);
  transition: background 0.2s ease, color 0.2s ease;
}

._ctaButton_1e15n_30:hover {
  background: transparent;
  color: var(--color-cream);
}

@media (prefers-reduced-motion: reduce) {
  ._answerWrap_1e15n_120 {
    transition: none;
  }
}
._contactSection_5c1cs_1 {
  background-color: #2F3E36;
  padding: 4rem 1.5rem;
  display: flex;
  justify-content: center;
}

._formContainer_5c1cs_8 {
  background-color: #F8F8F8;
  width: 100%;
  max-width: 800px;
  padding: 3rem 4rem;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

._form_5c1cs_8 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

._row_5c1cs_23 {
  display: flex;
  gap: 2rem;
}

._row_5c1cs_23 > div {
  flex: 1;
}

._field_5c1cs_32 {
  display: flex;
  flex-direction: column;
  position: relative;
}

._field_5c1cs_32 label {
  font-family: var(--font-display), serif;
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

._field_5c1cs_32 input[type="text"],
._field_5c1cs_32 input[type="email"],
._field_5c1cs_32 input[type="tel"],
._field_5c1cs_32 input[type="date"],
._field_5c1cs_32 select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  padding: 0.5rem 0;
  font-family: var(--font-body), sans-serif;
  font-size: 0.95rem;
  color: #333;
  width: 100%;
  border-radius: 0;
}

._field_5c1cs_32 input::placeholder {
  color: #A0A0A0;
  font-style: italic;
}

._field_5c1cs_32 select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.65rem auto;
  padding-right: 2rem;
}

._field_5c1cs_32 input:focus,
._field_5c1cs_32 select:focus {
  outline: none;
  border-bottom-color: #2F3E36;
}

._radioGroup_5c1cs_83 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

._radioLabel_5c1cs_90 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.95rem;
  color: #333;
}

._radioLabel_5c1cs_90 input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #2F3E36;
}

._errorText_5c1cs_106 {
  color: #D32F2F;
  font-size: 0.7rem;
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  font-style: italic;
}

._formFooter_5c1cs_115 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
}

._disclaimer_5c1cs_122 {
  font-size: 0.65rem;
  color: #888;
  max-width: 60%;
  line-height: 1.4;
  margin: 0;
}

._submitBtn_5c1cs_130 {
  background-color: #D3D3D3;
  color: #FFFFFF;
  border: none;
  padding: 0.75rem 2.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  letter-spacing: 0.05em;
}

._submitBtn_5c1cs_130:hover {
  background-color: #A9A9A9;
}

@media (max-width: 767px) {
  ._contactSection_5c1cs_1 {
    padding: 2rem 1.25rem 2.5rem;
  }

  ._formContainer_5c1cs_8 {
    max-width: 420px;
    padding: 2rem 1.35rem;
    border-radius: 0;
  }

  ._form_5c1cs_8 {
    gap: 1.65rem;
  }

  ._field_5c1cs_32 label {
    font-size: 0.95rem;
  }

  ._field_5c1cs_32 input[type="text"],
  ._field_5c1cs_32 input[type="email"],
  ._field_5c1cs_32 input[type="tel"],
  ._field_5c1cs_32 input[type="date"],
  ._field_5c1cs_32 select {
    font-size: 1rem;
    padding: 0.6rem 0;
  }
}

@media (max-width: 640px) {
  ._formContainer_5c1cs_8 {
    padding: 2rem 1.35rem;
  }
  ._row_5c1cs_23 {
    flex-direction: column;
    gap: 2rem;
  }
  ._formFooter_5c1cs_115 {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
  }
  ._disclaimer_5c1cs_122 {
    max-width: 100%;
    font-size: 0.75rem;
  }
  ._submitBtn_5c1cs_130 {
    width: 100%;
  }
}
._heroStrip_s6rlh_1 {
  display: flex;
  width: 100%;
  padding-top: var(--nav-height-desktop);
  background: #fff;
}

._heroImage_s6rlh_8 {
  flex: 1;
  width: 33.333%;
  height: clamp(180px, 22vw, 320px);
  object-fit: cover;
}

._connectSeparator_s6rlh_15 {
  background-color: #2F3E36;
  padding: 0 2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._connectContainer_s6rlh_23 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 2rem;
  gap: 1.5rem;
}

._line_s6rlh_32 {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

._title_s6rlh_38 {
  color: #FFFFFF;
  font-family: var(--font-display), serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

._socialIcons_s6rlh_48 {
  display: flex;
  gap: 1.5rem;
}

._iconCircle_s6rlh_53 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #FFFFFF;
  color: #2F3E36;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

._iconCircle_s6rlh_53:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

._iconCircle_s6rlh_53 svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  ._heroStrip_s6rlh_1 {
    padding-top: var(--nav-height-mobile);
    flex-direction: row;
  }

  ._heroImage_s6rlh_8 {
    width: 33.333%;
    height: clamp(110px, 30vw, 150px);
  }

  ._connectSeparator_s6rlh_15 {
    padding: 0 1.25rem 3rem;
  }

  ._connectContainer_s6rlh_23 {
    gap: 0.75rem;
  }
}
._notFound_mwwj6_1 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 1.5rem 4rem;
  text-align: center;
}

._title_mwwj6_10 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: var(--space-sm);
}

._description_mwwj6_17 {
  max-width: 420px;
  margin: 0 auto var(--space-md);
  line-height: 1.65;
  opacity: 0.85;
}

._actions_mwwj6_24 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}


:root {
  --color-sage-darker: #1f3228;
  --color-sage-dark: #2c4336;
  --color-sage: #3b5847;
  --color-sage-light: #627b6c;
  --color-olive-light: #667c6f;
  --color-olive-mist: #5a6f62;
  --color-cream: #f2ede4;
  --color-parchment: #faf8f4;
  --color-card: #dce5de;
  --color-card-strong: #cfd9d1;
  --color-ink: #1e2420;
  --color-mist: #c5d0c8;

  --text-hero: clamp(2.75rem, 6vw, 5rem);
  --text-h2: clamp(1.875rem, 3.5vw, 2.75rem);
  --text-h3: clamp(1.2rem, 2vw, 1.5rem);
  --text-body: 1rem;
  --text-small: 0.875rem;
  --text-eyebrow: 0.75rem;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 8rem;

  --radius-sm: 6px;
  --radius-md: 16px;
  --radius-full: 9999px;

  --max-width: 1200px;
  --section-padding: 6rem 1.5rem;
  --nav-height-desktop: 172px;
  --nav-height-mobile: 108px;

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Source Sans 3', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--color-ink);
  background-color: var(--color-parchment);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
}

input,
textarea,
select,
button {
  font-family: var(--font-body);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul {
  list-style: none;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-eyebrow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-sage-darker);
  margin-bottom: var(--space-sm);
}

.sectionTitle {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-h2);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-ink);
  margin-bottom: var(--space-md);
}

.btnPrimary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: var(--color-sage-dark);
  color: var(--color-cream);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--text-small);
  border-radius: var(--radius-full);
  transition: background 0.25s ease, transform 0.25s ease;
}

.btnPrimary:hover {
  background: var(--color-sage-darker);
  transform: translateY(-1px);
}

.btnGhost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: transparent;
  color: var(--color-ink);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--text-small);
  border: 1px solid var(--color-sage-dark);
  border-radius: var(--radius-full);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.btnGhost:hover {
  background: rgba(61, 92, 73, 0.08);
  border-color: var(--color-sage-darker);
}

.sectionAlt {
  background-color: var(--color-cream);
}

.sectionDefault {
  background-color: var(--color-parchment);
}

.pageTopOffset {
  padding-top: var(--nav-height-desktop);
}

@media (max-width: 767px) {
  :root {
    --section-padding: 3.5rem 1.25rem;
    --space-lg: 2.5rem;
    --space-xl: 4rem;
    --space-md: 1.5rem;
  }

  .pageTopOffset {
    padding-top: var(--nav-height-mobile);
  }

  .btnPrimary,
  .btnGhost {
    font-size: 1rem;
    min-height: 48px;
    width: 100%;
    justify-content: center;
  }

  .sectionTitle {
    margin-bottom: var(--space-sm);
  }
}
