
:root {
    --bg: #009187;
    --nav-bg: linear-gradient(90deg, #060b12 0%, #1a1e22 55%, #272727 100%);
    --panel: #0f1117;
    --panel-soft: #11141a;
    --panel-header: linear-gradient(90deg, #191a1f 0%, #212327 100%);
    --text: #d8d8d8;
    --muted: #c9c9c9;
    --heading: #f0f0f0;
    --accent: #f6c33d;
    --border: rgba(255,255,255,0.12);
    --hero-overlay: rgba(0,0,0,0.55);
    --container: 1280px;
  }
  
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.7;
    font-size: 16px;
  }
  
  a {
    color: #fff;
    text-decoration: none;
  }
  
  img, iframe { max-width: 100%; display: block; }
  
  .cb87115 {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
  }
  
  .cb87169 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .cb87169:focus {
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    z-index: 9999;
  }
  
  .cb87111 {
    background: var(--nav-bg);
    position: relative;
    z-index: 10;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset;
  }
  
  .cb87162 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 106px;
    gap: 20px;
  }
  
  .cb87116 {
    font-family: "Dosis", sans-serif;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
  }
  
  .main-nav {
    display: flex;
    align-items: stretch;
    gap: 0;
  }
  
  .main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    padding: 0 26px;
    height: 106px;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    transition: background-color .2s ease, color .2s ease;
  }
  
  .main-nav a.active,
  .main-nav a:hover {
    background: var(--accent);
    color: #fff;
  }
  
  .hero {
    position: relative;
    background: #17212c url("https://thelivingchapelproject.com/wp-content/uploads/2026/01/cropped-macro-view-of-light-blue-bokeh-lights-on-blue-back-2025-02-11-16-50-38-utc-scaled-1.jpg") center center / cover no-repeat;
    min-height: 330px;
  }
  
  .cb87127 {
    position: absolute;
    inset: 0;
    background: var(--hero-overlay);
  }
  
  .cb87163 {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .hero h1 {
    margin: 0;
    max-width: 1120px;
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.06;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .cb8716 {
    padding: 80px 0 40px;
  }
  
  .cb87124 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 345px;
    gap: 32px;
    align-items: start;
  }
  
  .article-card,
  .widget {
    background: var(--panel);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  }
  
  .article-card {
    padding: 22px 22px 28px;
  }
  
  .entry-content p {
    margin: 0 0 22px;
    color: var(--text);
    font-size: 18px;
    line-height: 1.65;
  }
  
  .entry-content strong {
    color: #fff;
    font-weight: 700;
  }
  
  .entry-content h2 {
    margin: 34px 0 20px;
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .entry-image {
    margin: 18px 0 28px;
  }
  
  .entry-image img {
    width: 100%;
    height: auto;
  }
  
  .cb87160 {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  .widget {
    padding: 0;
    overflow: hidden;
    border-top: 3px solid var(--accent);
  }
  
  .cb87150 {
    margin: 0;
    padding: 16px 16px 14px;
    color: #fff;
    background: var(--panel-header);
    font-family: "Dosis", sans-serif;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .cb87168 { padding-bottom: 22px; }
  .cb87145 {
    padding: 20px 16px 0;
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 10px;
  }
  
  .cb87145 input {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(255,255,255,0.12);
    background: #080b12;
    color: #fff;
    padding: 0 14px;
    outline: none;
  }
  
  .cb87145 input:focus {
    border-color: rgba(246,195,61,0.6);
  }
  
  .cb87145 button {
    height: 58px;
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }
  
  .cb87130 {
    list-style: none;
    margin: 0;
    padding: 10px 16px 18px;
  }
  
  .cb87130 li {
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
  }
  .cb87130 li:last-child { border-bottom: none; }
  .cb87130 a {
    color: #000;
    display: block;
  }
  
  .cb87164 { padding: 16px; }
  .cb87126 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
  }
  .cb87126 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  
  .cb87159 {
    background: #0b0b0b;
    color: #ddd;
  }
  .cb8718 {
    text-align: center;
    padding: 18px 0;
    font-size: 15px;
  }
  
  .cb87156 {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
  }
  
  @media (max-width: 1100px) {
    .cb87162 {
      min-height: 88px;
    }
    .main-nav a {
      height: 88px;
      min-width: 110px;
    }
    .cb87124 {
      grid-template-columns: 1fr;
    }
    .cb87160 {
      max-width: 440px;
    }
  }
  
  @media (max-width: 768px) {
    .cb87115 {
      width: min(calc(100% - 24px), var(--container));
    }
    .cb87162 {
      flex-direction: column;
      align-items: stretch;
      padding: 18px 0 0;
      gap: 16px;
    }
    .cb87116 {
      text-align: center;
    }
    .main-nav {
      justify-content: center;
    }
    .main-nav a {
      height: 64px;
      min-width: 120px;
    }
    .hero,
    .cb87163 {
      min-height: 240px;
    }
    .cb8716 {
      padding-top: 28px;
    }
    .cb87145 {
      grid-template-columns: 1fr;
    }
    .cb87145 button {
      width: 100%;
    }
    .entry-content p {
      font-size: 17px;
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .cb8715,
  .cb87174 {
    min-height: 180px;
  }
  
  .cb87121 {
    padding: 80px 0 40px;
  }
  
  .cb87152 {
    align-items: start;
  }
  
  .contact-card {
    background: var(--panel);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    padding: 34px 36px 36px;
  }
  
  .contact-form {
    width: 100%;
  }
  
  .contact-form .form-group {
    margin-bottom: 14px;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 10px;
    color: #f0f0f0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.12);
    background: #080b12;
    color: #fff;
    font: inherit;
    padding: 0 16px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: rgba(255,255,255,0.7);
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: rgba(246,195,61,0.6);
  }
  
  .contact-form input {
    height: 58px;
  }
  
  .contact-form textarea {
    min-height: 262px;
    resize: vertical;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  .contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 58px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }
  
  .contact-submit:hover,
  .contact-submit:focus {
    filter: brightness(1.03);
  }
  
  .cb87151 .cb87160 {
    gap: 40px;
  }
  
  @media (max-width: 1100px) {
    .contact-card {
      padding: 28px 24px 30px;
    }
  }
  
  @media (max-width: 768px) {
    .cb8715,
    .cb87174 {
      min-height: 120px;
    }
  
    .cb87121 {
      padding-top: 28px;
    }
  
    .contact-card {
      padding: 22px 18px 24px;
    }
  
    .contact-submit {
      width: 100%;
    }
  }
  

:root {
  --accent-2: #ff8af2;
  --accent-3: #85f7ff;
  --shadow-deep: 0 22px 60px rgba(0, 0, 0, 0.35);
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 138, 242, 0.18), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(133, 247, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #0b8e88 0%, #03736d 52%, #025750 100%);
}

.cb87166 {
  position: relative;
  overflow: clip;
}

.cb87166::before,
.cb87166::after {
  content: "";
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
  animation: orbFloat 12s ease-in-out infinite;
}

.cb87166::before {
  top: 90px;
  left: -90px;
  background: radial-gradient(circle, rgba(255,138,242,.9) 0%, rgba(255,138,242,0) 70%);
}

.cb87166::after {
  right: -120px;
  top: 340px;
  background: radial-gradient(circle, rgba(133,247,255,.95) 0%, rgba(133,247,255,0) 70%);
  animation-delay: -5s;
}

.cb87111,
.hero,
.cb8716,
.cb87159 {
  position: relative;
  z-index: 1;
}

.cb87111 {
  backdrop-filter: blur(12px);
}

.cb87162 {
  position: relative;
}

.cb87116 {
  text-shadow: 0 0 24px rgba(255,255,255,0.16);
}

.nav-toggle {
  display: none;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform .28s ease, opacity .28s ease, width .28s ease;
}

.nav-toggle:hover {
  transform: translateY(-2px);
}

body.menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
body.menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}
body.menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.main-nav a {
  position: relative;
  overflow: hidden;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.95), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .35s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.10), transparent 35%, transparent 65%, rgba(255,255,255,0.10));
  mix-blend-mode: screen;
  opacity: .55;
}

.hero h1 {
  text-shadow: 0 8px 30px rgba(0,0,0,0.45), 0 0 28px rgba(255,255,255,0.1);
}

.hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateX(var(--from-x, 0)) translateY(22px) scale(.95);
  filter: blur(10px);
  transition: transform .9s cubic-bezier(.22, 1, .22, 1), opacity .9s ease, filter .9s ease;
  will-change: transform, opacity;
}

