:root {
  --moonstone-sage: #a8b59a;
  --moonstone-sage-soft: #bcc9ae;
  --moonstone-gold: #ff9800;
  --moonstone-gold-deep: #d57e00;
  --moonstone-ink: #24313d;
  --moonstone-ink-soft: #526173;
  --moonstone-surface: #ffffff;
  --moonstone-surface-alt: #f5fafd;
  --moonstone-surface-muted: #eef3eb;
  --moonstone-line: #d9e1e6;
  --moonstone-shadow: 0 18px 48px rgba(36, 49, 61, 0.12);
  --moonstone-shadow-soft: 0 8px 24px rgba(36, 49, 61, 0.08);
  --moonstone-radius-sm: 14px;
  --moonstone-radius: 22px;
  --moonstone-radius-lg: 32px;
  --moonstone-content-width: 1240px;
  --moonstone-frame-width: min(calc(100% - 32px), 1380px);
  --moonstone-nav-height: 76px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(168, 181, 154, 0.16), transparent 32%),
    linear-gradient(180deg, #fcfdf9 0%, var(--moonstone-surface-alt) 100%);
  color: var(--moonstone-ink-soft);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg,
iframe {
  max-width: 100%;
}

a {
  color: var(--moonstone-gold-deep);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

a:hover,
a:focus-visible {
  color: var(--moonstone-ink);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.button:focus-visible,
.elementor-button:focus-visible {
  outline: 3px solid rgba(255, 152, 0, 0.35);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.elementor-heading-title {
  margin: 0 0 0.7em;
  color: var(--moonstone-ink);
  font-family: "Gill Sans", "Trebuchet MS", "Avenir Next", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

h1,
.hero-title,
body h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}

h2,
body h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

h3,
body h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

h4,
body h4 {
  font-size: 1.15rem;
  letter-spacing: 0;
}

p,
ul,
ol,
dl,
blockquote,
table,
form {
  margin: 0 0 1.25rem;
}

ul,
ol {
  padding-left: 1.3rem;
}

blockquote {
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--moonstone-gold);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 var(--moonstone-radius-sm) var(--moonstone-radius-sm) 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--moonstone-surface);
  border-radius: var(--moonstone-radius-sm);
  overflow: hidden;
  box-shadow: var(--moonstone-shadow-soft);
}

th,
td {
  padding: 0.95rem 1rem;
  border: 1px solid var(--moonstone-line);
  text-align: left;
}

.screen-reader-text[href="#page-content"]:focus,
.skip-link:focus {
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 0.9rem 1.15rem;
  clip: auto;
  clip-path: none;
  background: var(--moonstone-ink);
  color: #fff;
  border-radius: var(--moonstone-radius-sm);
}

#page {
  overflow: clip;
}

.gridContainer,
.e-con-inner,
.content > .post,
.content > .page,
.content > article,
.content > div > .post,
.content > div > .page {
  width: min(calc(100% - 32px), var(--moonstone-content-width));
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs,
.col-md,
.col-sm-3,
.col-xs-12 {
  flex: 1 1 0;
}

.navigation-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--moonstone-nav-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(20, 28, 24, 0.72);
  backdrop-filter: blur(14px);
}

.navigation-bar.fixto-fixed,
.mesmerize-inner-page .navigation-bar,
.navigation-bar:not(.homepage) {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom-color: rgba(36, 49, 61, 0.08);
  box-shadow: 0 10px 30px rgba(36, 49, 61, 0.08);
}

.navigation-wrapper,
.navigation-wrapper .basis-auto,
.logo_col,
.main_menu_col {
  min-height: var(--moonstone-nav-height);
  align-items: center;
}

.navigation-wrapper .basis-auto {
  justify-content: space-between;
  gap: 1.5rem;
}

.logo_col {
  flex: 0 0 auto;
}

.logo_col a.logo-link,
.logo_col a.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.logo_col img.logo,
.logo_col img.custom-logo {
  width: auto;
  height: auto;
  max-height: 48px;
}

.main_menu_col {
  justify-content: flex-end;
}

#mainmenu_container {
  align-items: center;
}

ul.main-menu,
ul.dropdown-menu {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.dropdown-menu > li {
  position: relative;
  color: #fff;
}

.navigation-bar.fixto-fixed ul.dropdown-menu > li,
.mesmerize-inner-page ul.dropdown-menu > li,
.navigation-bar:not(.homepage) ul.dropdown-menu > li {
  color: var(--moonstone-ink);
}

ul.dropdown-menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0.7rem 1rem;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 999px;
}

ul.dropdown-menu > li > a:hover,
ul.dropdown-menu > li:hover > a,
ul.dropdown-menu > .current-menu-item > a,
ul.dropdown-menu > .current_page_item > a {
  color: var(--moonstone-ink) !important;
  background: rgba(255, 255, 255, 0.82);
}

.navigation-bar.fixto-fixed ul.dropdown-menu > li > a:hover,
.navigation-bar.fixto-fixed ul.dropdown-menu > li:hover > a,
.navigation-bar.fixto-fixed ul.dropdown-menu > .current-menu-item > a,
.navigation-bar.fixto-fixed ul.dropdown-menu > .current_page_item > a,
.mesmerize-inner-page ul.dropdown-menu > li > a:hover,
.mesmerize-inner-page ul.dropdown-menu > li:hover > a,
.mesmerize-inner-page ul.dropdown-menu > .current-menu-item > a,
.mesmerize-inner-page ul.dropdown-menu > .current_page_item > a {
  background: rgba(168, 181, 154, 0.14);
}

ul.dropdown-menu .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  margin: 0;
  padding: 0.6rem;
  list-style: none;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 18px;
  box-shadow: var(--moonstone-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

ul.dropdown-menu li:hover > .sub-menu,
ul.dropdown-menu li.hover > .sub-menu,
ul.dropdown-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

ul.dropdown-menu .sub-menu li {
  position: relative;
  width: 100%;
  color: var(--moonstone-ink);
}

ul.dropdown-menu .sub-menu a {
  display: block;
  padding: 0.72rem 0.95rem;
  border-radius: 12px;
  color: var(--moonstone-ink);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

ul.dropdown-menu .sub-menu a:hover,
ul.dropdown-menu .sub-menu li:hover > a {
  background: rgba(168, 181, 154, 0.14);
  color: var(--moonstone-ink);
}

ul.dropdown-menu .sub-menu .sub-menu {
  top: 0;
  left: calc(100% + 6px);
}

[data-component="offcanvas"] {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.fixto-fixed [data-component="offcanvas"],
.mesmerize-inner-page [data-component="offcanvas"],
.navigation-bar:not(.homepage) [data-component="offcanvas"] {
  color: var(--moonstone-ink);
  background: rgba(168, 181, 154, 0.18);
}

[data-component="offcanvas"] .fa-bars::before {
  box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
}

#offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  width: min(92vw, 360px);
  padding: 1.25rem 1rem 1.5rem;
  background: linear-gradient(180deg, #1f2a24 0%, #26362e 100%) !important;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.24);
  overflow-y: auto;
}

#offcanvas-wrapper.hide {
  display: none;
}

#offcanvas-wrapper .logo-holder {
  padding: 0.6rem 0.5rem 1.1rem;
}

#offcanvas_menu,
.offcanvas_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#offcanvas_menu li,
.offcanvas_menu li {
  margin: 0.18rem 0;
}

#offcanvas_menu li > a,
.offcanvas_menu li > a {
  display: block;
  padding: 0.9rem 1rem;
  border-left: 3px solid transparent;
  border-radius: 14px;
  color: #fff !important;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}

#offcanvas_menu li.open > a,
#offcanvas_menu li.current-menu-item > a,
#offcanvas_menu li.current_page_item > a,
.offcanvas_menu li.open > a,
.offcanvas_menu li.current-menu-item > a,
.offcanvas_menu li.current_page_item > a {
  color: var(--moonstone-ink) !important;
  background: #fff !important;
  border-left-color: var(--moonstone-gold) !important;
}

#offcanvas_menu li > ul,
.offcanvas_menu li > ul {
  margin: 0.35rem 0 0 0.85rem;
  padding: 0;
  list-style: none;
}

#offcanvas_menu li > ul a,
.offcanvas_menu li > ul a {
  background: rgba(255, 255, 255, 0.06);
}

.header-wrapper .header-homepage,
.header-wrapper .header {
  display: flex;
  align-items: stretch;
  min-height: min(88vh, 860px);
  padding-top: var(--moonstone-nav-height) !important;
  background:
    linear-gradient(135deg, rgba(23, 30, 26, 0.78), rgba(35, 46, 39, 0.5)),
    radial-gradient(circle at left center, rgba(168, 181, 154, 0.28), transparent 42%);
}

.header-homepage.color-overlay::before,
.header.color-overlay::before {
  background:
    linear-gradient(120deg, rgba(18, 26, 22, 0.78), rgba(18, 26, 22, 0.42)) !important;
  opacity: 1 !important;
}

.header-description,
.inner-header-description {
  width: min(calc(100% - 32px), var(--moonstone-content-width));
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(4rem, 8vw, 6rem);
}

.header-description-row,
.inner-header-description .row,
.header-content,
.align-holder {
  min-height: 100%;
}

.header-content,
.align-holder.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-content {
  max-width: 760px;
}

.header-homepage .hero-title,
.inner-header-description .hero-title,
.header-homepage .header-subtitle,
.inner-header-description .header-subtitle {
  color: #fff !important;
}

.header-homepage .hero-title,
.inner-header-description .hero-title {
  max-width: 12ch;
  margin-bottom: 0.4em;
  text-transform: none !important;
}

.header-homepage .header-subtitle,
.inner-header-description .header-subtitle {
  max-width: 44rem;
  font-size: clamp(1.08rem, 1.75vw, 1.35rem) !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.header-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.1rem;
  padding: 0 !important;
  background: transparent !important;
}

.button,
.elementor-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--moonstone-sage);
  color: #1f2823 !important;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: var(--moonstone-shadow-soft);
  cursor: pointer;
}

.button:hover,
.elementor-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background: var(--moonstone-sage-soft);
  color: var(--moonstone-ink) !important;
  transform: translateY(-1px);
}

.button.outline,
.button.color-white.outline,
.elementor-button-outline {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: none;
}

.button.outline:hover,
.button.color-white.outline:hover,
.elementor-button-outline:hover {
  background: #fff !important;
  color: var(--moonstone-ink) !important;
  border-color: #fff !important;
}

.button.color1,
.button.big.color1,
button.color1,
.elementor-button {
  background: linear-gradient(135deg, var(--moonstone-sage) 0%, var(--moonstone-sage-soft) 100%);
  border-color: transparent;
}

.page-content {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 6vw, 5rem);
  background: transparent;
}

.page-content .content {
  display: block;
}

.content .post,
.content .page,
.content article,
.entry-content,
.page .elementor {
  position: relative;
}

.content > .post,
.content > .page,
.content > article,
.content > div > .post,
.content > div > .page {
  padding: clamp(1.6rem, 3vw, 2.2rem);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--moonstone-radius-lg);
  box-shadow: var(--moonstone-shadow);
  backdrop-filter: blur(8px);
}

