/*
Theme Name: Soma Healing – Enfold Child
Description: Mobile-first redesign for Soma Healing, based on the Enfold parent theme.
Version: 1.0.21
Template: enfold
Text Domain: soma-healing
*/

/*
 * Quicksand and Work Sans are bundled locally in assets/fonts.
 * No request to Google Fonts is required in production.
 */

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("assets/fonts/quicksand-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("assets/fonts/quicksand-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/work-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/work-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --sh-paper: #f7f2e9;
  --sh-linen: #ede3d5;
  --sh-sand: #d3ad78;
  --sh-sand-soft: #e7d4b9;
  --sh-azure: #0e71b8;
  --sh-azure-dark: #245f73;
  --sh-rust: #a84d35;
  --sh-olive: #7f9849;
  --sh-ink: #26393b;
  --sh-copy: #536164;
  --sh-white: #ffffff;
  --sh-line: rgba(38, 57, 59, 0.16);
  --sh-line-light: rgba(255, 255, 255, 0.24);
  --sh-shadow-soft: 0 1.5rem 4rem rgba(38, 57, 59, 0.09);
  --sh-shadow-button: 0 0.75rem 2rem rgba(38, 57, 59, 0.14);
  --sh-radius-sm: 0.5rem;
  --sh-radius-md: 1rem;
  --sh-radius-pill: 999px;
  --sh-container: 77.5rem;
  --sh-reading: 43rem;
  --sh-section-space: clamp(4.5rem, 10vw, 8rem);
  --sh-inline: clamp(1.25rem, 4vw, 2.5rem);
  --sh-transition: 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
  --sh-header-height: clamp(5.5rem, 8vw, 7rem);
}

html {
  scroll-behavior: smooth;
}

body#top,
#top #wrap_all,
#top #main {
  background: var(--sh-paper);
  color: var(--sh-copy);
}

body#top {
  margin: 0;
  overflow-x: clip;
  font-family: "Work Sans", "Avenir Next", Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

#top *,
#top *::before,
#top *::after {
  box-sizing: border-box;
}

#top img,
#top svg {
  display: block;
  max-width: 100%;
}

#top figure,
#top p,
#top h1,
#top h2,
#top h3,
#top dl,
#top dd,
#top ul {
  margin-top: 0;
}

#top h1,
#top h2,
#top h3,
#top .av-special-heading-tag {
  color: var(--sh-ink);
  font-family: "Quicksand", "Avenir Next", Avenir, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  text-transform: none;
}

#top h1,
#top .sh-hero .av-special-heading-tag {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(2.65rem, 10vw, 4.25rem);
  line-height: 1.02;
}

#top h2,
#top .sh-section .av-special-heading-tag,
#top .sh-split .av-special-heading-tag {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 7vw, 3.35rem);
  line-height: 1.08;
}

#top h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  line-height: 1.18;
}

#top a {
  color: inherit;
  text-underline-offset: 0.22em;
}

#top a:focus-visible,
#top button:focus-visible,
#top summary:focus-visible {
  outline: 3px solid var(--sh-azure);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-150%);
  border-radius: var(--sh-radius-sm);
  background: var(--sh-white);
  color: var(--sh-ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.sh-container,
#top .sh-section .container,
#top .sh-hero .container,
#top .sh-booking .container {
  width: min(100%, var(--sh-container)) !important;
  max-width: var(--sh-container) !important;
  margin-inline: auto;
  padding-inline: var(--sh-inline);
}

/*
 * The page content already provides its own full-width sections and inner
 * containers. Remove Enfold's additional 50px page wrapper so production
 * matches the standalone reference on every redesigned and legal page.
 */
#top.soma-healing-site #main > .container_wrap > .container {
  width: 100% !important;
  max-width: none !important;
  padding-inline: 0 !important;
}

#top.soma-healing-site #main .template-page.content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-block: 0 !important;
}

.sh-eyebrow,
#top .sh-eyebrow,
#top .sh-eyebrow p,
#top .sh-eyebrow .av-special-heading-tag {
  margin-bottom: 0.85rem;
  color: var(--sh-rust);
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sh-copy {
  max-width: var(--sh-reading);
}

.sh-section,
#top .avia-section.sh-section .container {
  padding-block: var(--sh-section-space);
}

#top .avia-section.sh-section .content {
  padding-block: 0;
}

.sh-section--linen,
#top .sh-section--linen {
  background: var(--sh-linen);
}

.sh-section--sand,
#top .sh-section--sand {
  background: var(--sh-sand-soft);
}

/* Header – reference implementation and Enfold equivalents */
.site-header,
#top #header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, rgba(247, 242, 233, 0.72), transparent);
}

.site-header__inner,
#top #header .container {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, var(--sh-container));
  margin-inline: auto;
  padding-inline: var(--sh-inline);
}

#top #header_main,
#top #header_main .container,
#top #header .logo,
#top #header .main_menu,
#top #avia-menu {
  height: var(--sh-header-height) !important;
  min-height: var(--sh-header-height) !important;
}