.hero.is-visible .hero-word {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
  filter: blur(0);
}

.article-card,
.widget,
.contact-card {
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow-deep);
  background: linear-gradient(180deg, rgba(15,17,23,.95) 0%, rgba(11,13,18,.94) 100%);
}

.article-card,
.widget,
.contact-card,
.entry-image img,
.cb87145 button,
.contact-submit,
.cb87156 {
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, filter .35s ease, background-color .35s ease;
}

.article-card:hover,
.widget:hover,
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.36);
}

.entry-content h2 {
  background: linear-gradient(90deg, #ffffff 0%, #f6c33d 46%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.entry-image {
  perspective: 1000px;
}

.entry-image img {
  border-radius: 22px;
  transform-style: preserve-3d;
  box-shadow: 0 18px 44px rgba(0,0,0,0.28);
}

.entry-image:hover img {
  box-shadow: 0 28px 58px rgba(0,0,0,0.36);
}

.cb87150 {
  position: relative;
  overflow: hidden;
}

.cb87150::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transform: translateX(-100%);
  animation: titleSweep 7s linear infinite;
}

.cb87145 input,
.contact-form input,
.contact-form textarea {
  border-radius: 18px;
  background: rgba(5, 8, 14, 0.92);
}

.cb87145 input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 0 4px rgba(246,195,61,0.12), 0 0 26px rgba(255,138,242,0.14);
}

