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

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

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #686868;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  background-color: #edb7ed;
  background-image: url("https://marymarthacoach.com/wp-content/uploads/2026/01/beautiful-abstract-background-from-mixed-water-and-2024-11-15-19-10-09-utc-scaled.jpg");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #00aff2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  word-wrap: break-word;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #404040;
}

button,
input,
textarea {
  font: inherit;
}

.c225a6 {
  width: min(1270px, calc(100% - 30px));
  margin: 0 auto;
}

.c225a3 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.c225a3:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.c225a23 {
  overflow: hidden;
}

.c225a35 {
  position: relative;
  z-index: 999;
}

.site-navigation {
  width: 100%;
  min-height: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.c225a18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c225a27 {
  padding: 0 15px;
}

.site-title {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.site-title a {
  color: #00aff2;
}

.menu-toggle {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
}

.menu-toggle span:nth-child(1) {
  top: 4px;
}

.menu-toggle span:nth-child(2) {
  top: 14px;
}

.menu-toggle span:nth-child(3) {
  top: 24px;
}

.menu-container {
  width: auto;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li > a {
  display: inline-block;
  padding: 30px 20px;
  text-transform: uppercase;
  color: #000;
  vertical-align: middle;
}

.nav-menu > li.c225a34 > a {
  color: #00aff2;
}

.nav-menu > li.c225a34 > a::before,
.nav-menu > li:hover > a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00aff2;
}

.full-head-img {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://marymarthacoach.com/wp-content/uploads/2026/01/beautiful-abstract-background-from-mixed-water-and-2024-11-15-19-10-09-utc-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.single-title {
  margin: 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.c225a43 {
  background-color: #fff;
}

.c225a31 {
  padding-top: 15px;
  padding-bottom: 20px;
}

.c225a11 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 30px;
}

.c225a33 {
  min-width: 0;
}

.single-entry-summary {
  margin-top: 15px;
  width: 100%;
  clear: both;
}

.single-entry-summary p {
  margin: 0 0 1.2rem;
  font-size: 16px;
  line-height: 1.65;
}

.single-entry-summary strong {
  font-weight: 700;
}

.single-entry-summary h2 {
  font-size: 30px;
  margin: 1.8rem 0 1rem;
  color: #404040;
}

.entry-image {
  margin: 1.5rem 0;
}

.entry-image img {
  width: 100%;
}

#sidebar {
  display: inline-block;
  max-width: 100%;
}

.widget {
  word-wrap: break-word;
  hyphens: auto;
  margin-bottom: 20px;
  position: relative;
}

.widget ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.widget li > ul {
  padding-left: 15px;
}

.widget ul li {
  margin: 4px 0 0;
  padding: 0 0 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.widget ul li:last-child {
  border-bottom: none;
}

.c225a1 {
  font-size: 18px;
  position: relative;
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.c225a1::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #e2e2e2;
  left: 0;
  right: 0;
}

.c225a1 h3 {
  font-size: 18px;
  position: relative;
  color: #404040;
  padding: 10px 20px;
  margin: 0;
  line-height: 18px;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  font-weight: 300;
}

.c225a40 {
  position: relative;
}

.c225a40 label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #404040;
}

.c225a21 {
  width: 100%;
  padding: 8px 95px 8px 8px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #fff;
  color: #464a4c;
  height: 42px;
}

.search-submit {
  position: absolute;
  top: 30px;
  right: 2px;
  bottom: 2px;
  line-height: 18px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
  border-radius: 3px;
  padding: 8px 20px;
  color: #00aff2;
  background-color: transparent;
  cursor: pointer;
}

.search-submit:hover,
.search-submit:focus {
  color: #00aff2;
  background-color: transparent;
}

.c225a19 .c225a36 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.c225a19 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.c225a15.c225a52 {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 22px;
}

@media (max-width: 991px) {
  .c225a11 {
    grid-template-columns: 1fr;
  }

  #sidebar {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c225a18 {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .menu-toggle {
    display: block;
    margin-right: 15px;
  }

  .menu-container {
    width: 100%;
  }

  .nav-menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  .nav-menu > li > a {
    padding: 16px 12px;
  }

  .full-head-img {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .single-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .search-submit {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .c225a21 {
    padding-right: 8px;
  }
}
/* Contact page */
.c225a39 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  
  .c225a22 {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .c225a9 {
    align-items: start;
  }
  
  .c225a29 {
    min-width: 0;
    padding-top: 18px;
    padding-bottom: 20px;
  }
  
  .contact-form {
    width: 100%;
  }
  
  .contact-form .c225a38 {
    margin-bottom: 28px;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }
  
  .c225a49,
  .c225a13 {
    width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    background: #fff;
    color: #464a4c;
    padding: 10px 12px;
    box-shadow: none;
    outline: none;
  }
  
  .c225a49 {
    height: 42px;
  }
  
  .c225a13 {
    min-height: 220px;
    resize: vertical;
  }
  
  .c225a49:focus,
  .c225a13:focus {
    border-color: #9f9f9f;
  }
  
  .contact-submit {
    display: inline-block;
    border: 1px solid #00aff2;
    border-radius: 3px;
    background: transparent;
    color: #00aff2;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  .contact-submit:hover,
  .contact-submit:focus {
    background: rgba(0, 175, 242, 0.06);
    color: #00aff2;
  }
  
  .c225a12 .c225a43 {
    background-color: #fff;
  }
  
  .c225a12 .c225a2 {
    margin-top: 4px;
  }
  
  @media (max-width: 991px) {
    .c225a29 {
      padding-bottom: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .c225a39 {
      padding-top: 45px;
      padding-bottom: 45px;
    }
  
    .c225a29 {
      padding-top: 16px;
    }
  
    .contact-form .c225a38 {
      margin-bottom: 22px;
    }
  
    .contact-submit {
      width: 100%;
    }
  }

/* Premium enhancement layer without layout changes */
:root {
  --accent: #00aff2;
  --accent-strong: #0098d2;
  --accent-soft: rgba(0, 175, 242, 0.16);
  --accent-glow: rgba(0, 175, 242, 0.32);
  --violet-soft: rgba(142, 91, 255, 0.18);
  --ink-strong: #233247;
  --ink-body: #536173;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.72);
  --border-soft: rgba(255, 255, 255, 0.7);
  --shadow-soft: 0 16px 42px rgba(34, 52, 84, 0.10);
  --shadow-strong: 0 22px 58px rgba(34, 52, 84, 0.16);
}

html.js-enhanced body {
  position: relative;
}

html.js-enhanced body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.28), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(0, 175, 242, 0.14), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(142, 91, 255, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(11, 24, 44, 0.06), rgba(255, 255, 255, 0));
}

.c225a23 {
  position: relative;
  z-index: 1;
}

.c225a35 {
  z-index: 1200;
}

.site-navigation {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(31, 46, 74, 0.10);
  backdrop-filter: blur(12px);
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease,
    border-color 0.35s ease;
}

.site-navigation.is-scrolled {
  background: rgba(255, 255, 255, 0.90);
  border-bottom-color: rgba(0, 175, 242, 0.14);
  box-shadow: 0 18px 44px rgba(31, 46, 74, 0.14);
}

.c225a18 {
  min-height: 68px;
}

.site-title a {
  position: relative;
  display: inline-block;
  color: var(--accent);
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

.site-title a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0,175,242,0), rgba(0,175,242,0.85), rgba(0,175,242,0));
  transform: scaleX(0.32);
  transform-origin: 50% 50%;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-title a:hover::after,
.site-title a:focus::after {
  transform: scaleX(1);
  opacity: 1;
}

.nav-menu > li > a {
  position: relative;
  padding: 28px 20px;
  font-size: 13px;
  letter-spacing: 0.09em;
  font-weight: 700;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,175,242,0.0), rgba(0,175,242,0.16), rgba(142,91,255,0.12));
  opacity: 0;
  transform: scaleX(0.65) translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-menu > li > a:hover,
.nav-menu > li.c225a34 > a {
  color: var(--accent);
}

.nav-menu > li > a:hover::after,
.nav-menu > li.c225a34 > a::after {
  opacity: 1;
  transform: scaleX(1) translateY(0);
}

.full-head-img {
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.full-head-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12), transparent 30%),
    radial-gradient(circle at 80% 30%, rgba(0,175,242,0.22), transparent 25%),
    linear-gradient(120deg, rgba(9, 19, 35, 0.55), rgba(18, 42, 78, 0.36), rgba(9, 19, 35, 0.48));
  pointer-events: none;
}

