:root {
    --accent: #d98534;
    --accent-dark: #333333;
    --bg-light: #efefef;
    --card: #ffffff;
    --text: #555555;
    --heading: #666666;
    --border: rgba(0, 0, 0, 0.1);
    --container: 1510px;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text);
    background: var(--bg-light);
  }
  
  img,
  iframe {
    display: block;
    max-width: 100%;
  }
  
  img {
    height: auto;
  }
  
  button,
  input,
  textarea {
    font: inherit;
  }
  
  button {
    cursor: pointer;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  .c152355,
  .c15231 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .c15231:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #000;
    z-index: 1000;
  }
  
  .c15234 {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
  }
  
  .c152325 {
    background: var(--bg-light);
    padding: 20px 0 26px;
  }
  
  .c152342 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
  }
  
  .c152322 {
    justify-self: start;
  }
  
  .site-title {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: #000;
  }
  
  .main-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 46px;
  }
  
  .main-nav a {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
  }
  
  .main-nav a.active,
  .main-nav a:hover,
  .main-nav a:focus {
    color: var(--accent);
  }
  
  .c152351 {
    background: var(--accent);
  }
  
  .header-search-form {
    width: min(760px, 100%);
    position: relative;
    padding: 12px 0;
  }
  
  .header-search-form input {
    width: 100%;
    height: 48px;
    border: 0;
    background: #fff;
    color: #666;
    padding: 0 72px 0 16px;
    font-size: 15px;
  }
  
  .header-search-form button {
    position: absolute;
    top: 12px;
    right: 0;
    width: 76px;
    height: 48px;
    border: 1px solid #555;
    background: var(--accent-dark);
    color: #fff;
  }
  
  .header-search-form button svg {
    width: 20px;
    height: 20px;
  }
  
  .site-content {
    padding: 40px 0 60px;
    background-image: var(--bg-image, url('https://rabbitrabbitnyc.com/wp-content/uploads/2026/01/focused-on-christmas-2025-04-06-09-26-09-utc-scaled.jpg'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  
  .c152335 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 40px;
    align-items: start;
  }
  
  .content-card,
  .widget {
    background: var(--card);
  }
  
  .content-card {
    padding: 38px 50px 40px;
  }
  
  .entry-title {
    margin: 0 0 24px;
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
    color: #666;
  }
  
  .entry-content p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.85;
  }
  
  .entry-content strong {
    font-weight: 700;
  }
  
  .entry-content h2 {
    margin: 26px 0 16px;
    font-family: "Rubik", sans-serif;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 400;
    color: #555;
  }
  
  .entry-image {
    margin: 26px 0 30px;
  }
  
  .entry-image img {
    width: 100%;
  }
  
  .c152352 {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  
  .widget {
    padding: 28px 28px 24px;
  }
  
  .c152324 {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: #333;
  }
  
  .c152324::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: var(--accent);
  }
  
  .c152337 {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .c152337 li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px 24px;
    border-bottom: 1px solid var(--border);
  }
  
  .c152337 li:last-child {
    margin-bottom: 0;
  }
  
  .c152337 li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px;
    line-height: 1;
    color: #555;
  }
  
  .c152337 a {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
  }
  
  .c152337 a:hover,
  .c152337 a:focus {
    color: var(--accent);
  }
  
  .c152350 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #ddd;
  }
  
  .c152350 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .c152349 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    font-size: 16px;
  }
  
  @media (max-width: 1200px) {
    .c152342 {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
    }
  
    .c152322,
    .main-nav {
      justify-self: center;
    }
  
    .c152335 {
      grid-template-columns: 1fr;
    }
  
    .c152352 {
      max-width: 430px;
    }
  }
  
  @media (max-width: 767px) {
    .c15234 {
      width: min(calc(100% - 24px), var(--container));
    }
  
    .c152325 {
      padding: 18px 0 22px;
    }
  
    .site-title {
      font-size: 30px;
    }
  
    .main-nav {
      gap: 24px;
      flex-wrap: wrap;
    }
  
    .header-search-form {
      width: 100%;
    }
  
    .site-content {
      padding: 24px 0 40px;
    }
  
    .content-card {
      padding: 24px 18px 28px;
    }
  
    .entry-title {
      font-size: 28px;
    }
  
    .widget {
      padding: 22px 18px 20px;
    }
  }
  .c152333 {
    padding: 30px 32px 48px;
  }
  
  .c152315 {
    margin-bottom: 22px;
  }
  
  .contact-form {
    width: 100%;
  }
  
  .contact-form .form-group {
    margin-bottom: 14px;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 6px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #666;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #555;
    padding: 10px 12px;
    outline: none;
    border-radius: 0;
  }
  
  .contact-form input {
    height: 38px;
  }
  
  .contact-form textarea {
    min-height: 170px;
    resize: vertical;
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: #b8b8b8;
  }
  
  .contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 36px;
    padding: 0 20px;
    border: 0;
    background: var(--accent);
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
  }
  
  .contact-submit:hover,
  .contact-submit:focus {
    background: #bf7027;
  }
  
  @media (max-width: 767px) {
    .c152333 {
      padding: 24px 18px 28px;
    }
  
    .contact-form textarea {
      min-height: 200px;
    }
  
    .contact-submit {
      width: 100%;
    }
  }
  
  