.cb87145 button,
.contact-submit,
.cb87156 {
  background: linear-gradient(135deg, var(--accent) 0%, #ff9f4d 48%, var(--accent-2) 100%);
  box-shadow: 0 14px 34px rgba(255, 138, 242, 0.18);
}

.cb87145 button:hover,
.contact-submit:hover,
.cb87156:hover {
  transform: translateY(-3px) scale(1.02);
  filter: saturate(1.08) brightness(1.03);
}

.cb87130 a,
.cb8718 {
  transition: color .25s ease, transform .25s ease, opacity .25s ease;
}

.cb87130 a:hover {
  color: var(--accent-3);
  transform: translateX(8px);
}

.cb87156 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
}

body.is-scrolled .cb87156 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cursor-glow {
  position: fixed;
  width: 220px;
  height: 220px;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, rgba(255,138,242,0.16) 30%, rgba(255,138,242,0) 72%);
  mix-blend-mode: screen;
  filter: blur(12px);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}

body.cursor-active .cursor-glow {
  opacity: .95;
}

.reveal {
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0), 28px, 0) scale(.985);
  filter: blur(12px);
  transition: opacity .85s ease, transform .85s cubic-bezier(.22,1,.22,1), filter .85s ease;
  will-change: transform, opacity;
}

.reveal.from-left {
  --reveal-x: -48px;
}

.reveal.from-right {
  --reveal-x: 48px;
}

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

@keyframes orbFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18px, -26px, 0) scale(1.08); }
}

@keyframes titleSweep {
  0% { transform: translateX(-100%); }
  45%, 100% { transform: translateX(100%); }
}

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

  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .hero-word,
  .cb87156 {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    visibility: visible !important;
  }
}

@media (max-width: 768px) {
  .cb87162 {
    align-items: center;
    padding: 14px 0;
  }

  .js .cb87162 {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "menu menu";
    gap: 14px;
  }

  .cb87116 {
    grid-area: brand;
    text-align: left;
    font-size: 20px;
    letter-spacing: 2px;
    max-width: 260px;
  }

  .js .nav-toggle {
    grid-area: toggle;
    display: inline-flex;
    justify-self: end;
  }

  .js .main-nav {
    grid-area: menu;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: max-height .35s ease, opacity .28s ease, transform .28s ease;
  }

  .js .main-nav.is-open {
    max-height: 420px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding-top: 6px;
  }

  .js .main-nav a {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 56px;
    padding: 16px 18px;
    justify-content: flex-start;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
  }

  .cb87124 {
    gap: 24px;
  }

  .cb87160 {
    max-width: none;
  }

  .cb87166::before,
  .cb87166::after {
    width: 240px;
    height: 240px;
    filter: blur(44px);
  }
}