.full-head-img::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
  pointer-events: none;
}

.single-title {
  font-size: clamp(2rem, 3.9vw, 3.6rem);
  line-height: 1.08;
  max-width: 950px;
  margin-inline: auto;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.30);
  transition: transform 0.3s ease;
}

.js-hero-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.js-hero-orbs span {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.45;
  mix-blend-mode: screen;
  animation: orbFloat 14s ease-in-out infinite;
}

.js-hero-orbs span:nth-child(1) {
  width: 170px;
  height: 170px;
  left: 9%;
  top: 18%;
  background: radial-gradient(circle, rgba(255,255,255,0.75), rgba(255,255,255,0.10) 55%, transparent 72%);
}

.js-hero-orbs span:nth-child(2) {
  width: 220px;
  height: 220px;
  right: 12%;
  top: 10%;
  background: radial-gradient(circle, rgba(0,175,242,0.52), rgba(0,175,242,0.12) 55%, transparent 72%);
  animation-duration: 17s;
}

.js-hero-orbs span:nth-child(3) {
  width: 140px;
  height: 140px;
  right: 24%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(142,91,255,0.42), rgba(142,91,255,0.10) 58%, transparent 74%);
  animation-duration: 12s;
}

@keyframes orbFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  35% { transform: translate3d(16px, -14px, 0) scale(1.05); }
  68% { transform: translate3d(-12px, 10px, 0) scale(0.97); }
}