#top #avia-menu > li > a {
  height: var(--sh-header-height) !important;
  line-height: var(--sh-header-height) !important;
}

#top #header .logo,
#top #header .logo a {
  display: flex !important;
  align-items: center;
}

#top #header .logo a {
  width: 100%;
  height: 100%;
}

.site-brand img,
#top #header .logo img {
  width: clamp(10.5rem, 45vw, 13.5rem);
  height: auto;
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

#top #header .logo img:not(.alternate) {
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

/* Enfold's old monochrome transparent-header logo must not be rendered. */
#top #header .logo img.alternate,
#top #header .logo .avia-standard-logo.alternate {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Keep the original-colour logo fully visible for logged-in administrators. */
#top.admin-bar #header {
  top: 32px;
}

@media (max-width: 48.875rem) {
  #top.admin-bar #header {
    top: 46px;
  }
}

.site-menu {
  position: relative;
}

.desktop-menu {
  display: none;
}

.site-menu summary {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(38, 57, 59, 0.24);
  border-radius: var(--sh-radius-pill);
  color: var(--sh-ink);
  cursor: pointer;
  font-weight: 500;
  list-style: none;
}

.site-menu summary::-webkit-details-marker {
  display: none;
}

.site-menu nav {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  display: grid;
  min-width: 16rem;
  padding: 0.75rem;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  background: var(--sh-paper);
  box-shadow: var(--sh-shadow-soft);
}

.site-menu nav a {
  padding: 0.7rem 0.85rem;
  color: var(--sh-ink);
  font-weight: 500;
  text-decoration: none;
}

.site-menu nav a:hover {
  color: var(--sh-rust);
}

.site-menu .menu-cta,
.desktop-menu .menu-cta,
#top #avia-menu .menu-cta > a {
  border-radius: var(--sh-radius-pill);
  background: var(--sh-ink);
  color: var(--sh-white);
}

/* Enfold sticky/scrolled state */
#top #header.header-scrolled {
  position: fixed;
  border-color: var(--sh-line);
  background: rgba(247, 242, 233, 0.96);
  box-shadow: 0 0.5rem 2rem rgba(38, 57, 59, 0.07);
  backdrop-filter: blur(14px);
}

#top #header.header-scrolled .container {
  min-height: 4.75rem !important;
}

#top #header.header-scrolled #header_main,
#top #header.header-scrolled #header_main .container,
#top #header.header-scrolled .logo,
#top #header.header-scrolled .main_menu,
#top #header.header-scrolled #avia-menu {
  height: 4.75rem !important;
  min-height: 4.75rem !important;
}

#top #header.header-scrolled #avia-menu > li > a {
  height: 4.75rem !important;
  line-height: 4.75rem !important;
}

/* Hero */
.sh-hero,
#top .avia-section.sh-hero {
  position: relative;
  min-height: 44rem;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(118deg, rgba(247, 242, 233, 0.96) 4%, rgba(247, 242, 233, 0.85) 50%, rgba(247, 242, 233, 0.34) 100%),
    linear-gradient(160deg, var(--sh-sand-soft), rgba(14, 113, 184, 0.2));
}

.sh-hero__texture,
#top .sh-hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(247, 242, 233, 0.97) 0%, rgba(247, 242, 233, 0.9) 42%, rgba(247, 242, 233, 0.3) 72%, rgba(247, 242, 233, 0.08) 100%),
    url("https://somahealing.earth/wp-content/uploads/2026/07/soma-bay-hero.jpg") 68% center / cover no-repeat !important;
  opacity: 1;
}

.sh-hero__inner,
#top .sh-hero .container {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: center;
  min-height: 44rem;
  padding-block: calc(var(--sh-header-height) + 1rem) 6rem;
}

.sh-hero__content,
#top .sh-hero .sh-hero-copy {
  max-width: 43rem;
}

.sh-hero__lead {
  margin-bottom: 0.7rem;
  color: var(--sh-rust);
  font-family: "Quicksand", system-ui, sans-serif;
  font-size: clamp(1.3rem, 4vw, 1.8rem);
  font-weight: 500;
}

.sh-hero__text {
  max-width: 38rem;
  margin-bottom: 1.75rem;
  color: var(--sh-ink);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  line-height: 1.65;
}

.sh-hero__sun {
  position: absolute;
  z-index: -1;
  top: 10rem;
  right: -7rem;
  width: min(72vw, 30rem);
  aspect-ratio: 1;
  border: 1px solid rgba(168, 77, 53, 0.28);
  border-radius: 50%;
}

.sh-hero__sun::before,
.sh-hero__sun::after,
.sh-hero__sun span {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(168, 77, 53, 0.22);
  border-radius: 50%;
  content: "";
}

.sh-hero__sun::after {
  inset: 28%;
}

.sh-hero__sun span:nth-child(1) {
  inset: 42%;
}

.sh-hero__sun span:nth-child(2) {
  inset: 49% -15%;
  border-inline: 0;
  border-radius: 0;
}

.sh-hero__sun span:nth-child(3) {
  inset: -15% 49%;
  border-block: 0;
  border-radius: 0;
}