/* Generator hooks fix */
.hero .cb87173 {
  margin: 0;
  max-width: 1120px;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.cb87120 { background: #ffffff; }
.cb87120 .cb87150 { color: #111; background: #f2f2f2; }
.cb87120 .cb87130 a,
.cb87120 .cb87130 a:visited,
.cb87120 .cb87130 li,
.cb87120 .cb87130 { color: #111; }
.cb87120 .cb87130 a:hover,
.cb87120 .cb87130 a:focus { color: #000; }

.contact-card .entry-content { padding: 0; }

.cb87124{
  grid-template-columns: 345px minmax(0, 1fr);
  grid-template-areas: "sidebar content";
}

.cb87160{
  grid-area: sidebar;
}

.article-card{
  grid-area: content;
  min-width: 0;
}

@media (max-width: 1100px){
  .cb87124{
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "sidebar";
  }

  .cb87160{
    max-width: 440px;
  }
}

/* Generated theme override */
:root{
  --wf-accent:#7a8b49;
  --wf-light-box-1:#f6f7f2;
  --wf-light-box-2:#fdfdfb;
  --wf-light-box-3:#f9faf7;
  --wf-light-box-4:#fdfefd;
  --wf-panel-bg:linear-gradient(145deg,#f6f7f2,#fdfdfb);
  --wf-panel-border:#ebeee4;
  --wf-panel-shadow:0 20px 56px rgba(122,139,73,0.1);
  --wf-site-title-bg:#f9faf7;
  --wf-site-title-border:#ebeee4;
  --wf-search-bg:#fdfefd;
  --wf-scroll-start:rgba(122,139,73,0.96);
  --wf-scroll-end:rgba(122,139,73,0.24);
}
body{color:#3e4334;background-color:#f0f3e6 !important;}
body.custom-background{background-color:#f0f3e6 !important;}
#page.site,.cb87111{background:transparent !important;}
#main.wrapper{background:#fff !important;border-color:#ebeee4 !important;box-shadow:0 18px 42px rgba(122,139,73,0.12);}
#primary.site-content,#content,article.page.cb8713{background:transparent !important;}
.cb87165 a,.cb87173,.cb87150,.cb87113,h1,h2,h3,h4{color:#292e1a;}
a{color:#7a8b49;}
a:hover,.cb87149 li a:hover,.cb87149 li.current-menu-item a{color:#6a7940;}
.cb87141,.cb87114,.cb87117{background:#5d6a37;color:#ffffff;}
.cb87117:hover,.cb87114:hover{background:#7a8b49;}
.widget,.cb87146,.article-card,main article{border-color:#ebeee4;background:var(--wf-light-box-1) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(122,139,73,0.1);}
.cb87134,.cb87125,.cb87123,.contact-card,.cb87143{border-color:#ebeee4;background:var(--wf-light-box-2) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(122,139,73,0.1);}
.cb87122,#top-bar,#main-nav{border-color:#ebeee4;background:var(--wf-light-box-3) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(122,139,73,0.1);}
article.page,.cb87170,.cb8713{border-color:#ebeee4;background:var(--wf-light-box-4) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(122,139,73,0.1);}
#colophon,.cb87142{background:#49532c;color:#ffffff;}
.entry-content h2{border-left:4px solid #7a8b49;padding-left:12px;}
.entry-content .cb87132{margin:24px 0 28px;}
.entry-content .cb87132 figure{margin:0 auto;max-width:1024px;}
.entry-content .cb87132 img{display:block;width:100%;max-width:1024px;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border:4px solid #ffffff;box-shadow:0 8px 22px rgba(0,0,0,.08);}
.cb87147{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.cb87175{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.cb87140 .cb87147{margin:0 auto;}
.cb87157{margin:12px 0 0;font-size:14px;}
.cb87157 a{font-weight:700;text-decoration:underline;}


/* Website Factory Sample 22 spacing and accent override */
:root{
  --wf-s22-accent:#7a8b49;
  --wf-s22-accent-dark:#6a7940;
  --wf-s22-accent-light:#87975b;
  --wf-s22-accent-soft:rgba(122,139,73,0.18);
  --wf-s22-accent-soft-strong:rgba(122,139,73,0.3);
  --wf-s22-surface:#ffffff;
  --wf-s22-surface-soft:#fbfcf9;
  --wf-s22-text-dark:#292e1a;
}
.cb87173,
.cb87173 span,
.cb87112,
.cb87119 .cb87173,
.article-card .cb87173,
main article h1{letter-spacing:0.02em !important;word-spacing:0.18em !important;font-kerning:normal !important;white-space:normal !important;}
section[aria-label="Page heading"] h1,
section[aria-label="Page heading"] .cb87173,
.cb87112,
.cb87119 h1,
.cb87119 .cb87173{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;column-gap:0.18em !important;row-gap:0.05em !important;}
section[aria-label="Page heading"] .hero-word,
.cb87112 .hero-word,
.cb87119 .hero-word,
h1 .hero-word{display:inline-block !important;margin-right:0 !important;white-space:pre !important;}
nav a.active,
nav a[aria-current="page"],
.main-nav a.active,
.main-nav a[aria-current="page"],
.cb87111 nav a.active,
.cb87111 nav a[aria-current="page"]{background:linear-gradient(135deg, var(--wf-s22-accent-light), var(--wf-s22-accent)) !important;border-color:transparent !important;color:#ffffff !important;box-shadow:0 12px 24px var(--wf-s22-accent-soft) !important;}
nav a:hover,
.main-nav a:hover,
.cb87111 nav a:hover{color:var(--wf-s22-accent-dark) !important;}
.cb87168,
.cb8712,
.widget.cb8712,
.cb87135,
.cb87138,
.cb87137,
.cb87133,
.cb87110,
.cb87148,
.cb87171,
.cb87161,
.cb87136,
.cb87167,
.cb8714,
.cb87139,
.cb87153,
form.cb87145{background:linear-gradient(135deg, var(--wf-s22-surface-soft), var(--wf-s22-surface)) !important;border:1px solid var(--wf-s22-accent-soft-strong) !important;box-shadow:0 12px 24px var(--wf-s22-accent-soft) !important;}
.cb87168 h2,
.cb87135 h2,
.cb8712 h2,
.cb87168 .cb87150,
.cb87135 .cb87150,
.cb8712 .cb87150{color:var(--wf-s22-accent-dark) !important;}
input[type="search"],
.cb87131,
form.cb87145 input[type="text"],
form.cb87145 input[type="search"]{background:var(--wf-s22-surface) !important;border-color:var(--wf-s22-accent-soft-strong) !important;color:var(--wf-s22-text-dark) !important;}
input[type="search"]:focus,
.cb87131:focus,
form.cb87145 input[type="text"]:focus,
form.cb87145 input[type="search"]:focus{border-color:var(--wf-s22-accent) !important;box-shadow:0 0 0 4px var(--wf-s22-accent-soft) !important;outline:none !important;}
.cb87118,
button.cb87118,
input.cb87118,
form.cb87145 button,
form.cb87145 input[type="submit"],
.cb87135 button,
.cb87135 input[type="submit"]{background:linear-gradient(135deg, var(--wf-s22-accent-light), var(--wf-s22-accent-dark)) !important;border-color:transparent !important;color:#ffffff !important;box-shadow:0 12px 24px var(--wf-s22-accent-soft) !important;}
.cb87118:hover,
button.cb87118:hover,
input.cb87118:hover,
form.cb87145 button:hover,
form.cb87145 input[type="submit"]:hover,
.cb87135 button:hover,
.cb87135 input[type="submit"]:hover{background:linear-gradient(135deg, var(--wf-s22-accent), var(--wf-s22-accent-dark)) !important;}
/* WF final opaque text container override start */
:root{--wf-final-box-1:#fff7ed;--wf-final-box-2:#eef2ff;--wf-final-box-3:#ecfdf5;--wf-final-box-4:#f5f3ff;--wf-final-text:#334155;--wf-final-title:#111827;--wf-final-muted:#475569;--wf-final-border:rgba(15,23,42,.14);--wf-final-shadow:rgba(15,23,42,.10);}\nhtml body article,html body main article,html body main > section,html body main > div,html body [role="main"] article,html body [role="main"] section,html body [role="main"] > div,html body :where(article,section,div,aside)[class*="article"],html body :where(article,section,div,aside)[class*="Article"],html body :where(article,section,div,aside)[class*="content"],html body :where(article,section,div,aside)[class*="Content"],html body :where(article,section,div,aside)[class*="entry"],html body :where(article,section,div,aside)[class*="Entry"],html body :where(article,section,div,aside)[class*="post"],html body :where(article,section,div,aside)[class*="Post"],html body :where(article,section,div,aside)[class*="card"],html body :where(article,section,div,aside)[class*="Card"],html body :where(article,section,div,aside)[class*="panel"],html body :where(article,section,div,aside)[class*="Panel"],html body :where(article,section,div,aside)[class*="box"],html body :where(article,section,div,aside)[class*="Box"],html body :where(article,section,div,aside)[class*="widget"],html body :where(article,section,div,aside)[class*="Widget"],html body .content-card,html body .article-card,html body .post-card,html body .page-card,html body .contact-card,html body .contact-panel,html body .widget,html body section.widget,html body aside.widget,html body .sidebar .widget{background:var(--wf-final-box-1) !important;background-color:var(--wf-final-box-1) !important;background-image:none !important;opacity:1 !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;color:var(--wf-final-text) !important;border:1px solid var(--wf-final-border) !important;box-shadow:0 18px 42px var(--wf-final-shadow) !important;}\nhtml body main > section:nth-of-type(2n),html body main > div:nth-of-type(2n),html body article:nth-of-type(2n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(2n),html body .widget:nth-of-type(2n){background:var(--wf-final-box-2) !important;background-color:var(--wf-final-box-2) !important;background-image:none !important;}\nhtml body main > section:nth-of-type(3n),html body main > div:nth-of-type(3n),html body article:nth-of-type(3n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(3n),html body .widget:nth-of-type(3n){background:var(--wf-final-box-3) !important;background-color:var(--wf-final-box-3) !important;background-image:none !important;}\nhtml body article.page,html body .post,html body .hentry{background:var(--wf-final-box-4) !important;background-color:var(--wf-final-box-4) !important;background-image:none !important;opacity:1 !important;color:var(--wf-final-text) !important;}\nhtml body article :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body main :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="card"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="panel"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text){background:transparent !important;background-image:none !important;opacity:1 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}\nhtml body article::before,html body article::after,html body main > section::before,html body main > section::after,html body main > div::before,html body main > div::after,html body :where(article,section,div,aside)[class*="card"]::before,html body :where(article,section,div,aside)[class*="card"]::after,html body :where(article,section,div,aside)[class*="panel"]::before,html body :where(article,section,div,aside)[class*="panel"]::after,html body :where(article,section,div,aside)[class*="content"]::before,html body :where(article,section,div,aside)[class*="content"]::after{background:transparent !important;background-image:none !important;opacity:0 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;pointer-events:none !important;}\nhtml body article :where(p,li,span,div,blockquote,small,strong,em),html body main > section :where(p,li,span,div,blockquote,small,strong,em),html body main > div :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="card"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="panel"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="content"] :where(p,li,span,div,blockquote,small,strong,em),html body .widget :where(p,li,span,div,blockquote,small,strong,em){color:var(--wf-final-text) !important;}\nhtml body article :where(h1,h2,h3,h4,h5,h6),html body main > section :where(h1,h2,h3,h4,h5,h6),html body main > div :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="card"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="panel"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="content"] :where(h1,h2,h3,h4,h5,h6),html body .widget :where(h1,h2,h3,h4,h5,h6){color:var(--wf-final-title) !important;}\nhtml body article a,html body main > section a,html body main > div a,html body :where(article,section,div,aside)[class*="card"] a,html body :where(article,section,div,aside)[class*="panel"] a,html body :where(article,section,div,aside)[class*="content"] a,html body .widget a{color:var(--wf-accent, var(--accent, #2563eb)) !important;}\nhtml body article small,html body article .muted,html body main > section small,html body main > section .muted,html body main > div small,html body main > div .muted,html body .widget small,html body .widget .muted{color:var(--wf-final-muted) !important;}\n/* WF final opaque text container override end */
