:root {
  --page-shell-width: 1200px;
  --page-shell-wide-width: 1240px;
  --page-section-gap: 1.5rem;
  --page-card-radius: 18px;
  --page-image-radius: 30px;
  --page-card-image-radius: 7px;
  --page-card-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
  --page-shell-bg: #e5d8e4;
  --page-text-color: #111111;
  --page-spacing-20: 1rem;
  --page-spacing-60: 2.25rem;
  --page-spacing-80: 5rem;
}

.button-flow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--page-text-color);
  border-radius: 30px;
  background-color: #25d366;
  color: var(--page-text-color);
  cursor: pointer;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  isolation: isolate;
  overflow: hidden;
  padding: 14px 20px;
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.button-flow::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -360%;
  width: 160%;
  height: 320%;
  border-radius: 50%;
  background: #111111;
  transform: translateX(-50%);
  transition: bottom 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}

.button-flow:hover,
.button-flow:focus-visible {
  border-color: var(--page-text-color);
  color: var(--ast-global-color-4, #feeef4);
}

.button-flow:hover::before,
.button-flow:focus-visible::before {
  bottom: -190%;
}

.main-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--page-shell-bg) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#masthead,
.ast-theme-transparent-header #masthead,
.ast-theme-transparent-header .main-header-bar,
.ast-theme-transparent-header.ast-header-break-point .main-header-bar {
  background-color: var(--page-shell-bg) !important;
}

#page,
#content,
.site-content,
#primary {
  margin-top: 0;
  padding-top: 0;
}

#ast-desktop-header .ast-main-header-wrap,
#ast-mobile-header .ast-main-header-wrap {
  background-color: var(--page-shell-bg);
}

#ast-desktop-header .site-primary-header-wrap {
  width: 100%;
}

#ast-desktop-header .ast-primary-header-bar {
  padding-left: clamp(20px, 3vw, 40px);
  padding-right: clamp(20px, 3vw, 40px);
}

#ast-desktop-header .ast-builder-grid-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 32px;
  min-height: 94px;
}

#ast-desktop-header .site-header-primary-section-left {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: clamp(28px, 3vw, 44px);
}

#ast-desktop-header .site-header-primary-section-left .ast-builder-menu-1 {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
  padding-right: clamp(28px, 3vw, 44px);
}

#ast-desktop-header .ast-builder-menu-1 .ast-main-header-bar-alignment {
  margin-left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

#ast-desktop-header .ast-builder-menu-1 .main-header-bar-navigation,
#ast-desktop-header .ast-builder-menu-1 .main-navigation,
#ast-desktop-header .ast-builder-menu-1 .main-header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ast-desktop-header .ast-builder-menu-1 .main-header-menu {
  flex-wrap: nowrap;
  gap: clamp(18px, 2vw, 34px);
  margin: 0;
  padding: 0;
}

#ast-desktop-header .ast-builder-menu-1 .menu-item {
  display: flex;
  align-items: center;
  margin: 0;
}

#ast-desktop-header .ast-builder-menu-1 .menu-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: auto;
  padding: 10px 0;
  font-size: 0.98rem;
  line-height: 1.2;
  white-space: nowrap;
}

@media (min-width: 922px) {
  #ast-desktop-header .ast-builder-menu-1 .ast-menu-hover-style-underline > .menu-item > .menu-link::before {
    left: 0;
    right: auto;
    bottom: -14px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }

  #ast-desktop-header .ast-builder-menu-1 .ast-menu-hover-style-underline > .menu-item:hover > .menu-link::before,
  #ast-desktop-header .ast-builder-menu-1 .ast-menu-hover-style-underline > .current-menu-item > .menu-link::before,
  #ast-desktop-header .ast-builder-menu-1 .ast-menu-hover-style-underline > .current-menu-ancestor > .menu-link::before {
    background-color: currentColor;
    transform: scaleX(1);
  }
}

#ast-desktop-header .site-header-primary-section-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#ast-desktop-header .ast-header-button-1 .ast-builder-button-wrap {
  display: flex;
  align-items: center;
}