.mesmerize-front-page .content > .page,
.mesmerize-front-page .content > div > .page {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.entry-title,
.entry-header h1,
.inner-header-description h1 {
  margin-bottom: 0.35em;
}

.post-meta,
.entry-meta,
.premium-blog-entry-meta,
.posted-on,
.byline {
  color: #748395;
  font-size: 0.95rem;
}

.entry-content > * + *,
.elementor-widget-container > * + * {
  margin-top: 1rem;
}

.entry-content img,
.elementor img,
.premium-blog-thumbnail-container img,
.wp-post-image {
  border-radius: 20px;
}

.elementor .e-con,
.elementor .e-flex.e-con-boxed > .e-con-inner,
.elementor-widget-container > section,
.elementor-widget-container > div {
  max-width: 100%;
}

.elementor .e-con > .e-con-inner {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.elementor .elementor-widget-heading .elementor-heading-title,
.elementor-widget-container > h2.elementor-heading-title {
  max-width: 20ch;
}

.elementor .elementor-button,
.elementor a.elementor-button {
  min-height: 54px;
}

.premium-blog-wrap,
.premium-blog-post-container {
  width: 100%;
}

.premium-blog-post-container,
.post-list .post-list-item {
  overflow: hidden;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 26px;
  box-shadow: var(--moonstone-shadow-soft);
}

.premium-blog-thumbnail-container {
  overflow: hidden;
}

.premium-blog-thumbnail-container img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.premium-blog-post-container:hover .premium-blog-thumbnail-container img {
  transform: scale(1.04);
}

.premium-blog-content-wrapper,
.post-list .post-content {
  padding: 1.35rem 1.35rem 1.55rem;
}

.premium-blog-entry-title,
.premium-blog-entry-title a,
.post-title,
.post-title a {
  color: var(--moonstone-ink);
  text-decoration: none;
}

.premium-blog-entry-title a:hover,
.post-title a:hover {
  color: var(--moonstone-gold-deep);
}

.premium-blog-post-content,
.post-excerpt {
  color: var(--moonstone-ink-soft);
}

.sidebar .widget,
.widget,
.wp-block-group,
.mg-intro-text,
.mg-feature-card,
.mg-safe-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--moonstone-line);
  border-radius: 26px;
  box-shadow: var(--moonstone-shadow-soft);
}

.widget,
.sidebar .widget {
  padding: 1.35rem 1.4rem;
}

.mg-intro-text,
.mg-feature-card,
.mg-safe-card {
  backdrop-filter: blur(6px);
}

.mg-intro-text {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 253, 0.98)),
    var(--moonstone-surface);
}

.mg-feature-card,
.mg-safe-card {
  padding: 30px 34px !important;
}

.mg-feature-icon,
.mg-safe-icon {
  background: linear-gradient(180deg, rgba(255, 152, 0, 0.06), rgba(168, 181, 154, 0.14));
  border-color: rgba(255, 152, 0, 0.7) !important;
}

.mg-feature-title,
.mg-safe-title {
  color: var(--moonstone-ink) !important;
  font-family: "Gill Sans", "Trebuchet MS", "Avenir Next", sans-serif;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem) !important;
  letter-spacing: -0.01em;
  text-transform: none !important;
}

.mg-feature-text,
.mg-safe-text,
.mg-intro-text p,
.mg-safe-list {
  color: var(--moonstone-ink-soft);
  font-size: 1.05rem !important;
}

.mg-safe-list strong {
  color: var(--moonstone-ink);
}

.mg-intro-text a,
.mg-safe-card a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0.08rem 0.12rem;
  padding: 0 0.48rem;
  border: 1px solid rgba(79, 47, 0, 0.28);
  border-radius: 999px;
  background: #fff3d4 !important;
  color: #4f2f00 !important;
  font-weight: 800;
  line-height: 1.2;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.08em;
}

.mg-intro-text a:hover,
.mg-intro-text a:focus-visible,
.mg-safe-card a:hover,
.mg-safe-card a:focus-visible {
  background: #4f2f00 !important;
  color: #ffffff !important;
}

body.home .mg-intro-text a,
body.home .mg-safe-card a,
.mesmerize-front-page .mg-intro-text a,
.mesmerize-front-page .mg-safe-card a {
  display: inline !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #5c3a00 !important;
  font-weight: 800;
  text-decoration: underline !important;
  text-decoration-color: currentColor;
  text-underline-offset: 0.18em;
}

body.home .mg-intro-text a:hover,
body.home .mg-intro-text a:focus-visible,
body.home .mg-safe-card a:hover,
body.home .mg-safe-card a:focus-visible,
.mesmerize-front-page .mg-intro-text a:hover,
.mesmerize-front-page .mg-intro-text a:focus-visible,
.mesmerize-front-page .mg-safe-card a:hover,
.mesmerize-front-page .mg-safe-card a:focus-visible {
  background: transparent !important;
  color: #111812 !important;
}

#cookie-law-info-bar a,
#cookie-law-info-bar .cli-plugin-button,
#cookie-law-info-bar .wt-cli-accept-all-btn,
#cookie-law-info-bar .cli_settings_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0.35rem !important;
  padding: 0.65rem 0.9rem !important;
  line-height: 1.1 !important;
}

#cookie-law-info-bar a {
  color: #063f55 !important;
  font-weight: 700 !important;
}

#cookie-law-info-bar .cli_settings_button {
  border: 1px solid #4f2f00 !important;
  background: #4f2f00 !important;
  color: #ffffff !important;
}

#cookie-law-info-bar .wt-cli-accept-all-btn,
#cookie-law-info-bar #wt-cli-accept-all-btn {
  border: 1px solid #355f18 !important;
  background: #355f18 !important;
  color: #ffffff !important;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea,
.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(36, 49, 61, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--moonstone-ink);
  box-shadow: inset 0 1px 2px rgba(36, 49, 61, 0.03);
}

textarea,
.wpforms-field textarea {
  min-height: 150px;
  resize: vertical;
}

label,
.wpforms-field-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--moonstone-ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.wpforms-container-full,
.contact-form-wrapper,
.wpcf7-form,
form.wpforms-form {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--moonstone-line);
  border-radius: 26px;
  box-shadow: var(--moonstone-shadow-soft);
}

.nav-links,
.pagination,
.post-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.nav-links a,
.nav-links span,
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(36, 49, 61, 0.08);
  color: var(--moonstone-ink);
  text-decoration: none;
}

.nav-links .current,
.pagination .current {
  background: var(--moonstone-sage);
  border-color: transparent;
}

.footer.footer-contact-boxes {
  margin-top: 2rem;
  padding: 0 0 2rem;
}

.footer .footer-content {
  width: min(calc(100% - 32px), var(--moonstone-content-width));
  margin: 0 auto;
  padding: 2rem;
  border-radius: var(--moonstone-radius-lg);
  background:
    linear-gradient(135deg, rgba(30, 41, 35, 0.96), rgba(41, 55, 47, 0.95)),
    #222 !important;
  box-shadow: 0 28px 60px rgba(15, 20, 17, 0.24);
}

.footer .row {
  row-gap: 1rem;
}

.footer .col-sm-3 {
  flex: 1 1 240px;
}

.footer .footer-bg-accent {
  padding: 1.3rem;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--moonstone-gold), #ffb13a) !important;
}

.footer p,
.footer,
.footer a,
.footer .fa,
.footer .copyright {
  color: #fff !important;
}

.footer a:hover {
  color: #fff1d5 !important;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-social-icons a,
a.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff !important;
  text-decoration: none;
}

.footer-social-icons a:hover,
a.social-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.copyright {
  margin-top: 1rem;
  font-size: 0.92rem;
  line-height: 1.6;
}

#cookie-law-info-bar,
#cookie-law-info-again,
.cli-modal-content,
.cli-bar-popup {
  border-radius: 18px !important;
}

@media (max-width: 1500px) {
  #mainmenu_container {
    display: none !important;
  }

  [data-component="offcanvas"] {
    display: inline-flex !important;
  }
}

@media (max-width: 1024px) {
  :root {
    --moonstone-nav-height: 68px;
  }

  body {
    font-size: 15px;
  }

  .header-wrapper .header-homepage,
  .header-wrapper .header {
    min-height: 720px;
  }

  .header-content {
    max-width: 100%;
  }

  .footer .footer-content {
    padding: 1.4rem;
  }
}

@media (max-width: 767px) {
  :root {
    --moonstone-nav-height: 62px;
  }

  .gridContainer,
  .e-con-inner,
  .content > .post,
  .content > .page,
  .content > article,
  .content > div > .post,
  .content > div > .page {
    width: min(calc(100% - 20px), var(--moonstone-content-width));
  }

  .navigation-bar,
  .navigation-wrapper,
  .navigation-wrapper .basis-auto,
  .logo_col,
  .main_menu_col {
    min-height: var(--moonstone-nav-height);
  }

  .logo_col img.logo,
  .logo_col img.custom-logo {
    max-height: 40px;
  }

  .header-wrapper .header-homepage,
  .header-wrapper .header {
    min-height: auto;
    padding-top: var(--moonstone-nav-height) !important;
  }

  .header-description,
  .inner-header-description {
    padding: 3.4rem 0 3rem;
  }

  .header-homepage .hero-title,
  .inner-header-description .hero-title {
    max-width: 100%;
  }

  .header-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .elementor-button,
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    width: 100%;
  }

  .content > .post,
  .content > .page,
  .content > article,
  .content > div > .post,
  .content > div > .page {
    padding: 1rem 0.85rem;
    border-radius: 24px;
  }

  .mg-feature-card,
  .mg-safe-card {
    padding: 20px 16px !important;
  }

  .footer .footer-content {
    padding: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Full Theme Redesign */

.moonstone-site-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.moonstone-site-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 152, 0, 0.13), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(168, 181, 154, 0.2), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(36, 49, 61, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfaf5 0%, #eef4ed 42%, #f7fbfd 100%);
}

.moonstone-nav-shell {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: var(--moonstone-frame-width);
  margin: 16px auto 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(36, 49, 61, 0.08);
  backdrop-filter: blur(14px);
}

.moonstone-nav-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  min-width: 0;
}

.moonstone-nav-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 1 1 auto;
  min-width: 0;
}

.moonstone-nav-tools {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.moonstone-nav-shell .logo_col a.logo-link,
.moonstone-nav-shell .logo_col a.custom-logo-link {
  display: flex;
  align-items: center;
}

.moonstone-nav-shell .logo_col img.logo,
.moonstone-nav-shell .logo_col img.custom-logo {
  width: min(240px, 100%);
  max-width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.moonstone-nav-phone,
.moonstone-nav-cta,
.moonstone-footer-cta,
.moonstone-post-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.moonstone-nav-phone {
  border: 1px solid rgba(36, 49, 61, 0.12);
  background: rgba(245, 250, 253, 0.92);
  color: var(--moonstone-ink) !important;
}

.moonstone-nav-cta,
.moonstone-footer-cta,
.moonstone-post-card__link {
  background: linear-gradient(135deg, var(--moonstone-gold) 0%, #ffb347 100%);
  color: #1e2520 !important;
  box-shadow: 0 14px 28px rgba(255, 152, 0, 0.22);
}

.moonstone-nav-cta:hover,
.moonstone-footer-cta:hover,
.moonstone-post-card__link:hover {
  background: linear-gradient(135deg, #ffad27 0%, #ffc15f 100%);
  color: #111 !important;
}

.navigation-bar {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.navigation-wrapper,
.navigation-wrapper .basis-auto,
.logo_col,
.main_menu_col {
  min-height: auto;
}

.navigation-wrapper .moonstone-nav-shell.row::before,
.navigation-wrapper .moonstone-nav-shell.row::after {
  display: none;
}

.moonstone-nav-shell .logo_col,
.moonstone-nav-shell .main_menu_col {
  float: none;
  width: auto;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.moonstone-nav-shell #mainmenu_container {
  display: flex !important;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
}

.moonstone-nav-shell #main_menu {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
}

.moonstone-nav-shell > .moonstone-nav-brand {
  grid-column: 1;
}

.moonstone-nav-shell > .moonstone-nav-menu {
  grid-column: 2;
}

.moonstone-nav-shell > .moonstone-nav-tools {
  grid-column: 3;
}

.moonstone-nav-shell #main_menu > li {
  margin: 0;
}

.moonstone-nav-shell #main_menu > li > a {
  min-height: 40px;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  color: var(--moonstone-ink);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.moonstone-nav-shell #main_menu > li:hover > a,
.moonstone-nav-shell #main_menu > li.current-menu-item > a,
.moonstone-nav-shell #main_menu > li.current_page_item > a,
.moonstone-nav-shell #main_menu > li.current-menu-ancestor > a {
  background: rgba(168, 181, 154, 0.18);
}

ul.dropdown-menu > li {
  color: var(--moonstone-ink);
}

ul.dropdown-menu > li > a {
  min-height: 44px;
  padding: 0.7rem 0.95rem;
  color: var(--moonstone-ink);
  font-size: 0.82rem;
  letter-spacing: 0.09em;
}

ul.dropdown-menu > li > a:hover,
ul.dropdown-menu > li:hover > a,
ul.dropdown-menu > .current-menu-item > a,
ul.dropdown-menu > .current_page_item > a {
  background: rgba(168, 181, 154, 0.18);
}

.moonstone-hero-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1rem, 2.2vw, 1.5rem) 0 clamp(2.2rem, 4vw, 3rem);
}

