
  html { scroll-behavior: smooth; }
  body { margin: 0; background: #F7F4EF; color: #14140F; font-family: "Instrument Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
  * { box-sizing: border-box; }
  a { color: inherit; text-decoration: none; }
  a:hover { color: #9C7B3C; }
  ::selection { background: #D9BE84; color: #14140F; }
  @keyframes oz-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  .oz-rev { animation: oz-rise .9s cubic-bezier(.2,.7,.2,1) both; }
  @keyframes oz-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .oz-marquee { animation: oz-scroll 34s linear infinite; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .oz-rev, .oz-marquee { animation: none !important; } * { transition: none !important; } }
  @media (max-width: 1080px) {
    [data-r~="stack"] { grid-template-columns: minmax(0, 1fr) !important; gap: 46px !important; }
    [data-r~="visual"] { height: 470px !important; }
    [data-r~="wide"] { grid-column: span 1 !important; }
    [data-r~="two"] { grid-template-columns: minmax(0, 1fr) !important; }
    [data-r~="pad"] { padding-left: 30px !important; padding-right: 30px !important; }
  }
  @media (max-width: 1060px) {
    [data-r~="navlinks"] { display: none !important; }
    [data-r~="burger"] { display: inline-flex !important; }
    [data-r~="navcta"] { display: none !important; }
  }
  @media (max-width: 760px) {
    [data-r~="grid3"] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    [data-r~="pad"] { padding-left: 20px !important; padding-right: 20px !important; }
    [data-r~="sect"] { padding-top: 78px !important; }
    [data-r~="visual"] { height: 400px !important; }
    [data-r~="cardpad"] { padding: 30px 24px !important; }
    [data-r~="one"] { grid-template-columns: minmax(0, 1fr) !important; }
  }

.hov-1:hover { border-bottom-color: #B8994F; color: #B8994F; }
.hov-2:hover { opacity: 1; border-color: #B8994F; }
.hov-3:hover { background: #C9A96A; transform: translateY(-1px); }
.hov-4:hover { background: #D9BE84; transform: translateY(-2px); }
.hov-5:hover { border-color: #D9BE84; background: rgba(255,255,255,.04); }
.hov-6:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(20,20,15,.6); }
.hov-7:hover { transform: translateY(-4px); border-color: rgba(184,153,79,.5); box-shadow: 0 22px 44px -28px rgba(20,20,15,.35); }
.hov-8:hover { border-color: rgba(184,153,79,.5); }
.hov-9:hover { border-color: #B8994F; color: #9C7B3C; }
.hov-10:hover { border-color: rgba(184,153,79,.5); box-shadow: 0 30px 60px -34px rgba(20,20,15,.4); }
.hov-11:hover { border-color: rgba(184,153,79,.5); box-shadow: 0 26px 50px -32px rgba(20,20,15,.4); }
.hov-12:hover { border-color: rgba(184,153,79,.6); background: rgba(255,255,255,.05); }
.hov-13:hover { background: #D9BE84; transform: translateY(-1px); }
.foc-1:focus { border-color: #B8994F; }

#burgerBtn { -webkit-tap-highlight-color: transparent; }
#mobileDrawer a { -webkit-tap-highlight-color: transparent; }
[data-r~="burger"] { display: none; }
img[data-slot] { background: #E7E1D6; }