.sh-lotus {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.sh-lotus--hero {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 3rem;
  width: 7rem;
  color: rgba(38, 57, 59, 0.2);
}

.sh-hero__horizon {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  gap: 0.22rem;
}

.sh-hero__horizon span {
  height: 0.16rem;
  background: rgba(14, 113, 184, 0.42);
}

.sh-hero__horizon span:nth-child(2) {
  opacity: 0.6;
}

.sh-hero__horizon span:nth-child(3) {
  opacity: 0.3;
}

.sh-actions,
#top .sh-actions .avia-button-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.sh-button,
#top .avia-button.sh-button,
#top .sh-button .avia-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  border: 1px solid transparent;
  border-radius: var(--sh-radius-pill);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform var(--sh-transition), box-shadow var(--sh-transition), background-color var(--sh-transition), color var(--sh-transition), border-color var(--sh-transition);
}

.sh-button:hover,
#top .avia-button.sh-button:hover,
#top .sh-button .avia-button:hover {
  transform: translateY(-2px);
}

.sh-button--primary,
#top a.sh-button--primary,
#top .sh-button--primary .avia-button {
  background: var(--sh-ink);
  color: var(--sh-white);
  box-shadow: var(--sh-shadow-button);
}

.sh-button--primary:hover,
#top a.sh-button--primary:hover,
#top .sh-button--primary .avia-button:hover {
  background: var(--sh-rust);
  color: var(--sh-white);
}

.sh-button--text {
  color: var(--sh-ink);
}

.sh-button--outline,
#top a.sh-button--outline,
#top .sh-button--outline .avia-button {
  border-color: currentColor;
  background: transparent;
  color: var(--sh-ink);
}

.sh-button--outline:hover,
#top a.sh-button--outline:hover,
#top .sh-button--outline .avia-button:hover {
  border-color: var(--sh-rust);
  color: var(--sh-rust);
}

.sh-button--light,
#top a.sh-button--light,
#top .sh-button--light .avia-button {
  background: var(--sh-white);
  color: var(--sh-ink);
}

/* Mantra strip */
.sh-mantra {
  border-block: 1px solid var(--sh-line);
  background: rgba(255, 255, 255, 0.4);
}

.sh-mantra__inner {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  color: var(--sh-rust);
  text-align: center;
}

.sh-mantra p {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  color: var(--sh-ink);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-mantra i {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: var(--sh-sand);
}

/* Introduction */
.sh-intro__grid {
  display: grid;
  gap: 1.5rem;
}

.sh-symbol,
.sh-meditation__symbol {
  display: grid;
  width: 4.5rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--sh-line);
  border-radius: 50%;
  color: var(--sh-rust);
  font-size: 1.5rem;
}

/* Offer paths */
.sh-section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.sh-section-heading > p {
  max-width: 34rem;
}

.sh-paths__grid {
  display: grid;
  gap: 2.75rem;
}

.sh-path-card {
  min-width: 0;
}

.sh-media {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.5rem;
  aspect-ratio: 4 / 5;
  border-radius: var(--sh-radius-sm);
  box-shadow: 0 1rem 3rem rgba(38, 57, 59, 0.08);
}

.sh-media__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sh-path-card:hover .sh-media__image {
  transform: scale(1.025);
}

.sh-media--massage .sh-media__image {
  object-position: 50% 50%;
}

.sh-media--yoga .sh-media__image {
  object-position: 50% 44%;
}

.sh-media--spirit .sh-media__image {
  object-position: 50% 50%;
}

.sh-path-card__number {
  margin-bottom: 0.5rem;
  color: var(--sh-rust);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sh-path-card__meta {
  margin-bottom: 0.75rem;
  color: var(--sh-azure-dark);
  font-size: 0.9rem;
  font-weight: 500;
}

#top .sh-path-card > p:not(.sh-path-card__meta) {
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

.sh-path-card > a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--sh-ink);
  font-weight: 500;
  text-decoration: none;
}

.sh-path-card > a span {
  transition: transform var(--sh-transition);
}

.sh-path-card > a:hover span {
  transform: translateX(0.25rem);
}

/* Full-width split sections */
.sh-split,
#top .av-layout-grid-container.sh-split {
  display: grid;
  background: var(--sh-paper);
}

.sh-split__content,
#top .sh-split .sh-split-copy {
  display: grid;
  align-content: center;
  padding: var(--sh-section-space) var(--sh-inline);
}

.sh-split__content > *,
#top .sh-split .sh-split-copy > * {
  max-width: var(--sh-reading);
}

.sh-split__media {
  position: relative;
  overflow: hidden;
  min-height: 26rem;
  margin: 0;
}

.sh-split__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  object-fit: cover;
}

.sh-fire-media .sh-split__image {
  object-position: 52% 50%;
}

.sh-facts {
  display: grid;
  gap: 0;
  margin-block: 1.5rem 2rem;
  border-top: 1px solid var(--sh-line);
}