.c225a43 {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.84));
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.5);
  border-top: 0;
  box-shadow: var(--shadow-strong);
}

.c225a31 {
  padding-top: 22px;
  padding-bottom: 34px;
}

.c225a11 {
  align-items: start;
  gap: 34px;
}

.single-entry-summary {
  position: relative;
}

.single-entry-summary p,
.contact-form label,
.widget ul li,
.widget .c225a40 label {
  color: var(--ink-body);
}

.single-entry-summary p {
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 0.002em;
  max-width: 74ch;
}

.single-entry-summary h2 {
  position: relative;
  margin: 2.2rem 0 1.1rem;
  padding-left: 20px;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.18;
  color: var(--ink-strong);
}

.single-entry-summary h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.14em;
  bottom: 0.1em;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), rgba(142,91,255,0.75));
  box-shadow: 0 0 18px rgba(0, 175, 242, 0.28);
}

.single-entry-summary h2.is-active-heading {
  color: #111f33;
  text-shadow: 0 6px 20px rgba(0, 175, 242, 0.08);
}

.entry-image {
  position: relative;
  margin: 1.8rem 0 2rem;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: var(--shadow-strong);
  isolation: isolate;
}

.entry-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(7, 17, 31, 0.16));
  pointer-events: none;
}

.entry-image img {
  width: 100%;
  transition: transform 0.6s ease, filter 0.6s ease;
  transform-origin: center center;
}

.entry-image:hover img {
  transform: scale(1.03);
  filter: saturate(1.04) contrast(1.03);
}

#sidebar {
  display: block;
  max-width: 100%;
  position: sticky;
  top: 92px;
  align-self: start;
}

.widget,
.contact-form {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  isolation: isolate;
}

.widget {
  margin-bottom: 22px;
  padding: 22px 20px;
}

.widget::before,
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), rgba(142, 91, 255, 0.8), rgba(255,255,255,0));
  opacity: 0.92;
}

.widget::after,
.contact-form::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(0,175,242,0.18), transparent 34%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.widget:hover,
.contact-form:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(31, 46, 74, 0.16);
  border-color: rgba(0, 175, 242, 0.24);
}

.widget:hover::after,
.contact-form:hover::after,
.widget.is-tilt-active::after,
.contact-form.is-tilt-active::after {
  opacity: 1;
}

.c225a1 {
  margin: 0 0 16px;
  text-align: left;
  text-transform: none;
}

.c225a1::after {
  top: auto;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,175,242,0.18), rgba(0,0,0,0.06), rgba(0,0,0,0));
}

.c225a1 h3 {
  padding: 0 0 12px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--ink-strong);
  background: transparent;
}

.widget ul li {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(35, 50, 71, 0.08);
}

.widget ul li a {
  color: var(--ink-body);
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--accent);
  transform: translateX(3px);
}

.c225a40 label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}