.header-wrapper .header-homepage,
.header-wrapper .header {
  min-height: unset;
  padding-top: 82px !important;
  background:
    linear-gradient(135deg, rgba(23, 31, 27, 0.74), rgba(17, 23, 20, 0.44)),
    radial-gradient(circle at left center, rgba(168, 181, 154, 0.24), transparent 44%);
}

.header-description,
.inner-header-description {
  width: 100%;
  margin: 0;
  padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 2vw, 1.35rem);
  text-align: center;
}

.header-description-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.header-content,
.header-content.header-content-centered,
.inner-header-description .header-content {
  flex: 0 1 760px;
  width: 100%;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  float: none;
}

.header-description-row > .header-content,
.header-description-row > .header-content.header-content-centered,
.inner-header-description .header-description-row > .col-xs-12,
.inner-header-description .header-description-row > .col-xs {
  flex: 0 1 760px;
  width: 100%;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

body.home .header-description.gridContainer {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .header-description.gridContainer .header-description-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: min(calc(100% - 32px), 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .header-description.gridContainer .header-description-row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .header-description .header-content.header-content-centered.col-md.col-xs-12 {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .header-description .align-holder.center {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header-content .align-holder,
.header-content .align-holder.center,
.header-content-centered .align-holder,
.header-content-centered .align-holder.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center;
}

.header-homepage .hero-title,
.inner-header-description .hero-title {
  max-width: 10ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.28em;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.moonstone-hero-title-text {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.header-homepage .hero-title span,
.header-homepage .hero-title sup,
.header-homepage .hero-title sub,
.inner-header-description .hero-title span,
.inner-header-description .hero-title sup,
.inner-header-description .hero-title sub {
  display: inline;
  position: static;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.header-homepage .header-subtitle,
.inner-header-description .header-subtitle {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.mesmerize-inner-page .moonstone-hero-shell,
body:not(.home) .moonstone-hero-shell {
  padding: 2.8rem 0 1.4rem;
}

.mesmerize-inner-page .inner-header-description,
body:not(.home) .inner-header-description {
  display: grid;
  align-items: center;
  padding: clamp(1.8rem, 4vw, 2.8rem) 1rem;
  min-height: 100%;
}

.mesmerize-inner-page .inner-header-description.gridContainer,
body:not(.home) .inner-header-description.gridContainer {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mesmerize-inner-page .inner-header-description .row,
body:not(.home) .inner-header-description .row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: min(calc(100% - 32px), 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 100%;
}

.mesmerize-inner-page .inner-header-description .row > *,
body:not(.home) .inner-header-description .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mesmerize-inner-page .inner-header-description .col-xs.col-xs-12,
body:not(.home) .inner-header-description .col-xs.col-xs-12,
.mesmerize-inner-page .inner-header-description .col-xs,
body:not(.home) .inner-header-description .col-xs {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.mesmerize-inner-page .inner-header-description .hero-title,
body:not(.home) .inner-header-description .hero-title {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.15em;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
}

.mesmerize-inner-page .inner-header-description .header-subtitle,
body:not(.home) .inner-header-description .header-subtitle {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.98rem, 1.3vw, 1.1rem) !important;
  line-height: 1.5 !important;
}

.mesmerize-inner-page .navigation-bar,
body:not(.home) .navigation-bar,
.mesmerize-inner-page .navigation-bar.fixto-fixed,
body:not(.home) .navigation-bar.fixto-fixed {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.mesmerize-inner-page .moonstone-nav-shell,
body:not(.home) .moonstone-nav-shell {
  margin-top: 12px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(18, 28, 24, 0.62);
  box-shadow: 0 20px 42px rgba(8, 16, 13, 0.24);
}

body.home .navigation-bar,
body.home .navigation-bar.fixto-fixed,
.mesmerize-front-page .navigation-bar,
.mesmerize-front-page .navigation-bar.fixto-fixed {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.home .moonstone-nav-shell,
body.home .navigation-bar.fixto-fixed .moonstone-nav-shell,
.mesmerize-front-page .moonstone-nav-shell,
.mesmerize-front-page .navigation-bar.fixto-fixed .moonstone-nav-shell {
  margin-top: 12px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(18, 28, 24, 0.62) !important;
  box-shadow: 0 20px 42px rgba(8, 16, 13, 0.24);
}

.mesmerize-inner-page .moonstone-nav-link,
body:not(.home) .moonstone-nav-link,
.mesmerize-inner-page .moonstone-nav-phone,
body:not(.home) .moonstone-nav-phone,
body.home .moonstone-nav-link,
body.home .moonstone-nav-phone,
.mesmerize-front-page .moonstone-nav-link,
.mesmerize-front-page .moonstone-nav-phone,
.mesmerize-inner-page .moonstone-nav-list > li > a,
body:not(.home) .moonstone-nav-list > li > a,
body.home .moonstone-nav-list > li > a,
.mesmerize-front-page .moonstone-nav-list > li > a {
  color: #fff7ea !important;
}

.mesmerize-inner-page .moonstone-nav-link.is-active,
body:not(.home) .moonstone-nav-link.is-active,
.mesmerize-inner-page .moonstone-nav-link:hover,
body:not(.home) .moonstone-nav-link:hover,
body.home .moonstone-nav-link.is-active,
body.home .moonstone-nav-link:hover,
.mesmerize-front-page .moonstone-nav-link.is-active,
.mesmerize-front-page .moonstone-nav-link:hover,
.mesmerize-inner-page .moonstone-nav-list > li:hover > a,
.mesmerize-inner-page .moonstone-nav-list > li:focus-within > a,
.mesmerize-inner-page .moonstone-nav-list > li.current-menu-item > a,
.mesmerize-inner-page .moonstone-nav-list > li.current-menu-ancestor > a,
body:not(.home) .moonstone-nav-list > li:hover > a,
body:not(.home) .moonstone-nav-list > li:focus-within > a,
body:not(.home) .moonstone-nav-list > li.current-menu-item > a,
body:not(.home) .moonstone-nav-list > li.current-menu-ancestor > a,
body.home .moonstone-nav-list > li:hover > a,
body.home .moonstone-nav-list > li:focus-within > a,
body.home .moonstone-nav-list > li.current-menu-item > a,
body.home .moonstone-nav-list > li.current-menu-ancestor > a,
.mesmerize-front-page .moonstone-nav-list > li:hover > a,
.mesmerize-front-page .moonstone-nav-list > li:focus-within > a,
.mesmerize-front-page .moonstone-nav-list > li.current-menu-item > a,
.mesmerize-front-page .moonstone-nav-list > li.current-menu-ancestor > a {
  background: rgba(255, 255, 255, 0.1);
}

.mesmerize-inner-page .moonstone-nav-phone,
body:not(.home) .moonstone-nav-phone,
body.home .moonstone-nav-phone,
.mesmerize-front-page .moonstone-nav-phone {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.header-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.header-buttons-wrapper .button,
.header-buttons-wrapper .elementor-button {
  min-height: 56px;
  padding: 1rem 1.4rem;
}

.page-content {
  padding-top: 1rem;
}

.moonstone-main-shell {
  width: min(calc(100% - 32px), 1380px);
  margin-left: auto;
  margin-right: auto;
}

.moonstone-main-shell.gridContainer {
  max-width: none;
}

.moonstone-main-page .moonstone-article,
.moonstone-main-page .moonstone-article__body,
.moonstone-page-article,
.moonstone-page-content,
.moonstone-page-article .elementor {
  margin-left: auto;
  margin-right: auto;
}

.moonstone-page-content {
  display: grid;
  gap: 1.35rem;
  margin-top: 20px;
}

.page-id-1437 .elementor-element-5b0c52e0 .elementor-heading-title,
.page-id-1437 .elementor-element-96f9d98 .elementor-heading-title,
.page-id-1437 .elementor-element-f95d356 .elementor-heading-title {
  font-size: clamp(1rem, 1.35vw, 1.25rem) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  word-break: break-word;
}

@media (max-width: 767px) {
  .page-id-1437 .elementor-element-5b0c52e0 .elementor-heading-title,
  .page-id-1437 .elementor-element-96f9d98 .elementor-heading-title,
  .page-id-1437 .elementor-element-f95d356 .elementor-heading-title {
    font-size: 0.98rem !important;
    line-height: 1.4 !important;
  }
}

.moonstone-seo-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
  align-items: stretch;
  width: 100%;
  margin: clamp(1.8rem, 4vw, 3rem) 0 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(168, 181, 154, 0.42);
  border-radius: var(--moonstone-radius-lg);
  background:
    radial-gradient(circle at top left, rgba(255, 152, 0, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 253, 0.94));
  box-shadow: var(--moonstone-shadow-soft);
}

.moonstone-seo-panel__copy,
.moonstone-seo-panel__card,
.moonstone-seo-panel__links > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(217, 225, 230, 0.9);
  border-radius: var(--moonstone-radius);
  background: rgba(255, 255, 255, 0.78);
}

.moonstone-seo-panel__eyebrow {
  width: fit-content;
  margin: 0 0 0.75rem !important;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 152, 0, 0.13);
  color: var(--moonstone-gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.moonstone-seo-panel h2 {
  max-width: none;
  margin: 0 0 0.75rem !important;
  color: var(--moonstone-ink) !important;
  font-size: clamp(1.35rem, 1.75vw, 1.85rem) !important;
  line-height: 1.12 !important;
  text-align: left !important;
}

.moonstone-seo-panel p {
  max-width: none;
  margin: 0 !important;
  color: var(--moonstone-ink-soft);
  font-size: clamp(0.96rem, 1.2vw, 1.05rem);
  line-height: 1.65;
}

.moonstone-seo-panel h3 {
  margin: 0 0 0.65rem !important;
  color: var(--moonstone-ink) !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

.moonstone-seo-panel ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.moonstone-seo-panel li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35;
}

.moonstone-seo-panel a {
  color: var(--moonstone-ink) !important;
  font-weight: 760;
  text-decoration: none;
}

.moonstone-seo-panel a:hover,
.moonstone-seo-panel a:focus {
  color: var(--moonstone-gold-deep) !important;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 767px) {
  .moonstone-seo-panel {
    grid-template-columns: 1fr;
    padding: 1rem;
    border-radius: 24px;
  }

  .moonstone-seo-panel h2,
  .moonstone-seo-panel p {
    max-width: none;
    text-align: center !important;
  }

  .moonstone-seo-panel__copy {
    align-items: center;
  }

  .moonstone-seo-panel__card,
  .moonstone-seo-panel__links > div {
    padding: 0.9rem;
  }
}

.moonstone-page-article .elementor .e-con-boxed > .e-con-inner,
.moonstone-page-article .elementor .elementor-container,
.moonstone-page-article .elementor .e-con-inner {
  margin-left: auto;
  margin-right: auto;
}

.moonstone-content-grid {
  align-items: flex-start;
  gap: 1.5rem 0;
}

.moonstone-content-column {
  flex: 1 1 min(100%, 840px);
}

.moonstone-post-stack {
  display: grid;
  gap: 1.5rem;
}

.moonstone-article {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 246, 0.94)),
    #fff;
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 34px;
  box-shadow: 0 24px 64px rgba(36, 49, 61, 0.12);
}

.moonstone-article__header {
  padding: clamp(1.8rem, 3vw, 2.6rem) clamp(1.5rem, 3vw, 2.8rem) 1.25rem;
}

.moonstone-article__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--moonstone-gold-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.moonstone-article__eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.moonstone-article__title {
  margin-bottom: 0.55em;
  max-width: 18ch;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.moonstone-article__media {
  margin: 0;
  padding: 0 1.5rem;
}

.moonstone-article__image,
.moonstone-article__media img {
  width: 100%;
  border-radius: 26px;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}

.moonstone-article__body {
  padding: 1.65rem clamp(1.5rem, 3vw, 2.8rem) clamp(1.8rem, 3vw, 2.6rem);
  color: var(--moonstone-ink-soft);
}

.moonstone-article__body > * + * {
  margin-top: 1.2rem;
}

.moonstone-article__body h2,
.moonstone-article__body h3,
.moonstone-article__body h4 {
  margin-top: 2rem;
}

.moonstone-main-page .moonstone-article__body,
.moonstone-page-article .elementor,
.moonstone-page-article .elementor-widget-container,
.moonstone-page-article .elementor-widget-text-editor {
  color: var(--moonstone-ink-soft);
}

.moonstone-page-article .elementor-widget-container > p,
.moonstone-page-article .elementor-widget-text-editor p,
.moonstone-main-page .moonstone-article__body > p,
.moonstone-main-page .moonstone-article__body li {
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.78;
  color: var(--moonstone-ink-soft);
}

.moonstone-page-article .elementor-widget-container > h2,
.moonstone-page-article .elementor-widget-heading .elementor-heading-title,
.moonstone-main-page .moonstone-article__body h2 {
  color: var(--moonstone-ink);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.moonstone-page-article .elementor-widget-container > h3,
.moonstone-main-page .moonstone-article__body h3 {
  color: var(--moonstone-ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.moonstone-page-article .elementor-widget-heading .elementor-heading-title,
.moonstone-page-article .elementor-widget-container > h2,
.moonstone-page-article .elementor-widget-container > h3 {
  margin-bottom: 0.45em;
}

.moonstone-page-article .elementor-widget-divider {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.moonstone-page-article .elementor-widget-container a,
.moonstone-main-page .moonstone-article__body a {
  color: var(--moonstone-gold-deep);
  text-underline-offset: 0.18em;
}

.moonstone-page-article .elementor > .e-con-boxed {
  margin-top: 0;
  margin-bottom: 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 244, 0.94)),
    #fff;
  box-shadow: 0 20px 46px rgba(36, 49, 61, 0.08);
}

.moonstone-page-article .elementor > .e-con-boxed > .e-con-inner {
  width: min(100%, 1120px);
  margin-left: auto;
  margin-right: auto;
}

.moonstone-page-article .elementor .e-con-boxed > .e-con-inner > .e-con {
  gap: clamp(1rem, 2vw, 1.6rem);
}

.moonstone-page-article .elementor-widget-heading,
.moonstone-page-article .elementor-widget-heading .elementor-widget-container,
.moonstone-page-article .elementor-widget-heading .elementor-heading-title {
  width: 100%;
  max-width: none;
}

.moonstone-page-article .elementor-widget-heading .elementor-heading-title {
  text-wrap: balance;
}

.moonstone-page-article .elementor-widget-heading .elementor-heading-title:not(h2) {
  color: var(--moonstone-ink-soft);
}

.page-content.no-padding > .content > .elementor > .e-con-boxed {
  width: min(calc(100% - 32px), 1180px);
  margin: 1.35rem auto 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 244, 0.94)),
    #fff;
  box-shadow: 0 20px 46px rgba(36, 49, 61, 0.08);
}

.page-content.no-padding > .content > .elementor > .e-con-boxed > .e-con-inner {
  width: min(100%, 1120px);
  margin-left: auto;
  margin-right: auto;
}

.page-content.no-padding > .content > .elementor > .e-con-boxed .elementor-widget-heading,
.page-content.no-padding > .content > .elementor > .e-con-boxed .elementor-widget-heading .elementor-widget-container,
.page-content.no-padding > .content > .elementor > .e-con-boxed .elementor-widget-heading .elementor-heading-title {
  width: 100%;
  max-width: none !important;
}

.page-content.no-padding > .content > .elementor > .e-con-boxed .elementor-heading-title,
.page-content.no-padding > .content > .elementor > .e-con-boxed h2 {
  text-align: center;
  text-wrap: balance;
}

.page-content.no-padding > .content > .elementor > .e-con-boxed p,
.page-content.no-padding > .content > .elementor > .e-con-boxed li {
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.78;
  color: var(--moonstone-ink-soft);
}

@media (min-width: 768px) {
  .mesmerize-inner-page .moonstone-hero-shell,
  body:not(.home) .moonstone-hero-shell {
    padding-top: 4rem;
  }
}

.moonstone-comments-wrap {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 30px;
  box-shadow: 0 16px 40px rgba(36, 49, 61, 0.08);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  color: #657587;
  font-size: 0.95rem;
}

.post-meta .meta-label {
  color: #93a0ad;
}

.moonstone-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  padding: 0 1.5rem 1.8rem;
}

.moonstone-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(168, 181, 154, 0.12);
  color: var(--moonstone-ink);
}

.moonstone-post-list {
  row-gap: 1.5rem;
}

.moonstone-post-card {
  height: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.moonstone-post-card__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 0;
  min-height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(36, 49, 61, 0.1);
}

.moonstone-post-card__media {
  min-height: 100%;
  aspect-ratio: 4 / 3;
}

.moonstone-post-card__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.moonstone-post-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.65rem 1.7rem 1.75rem !important;
}

.moonstone-post-card__meta {
  margin-bottom: 1rem;
  gap: 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moonstone-gold-deep);
}

.moonstone-post-card__dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
}

.moonstone-post-card__title {
  margin-bottom: 0.5rem;
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1.04;
}

.moonstone-post-card__title a {
  color: var(--moonstone-ink);
}

.moonstone-post-card__excerpt {
  margin-bottom: 0;
  color: var(--moonstone-ink-soft);
}

.moonstone-post-card__actions {
  margin-top: auto;
  padding-top: 0.35rem;
}

.moonstone-sidebar {
  flex: 0 0 min(100%, 320px);
}

.moonstone-sidebar__inner {
  display: grid;
  gap: 1rem;
}

.moonstone-sidebar .widget {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.moonstone-pagination-wrap {
  margin-top: 1.5rem;
}

.moonstone-footer-shell {
  width: min(calc(100% - 24px), 1460px);
  max-width: none;
}

.moonstone-footer-intro {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  text-align: left;
}

.moonstone-footer-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.moonstone-footer-title {
  margin: 0;
  max-width: 20ch;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.02;
}

.moonstone-footer-copy {
  margin: 0;
  max-width: 52rem;
  color: rgba(255, 255, 255, 0.76);
}

.moonstone-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.moonstone-footer-grid.row::before,
.moonstone-footer-grid.row::after {
  display: none;
}

.moonstone-footer-grid > [class*="col-"] {
  float: none;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.moonstone-footer-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.85rem;
  width: 100%;
  height: 100%;
  min-height: 188px;
  padding: 1.3rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
}

.moonstone-footer-card--accent {
  display: grid;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.moonstone-footer-actions {
  display: flex;
}

.moonstone-footer-cta {
  width: 100%;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

.moonstone-footer-cta:hover,
.moonstone-footer-cta:focus,
.moonstone-footer-cta:focus-visible {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

/* Mobile Drawer Compact Header */
.moonstone-nav-drawer::before,
.moonstone-nav-drawer::after,
.moonstone-nav-drawer__panel::before,
.moonstone-nav-drawer__panel::after,
.moonstone-nav-drawer__top::before,
.moonstone-nav-drawer__top::after,
.moonstone-nav-drawer__brand::before,
.moonstone-nav-drawer__brand::after,
.moonstone-nav-drawer__links::before,
.moonstone-nav-drawer__links::after,
.moonstone-nav-drawer__actions::before,
.moonstone-nav-drawer__actions::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  .moonstone-nav-drawer__panel {
    grid-template-rows: auto minmax(0, 1fr) auto !important;
  }

  .moonstone-nav-drawer__top {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.6rem !important;
    width: 100% !important;
    min-height: 42px !important;
    height: auto !important;
    max-height: 52px !important;
    padding: 0.42rem 0.58rem 0.38rem 0.72rem !important;
    overflow: hidden !important;
  }

  .moonstone-nav-drawer__brand {
    display: block !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: calc(100% - 42px) !important;
  }

  .moonstone-nav-drawer__eyebrow {
    margin: 0 0 0.02rem !important;
    font-size: 0.54rem !important;
    line-height: 1 !important;
  }

  .moonstone-nav-drawer__title {
    margin: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .moonstone-nav-drawer__close {
    position: static !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
  }

  .moonstone-nav-drawer__actions {
    grid-template-columns: 1fr !important;
  }

  .moonstone-nav-drawer__actions .moonstone-nav-cta {
    display: none !important;
  }
}

/* EOF Mobile Menu Gap Reset */
@media (max-width: 767px) {
  #moonstone-mobile-primary-menu,
  #moonstone-mobile-primary-menu ul,
  #moonstone-mobile-primary-menu .sub-menu {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 0 !important;
  }

  #moonstone-mobile-primary-menu::before,
  #moonstone-mobile-primary-menu::after,
  #moonstone-mobile-primary-menu ul::before,
  #moonstone-mobile-primary-menu ul::after,
  #moonstone-mobile-primary-menu li::before,
  #moonstone-mobile-primary-menu li::after {
    content: none !important;
    display: none !important;
  }

  #moonstone-mobile-primary-menu > li,
  #moonstone-mobile-primary-menu li,
  #moonstone-mobile-primary-menu > li.menu-item-has-children,
  #moonstone-mobile-primary-menu li.menu-item-has-children {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    gap: 0 !important;
    grid-template-columns: none !important;
  }

  #moonstone-mobile-primary-menu a,
  #moonstone-mobile-primary-menu > li > a,
  #moonstone-mobile-primary-menu li.menu-item-has-children > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 38px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0.42rem 2.3rem 0.42rem 0.62rem !important;
    border-radius: 11px !important;
    font-size: 0.88rem !important;
    line-height: 1.1 !important;
    box-shadow: none !important;
  }

  #moonstone-mobile-primary-menu .sub-menu {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #moonstone-mobile-primary-menu .moonstone-submenu-open > .sub-menu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 4px 0 4px 8px !important;
    padding: 0 0 0 8px !important;
    border-left: 1px solid rgba(168, 181, 154, 0.45) !important;
  }

  #moonstone-mobile-primary-menu .sub-menu li {
    margin-bottom: 3px !important;
  }

  #moonstone-mobile-primary-menu .sub-menu a {
    min-height: 34px !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 0.82rem !important;
  }

  #moonstone-mobile-primary-menu .moonstone-submenu-toggle,
  #moonstone-mobile-primary-menu .sub-menu .moonstone-submenu-toggle {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Ultimate Mobile Menu Gap Reset */
@media (max-width: 767px) {
  #moonstone-mobile-primary-menu,
  #moonstone-mobile-primary-menu ul,
  #moonstone-mobile-primary-menu.sub-menu {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 0 !important;
  }

  #moonstone-mobile-primary-menu::before,
  #moonstone-mobile-primary-menu::after,
  #moonstone-mobile-primary-menu ul::before,
  #moonstone-mobile-primary-menu ul::after,
  #moonstone-mobile-primary-menu li::before,
  #moonstone-mobile-primary-menu li::after {
    content: none !important;
    display: none !important;
  }

  #moonstone-mobile-primary-menu > li,
  #moonstone-mobile-primary-menu li,
  #moonstone-mobile-primary-menu > li.menu-item-has-children,
  #moonstone-mobile-primary-menu li.menu-item-has-children {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    gap: 0 !important;
    grid-template-columns: none !important;
  }

  #moonstone-mobile-primary-menu a,
  #moonstone-mobile-primary-menu > li > a,
  #moonstone-mobile-primary-menu li.menu-item-has-children > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 38px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0.42rem 2.3rem 0.42rem 0.62rem !important;
    border-radius: 11px !important;
    font-size: 0.88rem !important;
    line-height: 1.1 !important;
    box-shadow: none !important;
  }

  #moonstone-mobile-primary-menu .sub-menu {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #moonstone-mobile-primary-menu .moonstone-submenu-open > .sub-menu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 4px 0 4px 8px !important;
    padding: 0 0 0 8px !important;
    border-left: 1px solid rgba(168, 181, 154, 0.45) !important;
  }

  #moonstone-mobile-primary-menu .sub-menu li {
    margin-bottom: 3px !important;
  }

  #moonstone-mobile-primary-menu .sub-menu a {
    min-height: 34px !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 0.82rem !important;
  }

  #moonstone-mobile-primary-menu .moonstone-submenu-toggle,
  #moonstone-mobile-primary-menu .sub-menu .moonstone-submenu-toggle {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Mobile Drawer Hard Reset */