.sh-facts > div {
  display: grid;
  grid-template-columns: minmax(5rem, 0.35fr) minmax(0, 1fr);
  gap: 1rem;
  padding-block: 0.8rem;
  border-bottom: 1px solid var(--sh-line);
}

.sh-facts dt {
  color: var(--sh-rust);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-facts dd {
  margin: 0;
}

/* Meditation */
.sh-meditation__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

/* About Jens */
.sh-jens-media .sh-split__image {
  object-position: 50% 26%;
}

#top ul.sh-check-list,
.sh-check-list {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 2rem;
  margin-left: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#top ul.sh-check-list > li,
.sh-check-list li {
  display: block !important;
  position: relative;
  margin-left: 0 !important;
  padding-left: 1.5rem;
  list-style: none !important;
}

#top ul.sh-check-list > li::marker,
.sh-check-list li::marker {
  content: "";
}

#top ul.sh-check-list > li::before,
.sh-check-list li::before {
  position: absolute;
  left: 0;
  color: var(--sh-olive);
  content: "◉";
}

/* Location */
.sh-location__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.sh-location__copy {
  max-width: var(--sh-reading);
}

.sh-location address {
  margin-top: 1.5rem;
  color: var(--sh-ink);
  font-style: normal;
}

.sh-location__visual {
  position: relative;
  min-height: 21rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 57, 59, 0.12);
  border-radius: var(--sh-radius-sm);
  background: var(--sh-sand-soft);
  box-shadow: var(--sh-shadow-soft);
}

.sh-location__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 21rem;
  object-fit: cover;
  object-position: center;
}

/* Booking */
.sh-booking,
#top .avia-section.sh-booking {
  background: var(--sh-ink);
  color: rgba(255, 255, 255, 0.82);
}

.sh-booking__inner,
#top .sh-booking .container {
  display: grid;
  gap: 2rem;
  padding-block: var(--sh-section-space);
}

.sh-booking h2,
#top .sh-booking .av-special-heading-tag,
.sh-booking .sh-eyebrow,
#top .sh-booking .sh-eyebrow {
  color: var(--sh-white);
}

.sh-booking__inner > div:first-child {
  max-width: 45rem;
}

.sh-booking__actions {
  display: grid;
  justify-items: start;
  gap: 0.75rem;
}

.sh-contact-link {
  color: var(--sh-white);
  font-size: 0.95rem;
}

/* Footer */
.site-footer,
#top #socket {
  border-top: 1px solid var(--sh-line);
  background: var(--sh-paper);
  color: var(--sh-copy);
}

.site-footer__inner {
  display: grid;
  gap: 1rem;
  padding-block: 2.25rem;
}

/* Keep Enfold's socket on the same visual axis as the booking copy above. */
#top #socket .container {
  width: min(100%, var(--sh-container)) !important;
  max-width: var(--sh-container) !important;
  margin-inline: auto !important;
  padding: 1rem var(--sh-inline) !important;
}

#top #socket .copyright {
  float: none;
  margin: 0;
}

.site-footer img {
  width: 11rem;
  height: auto;
}

.site-footer nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Native Enfold cleanup */
#top.boxed,
#top .boxed#wrap_all {
  width: 100%;
  max-width: none;
}

#top.home .container_wrap {
  border-top: 0;
}

#top.home .avia-section,
#top.home .av-layout-grid-container {
  border: 0;
}

#top.home .avia-icon-list-container,
#top.home .iconlist_content_wrap {
  border: 0;
}

#top.home img {
  border-radius: 0;
}

#top.home .sh-media img,
#top.home .sh-location img {
  border-radius: var(--sh-radius-sm);
}

/*
 * Production typography guard.
 * The legacy "Use Any Font" plugin writes high-priority heading rules. These
 * selectors keep the approved local Quicksand + Work Sans system authoritative
 * inside the new Soma Healing layout without affecting old subpages.
 */
#top .sh-hero h1,
#top .sh-section h2,
#top .sh-split h2,
#top .sh-booking h2,
#top .sh-path-card h3 {
  font-family: "Quicksand", "Avenir Next", Avenir, system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

#top .sh-hero h1,
#top .sh-section h2,
#top .sh-split h2,
#top .sh-path-card h3 {
  color: var(--sh-ink) !important;
}

#top .sh-booking h2 {
  color: var(--sh-white) !important;
}

/* Prevent typographic widows without hard-coding fragile line breaks. */
#top .sh-hero h1,
#top .sh-section h1,
#top .sh-section h2,
#top .sh-split h1,
#top .sh-split h2,
#top .sh-booking h2,
#top .sh-path-card h3,
#top .sh-legal h1,
#top .sh-legal h2,
#top .sh-legal h3 {
  text-wrap: balance;
}

#top .sh-hero p:not(.sh-eyebrow),
#top .sh-section p:not(.sh-eyebrow),
#top .sh-split p:not(.sh-eyebrow),
#top .sh-booking p:not(.sh-eyebrow),
#top .sh-path-card p,
#top .sh-legal p,
#top .sh-legal li {
  orphans: 2;
  text-wrap: pretty;
  widows: 2;
}