.c225a21 {
  padding: 10px 110px 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(45, 70, 109, 0.16);
  background: rgba(246, 250, 255, 0.92);
  box-shadow: inset 0 1px 2px rgba(24, 38, 62, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.c225a21:focus,
.c225a49:focus,
.c225a13:focus {
  border-color: rgba(0,175,242,0.42);
  box-shadow: 0 0 0 4px rgba(0,175,242,0.10);
}

.search-submit,
.contact-submit {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border-color: rgba(0, 175, 242, 0.36);
  background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(240,249,255,0.92));
  box-shadow: 0 10px 24px rgba(0,175,242,0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.search-submit:hover,
.search-submit:focus,
.contact-submit:hover,
.contact-submit:focus {
  color: var(--accent-strong);
  border-color: rgba(0,175,242,0.52);
  box-shadow: 0 14px 28px rgba(0,175,242,0.16);
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(227,246,255,0.98));
}

.c225a19 .c225a36 {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
}

.c225a29 {
  padding-top: 10px;
}

.contact-form {
  padding: 26px 24px;
}

.contact-form .c225a38 {
  margin-bottom: 24px;
}

.c225a49,
.c225a13 {
  border-radius: 16px;
  border: 1px solid rgba(45, 70, 109, 0.16);
  background: rgba(248, 251, 255, 0.94);
  padding: 12px 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.contact-submit {
  min-width: 160px;
}

.c225a15.c225a52 {
  position: relative;
  background: rgba(10, 17, 30, 0.88);
  backdrop-filter: blur(12px);
  letter-spacing: 0.03em;
}

.c225a15.c225a52::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.45), rgba(255,255,255,0));
}

/* JavaScript hooks */
.js-fx-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.94;
}

.js-progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 4px;
  z-index: 2500;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.16);
}

.js-progress-bar {
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: linear-gradient(90deg, rgba(255,255,255,0.92), rgba(0,175,242,0.96), rgba(142,91,255,0.82), rgba(255,255,255,0.96));
  box-shadow: 0 0 22px rgba(0,175,242,0.36);
}

.js-enhanced .js-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s ease;
  transition-delay: var(--reveal-delay, 0s);
  filter: blur(2px);
  will-change: opacity, transform;
}

.js-enhanced .js-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.js-magnetic {
  transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background-color 0.22s ease;
  will-change: transform;
}

.js-top-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  z-index: 1300;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, rgba(0,175,242,0.95), rgba(142,91,255,0.92));
  box-shadow: 0 18px 32px rgba(0,175,242,0.26);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 14px, 0) scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, box-shadow 0.25s ease;
}

.js-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
}

.js-top-button:hover,
.js-top-button:focus {
  box-shadow: 0 22px 40px rgba(0,175,242,0.34);
  transform: translate3d(0, -4px, 0) scale(1.04);
}

.js-top-button span {
  display: block;
  font-size: 21px;
  line-height: 1;
}

.js-cursor-glow {
  position: fixed;
  left: -90px;
  top: -90px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(255,255,255,0.56) 0%, rgba(0,175,242,0.22) 35%, rgba(142,91,255,0.12) 52%, rgba(0,175,242,0) 75%);
  filter: blur(12px);
  transition: opacity 0.25s ease;
}

.js-cursor-glow.is-active {
  opacity: 0.7;
}

.js-form-message {
  margin: 18px 0 0;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  color: #117c3f;
}

.js-form-message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-form-message.is-error {
  color: #c0392b;
}