:root {
  --mouse-x: 0;
  --mouse-y: 0;
}

body {
  overflow-x: hidden;
}

.c152328 {
  position: relative;
  isolation: isolate;
}

.c152325,
.c152351,
.c152349,
.content-card,
.widget,
.header-search-form input,
.header-search-form button,
.contact-form input,
.contact-form textarea,
.contact-submit,
.main-nav a,
.entry-image img {
  transition: transform .45s ease, box-shadow .45s ease, opacity .45s ease, background-color .35s ease, color .35s ease, border-color .35s ease, filter .45s ease;
}

.c152325 {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.c152325::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.88), rgba(255,255,255,.68));
  z-index: -1;
}

.site-title {
  position: relative;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
}

.site-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, rgba(217,133,52,.0), rgba(217,133,52,.45), rgba(217,133,52,.0));
  filter: blur(8px);
  transform: scaleX(.72);
  transform-origin: center;
}

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

.main-nav a span {
  display: inline-block;
  position: relative;
}

.main-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: translateX(-110%);
}

.main-nav a:hover,
.main-nav a:focus,
.main-nav a.active {
  transform: translateY(-2px);
}

.main-nav a:hover::before,
.main-nav a:focus::before,
.main-nav a.active::before {
  transform: translateX(0);
}

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

.c152351::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.24), rgba(255,255,255,.08));
  transform: translateX(-100%);
  animation: sheen 7s linear infinite;
}

.header-search-form input,
.header-search-form button,
.content-card,
.widget,
.contact-form input,
.contact-form textarea {
  box-shadow: 0 14px 34px rgba(19, 20, 26, 0.08);
}

.header-search-form input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(19, 20, 26, 0.12);
}

.header-search-form.search-glow input,
.header-search-form.search-glow button {
  box-shadow: 0 0 0 4px rgba(255,255,255,.22), 0 18px 40px rgba(0,0,0,.16);
}

.site-content {
  position: relative;
  overflow: clip;
}

.site-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.2), transparent 38%),
              radial-gradient(circle at 80% 30%, rgba(217,133,52,.15), transparent 30%),
              linear-gradient(180deg, rgba(18,18,18,.1), rgba(18,18,18,.28));
  pointer-events: none;
}

.floating-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.floating-orbs span {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: .6;
  animation: floatAround 11s ease-in-out infinite;
}

.floating-orbs span:nth-child(1) {
  width: 180px;
  height: 180px;
  top: 7%;
  left: 3%;
  background: radial-gradient(circle, rgba(255,255,255,.42), rgba(255,255,255,0));
}

.floating-orbs span:nth-child(2) {
  width: 240px;
  height: 240px;
  right: 4%;
  top: 20%;
  background: radial-gradient(circle, rgba(217,133,52,.34), rgba(217,133,52,0));
  animation-delay: -3s;
}

.floating-orbs span:nth-child(3) {
  width: 140px;
  height: 140px;
  left: 18%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(255,255,255,.28), rgba(255,255,255,0));
  animation-delay: -6s;
}

.c152335,
.c152349 .c15234,
.c152342,
.c152351 .c15234 {
  position: relative;
  z-index: 1;
}

.content-card,
.widget {
  position: relative;
  border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(4px);
}

.content-card::before,
.widget::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(255,255,255,.52), rgba(255,255,255,0) 42%);
  opacity: .7;
  pointer-events: none;
}

.content-card:hover,
.widget:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(16,18,24,.18);
}

.entry-title {
  display: flex;
  flex-wrap: wrap;
  gap: .22em;
  overflow: hidden;
}