/* Intentional editorial break for the ceremony statement. */
#top .sh-heading-line {
  display: block;
}

#top .sh-hero p,
#top .sh-section p,
#top .sh-split p,
#top .sh-booking p,
#top .sh-path-card,
#top .sh-facts,
#top .sh-check-list,
#top .sh-contact-link,
#top .sh-button {
  font-family: "Work Sans", "Avenir Next", Avenir, system-ui, sans-serif !important;
}

#top .sh-eyebrow,
#top .sh-eyebrow p {
  color: var(--sh-rust) !important;
  font-family: "Work Sans", system-ui, sans-serif !important;
  text-transform: uppercase !important;
}

/* One navigation system: desktop text menu, mobile burger from Enfold. */
#top #avia-menu {
  display: flex;
  align-items: center;
}

#top #avia-menu .avia-menu-text {
  font-family: "Work Sans", "Avenir Next", Avenir, system-ui, sans-serif !important;
  font-size: clamp(0.82rem, 0.76rem + 0.14vw, 0.94rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

#top #avia-menu > li:nth-child(1) { order: 1; }
#top #avia-menu > li:nth-child(2) { order: 3; }
#top #avia-menu > li:nth-child(3) { order: 4; }
#top #avia-menu > li:nth-child(4) { order: 2; }
#top #avia-menu > li:nth-child(5) { order: 5; }
#top #avia-menu > li:nth-child(6) { order: 6; }
#top #avia-menu > li:nth-child(7) { order: 7; }

#top #avia-menu > li:nth-child(7) > a {
  height: auto !important;
  margin-left: 0.5rem;
  padding-inline: 0.2rem !important;
  line-height: 1.2 !important;
}

#top #avia-menu > li:nth-child(7) .avia-menu-text {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  padding: 0.68rem 1.05rem;
  border-radius: var(--sh-radius-pill);
  background: var(--sh-ink);
  color: var(--sh-white) !important;
  box-shadow: var(--sh-shadow-button);
  transition: transform var(--sh-transition), background-color var(--sh-transition), box-shadow var(--sh-transition);
}

#top #avia-menu > li:nth-child(7) > a:hover .avia-menu-text,
#top #avia-menu > li:nth-child(7) > a:focus-visible .avia-menu-text {
  background: var(--sh-azure-dark);
  box-shadow: 0 1rem 2.5rem rgba(38, 57, 59, 0.2);
  transform: translateY(-1px);
}

/* Enfold mobile navigation: one compact burger below the desktop breakpoint. */
@media (max-width: 63.999rem) {
  #top #header .main_menu {
    right: var(--sh-inline);
  }

  #top #avia-menu > li:not(.av-burger-menu-main) {
    display: none !important;
  }

  #top #avia-menu > li.av-burger-menu-main {
    display: block !important;
    order: 8;
  }

  #top #avia-menu .av-burger-menu-main > a {
    display: grid !important;
    width: 3rem;
    min-width: 3rem;
    height: 3rem !important;
    min-height: 3rem !important;
    margin-top: calc((var(--sh-header-height) - 3rem) / 2);
    padding: 0 !important;
    place-items: center;
    border: 1px solid rgba(38, 57, 59, 0.22);
    border-radius: 50%;
    background: rgba(247, 242, 233, 0.78);
    box-shadow: 0 0.55rem 1.5rem rgba(38, 57, 59, 0.08);
    line-height: 1 !important;
    backdrop-filter: blur(12px);
    transition: border-color var(--sh-transition), background-color var(--sh-transition), transform var(--sh-transition);
  }

  #top #avia-menu .av-burger-menu-main > a:hover,
  #top #avia-menu .av-burger-menu-main > a:focus-visible {
    border-color: var(--sh-rust);
    background: var(--sh-paper);
    transform: translateY(-1px);
  }

  #top .av-hamburger,
  #top .av-hamburger-box {
    width: 1.25rem;
    height: 1rem;
  }

  #top .av-hamburger-inner,
  #top .av-hamburger-inner::before,
  #top .av-hamburger-inner::after {
    width: 1.25rem;
    height: 2px;
    border-radius: 999px;
    background-color: var(--sh-ink) !important;
  }

  #top .av-burger-overlay-bg {
    background: rgba(38, 57, 59, 0.16) !important;
    backdrop-filter: blur(5px);
  }

  #top .av-burger-overlay-scroll {
    padding: calc(var(--sh-header-height) + 1.5rem) var(--sh-inline) 2rem !important;
    background:
      radial-gradient(circle at 92% 8%, rgba(211, 173, 120, 0.3), transparent 13rem),
      rgba(247, 242, 233, 0.97) !important;
    box-shadow: -1.5rem 0 4rem rgba(38, 57, 59, 0.12);
    backdrop-filter: blur(20px);
  }

  #top #av-burger-menu-ul {
    width: min(100%, 30rem);
    margin-inline: auto;
    padding: 0 !important;
  }

  #top #av-burger-menu-ul > li {
    border-bottom: 1px solid var(--sh-line);
  }

  #top #av-burger-menu-ul > li > a {
    min-height: 0 !important;
    padding: 1rem 0 !important;
    color: var(--sh-ink) !important;
    font-family: "Quicksand", "Avenir Next", Avenir, system-ui, sans-serif !important;
    font-size: clamp(1.2rem, 5vw, 1.55rem) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-transform: none !important;
    transition: color var(--sh-transition), padding-left var(--sh-transition);
  }

  #top #av-burger-menu-ul > li > a:hover,
  #top #av-burger-menu-ul > li > a:focus-visible,
  #top #av-burger-menu-ul > li.current-menu-item > a {
    padding-left: 0.4rem !important;
    color: var(--sh-rust) !important;
  }

  #top #av-burger-menu-ul a[href$="#booking"] {
    display: inline-flex !important;
    width: auto !important;
    margin-top: 1.25rem;
    padding: 0.85rem 1.3rem !important;
    border-radius: var(--sh-radius-pill);
    background: var(--sh-ink) !important;
    color: var(--sh-white) !important;
    box-shadow: var(--sh-shadow-button);
  }
}

