: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;
  }
  
  .c058517,
  .c058524 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .c058524:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #000;
    z-index: 1000;
  }
  
  .c058530 {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
  }
  
  .c058532 {
    background: var(--bg-light);
    padding: 20px 0 26px;
  }
  
  .c058549 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
  }
  
  .c058531 {
    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.c058548,
  .main-nav a:hover,
  .main-nav a:focus {
    color: var(--accent);
  }
  
  .c058518 {
    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;
  }
  
  .c058513 {
    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%;
  }
  
  .c058516 {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  
  .widget {
    padding: 28px 28px 24px;
  }
  
  .c05855 {
    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;
  }
  
  .c05855::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: var(--accent);
  }
  
  .c058510 {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .c058510 li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px 24px;
    border-bottom: 1px solid var(--border);
  }
  
  .c058510 li:last-child {
    margin-bottom: 0;
  }
  
  .c058510 li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px;
    line-height: 1;
    color: #555;
  }
  
  .c058510 a {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
  }
  
  .c058510 a:hover,
  .c058510 a:focus {
    color: var(--accent);
  }
  
  .c05851 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #ddd;
  }
  
  .c05851 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .c05852 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    font-size: 16px;
  }
  
  @media (max-width: 1200px) {
    .c058549 {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
    }
  
    .c058531,
    .main-nav {
      justify-self: center;
    }
  
    .c058513 {
      grid-template-columns: 1fr;
    }
  
    .c058516 {
      max-width: 430px;
    }
  }
  
  @media (max-width: 767px) {
    .c058530 {
      width: min(calc(100% - 24px), var(--container));
    }
  
    .c058532 {
      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;
    }
  }
  .c058512 {
    padding: 30px 32px 48px;
  }
  
  .c058522 {
    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) {
    .c058512 {
      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;
}

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

.c058532,
.c058518,
.c05852,
.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;
}

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

.c058532::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.c058548 {
  transform: translateY(-2px);
}

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

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

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

.c058513,
.c05852 .c058530,
.c058549,
.c058518 .c058530 {
  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);
}

.c058536 .c05851 {
  border-radius: 8px;
  overflow: hidden;
}

.c058536:hover .c05851 {
  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;
}

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

.c05852::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) {
  .c058532 {
    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;
}

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

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

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

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

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

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

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

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

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

  .c058531 {
    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.c058548 {
    transform: none;
    background: rgba(217, 133, 52, 0.12);
    color: var(--accent);
  }

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


/* Generated theme override */
:root{
  --wf-accent:#2d696d;
  --wf-panel-bg:linear-gradient(145deg,rgba(17,39,46,0.9),rgba(11,28,36,0.96));
  --wf-panel-border:rgba(83,132,135,0.32);
  --wf-panel-shadow:0 20px 56px rgba(5,11,11,0.34);
  --wf-site-title-bg:rgba(11,26,27,0.44);
  --wf-site-title-border:rgba(83,132,135,0.28);
  --wf-search-bg:rgba(14,34,35,0.42);
  --wf-scroll-start:rgba(45,105,109,0.96);
  --wf-scroll-end:rgba(79,129,132,0.58);
}
body{color:#344447;background-color:#e3ebec !important;}
body.c058542{background-color:#e3ebec !important;}
#page.site,.c058532{background:transparent !important;}
#main.wrapper{background:#fff !important;border-color:#dbe6e6 !important;box-shadow:0 18px 42px rgba(45,105,109,0.12);}
#primary.site-content,#content,article.page.hentry{background:transparent !important;}
.c058543 a,.entry-title,.c05855,.c058521,h1,h2,h3,h4{color:#16272a;}
a{color:#2d696d;}
a:hover,.c058541 li a:hover,.c058541 li.current-menu-item a{color:#285c60;}
.c058528,.c058519,.c058547{background:#245558;color:#ffffff;}
.c058547:hover,.c058519:hover{background:#2d696d;}
.widget{border-color:#dbe6e6;background:#fafbfb !important;box-shadow:0 12px 28px rgba(45,105,109,0.1);}
#colophon,.c058515{background:#1b4042;color:#ffffff;}
.entry-content h2{border-left:4px solid #2d696d;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);}
.c058545{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.c058511 .c058545{margin:0 auto;}
.c058520{margin:12px 0 0;font-size:14px;}
.c058520 a{font-weight:700;text-decoration:underline;}
