: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;
  }
  
  .c681628,
  .c68167 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .c68167:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #000;
    z-index: 1000;
  }
  
  .c681646 {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
  }
  
  .c681616 {
    background: var(--bg-light);
    padding: 20px 0 26px;
  }
  
  .c681626 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
  }
  
  .c681622 {
    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);
  }
  
  .c681630 {
    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;
  }
  
  .c681644 {
    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%;
  }
  
  .c68163 {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  
  .widget {
    padding: 28px 28px 24px;
  }
  
  .c681641 {
    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;
  }
  
  .c681641::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: var(--accent);
  }
  
  .c68162 {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .c68162 li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px 24px;
    border-bottom: 1px solid var(--border);
  }
  
  .c68162 li:last-child {
    margin-bottom: 0;
  }
  
  .c68162 li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px;
    line-height: 1;
    color: #555;
  }
  
  .c68162 a {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
  }
  
  .c68162 a:hover,
  .c68162 a:focus {
    color: var(--accent);
  }
  
  .c68164 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #ddd;
  }
  
  .c68164 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .c681632 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    font-size: 16px;
  }
  
  @media (max-width: 1200px) {
    .c681626 {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
    }
  
    .c681622,
    .main-nav {
      justify-self: center;
    }
  
    .c681644 {
      grid-template-columns: 1fr;
    }
  
    .c68163 {
      max-width: 430px;
    }
  }
  
  @media (max-width: 767px) {
    .c681646 {
      width: min(calc(100% - 24px), var(--container));
    }
  
    .c681616 {
      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;
    }
  }
  .c681633 {
    padding: 30px 32px 48px;
  }
  
  .c681624 {
    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) {
    .c681633 {
      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;
}

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

.c681616,
.c681630,
.c681632,
.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;
}

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

.c681616::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);
}

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

.c681630::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;
}

.c681644,
.c681632 .c681646,
.c681626,
.c681630 .c681646 {
  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);
}

.c681639 .c68164 {
  border-radius: 8px;
  overflow: hidden;
}

.c681639:hover .c68164 {
  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;
}

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

.c681632::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) {
  .c681616 {
    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;
}

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

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

.c681643 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);
}

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

.c681617 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 .c681617 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

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

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

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

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

  .c681622 {
    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);
  }

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


/* Generated theme override */
:root{
  --wf-accent:#395b9a;
  --wf-panel-bg:linear-gradient(145deg,rgba(20,36,58,0.9),rgba(13,27,42,0.96));
  --wf-panel-border:rgba(93,121,172,0.32);
  --wf-panel-shadow:0 20px 56px rgba(6,9,15,0.34);
  --wf-site-title-bg:rgba(14,23,39,0.44);
  --wf-site-title-border:rgba(93,121,172,0.28);
  --wf-search-bg:rgba(18,29,49,0.42);
  --wf-scroll-start:rgba(57,91,154,0.96);
  --wf-scroll-end:rgba(89,117,170,0.58);
}
body{color:#364153;background-color:#ecf0f8 !important;}
body.c68168{background-color:#ecf0f8 !important;}
#page.site,.c681616{background:transparent !important;}
#main.wrapper{background:#fff !important;border-color:#dbe1ed !important;box-shadow:0 18px 42px rgba(57,91,154,0.12);}
#primary.site-content,#content,article.page.hentry{background:transparent !important;}
.c681613 a,.entry-title,.c681641,.c68169,h1,h2,h3,h4{color:#192438;}
a{color:#395b9a;}
a:hover,.c681619 li a:hover,.c681619 li.current-menu-item a{color:#304d83;}
.c681615,.c681637,.c681612{background:#2e497b;color:#ffffff;}
.c681612:hover,.c681637:hover{background:#395b9a;}
.widget{border-color:#dbe1ed;background:#fafbfd !important;box-shadow:0 12px 28px rgba(57,91,154,0.1);}
#colophon,.c681621{background:#213559;color:#ffffff;}
.entry-content h2{border-left:4px solid #395b9a;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);}
.c681620{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.c681627 .c681620{margin:0 auto;}
.c681643{margin:12px 0 0;font-size:14px;}
.c681643 a{font-weight:700;text-decoration:underline;}


/* Website Factory Sample 21 attribute-safe accent override */
:root{
  --wf-s21-accent:#395b9a;
  --wf-s21-accent-dark:#304d83;
  --wf-s21-accent-light:#4d6ba4;
  --wf-s21-accent-soft:rgba(57,91,154,0.18);
  --wf-s21-search-strip:linear-gradient(90deg, #4d6ba4, #395b9a 58%, #304d83);
}
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;}