/* Mobile: anchor the intro signet directly beside the headline. */
@media (max-width: 47.999rem) {
  #top .sh-intro__grid {
    position: relative;
    display: block;
  }

  #top .sh-intro__grid .sh-copy {
    padding-left: 2rem;
  }

  #top .sh-intro__grid .sh-symbol {
    position: absolute;
    top: 2.15rem;
    left: 0;
    width: 1.25rem;
    border: 0;
    font-size: 1rem;
    line-height: 1;
  }
}

/* Shared full-width subpage components. */
#top .sh-section.sh-subpage-hero {
  padding-top: clamp(8rem, 14vw, 11rem);
}

#top .sh-split.sh-subpage-hero .sh-split__content {
  padding-top: clamp(8rem, 14vw, 11rem);
}

#top .sh-section-heading--hero h1 {
  max-width: 14ch;
}

#top .sh-subpage-hero h1,
#top .sh-section-heading--hero h1 {
  color: var(--sh-ink) !important;
  font-family: "Quicksand", "Avenir Next", Avenir, system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
}

#top .sh-hero h1,
#top .sh-subpage-hero h1,
#top .sh-section-heading--hero h1,
#top .sh-legal h1 {
  font-size: clamp(2.65rem, 10vw, 4.25rem) !important;
  line-height: 1.02 !important;
}

#top .sh-section h2,
#top .sh-split h2,
#top .sh-booking h2,
#top .sh-legal h2 {
  font-size: clamp(2rem, 7vw, 3.35rem) !important;
  line-height: 1.08 !important;
}

#top .sh-path-card h3,
#top .sh-legal h3 {
  font-size: clamp(1.35rem, 4vw, 1.75rem) !important;
  line-height: 1.18 !important;
}

#top .sh-detail-grid {
  display: grid;
  gap: clamp(2rem, 7vw, 5rem);
  align-items: start;
}

#top .sh-detail-copy {
  max-width: var(--sh-reading);
}

#top .sh-detail-copy blockquote {
  margin: 2rem 0 0;
  padding: 1.25rem 0 1.25rem 1.5rem;
  border-left: 3px solid var(--sh-rust);
  color: var(--sh-ink);
  font-family: "Quicksand", "Avenir Next", Avenir, system-ui, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
}

#top .sh-detail-copy cite {
  display: block;
  margin-top: 0.5rem;
  color: var(--sh-copy);
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  font-style: normal;
}

#top .sh-resource-list {
  display: grid;
  border-top: 1px solid var(--sh-line);
}

#top .sh-resource-list a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--sh-line);
  color: var(--sh-ink);
  font-weight: 500;
  text-decoration: none;
}

/* Shared typography for every Enfold page and legacy content element. */
#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6,
#top .av-special-heading-tag {
  font-family: "Quicksand", "Avenir Next", Avenir, system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

#top,
#top p,
#top li,
#top dd,
#top dt,
#top address,
#top input,
#top textarea,
#top select,
#top button,
#top .avia-button,
#top .main_menu a {
  font-family: "Work Sans", "Avenir Next", Avenir, system-ui, sans-serif !important;
}

/* Legal pages */
#top .sh-legal {
  width: min(100%, var(--sh-container)) !important;
  max-width: var(--sh-container) !important;
  margin-inline: auto;
  padding: clamp(8rem, 14vw, 11rem) var(--sh-inline) clamp(4rem, 9vw, 7rem) !important;
}

#top .sh-legal > * {
  max-width: var(--sh-reading);
}

#top .sh-legal h1,
#top .sh-legal h2,
#top .sh-legal h3 {
  color: var(--sh-ink) !important;
  font-family: "Quicksand", "Avenir Next", Avenir, system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

#top .sh-legal h1 {
  max-width: 14ch;
  margin-bottom: 2rem;
  font-size: clamp(2.65rem, 10vw, 4.25rem);
  line-height: 1.02;
}

#top .sh-legal h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 7vw, 3.35rem);
  line-height: 1.08;
}