@media (max-width: 767px) {
  .moonstone-nav-drawer__links {
    padding: 0.38rem !important;
  }

  .moonstone-nav-drawer__menu,
  .moonstone-nav-drawer__menu ul,
  .moonstone-nav-drawer__menu .sub-menu {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .moonstone-nav-drawer__menu .sub-menu {
    display: none !important;
    margin: 0.16rem 0 0.2rem 0.42rem !important;
    padding-left: 0.42rem !important;
    border-left: 1px solid rgba(168, 181, 154, 0.45) !important;
    background: transparent !important;
  }

  .moonstone-nav-drawer__menu .moonstone-submenu-open > .sub-menu {
    display: block !important;
  }

  .moonstone-nav-drawer__menu li,
  .moonstone-nav-drawer__menu li.menu-item-has-children,
  .moonstone-nav-drawer__menu .sub-menu li.menu-item-has-children {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 0.16rem !important;
    padding: 0 !important;
  }

  .moonstone-nav-drawer__menu a,
  .moonstone-nav-drawer__menu .sub-menu a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0.48rem 2.45rem 0.48rem 0.62rem !important;
    border-radius: 11px !important;
    font-size: 0.9rem !important;
    line-height: 1.12 !important;
    box-shadow: none !important;
  }

  .moonstone-nav-drawer__menu .sub-menu a {
    min-height: 36px !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    font-size: 0.84rem !important;
  }

  .moonstone-submenu-toggle,
  .moonstone-nav-drawer__menu .sub-menu .moonstone-submenu-toggle {
    position: absolute !important;
    top: 0.2rem !important;
    right: 0.2rem !important;
    width: 2rem !important;
    height: 2rem !important;
    min-height: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .moonstone-nav-drawer__actions {
    display: block !important;
    padding: 0.38rem !important;
  }

  .moonstone-nav-drawer__actions .moonstone-nav-phone {
    width: 100% !important;
    min-height: 40px !important;
    padding: 0.5rem 0.6rem !important;
  }
}

.footer.footer-contact-boxes .footer-bg-accent {
  background: transparent !important;
}

.footer .footer-content {
  padding: 2rem;
}

.moonstone-footer-shell--simple .moonstone-footer-simple {
  text-align: left;
}

.moonstone-footer-shell--simple .moonstone-footer-kicker {
  margin-bottom: 0.75rem;
}

@media (max-width: 1200px) {
  .moonstone-nav-tools {
    display: none;
  }

  .moonstone-nav-shell {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  }

  .moonstone-post-card__inner {
    grid-template-columns: 1fr;
  }

  .moonstone-post-card__media img {
    min-height: 260px;
  }

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

@media (max-width: 767px) {
  :root {
    --moonstone-frame-width: min(calc(100% - 20px), 1380px);
  }

  .moonstone-nav-shell {
    width: var(--moonstone-frame-width);
    margin-top: 10px;
    padding: 10px 8px 10px 12px;
    border-radius: 20px;
  }

  .moonstone-nav-menu {
    margin-left: auto;
  }

  .moonstone-nav-toggle {
    margin-right: -2px;
  }

  .moonstone-hero-shell {
    width: 100%;
    padding-top: 0.75rem;
  }

  .header-wrapper .header-homepage,
  .header-wrapper .header {
    padding-top: 74px !important;
  }

  .header-description,
  .inner-header-description {
    padding: 2.8rem 0.25rem 2.4rem;
  }

  .header-homepage .hero-title,
  .inner-header-description .hero-title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .moonstone-main-shell {
    width: min(calc(100% - 20px), 1380px);
  }

  .moonstone-article__header,
  .moonstone-article__body {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .moonstone-article__media {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .moonstone-tags {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .footer .footer-content {
    width: min(calc(100% - 20px), 1380px);
    padding: 1.2rem;
  }

  .moonstone-footer-card {
    text-align: center;
  }

  .moonstone-footer-intro,
  .moonstone-footer-shell--simple .moonstone-footer-simple {
    text-align: center;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .moonstone-site-shell {
    gap: 1rem;
    padding-bottom: 1rem;
  }

  .navigation-bar,
  .navigation-wrapper,
  .navigation-wrapper .row,
  .navigation-wrapper .basis-auto,
  .moonstone-nav-shell {
    display: flex;
    align-items: center;
  }

  .moonstone-nav-shell {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    width: var(--moonstone-frame-width);
    margin-top: 8px;
    padding: 0.8rem 0.9rem;
    border-radius: 22px;
  }

  .moonstone-nav-brand,
  .logo_col {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .moonstone-nav-brand a,
  .logo_col a.logo-link,
  .logo_col a.custom-logo-link {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .logo_col img.logo,
  .logo_col img.custom-logo {
    width: min(250px, 100%);
    max-width: 100%;
    max-height: 34px;
    object-fit: contain;
  }

  .moonstone-nav-menu,
  .main_menu_col {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end !important;
    width: auto;
    margin-left: auto;
  }

  .header-description,
  .inner-header-description,
  .header-content,
  .header-content.header-content-centered,
  .align-holder {
    text-align: center;
  }

  #mainmenu_container,
  #main_menu,
  .moonstone-nav-tools {
    display: none !important;
  }

  .main_menu_col [data-component="offcanvas"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 !important;
    border: 1px solid rgba(34, 41, 36, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: #222924;
    box-shadow: none;
  }

  .main_menu_col [data-component="offcanvas"] .fa-bars {
    position: relative;
    inset: auto;
    transform: none !important;
    margin: 0 !important;
  }

  .moonstone-hero-shell {
    width: min(calc(100% - 18px), 1380px);
    padding-top: 0.55rem;
  }

  .header-wrapper .header-homepage,
  .header-wrapper .header {
    padding-top: 72px !important;
  }

  .header-description,
  .inner-header-description {
    padding: 2.15rem 0 1.85rem;
  }

  .header-description-row,
  .header-content,
  .align-holder {
    min-height: 0 !important;
  }

  .header-content,
  .align-holder,
  .header-content-centered {
    width: 100%;
  }

  .header-homepage .hero-title,
  .inner-header-description .hero-title {
    max-width: 10ch;
    margin: 0 auto 0.85rem;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .header-homepage .header-subtitle,
  .inner-header-description .header-subtitle,
  p.header-subtitle {
    max-width: 32ch;
    margin: 0 auto;
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
  }

  body.home .header-buttons-wrapper,
  .header-buttons-wrapper {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.75rem !important;
    width: 100% !important;
    max-width: 100%;
    margin-top: 1.4rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    box-sizing: border-box;
  }

  body.home .header-buttons-wrapper a.button,
  body.home .header-buttons-wrapper .button,
  body.home .header-buttons-wrapper a.button.big,
  body.home .header-buttons-wrapper .button.big,
  .header-buttons-wrapper a.button,
  .header-buttons-wrapper .button {
    width: calc(100% - 0.7rem) !important;
    min-width: 0 !important;
    max-width: calc(100% - 0.7rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 50px !important;
    padding: 0.95rem 1rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  .moonstone-main-shell,
  .footer .footer-content {
    width: min(calc(100% - 18px), 1380px);
  }

  .moonstone-main-shell {
    padding-top: 0.35rem;
  }

  .moonstone-main-page,
  .moonstone-main-single,
  .moonstone-main-archive {
    padding-bottom: 1rem;
  }

  .moonstone-content-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .moonstone-article {
    border-radius: 24px;
  }

  .moonstone-article__header,
  .moonstone-article__body,
  .moonstone-article__media,
  .moonstone-tags {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .moonstone-article__header {
    padding-top: 1.1rem;
    padding-bottom: 0.85rem;
  }

  .moonstone-article__title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    line-height: 1.02;
  }

  h2,
  body h2,
  .elementor .elementor-widget-heading .elementor-heading-title,
  .elementor-widget-container > h2.elementor-heading-title,
  .moonstone-main-page .moonstone-article__body h2 {
    text-align: center;
    display: block;
    width: 100%;
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
  }

  .elementor-widget-heading,
  .elementor-widget-heading .elementor-widget-container,
  .elementor-widget-heading .elementor-heading-title,
  .moonstone-page-article .elementor-widget-container > h2,
  .moonstone-page-article .elementor-widget-heading .elementor-heading-title {
    width: 100% !important;
    max-width: none !important;
  }

  .moonstone-article__body {
    padding-bottom: 1.15rem;
    font-size: 1rem;
    line-height: 1.75;
  }

  .moonstone-post-list {
    gap: 1rem;
  }

  .moonstone-post-card {
    border-radius: 24px;
  }

  .moonstone-post-card__inner {
    grid-template-columns: 1fr;
  }

  .moonstone-post-card__media img {
    min-height: 210px;
  }

  .moonstone-post-card__body {
    padding: 0.9rem 0.8rem;
  }

  .moonstone-post-card__title {
    font-size: 1.45rem;
    line-height: 1.08;
  }

  .moonstone-page-article .elementor-widget-container > p,
  .moonstone-page-article .elementor-widget-text-editor p,
  .moonstone-main-page .moonstone-article__body > p,
  .moonstone-main-page .moonstone-article__body li {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .moonstone-page-article .elementor > .e-con-boxed {
    padding: 0.8rem;
    border-radius: 24px;
  }

  .page-content.no-padding > .content > .elementor > .e-con-boxed {
    width: min(calc(100% - 18px), 1180px);
    padding: 0.8rem;
    border-radius: 24px;
  }

  .moonstone-sidebar {
    position: static;
  }

  .moonstone-sidebar__inner {
    padding: 1rem;
    border-radius: 22px;
  }

  .moonstone-page-article .elementor .e-con-inner,
  .moonstone-page-article .elementor .e-con-boxed > .e-con-inner,
  .moonstone-page-article .elementor .elementor-container {
    gap: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .moonstone-page-article .elementor .e-con,
  .moonstone-page-article .elementor .elementor-section,
  .moonstone-page-article .elementor .elementor-top-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .moonstone-page-article .elementor .elementor-widget-wrap,
  .moonstone-page-article .elementor .elementor-column,
  .moonstone-page-article .elementor .elementor-widget {
    min-width: 0;
  }

  .moonstone-page-article .elementor .elementor-button,
  .moonstone-page-article .elementor .elementor-button-link {
    width: 100%;
    justify-content: center;
  }

  .footer .footer-content {
    padding: 1rem;
  }

  .moonstone-footer-shell,
  .moonstone-footer-intro,
  .moonstone-footer-shell--simple .moonstone-footer-simple {
    text-align: left;
  }

  .moonstone-footer-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .moonstone-footer-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .moonstone-footer-grid > [class*="col-"] {
    width: 100%;
  }

  .moonstone-footer-card {
    min-height: 0;
    padding: 1rem 0.85rem;
    border-radius: 22px;
    text-align: left;
  }

  .moonstone-footer-actions {
    display: block;
  }
}

/* Template Rebuild */

.moonstone-nav-shell {
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) auto;
  gap: 0.75rem;
}

.moonstone-nav-menu {
  gap: 0.55rem;
}

.moonstone-nav-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  min-width: 0;
}

.moonstone-nav-list,
.moonstone-nav-list .sub-menu,
.moonstone-nav-drawer__menu,
.moonstone-nav-drawer__menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.moonstone-nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.18rem;
  width: 100%;
}

.moonstone-nav-list li {
  position: relative;
}

.moonstone-nav-list > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.5rem 0.64rem;
  border-radius: 999px;
  color: var(--moonstone-ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.moonstone-nav-list > li.menu-item-has-children > a::after {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  margin-left: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
}

.moonstone-nav-list > li:hover > a,
.moonstone-nav-list > li:focus-within > a,
.moonstone-nav-list > li.current-menu-item > a,
.moonstone-nav-list > li.current-menu-ancestor > a,
.moonstone-nav-list > li.current_page_item > a {
  background: rgba(168, 181, 154, 0.18);
  color: var(--moonstone-ink);
}

.moonstone-nav-list .sub-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  z-index: 10020;
  display: grid;
  gap: 0.22rem;
  min-width: 270px;
  max-height: none;
  overflow: visible;
  padding: 0.65rem;
  border: 1px solid rgba(36, 49, 61, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--moonstone-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.moonstone-nav-list > li > .sub-menu {
  width: max-content;
  max-width: calc(100vw - 32px);
}

.moonstone-nav-list li:hover > .sub-menu,
.moonstone-nav-list li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.moonstone-nav-list .sub-menu .sub-menu {
  top: -0.65rem;
  left: calc(100% + 0.45rem);
}

.moonstone-nav-list .sub-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0.66rem 0.8rem;
  border-radius: 12px;
  color: var(--moonstone-ink) !important;
  font-size: 0.86rem;
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none !important;
  text-transform: none;
  white-space: normal;
}

.moonstone-nav-list .sub-menu a:hover,
.moonstone-nav-list .sub-menu li:hover > a,
.moonstone-nav-list .sub-menu li:focus-within > a,
.moonstone-nav-list .sub-menu .current-menu-item > a,
.moonstone-nav-list .sub-menu .current_page_item > a {
  background: rgba(168, 181, 154, 0.16);
}

.moonstone-nav-list .sub-menu .menu-item-has-children > a::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.7rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.moonstone-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 0.82rem;
  border-radius: 999px;
  color: var(--moonstone-ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}

.moonstone-nav-link:hover,
.moonstone-nav-link.is-active {
  background: rgba(168, 181, 154, 0.18);
  color: var(--moonstone-ink);
}

.moonstone-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(34, 41, 36, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--moonstone-ink);
  cursor: pointer;
}

.moonstone-nav-toggle__line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: currentColor;
}

.moonstone-nav-drawer[hidden] {
  display: none !important;
}

.moonstone-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem;
  background: rgba(17, 24, 20, 0.42);
  backdrop-filter: blur(8px);
}

.moonstone-nav-drawer__panel {
  width: min(100%, 390px);
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 250, 245, 0.96)),
    #fff;
  box-shadow: 0 30px 60px rgba(19, 25, 22, 0.24);
}

.moonstone-nav-drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.moonstone-nav-drawer__eyebrow {
  margin: 0;
  color: var(--moonstone-gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.moonstone-nav-drawer__close {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(34, 41, 36, 0.14);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.moonstone-nav-drawer__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.moonstone-nav-drawer__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.moonstone-nav-drawer__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.moonstone-nav-drawer__links,
.moonstone-nav-drawer__secondary {
  display: grid;
  gap: 0.5rem;
}

.moonstone-nav-drawer__menu {
  display: grid;
  gap: 0.55rem;
}

.moonstone-nav-drawer__menu li {
  min-width: 0;
}

.moonstone-nav-drawer__menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--moonstone-ink) !important;
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.25;
  text-decoration: none !important;
}

.moonstone-nav-drawer__menu > li.menu-item-has-children > a::after,
.moonstone-nav-drawer__menu .sub-menu > li.menu-item-has-children > a::after {
  content: "+";
  margin-left: 0.75rem;
  color: var(--moonstone-gold-deep);
  font-weight: 900;
}

.moonstone-nav-drawer__menu .current-menu-item > a,
.moonstone-nav-drawer__menu .current-menu-ancestor > a,
.moonstone-nav-drawer__menu .current_page_item > a {
  border-color: rgba(168, 181, 154, 0.5);
  background: rgba(168, 181, 154, 0.17);
}

.moonstone-nav-drawer__menu .sub-menu {
  display: grid;
  gap: 0.42rem;
  margin: 0.5rem 0 0.15rem 0.75rem;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(168, 181, 154, 0.32);
}

.moonstone-nav-drawer__menu .sub-menu a {
  min-height: 44px;
  padding: 0.72rem 0.85rem;
  border-radius: 14px;
  background: rgba(245, 250, 253, 0.86);
  font-size: 0.88rem;
  font-weight: 700;
}

.moonstone-nav-drawer__menu .sub-menu .sub-menu {
  margin-left: 0.45rem;
  padding-left: 0.55rem;
}

.moonstone-nav-drawer__link,
.moonstone-nav-drawer__secondary-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(36, 49, 61, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--moonstone-ink);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
}

.moonstone-nav-drawer__link.is-active {
  background: rgba(168, 181, 154, 0.16);
  border-color: rgba(168, 181, 154, 0.34);
}

.moonstone-nav-drawer__secondary-link {
  min-height: 46px;
  font-size: 0.88rem;
  font-weight: 600;
}

.moonstone-nav-drawer__actions {
  display: grid;
  gap: 0.7rem;
}

html.moonstone-menu-open,
html.moonstone-menu-open body {
  overflow: hidden;
}

.moonstone-footer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 0.8rem;
}

.moonstone-footer-grid::before,
.moonstone-footer-grid::after,
.moonstone-footer-bottom::before,
.moonstone-footer-bottom::after,
.moonstone-footer-meta::before,
.moonstone-footer-meta::after,
.moonstone-footer-bottom__social::before,
.moonstone-footer-bottom__social::after,
.moonstone-footer-bottom__legal::before,
.moonstone-footer-bottom__legal::after {
  content: none !important;
  display: none !important;
}

.moonstone-footer-card {
  min-width: 0;
  min-height: 232px;
  padding: 1.25rem 1.1rem;
}

.moonstone-footer-card--accent {
  align-content: start;
}

.moonstone-footer-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff7ea;
}

.moonstone-footer-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.moonstone-footer-card__title {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.12;
}

.moonstone-footer-card__copy {
  margin: 0;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.76);
}

.moonstone-footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem 1.25rem;
  align-items: center;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.moonstone-footer-meta,
.moonstone-footer-bottom__legal {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.moonstone-footer-meta,
.moonstone-footer-bottom__social,
.moonstone-footer-bottom__legal {
  min-width: 0;
}

.moonstone-footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1.1rem;
}

.moonstone-footer-bottom__social {
  justify-self: end;
}

.moonstone-footer-meta span,
.moonstone-footer-bottom__legal p {
  margin: 0;
}

.moonstone-footer-meta a,
.moonstone-footer-bottom a {
  color: #fff;
}

.moonstone-footer-bottom__social .footer-social-icons {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.moonstone-footer-bottom__social .footer-social-icons a {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.moonstone-footer-bottom__legal {
  grid-column: 1 / -1;
}

.moonstone-footer-bottom__social .footer-social-icons .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1599px) {
  .moonstone-nav-shell {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  }

  .moonstone-nav-tools {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .moonstone-nav-links {
    display: none;
  }

  .moonstone-nav-toggle {
    display: inline-flex;
  }

  .moonstone-nav-drawer {
    display: flex;
  }

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

  .moonstone-footer-bottom {
    grid-template-columns: 1fr;
  }

  .moonstone-footer-bottom__social .footer-social-icons {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .moonstone-nav-shell {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .moonstone-nav-menu {
    flex: 0 0 auto;
  }

  .moonstone-nav-toggle {
    display: inline-flex;
  }

  .moonstone-nav-drawer {
    padding: 0.7rem;
  }

  .moonstone-nav-drawer__panel {
    width: min(100%, 100%);
    border-radius: 24px;
  }

  .moonstone-footer-grid {
    grid-template-columns: 1fr;
  }

  .moonstone-footer-card {
    min-height: 0;
  }

  .moonstone-footer-bottom {
    align-items: flex-start;
  }
}

.moonstone-gold-ticker {
  position: relative;
  display: grid;
  gap: 0.8rem;
  width: min(100%, 620px);
  margin: 0 auto 1.25rem;
  padding: 1rem 1.15rem 1.05rem;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(15, 28, 24, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 40px rgba(10, 22, 18, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.moonstone-gold-ticker::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  opacity: 0.65;
  pointer-events: none;
}

.moonstone-gold-ticker > * {
  position: relative;
  z-index: 1;
}

.moonstone-gold-ticker__head,
.moonstone-gold-ticker__figure,
.moonstone-gold-ticker__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.moonstone-gold-ticker__head {
  gap: 0.55rem;
}

.moonstone-gold-ticker__body {
  display: grid;
  gap: 0.55rem;
}

.moonstone-gold-ticker__pulse {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #d4b766;
  box-shadow: 0 0 0 0 rgba(212, 183, 102, 0.65);
  animation: moonstoneGoldPulse 2.2s infinite;
}

.moonstone-gold-ticker__eyebrow {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 247, 234, 0.84);
}

.moonstone-gold-ticker__figure {
  gap: 0.75rem;
}

.moonstone-gold-ticker__currency,
.moonstone-gold-ticker__unit,
.moonstone-gold-ticker__meta-item {
  color: #fff7ea;
}

.moonstone-gold-ticker__currency {
  padding: 0.38rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.moonstone-gold-ticker__value {
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1;
  color: #ffffff;
}

.moonstone-gold-ticker__value::before {
  content: "£";
  margin-right: 0.15em;
  font-size: 0.62em;
  color: rgba(255, 247, 234, 0.86);
}

.moonstone-gold-ticker__unit {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0.92;
}

.moonstone-gold-ticker__meta {
  gap: 0.8rem 1.2rem;
}

.moonstone-gold-ticker__meta-item {
  font-size: 0.9rem;
  line-height: 1.45;
  opacity: 0.82;
}

.moonstone-gold-ticker[data-state="unavailable"] {
  background: rgba(28, 33, 31, 0.5);
}

.moonstone-gold-ticker[data-state="unavailable"] .moonstone-gold-ticker__pulse {
  background: rgba(255, 255, 255, 0.38);
  animation: none;
  box-shadow: none;
}

.moonstone-gold-ticker.is-flashing {
  transform: translateY(-1px);
  border-color: rgba(212, 183, 102, 0.6);
  box-shadow: 0 22px 44px rgba(10, 22, 18, 0.24), 0 0 0 1px rgba(212, 183, 102, 0.12);
  animation: moonstoneGoldFlash 650ms ease;
}

body.home .header-buttons-wrapper,
.header-buttons-wrapper {
  align-items: center;
}

body.home .header-buttons-wrapper .moonstone-gold-ticker,
.header-buttons-wrapper .moonstone-gold-ticker {
  flex: 0 0 100%;
}

@keyframes moonstoneGoldPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 183, 102, 0.65);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(212, 183, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(212, 183, 102, 0);
  }
}

@keyframes moonstoneGoldFlash {
  0% {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
      rgba(15, 28, 24, 0.42);
  }

  50% {
    background:
      linear-gradient(145deg, rgba(255, 243, 214, 0.35), rgba(255, 255, 255, 0.14)),
      rgba(30, 45, 37, 0.48);
  }

  100% {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
      rgba(15, 28, 24, 0.38);
  }
}

@media (max-width: 767px) {
  .moonstone-gold-ticker {
    width: 100%;
    padding: 0.9rem 0.9rem 0.95rem;
    border-radius: 22px;
  }

  .moonstone-gold-ticker__figure {
    gap: 0.55rem;
  }

  .moonstone-gold-ticker__unit {
    width: 100%;
    font-size: 0.8rem;
  }

  .moonstone-gold-ticker__meta {
    gap: 0.45rem;
  }

  .moonstone-gold-ticker__meta-item {
    width: 100%;
    font-size: 0.82rem;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

.navigation-wrapper,
.moonstone-hero-shell {
  width: min(1380px, calc(100% - 32px)) !important;
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.navigation-wrapper:not(.gridContainer) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.moonstone-nav-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  .navigation-wrapper,
  .moonstone-hero-shell {
    width: min(1380px, calc(100% - 20px)) !important;
    max-width: 1380px !important;
  }
}

@media (min-width: 768px) {
  .moonstone-seo-panel {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    overflow: hidden;
  }

  .moonstone-seo-panel > .moonstone-seo-panel__copy,
  .moonstone-seo-panel > .moonstone-seo-panel__card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 767px) {
  .moonstone-seo-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .moonstone-seo-panel > .moonstone-seo-panel__copy,
  .moonstone-seo-panel > .moonstone-seo-panel__card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .moonstone-footer-bottom__social {
    justify-self: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .moonstone-footer-bottom__social .footer-social-icons {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .moonstone-footer-bottom__social .footer-social-icons a {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 1280px) {
  .moonstone-nav-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.75rem !important;
    align-items: center !important;
  }

  .moonstone-nav-brand {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .moonstone-nav-brand a.logo-link,
  .moonstone-nav-brand a.custom-logo-link {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .moonstone-nav-brand img.logo,
  .moonstone-nav-brand img.custom-logo {
    width: min(240px, 100%) !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }

  .moonstone-nav-menu {
    width: auto !important;
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
  }

  .moonstone-nav-links,
  .moonstone-nav-tools {
    display: none !important;
  }

  .moonstone-nav-toggle {
    display: inline-flex !important;
    flex: 0 0 48px !important;
  }

  .moonstone-nav-drawer {
    display: flex;
  }
}

.moonstone-nav-drawer {
  justify-content: center !important;
  padding: clamp(0.75rem, 2vw, 1.25rem) !important;
}

.moonstone-nav-drawer__panel {
  width: min(100%, 480px) !important;
  max-height: calc(100dvh - 1.5rem) !important;
  overflow: hidden !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: 0.85rem !important;
  padding: clamp(0.85rem, 2.4vw, 1.15rem) !important;
}

.moonstone-nav-drawer__top {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(36, 49, 61, 0.08);
  background: inherit;
}

.moonstone-nav-drawer__close {
  grid-column: 2;
  justify-self: end !important;
  margin-left: auto !important;
}

.moonstone-nav-drawer__links {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.15rem;
}

.moonstone-nav-drawer__menu {
  gap: 0.45rem !important;
}

.moonstone-nav-drawer__menu li.menu-item-has-children {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 0.45rem;
  align-items: stretch;
}

.moonstone-nav-drawer__menu li.menu-item-has-children > a {
  grid-column: 1;
  min-width: 0;
}

.moonstone-nav-drawer__menu > li.menu-item-has-children > a::after,
.moonstone-nav-drawer__menu .sub-menu > li.menu-item-has-children > a::after {
  content: none !important;
}

.moonstone-submenu-toggle {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 52px;
  padding: 0;
  border: 1px solid rgba(36, 49, 61, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--moonstone-ink);
  cursor: pointer;
}

.moonstone-submenu-toggle span {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.1rem) rotate(45deg);
  transition: transform 0.18s ease;
}

.moonstone-nav-drawer__menu .moonstone-submenu-open > .moonstone-submenu-toggle span {
  transform: translateY(0.12rem) rotate(-135deg);
}

.moonstone-nav-drawer--enhanced .moonstone-nav-drawer__menu .sub-menu {
  grid-column: 1 / -1;
  display: none !important;
  margin: 0.2rem 0 0.2rem 0.35rem !important;
  padding-left: 0.75rem !important;
}

.moonstone-nav-drawer--enhanced .moonstone-nav-drawer__menu .moonstone-submenu-open > .sub-menu {
  display: grid !important;
}

.moonstone-nav-drawer__menu a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.moonstone-nav-drawer__actions {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(36, 49, 61, 0.08);
}

@media (max-width: 480px) {
  .moonstone-nav-shell {
    padding: 0.68rem 0.7rem !important;
  }

  .moonstone-nav-brand img.logo,
  .moonstone-nav-brand img.custom-logo {
    width: min(205px, 100%) !important;
  }

  .moonstone-nav-toggle {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 44px !important;
  }

  .moonstone-nav-drawer__menu a {
    min-height: 48px !important;
    padding: 0.78rem 0.85rem !important;
  }

  .moonstone-submenu-toggle {
    width: 44px;
    min-height: 48px;
  }
}

/* Mobile Menu Rebuild */
.moonstone-nav-drawer {
  align-items: stretch !important;
  justify-content: center !important;
  padding: clamp(0.7rem, 2vw, 1.1rem) !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 152, 0, 0.22), transparent 32%),
    radial-gradient(circle at 92% 22%, rgba(168, 181, 154, 0.24), transparent 30%),
    rgba(14, 20, 17, 0.78) !important;
  backdrop-filter: blur(14px);
}

.moonstone-nav-drawer__panel {
  width: min(100%, 520px) !important;
  height: min(780px, calc(100dvh - 1.4rem)) !important;
  max-height: calc(100dvh - 1.4rem) !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 34px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 245, 0.96)),
    #fff !important;
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.34) !important;
}

.moonstone-nav-drawer__top {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px !important;
  align-items: center !important;
  gap: 0.8rem !important;
  width: 100% !important;
  padding: 1rem 1rem 0.85rem !important;
  border-bottom: 1px solid rgba(36, 49, 61, 0.09) !important;
  background:
    radial-gradient(circle at 5% 0%, rgba(255, 152, 0, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 251, 243, 0.98), rgba(239, 246, 235, 0.96)) !important;
}

.moonstone-nav-drawer__brand {
  min-width: 0;
  text-align: left;
}

.moonstone-nav-drawer__eyebrow {
  margin: 0 0 0.15rem !important;
  color: var(--moonstone-gold-deep) !important;
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.moonstone-nav-drawer__title {
  margin: 0 !important;
  color: var(--moonstone-ink) !important;
  font-size: 1.18rem !important;
  font-weight: 850 !important;
  line-height: 1.05 !important;
}

.moonstone-nav-drawer__close {
  grid-column: 2 !important;
  justify-self: end !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  border: 1px solid rgba(36, 49, 61, 0.12) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: var(--moonstone-ink) !important;
  box-shadow: 0 10px 22px rgba(36, 49, 61, 0.08) !important;
}

.moonstone-nav-drawer__links {
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 0.85rem 0.85rem 1rem !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(238, 243, 235, 0.42)) !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(168, 181, 154, 0.75) transparent;
}

.moonstone-nav-drawer__menu,
.moonstone-nav-drawer__menu .sub-menu {
  display: grid !important;
  gap: 0.45rem !important;
}

.moonstone-nav-drawer__menu li {
  min-width: 0 !important;
}

.moonstone-nav-drawer__menu li.menu-item-has-children {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px !important;
  gap: 0.42rem !important;
  align-items: stretch !important;
}

.moonstone-nav-drawer__menu a {
  min-width: 0 !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0.85rem 0.95rem !important;
  border: 1px solid rgba(36, 49, 61, 0.08) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--moonstone-ink) !important;
  font-size: 0.96rem !important;
  font-weight: 780 !important;
  letter-spacing: 0 !important;
  line-height: 1.22 !important;
  overflow-wrap: anywhere !important;
  text-align: left !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(36, 49, 61, 0.055) !important;
}

.moonstone-nav-drawer__menu a:hover,
.moonstone-nav-drawer__menu a:focus-visible,
.moonstone-nav-drawer__menu .current-menu-item > a,
.moonstone-nav-drawer__menu .current-menu-ancestor > a,
.moonstone-nav-drawer__menu .current_page_item > a {
  border-color: rgba(255, 152, 0, 0.42) !important;
  background: linear-gradient(135deg, rgba(255, 248, 231, 0.98), rgba(239, 246, 235, 0.95)) !important;
}

.moonstone-submenu-toggle {
  width: 48px !important;
  min-height: 54px !important;
  border: 1px solid rgba(36, 49, 61, 0.09) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 253, 0.92)) !important;
  color: var(--moonstone-gold-deep) !important;
  box-shadow: 0 10px 22px rgba(36, 49, 61, 0.055) !important;
}

.moonstone-submenu-toggle span {
  width: 0.58rem !important;
  height: 0.58rem !important;
}

.moonstone-nav-drawer--enhanced .moonstone-nav-drawer__menu .sub-menu {
  grid-column: 1 / -1 !important;
  display: none !important;
  margin: 0.05rem 0 0.15rem !important;
  padding: 0.6rem !important;
  border: 1px solid rgba(168, 181, 154, 0.25) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(238, 243, 235, 0.9), rgba(245, 250, 253, 0.72)) !important;
}

.moonstone-nav-drawer--enhanced .moonstone-nav-drawer__menu .moonstone-submenu-open > .sub-menu {
  display: grid !important;
}

.moonstone-nav-drawer__menu .sub-menu a {
  min-height: 44px !important;
  padding: 0.7rem 0.8rem !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.moonstone-nav-drawer__menu .sub-menu li.menu-item-has-children {
  grid-template-columns: minmax(0, 1fr) 42px !important;
  gap: 0.35rem !important;
}

.moonstone-nav-drawer__menu .sub-menu .moonstone-submenu-toggle {
  width: 42px !important;
  min-height: 44px !important;
  border-radius: 14px !important;
}

.moonstone-nav-drawer__actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.65rem !important;
  padding: 0.85rem !important;
  border-top: 1px solid rgba(36, 49, 61, 0.09) !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.moonstone-nav-drawer__actions .moonstone-nav-phone,
.moonstone-nav-drawer__actions .moonstone-nav-cta {
  width: 100% !important;
  min-height: 48px !important;
  padding: 0.75rem 0.55rem !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.065em !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 767px) {
  .moonstone-nav-drawer {
    padding: 0 !important;
  }

  .moonstone-nav-drawer__panel {
    width: 100% !important;
    height: 100dvh !important;
    max-height: none !important;
    border-radius: 0 !important;
    border: 0 !important;
  }
}

@media (max-width: 390px) {
  .moonstone-nav-drawer__actions {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile Menu Right Drawer */
.moonstone-nav-drawer {
  align-items: stretch !important;
  justify-content: flex-end !important;
  padding: 0 !important;
}

.moonstone-nav-drawer__panel {
  width: min(88vw, 430px) !important;
  height: 100dvh !important;
  max-height: none !important;
  margin: 0 0 0 auto !important;
  border-width: 0 0 0 1px !important;
  border-radius: 30px 0 0 30px !important;
  animation: moonstoneMenuSlideInRight 0.24s ease-out both;
}

.moonstone-nav-drawer__top {
  position: relative !important;
  display: block !important;
  min-height: 58px !important;
  padding: 0.72rem 3.45rem 0.68rem 0.9rem !important;
}

.moonstone-nav-drawer__brand {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  text-align: left !important;
}

.moonstone-nav-drawer__eyebrow {
  margin-bottom: 0.1rem !important;
  font-size: 0.62rem !important;
  line-height: 1 !important;
}

.moonstone-nav-drawer__title {
  max-width: none !important;
  font-size: 1rem !important;
  line-height: 1.12 !important;
  white-space: normal !important;
}

.moonstone-nav-drawer__close {
  position: absolute !important;
  top: 0.58rem !important;
  right: 0.7rem !important;
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  border-radius: 13px !important;
}

.moonstone-nav-drawer__close span {
  width: 16px !important;
}

.moonstone-nav-drawer__menu li.menu-item-has-children {
  position: relative !important;
  display: block !important;
}

.moonstone-nav-drawer__menu li.menu-item-has-children > a {
  width: 100% !important;
  padding-right: 3.05rem !important;
}

.moonstone-submenu-toggle {
  position: absolute !important;
  top: 0.45rem !important;
  right: 0.45rem !important;
  z-index: 2 !important;
  width: 2.35rem !important;
  min-height: 2.35rem !important;
  height: 2.35rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--moonstone-ink) !important;
}

.moonstone-submenu-toggle span {
  width: 0.48rem !important;
  height: 0.48rem !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
}

.moonstone-nav-drawer__menu .sub-menu .moonstone-submenu-toggle {
  top: 0.25rem !important;
  right: 0.35rem !important;
  width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
}

.moonstone-nav-drawer__menu .sub-menu li.menu-item-has-children {
  display: block !important;
}

.moonstone-nav-drawer__menu .sub-menu li.menu-item-has-children > a {
  padding-right: 2.75rem !important;
}

@media (max-width: 767px) {
  .moonstone-nav-drawer__panel {
    width: min(90vw, 430px) !important;
    border-radius: 28px 0 0 28px !important;
  }
}

@media (max-width: 390px) {
  .moonstone-nav-drawer__panel {
    width: 92vw !important;
  }
}

@keyframes moonstoneMenuSlideInRight {
  from {
    transform: translateX(105%);
  }

  to {
    transform: translateX(0);
  }
}

/* Homepage Hero H1 */
body.home .header-homepage .header-description,
body.home .header-homepage .header-description.gridContainer,
.mesmerize-front-page .header-homepage .header-description,
.mesmerize-front-page .header-homepage .header-description.gridContainer {
  padding-top: clamp(1.35rem, 3vw, 2.2rem) !important;
}

body.home .header-homepage h1.hero-title,
body.home .header-homepage .hero-title,
.mesmerize-front-page .header-homepage h1.hero-title,
.mesmerize-front-page .header-homepage .hero-title {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fff7ea !important;
  font-size: clamp(2rem, 4vw, 3.1rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.02 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-wrap: nowrap;
  white-space: nowrap !important;
}

body.home .header-homepage .hero-title .moonstone-hero-title-text,
.mesmerize-front-page .header-homepage .hero-title .moonstone-hero-title-text {
  display: inline !important;
  white-space: inherit !important;
}

@media (max-width: 767px) {
  body.home .header-wrapper .header-homepage,
  .mesmerize-front-page .header-wrapper .header-homepage {
    padding-top: 88px !important;
  }

  body.home .header-homepage .header-description,
  body.home .header-homepage .header-description.gridContainer,
  .mesmerize-front-page .header-homepage .header-description,
  .mesmerize-front-page .header-homepage .header-description.gridContainer {
    padding-top: clamp(2.9rem, 12vw, 4rem) !important;
  }

  body.home .header-homepage h1.hero-title,
  body.home .header-homepage .hero-title,
  .mesmerize-front-page .header-homepage h1.hero-title,
  .mesmerize-front-page .header-homepage .hero-title {
    font-size: clamp(1.15rem, 5.45vw, 1.55rem) !important;
    letter-spacing: -0.045em !important;
  }
}

/* Compact Mobile Menu Header */
.moonstone-nav-drawer__top {
  min-height: 44px !important;
  padding: 0.48rem 3rem 0.42rem 0.78rem !important;
}

.moonstone-nav-drawer__eyebrow {
  margin-bottom: 0.05rem !important;
  font-size: 0.58rem !important;
  line-height: 1 !important;
}

.moonstone-nav-drawer__title {
  font-size: 0.92rem !important;
  line-height: 1.05 !important;
}

.moonstone-nav-drawer__close {
  top: 0.4rem !important;
  right: 0.58rem !important;
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border-radius: 11px !important;
}

/* SEO Panel Grid Fix */
.moonstone-seo-panel::before,
.moonstone-seo-panel::after,
.moonstone-seo-panel__copy::before,
.moonstone-seo-panel__copy::after,
.moonstone-seo-panel__card::before,
.moonstone-seo-panel__card::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 768px) {
  .moonstone-seo-panel {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    align-items: stretch !important;
  }

  .moonstone-seo-panel > .moonstone-seo-panel__copy,
  .moonstone-seo-panel > .moonstone-seo-panel__card {
    grid-row: 1 !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 100% !important;
  }

  .moonstone-seo-panel > .moonstone-seo-panel__copy {
    grid-column: 1 !important;
  }

  .moonstone-seo-panel > .moonstone-seo-panel__card:nth-of-type(2) {
    grid-column: 2 !important;
  }

  .moonstone-seo-panel > .moonstone-seo-panel__card:nth-of-type(3) {
    grid-column: 3 !important;
  }
}

/* Button Hover Decoration Reset */
a.button:hover,
a.button:focus,
a.button:focus-visible,
.button:hover,
.button:focus,
.button:focus-visible,
a.elementor-button:hover,
a.elementor-button:focus,
a.elementor-button:focus-visible,
.elementor-button:hover,
.elementor-button:focus,
.elementor-button:focus-visible,
.elementor-button-link:hover,
.elementor-button-link:focus,
.elementor-button-link:focus-visible,
.moonstone-nav-cta:hover,
.moonstone-nav-cta:focus,
.moonstone-nav-cta:focus-visible,
.moonstone-footer-cta:hover,
.moonstone-footer-cta:focus,
.moonstone-footer-cta:focus-visible,
.moonstone-post-card__link:hover,
.moonstone-post-card__link:focus,
.moonstone-post-card__link:focus-visible,
.header-buttons-wrapper a:hover,
.header-buttons-wrapper a:focus,
.header-buttons-wrapper a:focus-visible {
  text-decoration: none !important;
}

/* Homepage Content Width Cleanup */
body.home .mg-intro-text a,
body.home .mg-safe-card a,
.mesmerize-front-page .mg-intro-text a,
.mesmerize-front-page .mg-safe-card a {
  text-decoration: none !important;
}

body.home .moonstone-page-article .elementor > .e-con-boxed,
body.home .page-content.no-padding > .content > .elementor > .e-con-boxed,
.mesmerize-front-page .moonstone-page-article .elementor > .e-con-boxed,
.mesmerize-front-page .page-content.no-padding > .content > .elementor > .e-con-boxed {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .moonstone-page-article .elementor > .e-con-boxed > .e-con-inner,
body.home .page-content.no-padding > .content > .elementor > .e-con-boxed > .e-con-inner,
.mesmerize-front-page .moonstone-page-article .elementor > .e-con-boxed > .e-con-inner,
.mesmerize-front-page .page-content.no-padding > .content > .elementor > .e-con-boxed > .e-con-inner {
  width: min(calc(100% - 24px), 1280px) !important;
  max-width: 1280px !important;
}

body.home .mg-intro-text-wrapper,
body.home .mg-feature-section,
body.home .mg-safe-section,
.mesmerize-front-page .mg-intro-text-wrapper,
.mesmerize-front-page .mg-feature-section,
.mesmerize-front-page .mg-safe-section {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.home .mg-intro-text,
body.home .mg-feature-card,
body.home .mg-safe-card,
.mesmerize-front-page .mg-intro-text,
.mesmerize-front-page .mg-feature-card,
.mesmerize-front-page .mg-safe-card {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  body.home .moonstone-page-article .elementor > .e-con-boxed > .e-con-inner,
  body.home .page-content.no-padding > .content > .elementor > .e-con-boxed > .e-con-inner,
  .mesmerize-front-page .moonstone-page-article .elementor > .e-con-boxed > .e-con-inner,
  .mesmerize-front-page .page-content.no-padding > .content > .elementor > .e-con-boxed > .e-con-inner {
    width: min(calc(100% - 16px), 1280px) !important;
  }

  body.home .mg-intro-text,
  body.home .mg-feature-card,
  body.home .mg-safe-card,
  .mesmerize-front-page .mg-intro-text,
  .mesmerize-front-page .mg-feature-card,
  .mesmerize-front-page .mg-safe-card {
    padding: 1.15rem !important;
  }

  body.home .mg-feature-card,
  body.home .mg-safe-card,
  .mesmerize-front-page .mg-feature-card,
  .mesmerize-front-page .mg-safe-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 1rem !important;
    text-align: center !important;
  }

  body.home .mg-feature-icon,
  body.home .mg-safe-icon,
  .mesmerize-front-page .mg-feature-icon,
  .mesmerize-front-page .mg-safe-icon {
    margin: 0 auto !important;
  }

  body.home .mg-feature-content,
  body.home .mg-safe-content,
  .mesmerize-front-page .mg-feature-content,
  .mesmerize-front-page .mg-safe-content {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Final Mobile Drawer Spacing */
.moonstone-nav-drawer__menu::before,
.moonstone-nav-drawer__menu::after,
.moonstone-nav-drawer__menu .sub-menu::before,
.moonstone-nav-drawer__menu .sub-menu::after,
.moonstone-nav-drawer__menu li::before,
.moonstone-nav-drawer__menu li::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  .moonstone-nav-drawer__panel {
    grid-template-rows: auto minmax(0, 1fr) auto !important;
  }

  .moonstone-nav-drawer__top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 44px !important;
    height: 44px !important;
    max-height: 44px !important;
    padding: 0.35rem 0.55rem 0.35rem 0.7rem !important;
    overflow: hidden !important;
  }

  .moonstone-nav-drawer__brand {
    display: block !important;
    max-width: calc(100% - 40px) !important;
  }

  .moonstone-nav-drawer__eyebrow {
    margin: 0 0 0.02rem !important;
    font-size: 0.52rem !important;
    line-height: 1 !important;
  }

  .moonstone-nav-drawer__title {
    margin: 0 !important;
    font-size: 0.84rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .moonstone-nav-drawer__close {
    position: static !important;
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
  }

  .moonstone-nav-drawer__links {
    padding: 0.45rem !important;
  }

  .moonstone-nav-drawer__menu,
  .moonstone-nav-drawer__menu .sub-menu {
    gap: 0.22rem !important;
  }

  .moonstone-nav-drawer__menu li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .moonstone-nav-drawer__menu a {
    min-height: 42px !important;
    padding: 0.52rem 0.68rem !important;
    border-radius: 12px !important;
    box-shadow: none !important;
  }

  .moonstone-submenu-toggle {
    top: 0.25rem !important;
    right: 0.25rem !important;
    width: 2rem !important;
    min-height: 2rem !important;
    height: 2rem !important;
  }

  .moonstone-nav-drawer--enhanced .moonstone-nav-drawer__menu .sub-menu {
    margin: 0.18rem 0 !important;
    padding: 0.35rem !important;
    border-radius: 14px !important;
  }

  .moonstone-nav-drawer__menu .sub-menu a {
    min-height: 38px !important;
    padding: 0.45rem 0.58rem !important;
    border-radius: 10px !important;
  }

  .moonstone-nav-drawer__actions {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 0.45rem !important;
  }

  .moonstone-nav-drawer__actions .moonstone-nav-phone {
    min-height: 42px !important;
    padding: 0.55rem 0.6rem !important;
  }

  .moonstone-nav-drawer__actions .moonstone-nav-cta {
    display: none !important;
  }
}

/* EOF Mobile Menu Gap Reset */
@media (max-width: 767px) {
  #moonstone-mobile-primary-menu,
  #moonstone-mobile-primary-menu ul,
  #moonstone-mobile-primary-menu .sub-menu {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 0 !important;
  }

  #moonstone-mobile-primary-menu::before,
  #moonstone-mobile-primary-menu::after,
  #moonstone-mobile-primary-menu ul::before,
  #moonstone-mobile-primary-menu ul::after,
  #moonstone-mobile-primary-menu li::before,
  #moonstone-mobile-primary-menu li::after {
    content: none !important;
    display: none !important;
  }

  #moonstone-mobile-primary-menu > li,
  #moonstone-mobile-primary-menu li,
  #moonstone-mobile-primary-menu > li.menu-item-has-children,
  #moonstone-mobile-primary-menu li.menu-item-has-children {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    gap: 0 !important;
    grid-template-columns: none !important;
  }

  #moonstone-mobile-primary-menu a,
  #moonstone-mobile-primary-menu > li > a,
  #moonstone-mobile-primary-menu li.menu-item-has-children > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 38px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0.42rem 2.3rem 0.42rem 0.62rem !important;
    border-radius: 11px !important;
    font-size: 0.88rem !important;
    line-height: 1.1 !important;
    box-shadow: none !important;
  }

  #moonstone-mobile-primary-menu .sub-menu {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #moonstone-mobile-primary-menu .moonstone-submenu-open > .sub-menu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 4px 0 4px 8px !important;
    padding: 0 0 0 8px !important;
    border-left: 1px solid rgba(168, 181, 154, 0.45) !important;
  }

  #moonstone-mobile-primary-menu .sub-menu li {
    margin-bottom: 3px !important;
  }

  #moonstone-mobile-primary-menu .sub-menu a {
    min-height: 34px !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 0.82rem !important;
  }

  #moonstone-mobile-primary-menu .moonstone-submenu-toggle,
  #moonstone-mobile-primary-menu .sub-menu .moonstone-submenu-toggle {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