.title-word {
  display: inline-block;
  opacity: 0;
  animation: titleReveal .85s cubic-bezier(.22,1,.36,1) forwards;
}

.title-word-left { transform: translateX(-50px); }
.title-word-right { transform: translateX(50px); }
.title-word:nth-child(1) { animation-delay: .05s; }
.title-word:nth-child(2) { animation-delay: .15s; }
.title-word:nth-child(3) { animation-delay: .25s; }
.title-word:nth-child(4) { animation-delay: .35s; }
.title-word:nth-child(5) { animation-delay: .45s; }
.title-word:nth-child(6) { animation-delay: .55s; }
.title-word:nth-child(7) { animation-delay: .65s; }
.title-word:nth-child(8) { animation-delay: .75s; }

.entry-content h2 {
  position: relative;
  overflow: hidden;
}

.entry-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.entry-image {
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1200px;
}

.entry-image img {
  transform-origin: center;
  will-change: transform;
}

.entry-image:hover img {
  filter: saturate(1.08) contrast(1.04);
  box-shadow: 0 26px 50px rgba(16,18,24,.22);
}

.reveal-item {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .8s cubic-bezier(.22,1,.36,1), opacity .8s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-left { transform: translateX(-56px); }
.reveal-right { transform: translateX(56px); }
.reveal-item.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.c152323 .c152350 {
  border-radius: 8px;
  overflow: hidden;
}

.c152323:hover .c152350 {
  transform: translateY(-2px) scale(1.01);
}

.contact-submit {
  position: relative;
  overflow: hidden;
}

.contact-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform: translateX(-120%);
}

.contact-submit:hover::after,
.contact-submit:focus::after,
.contact-submit.is-sent::after {
  animation: buttonSweep .9s ease;
}

.contact-submit.is-sent {
  background: #8a5b28;
}

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

.c152349::before {
  content: "";
  position: absolute;
  inset: auto -20% 0;
  height: 120px;
  background: radial-gradient(circle at center, rgba(217,133,52,.18), transparent 60%);
  filter: blur(18px);
}

@keyframes sheen {
  to { transform: translateX(100%); }
}

@keyframes titleReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes floatAround {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(calc(var(--mouse-x) * 30px), calc(var(--mouse-y) * 30px), 0) scale(1.08); }
}

@keyframes buttonSweep {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal-item,
  .title-word {
    opacity: 1;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .c152325 {
    position: relative;
  }

  .entry-title {
    gap: .16em;
  }

  .reveal-left,
  .reveal-right {
    transform: translateY(24px);
  }

  .reveal-item.is-visible {
    transform: translateY(0);
  }
}


/* Generator-ready additions */
.site-content {
  position: relative;
}

.content-card {
  box-shadow: 0 20px 45px rgba(0,0,0,.10);
}

.entry-content .wp-block-image {
  margin: 26px 0 30px;
}

.entry-content .wp-block-image figure {
  margin: 0;
}

.entry-content .wp-block-image img,
.entry-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 683;
  object-fit: cover;
}

.c152332 {
  display: block;
  width: 100%;
  aspect-ratio: 560 / 315;
  height: auto;
  min-height: 240px;
  border: 0;
}

.c15236 {
  margin: 12px 0 0;
  font-size: 14px;
}

.c15236 a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
}


/* Mobile burger navigation */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #222;
  box-shadow: 0 14px 32px rgba(19, 20, 26, 0.12);
  backdrop-filter: blur(10px);
}

.c152312 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.c152312 span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform .28s ease, opacity .2s ease, width .28s ease;
}

body.nav-open .c152312 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .c152312 span:nth-child(2) {
  opacity: 0;
}

body.nav-open .c152312 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 900px) {
  .c152325 {
    padding: 18px 0 20px;
  }

  .c152342 {
    grid-template-columns: 1fr auto;
    justify-items: stretch;
    align-items: center;
    gap: 14px;
    text-align: left;
  }

  .c152322 {
    justify-self: start;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    justify-self: stretch;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    box-shadow: 0 20px 36px rgba(19, 20, 26, 0.14);
  }

  .main-nav.nav-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    font-size: 14px;
    line-height: 1.35;
  }

  .main-nav a::before {
    display: none;
  }

  .main-nav a:hover,
  .main-nav a:focus,
  .main-nav a.active {
    transform: none;
    background: rgba(217, 133, 52, 0.12);
    color: var(--accent);
  }

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