#top .sh-legal h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
}

#top .sh-legal p,
#top .sh-legal li,
#top .sh-legal address {
  color: var(--sh-copy);
  font-family: "Work Sans", "Avenir Next", Avenir, system-ui, sans-serif !important;
}

#top .sh-legal address {
  font-style: normal;
}

#top .sh-legal a {
  color: var(--sh-azure-dark);
}

#top .sh-legal__notice {
  margin-bottom: 2.5rem;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--sh-rust);
  background: var(--sh-linen);
}

/* Tablet */
@media (min-width: 48rem) {
  #top .sh-detail-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .sh-hero,
  #top .avia-section.sh-hero,
  .sh-hero__inner,
  #top .sh-hero .container {
    min-height: 47rem;
  }

  .sh-hero__sun {
    top: 9rem;
    right: 5%;
    width: min(48vw, 34rem);
  }

  .sh-lotus--hero {
    right: 7%;
    width: 10rem;
  }

  .sh-intro__grid {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
  }

  .sh-section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.65fr);
    align-items: end;
  }

  .sh-paths__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 2rem);
  }

  .sh-meditation__grid {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 2rem;
  }

  .sh-location__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2.5rem, 6vw, 5rem);
  }

  .sh-booking__inner,
  #top .sh-booking .container {
    grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.65fr);
    align-items: center;
    gap: 4rem;
  }

  .site-footer__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }
}

/* Desktop */
@media (min-width: 64rem) {
  .site-menu {
    display: none;
  }

  .desktop-menu {
    display: flex !important;
    align-items: center;
    gap: 0.35rem;
  }

  .desktop-menu a {
    padding: 0.55rem 0.75rem;
    color: var(--sh-ink);
    font-size: 0.94rem;
    font-weight: 500;
    text-decoration: none;
  }

  .desktop-menu .menu-cta {
    margin-left: 0.4rem;
    padding-inline: 1rem;
    color: var(--sh-white);
  }

  #top .desktop-menu a.menu-cta {
    color: var(--sh-white);
  }

  .site-header__inner,
  #top #header .container {
    min-height: 5.5rem;
  }

  .sh-hero,
  #top .avia-section.sh-hero,
  .sh-hero__inner,
  #top .sh-hero .container {
    min-height: min(54rem, 88svh);
  }

  .sh-hero__inner,
  #top .sh-hero .container {
    padding-block: 6.875rem 7rem;
  }

  .sh-hero__sun {
    right: 7%;
    width: min(42vw, 38rem);
  }

  .sh-split,
  #top .av-layout-grid-container.sh-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 43rem;
  }

  .sh-split__content,
  #top .sh-split .sh-split-copy {
    padding: clamp(5rem, 8vw, 8rem);
  }

  .sh-split__media,
  .sh-split__image {
    min-height: 43rem;
  }

  .sh-split--reverse .sh-split__media {
    order: 1;
  }

  .sh-split--reverse .sh-split__content {
    order: 2;
  }

  #top .sh-split.sh-split--reverse .flex_cell:first-child {
    order: 1;
  }

  #top .sh-split.sh-split--reverse .flex_cell:last-child {
    order: 2;
  }
}

/* 1.0.17 mobile header and overlay geometry. */
@media (max-width: 63.999rem) {
  html body#top.soma-healing-site #header_main .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: var(--sh-inline) !important;
  }

  html body#top.soma-healing-site #header .main_menu {
    right: var(--sh-inline) !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul {
    width: calc(100% - 2 * clamp(1.5rem, 7vw, 2rem)) !important;
    max-width: 28rem !important;
    flex: 0 1 auto !important;
    box-sizing: border-box !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul > li > a:hover,
  html body#top.soma-healing-site #av-burger-menu-ul > li > a:focus-visible,
  html body#top.soma-healing-site #av-burger-menu-ul > li.current-menu-item > a {
    padding-left: 0.25rem !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul a[href*="#booking"] {
    display: inline-flex !important;
    width: auto !important;
  }
}

/* 1.0.18 absolute-final rules. */
@media (max-width: 63.999rem) {
  html body#top.soma-healing-site #header .main_menu {
    left: auto !important;
    right: 0 !important;
  }
}

/* 1.0.19 compensate Enfold's intrinsic 1rem menu offset. */
@media (max-width: 63.999rem) {
  html body#top.soma-healing-site #header .main_menu {
    transform: translateX(1rem) !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul {
    margin:
      calc(var(--sh-header-height) + 1.25rem)
      auto
      max(2rem, env(safe-area-inset-bottom)) !important;
  }
}

@media (min-width: 64rem) {
  html body#top.soma-healing-site .sh-meditation__grid > div:nth-child(2) {
    width: 60% !important;
    min-width: 0;
    justify-self: start;
  }
}

/* 1.0.18 final layout refinements. */
@media (max-width: 63.999rem) {
  html body#top.soma-healing-site #header .main_menu {
    left: auto !important;
    right: 0 !important;
  }
}