.ast-mobile-header-content {
  background-color: var(--page-shell-bg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  padding: 0 0 20px;
}

.section-shell {
  position: relative;
}

.section-shell--hero,
.section-shell--contact {
  background-color: var(--page-shell-bg) !important;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box;
}

.section-shell > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--page-shell-width);
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-shell--services > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--page-shell-wide-width);
}

.section-grid,
.services-grid,
.gallery-grid {
  width: 100%;
}

.hero-grid,
.about-grid,
.contact-copy,
.contact-media,
.hero-copy,
.hero-media,
.about-copy,
.about-media,
.gallery-column,
.service-card,
.section-stack,
.gallery-stack {
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.hero-copy {
  padding: 50px 20px 0 0;
}

.hero-title {
  margin: 0 0 20px;
  font-size: 2.5rem;
}

.hero-description {
  margin: 0 0 40px;
  font-size: 1.125rem;
  text-align: justify;
}

.hero-actions {
  display: block;
}

.hero-actions > * {
  margin: 0;
}

.hero-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 var(--page-spacing-60) 40px;
}

.hero-figure,
.about-figure,
.contact-figure,
.service-card__figure,
.gallery-item {
  margin: 0;
}

.hero-figure img,
.about-figure img,
.contact-figure img {
  display: block;
  width: 100%;
  border-radius: var(--page-image-radius);
}

.section-shell--hero {
  padding: 200px 100px 0;
}

.about-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.about-media {
  width: 45%;
  display: flex;
  justify-content: center;
}

.about-copy {
  width: 55%;
  padding-left: 100px;
}

.section-heading {
  margin: 0;
}

.section-eyebrow {
  margin: 0;
}

.section-title {
  margin: 10px 0 20px;
}

.section-title--center {
  padding: 0;
  margin: 0;
  text-align: center;
}

.section-description {
  margin: 0;
  padding-bottom: 66px;
}

.section-shell--about {
  padding: 100px 0 0;
}

.services-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.services-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin-top: 20px;
}

.service-card {
  width: 33%;
  padding: 20px;
  display: block;
}

.service-card__figure img {
  display: block;
  width: 100%;
  border-radius: var(--page-card-image-radius);
}

.service-card__title {
  margin: 30px 0 20px;
}

.service-card__description {
  margin: 0;
}

.section-shell--services {
  padding: 100px 0;
}

.gallery-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--page-section-gap);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: flex-start;
  gap: 12px;
}

.gallery-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gallery-item + .gallery-item {
  margin-top: 0;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.section-shell--gallery {
  padding: 0;
  margin-top: var(--page-spacing-80);
  margin-bottom: var(--page-spacing-80);
}

.section-shell--contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--page-spacing-20);
  padding: 80px;
}

.contact-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--page-section-gap);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: var(--page-section-gap);
}

.contact-actions > * {
  margin: 0;
}

.site-footer--simple {
  background: var(--page-shell-bg);
}

.site-footer__inner {
  max-width: var(--page-shell-width);
  margin: 0 auto;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer__copy {
  margin: 0;
  color: var(--page-text-color);
  font-size: 0.875rem;
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--page-text-color);
}