/* Generated theme override */
:root{
  --wf-accent:#4b6aa3;
  --wf-light-box-1:#f1f3f8;
  --wf-light-box-2:#fbfcfe;
  --wf-light-box-3:#f6f8fb;
  --wf-light-box-4:#fdfdfe;
  --wf-panel-bg:linear-gradient(145deg,#f1f3f8,#fbfcfe);
  --wf-panel-border:#e4e9f1;
  --wf-panel-shadow:0 20px 56px rgba(75,106,163,0.1);
  --wf-site-title-bg:#f6f8fb;
  --wf-site-title-border:#e4e9f1;
  --wf-search-bg:#fdfdfe;
  --wf-scroll-start:rgba(75,106,163,0.96);
  --wf-scroll-end:rgba(75,106,163,0.24);
}
body{color:#374253;background-color:#ecf1f8 !important;}
body.c152347{background-color:#ecf1f8 !important;}
#page.site,.c152325{background:transparent !important;}
#main.wrapper{background:#fff !important;border-color:#e4e9f1 !important;box-shadow:0 18px 42px rgba(75,106,163,0.12);}
#primary.site-content,#content,article.page.c152353{background:transparent !important;}
.c15233 a,.entry-title,.c152324,.c152344,h1,h2,h3,h4{color:#1b2539;}
a{color:#4b6aa3;}
a:hover,.c152340 li a:hover,.c152340 li.current-menu-item a{color:#405a8b;}
.c152327,.c15232,.c152329{background:#39517c;color:#ffffff;}
.c152329:hover,.c15232:hover{background:#4b6aa3;}
.widget,.content-card,.c152345,main article{border-color:#e4e9f1;background:var(--wf-light-box-1) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(75,106,163,0.1);}
.c152317,.c15239,.c152334,.c152333,.c152321{border-color:#e4e9f1;background:var(--wf-light-box-2) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(75,106,163,0.1);}
.c152338,#top-bar,#main-nav{border-color:#e4e9f1;background:var(--wf-light-box-3) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(75,106,163,0.1);}
article.page,.c15238,.c152353{border-color:#e4e9f1;background:var(--wf-light-box-4) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(75,106,163,0.1);}
#colophon,.c152326{background:#2c3d5f;color:#ffffff;}
.entry-content h2{border-left:4px solid #4b6aa3;padding-left:12px;}
.entry-content .wp-block-image{margin:24px 0 28px;}
.entry-content .wp-block-image figure{margin:0 auto;max-width:1024px;}
.entry-content .wp-block-image 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);}
.c152332{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.c152320{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.c152354 .c152332{margin:0 auto;}
.c15236{margin:12px 0 0;font-size:14px;}
.c15236 a{font-weight:700;text-decoration:underline;}


/* Website Factory Sample 21 attribute-safe accent override */
:root{
  --wf-s21-accent:#4b6aa3;
  --wf-s21-accent-dark:#405a8b;
  --wf-s21-accent-light:#5d79ac;
  --wf-s21-accent-soft:rgba(75,106,163,0.18);
  --wf-s21-search-strip:linear-gradient(90deg, #5d79ac, #4b6aa3 58%, #405a8b);
}
nav[aria-label="Primary navigation"] a.active,
nav[aria-label="Primary navigation"] a[aria-current="page"]{color:var(--wf-s21-accent) !important;}
section[aria-label="Site search"],
section[aria-label="Site search"] > div,
section[aria-label="Site search"] form{background:var(--wf-s21-search-strip) !important;border-color:transparent !important;box-shadow:0 12px 26px var(--wf-s21-accent-soft) !important;}
section[aria-label="Site search"] button,
section[aria-label="Site search"] input[type="submit"],
section[aria-label="Site search"] .search-submit{background:var(--wf-s21-accent-dark) !important;border-color:var(--wf-s21-accent-dark) !important;color:#ffffff !important;box-shadow:0 12px 24px var(--wf-s21-accent-soft) !important;}
section[aria-label="Site search"] button:hover,
section[aria-label="Site search"] input[type="submit"]:hover,
section[aria-label="Site search"] .search-submit:hover{background:var(--wf-s21-accent) !important;border-color:var(--wf-s21-accent) !important;}
/* WF final opaque text container override start */
:root{--wf-final-box-1:#fdf2f8;--wf-final-box-2:#f5f3ff;--wf-final-box-3:#f4f4f5;--wf-final-box-4:#fff7ed;--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 */