@media (min-width: 64rem) {
  html body#top.soma-healing-site .sh-meditation__grid > div:nth-child(2) {
    width: 60% !important;
    min-width: 0;
    justify-self: start;
  }
}

/* Wide desktop */
@media (min-width: 80rem) {
  .sh-hero__sun {
    right: 10%;
  }

  .sh-lotus--hero {
    right: 11%;
    bottom: 4.5rem;
    width: 12rem;
  }

  .sh-paths__grid {
    gap: 2.5rem;
  }
}

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

  #top *,
  #top *::before,
  #top *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --sh-line: rgba(38, 57, 59, 0.42);
  }

  .sh-button--outline,
  #top .sh-button--outline .avia-button {
    border-width: 2px;
  }
}

/* 1.0.15 final responsive alignment safeguards.
 * These intentionally sit last so Enfold's generated layout CSS cannot
 * re-introduce the former hero and socket offsets. */
html body#top.soma-healing-site #wrap_all #socket .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1rem max(
    var(--sh-inline),
    calc((100vw - var(--sh-container)) / 2 + var(--sh-inline))
  ) !important;
}

html body#top.soma-healing-site #wrap_all #socket .copyright {
  float: none !important;
  margin: 0 !important;
}

/* Mobile: move the first hero copy up by exactly 50px. */
@media (max-width: 47.999rem) {
  html body#top.soma-healing-site #wrap_all #main .sh-hero .sh-hero__inner,
  html body#top.soma-healing-site #wrap_all #main .sh-hero > .container {
    padding-top: calc(var(--sh-header-height) + 1rem - 50px) !important;
  }

  /* Treat the Enfold overlay as a calm, padded navigation panel. */
  html body#top.soma-healing-site .av-burger-overlay-scroll {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    overflow-y: auto !important;
    padding:
      calc(var(--sh-header-height) + 1.25rem)
      clamp(1.5rem, 7vw, 2rem)
      max(2rem, env(safe-area-inset-bottom)) !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul {
    display: block !important;
    width: min(100%, 28rem) !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    vertical-align: top !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul > li {
    display: block !important;
    margin: 0 !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul > li > a {
    display: flex !important;
    min-height: 3.5rem !important;
    align-items: center !important;
    padding: 1rem 0.25rem !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul > li > a:hover,
  html body#top.soma-healing-site #av-burger-menu-ul > li > a:focus-visible,
  html body#top.soma-healing-site #av-burger-menu-ul > li.current-menu-item > a {
    padding-left: 0.7rem !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul a[href*="#booking"] {
    min-height: 3rem !important;
    margin-top: 1.5rem !important;
    padding: 0.85rem 1.35rem !important;
  }
}

/* Desktop: move the first hero copy up by exactly 50px. */
@media (min-width: 64rem) {
  html body#top.soma-healing-site #wrap_all #main .sh-hero .sh-hero__inner,
  html body#top.soma-healing-site #wrap_all #main .sh-hero > .container {
    padding-top: 6.875rem !important;
    padding-bottom: 7rem !important;
  }
}

/* Keep these final: Enfold's overlay uses full-viewport percentage widths. */
@media (max-width: 63.999rem) {
  html body#top.soma-healing-site #header_main .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: var(--sh-inline) !important;
  }

  html body#top.soma-healing-site #header .main_menu {
    right: var(--sh-inline) !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul {
    width: calc(100% - 2 * clamp(1.5rem, 7vw, 2rem)) !important;
    max-width: 28rem !important;
    flex: 0 1 auto !important;
    box-sizing: border-box !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul > li > a:hover,
  html body#top.soma-healing-site #av-burger-menu-ul > li > a:focus-visible,
  html body#top.soma-healing-site #av-burger-menu-ul > li.current-menu-item > a {
    padding-left: 0.25rem !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul a[href*="#booking"] {
    display: inline-flex !important;
    width: auto !important;
  }
}

/* 1.0.18 absolute-final rules. */
@media (max-width: 63.999rem) {
  html body#top.soma-healing-site #header .main_menu {
    left: auto !important;
    right: 0 !important;
  }
}

@media (min-width: 64rem) {
  html body#top.soma-healing-site .sh-meditation__grid > div:nth-child(2) {
    width: 60% !important;
    min-width: 0;
    justify-self: start;
  }
}

/* 1.0.19 absolute-final mobile menu offsets. */
@media (max-width: 63.999rem) {
  html body#top.soma-healing-site #header .main_menu {
    transform: translateX(1rem) !important;
  }

  html body#top.soma-healing-site #av-burger-menu-ul {
    margin:
      calc(var(--sh-header-height) + 1.25rem)
      auto
      max(2rem, env(safe-area-inset-bottom)) !important;
  }
}

/* 1.0.20: never transform the overlay's containing block. */
@media (max-width: 63.999rem) {
  html body#top.soma-healing-site #header .main_menu {
    transform: none !important;
  }

  html body#top.soma-healing-site #avia-menu > li.av-burger-menu-main {
    transform: translateX(1rem) !important;
  }
}