.js-ripple-surface {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.js-ripple {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%) scale(0);
  background: radial-gradient(circle, rgba(255,255,255,0.85), rgba(0,175,242,0.25) 45%, rgba(0,175,242,0) 72%);
  animation: rippleBurst 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes rippleBurst {
  from {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(12);
  }
}

@media (max-width: 991px) {
  #sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .site-navigation {
    backdrop-filter: blur(8px);
  }

  .c225a18 {
    padding: 10px 0;
  }

  .menu-toggle {
    display: block;
    margin-right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(245, 250, 255, 0.82);
    box-shadow: 0 10px 24px rgba(31, 46, 74, 0.10);
  }

  .menu-toggle span {
    left: 7px;
    width: calc(100% - 14px);
    border-radius: 999px;
    transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
  }

  .menu-container {
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease;
  }

  .menu-container.is-open {
    max-height: 360px;
    opacity: 1;
  }

  .nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 0 4px;
  }

  .nav-menu > li {
    width: 100%;
  }

  .nav-menu > li > a {
    display: block;
    padding: 14px 16px;
    margin: 0 2px;
    border-radius: 16px;
    background: rgba(255,255,255,0.58);
  }

  .nav-menu > li > a::before {
    display: none;
  }

  .nav-menu > li > a::after {
    left: 12px;
    right: 12px;
    bottom: 8px;
  }

  .menu-toggle.is-open span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
  }

  .single-title {
    max-width: 16ch;
  }

  .c225a31 {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .single-entry-summary p {
    font-size: 16px;
    line-height: 1.78;
  }

  .single-entry-summary h2 {
    padding-left: 16px;
  }

  .widget,
  .contact-form {
    border-radius: 20px;
  }

  .search-submit {
    width: 100%;
    margin-top: 10px;
  }

  .c225a21 {
    padding-right: 14px;
  }

  .contact-submit {
    width: 100%;
  }

  .js-cursor-glow,
  .js-fx-canvas,
  .js-hero-orbs span:nth-child(1) {
    display: none;
  }

  .js-top-button {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-navigation,
  .site-title a::after,
  .nav-menu > li > a,
  .nav-menu > li > a::after,
  .single-title,
  .js-hero-orbs span,
  .entry-image img,
  .widget,
  .contact-form,
  .c225a21,
  .search-submit,
  .contact-submit,
  .js-progress-bar,
  .js-enhanced .js-reveal,
  .js-magnetic,
  .js-top-button,
  .js-form-message,
  .menu-toggle span {
    transition: none !important;
    animation: none !important;
  }
}


/* Requested content and sidebar refinements */
.c225a2 {
  padding: 28px 24px 24px;
}

.c225a2 .c225a40 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.c225a2 .c225a40 label {
  font-size: 15px;
}

.c225a2 .c225a21 {
  min-height: 56px;
  padding: 14px 16px;
  font-size: 15px;
}

.c225a2 .search-submit {
  min-height: 50px;
  width: 100%;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
}

.c225a24 ul {
  margin: 0;
}

.c225a24 li a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.c225a17 {
  margin-bottom: 24px;
}

.c225a17 h2:first-child {
  margin-top: 0;
}

.js-top-button {
  right: 20px !important;
  left: auto !important;
}

@media (max-width: 767px) {
  .c225a2 {
    padding: 22px 18px 18px;
  }

  .c225a2 .c225a21 {
    min-height: 52px;
  }

  .js-top-button {
    right: 14px !important;
    left: auto !important;
  }
}


/* Fix back-to-top button positioning */
.js-top-button,
.js-top-button.js-ripple-surface {
  position: fixed !important;
  inset: auto 20px 20px auto !important;
  left: auto !important;
  top: auto !important;
  right: 20px !important;
  bottom: 20px !important;
}

@media (max-width: 767px) {
  .js-top-button,
  .js-top-button.js-ripple-surface {
    inset: auto 14px 14px auto !important;
    right: 14px !important;
    bottom: 14px !important;
    left: auto !important;
    top: auto !important;
  }
}


/* Generated theme override */
:root{
  --accent:#2c676b;
  --text:#344447;
  --title:#16272a;
  --muted:#899394;
  --border:#e6eded;
  --surface:#ffffff;
  --surface-2:#fafbfb;
  --footer:#1b4042;
  --button:#225053;
  --button-text:#ffffff;
  --hero-overlay:rgba(44,103,107,0.11);
  --wf-accent:#2c676b;
  --wf-panel-bg:linear-gradient(145deg,rgba(17,39,46,0.9),rgba(11,28,36,0.96));
  --wf-panel-border:rgba(82,130,134,0.32);
  --wf-panel-shadow:0 20px 56px rgba(4,10,11,0.34);
  --wf-site-title-bg:rgba(11,26,27,0.44);
  --wf-site-title-border:rgba(82,130,134,0.28);
  --wf-search-bg:rgba(14,33,34,0.42);
  --wf-scroll-start:rgba(44,103,107,0.96);
  --wf-scroll-end:rgba(78,127,131,0.58);
}
.c225a4{background:var(--surface) !important;}
.c225a50,.widget{background:var(--surface);border:1px solid rgba(44,103,107,0.1);box-shadow:0 18px 42px rgba(44,103,107,0.12);}
.c225a10,.c225a44,#top-bar,#main-nav,.c225a42{border-color:rgba(44,103,107,0.1);}
a:hover{color:#275b5e;}
.c225a51 img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border-radius:18px;}
.c225a16{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:18px;background:#000;}
.widget .c225a16{margin:0 auto;}
.c225a46{margin:12px 0 0;font-size:14px;}
.c225a46 a{font-weight:700;text-decoration:underline;}