.site-footer__social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  #ast-desktop-header .ast-primary-header-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  #ast-desktop-header .ast-builder-grid-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    min-height: 82px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #ast-desktop-header .site-header-primary-section-left {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    min-width: 0;
  }

  #ast-desktop-header .site-header-primary-section-left .ast-builder-layout-element[data-section="title_tagline"] {
    flex: 0 0 auto;
  }

  #ast-desktop-header .site-header-primary-section-left .ast-builder-menu-1 {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    justify-content: center;
    padding-right: 12px;
  }

  #ast-desktop-header .ast-builder-menu-1 .main-header-menu {
    gap: clamp(8px, 1vw, 14px);
  }

  #ast-desktop-header .ast-builder-menu-1 .menu-link {
    padding: 8px 0;
    font-size: 0.84rem;
  }

  #ast-desktop-header .site-header-primary-section-right .button-flow {
    padding: 10px 14px !important;
    font-size: 0.84rem !important;
  }

  #ast-desktop-header .site-logo-img img,
  .astra-logo-svg {
    width: 150px;
    max-width: 150px;
  }

  .section-shell--hero {
    padding: 120px 30px 100px;
  }

  .hero-copy {
    padding: 10px 20px 0 0;
  }

  .hero-media {
    margin: 0;
  }

  .about-copy {
    width: 55%;
    padding-left: 50px;
  }

  .about-media {
    width: 45%;
  }

  .section-description {
    padding-bottom: 66px;
  }

  .section-shell--about {
    padding: 80px 30px 0;
  }

  .section-shell--services {
    padding: 80px 20px;
  }

  .services-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .service-card {
    width: 33%;
    padding: 10px;
  }

  .section-shell--gallery {
    padding: 0 20px 70px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item img {
    height: auto;
  }

  .section-shell--contact {
    padding: 50px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  #ast-mobile-header .ast-builder-grid-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #ast-mobile-header .site-header-primary-section-left,
  #ast-mobile-header .site-header-primary-section-right {
    display: flex;
    align-items: center;
  }

  #ast-mobile-header .site-header-primary-section-right {
    margin-left: auto;
  }

  #ast-mobile-header .menu-toggle .ast-close-svg {
    display: none;
  }

  #ast-mobile-header .menu-toggle .ast-menu-svg {
    display: block;
  }

  .ast-main-header-nav-open #ast-mobile-header .menu-toggle .ast-close-svg {
    display: block;
  }

  .ast-main-header-nav-open #ast-mobile-header .menu-toggle .ast-menu-svg {
    display: none;
  }

  #ast-mobile-header .ast-main-header-wrap {
    padding: 0 8px;
  }

  #ast-mobile-header .ast-primary-header-bar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  #ast-mobile-header .site-branding {
    display: flex;
    align-items: center;
  }

  #ast-mobile-header .ast-button-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9998;
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
  }

  .ast-mobile-header-content .ast-builder-menu-mobile {
    height: 218px;
  }

  .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation {
    padding: 0 28px;
    height: 218px;
  }

  .ast-mobile-header-content .ast-builder-menu-mobile .main-header-menu,
  .ast-mobile-header-content .ast-builder-menu-mobile .main-header-menu .menu-item {
    display: block !important;
    width: 100%;
  }

  .ast-mobile-header-content .ast-builder-menu-mobile .main-header-menu {
    margin: 0;
    padding: 0;
    height: 218px;
  }

  .ast-mobile-header-content .ast-builder-menu-mobile .menu-item {
    height: 44px;
    margin: 0;
    justify-content: flex-start;
  }

  .ast-mobile-header-content .ast-builder-menu-mobile .menu-link {
    display: block;
    padding: 4px 0;
    font-size: inherit;
    line-height: 1.4;
    color: var(--ast-global-color-2);
  }

  .ast-mobile-header-content .ast-header-button-1 {
    display: block;
    width: 100%;
    height: 84px;
    padding: 0 28px;
  }

  .ast-mobile-header-content .ast-header-button-1 .ast-builder-button-wrap {
    display: flex;
    justify-content: flex-start;
    height: 84px;
    align-items: flex-start;
  }

  .ast-mobile-header-content .ast-header-button-1 .button-flow {
    margin: 0;
  }

  .section-shell--hero {
    padding: 120px 30px 100px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-copy {
    padding: 10px 0 0;
  }

  .hero-media {
    margin: 0;
  }

  .hero-figure img {
    max-width: 559px;
    margin: 0 auto;
  }

  .about-grid {
    gap: 40px;
    align-items: center;
  }

  .about-media,
  .about-copy {
    width: 100%;
  }

  .about-copy {
    padding-left: 0;
  }

  .section-description {
    padding-bottom: 32px;
  }

  .section-shell--about {
    padding-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .services-grid {
    display: block;
    margin-top: 40px;
  }

  .service-card {
    width: 100%;
    padding: 10px;
  }

  .service-card + .service-card {
    margin-top: 30px;
  }

  .section-shell--services {
    padding: 80px 20px;
  }

  .section-shell--gallery {
    padding: 0 20px 70px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: auto;
  }

  .section-shell--contact {
    padding: 50px 30px;
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .section-shell--hero,
  .section-shell--about,
  .section-shell--services,
  .section-shell--gallery,
  .section-shell--contact {
    overflow-x: clip;
  }
}