.rth-header-shell {
    --rth-accent: #ef5374;
    --rth-gold: #c8943e;
    --rth-text: #241c1e;
    --rth-muted: #75696c;
    --rth-header-bg: #fffaf4;
    --rth-topbar-bg: #2b2022;
    --rth-topbar-text: #fff;
    --rth-drawer-bg: #fff9f2;
    --rth-border: rgba(200, 148, 62, .22);
    --rth-shadow: 0 16px 48px rgba(61, 35, 40, .13);
    position: relative;
    width: 100%;
    color: var(--rth-text);
    font-family: Inter, Poppins, Arial, sans-serif;
    z-index: 99990;
}

.rth-header-shell *,
.rth-header-shell *::before,
.rth-header-shell *::after { box-sizing: border-box; }
.rth-header-shell a { color: inherit; text-decoration: none; }
.rth-header-shell button,
.rth-header-shell input { font: inherit; }
.rth-header-shell svg {
    width: 1.25em;
    height: 1.25em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rth-header-spacer { display: none; width: 100%; }
.rth-is-sticky .rth-header-spacer { display: block; }
.rth-header {
    width: 100%;
    background: var(--rth-header-bg);
    border-bottom: 1px solid var(--rth-border);
}
.rth-is-sticky .rth-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99990;
    box-shadow: var(--rth-shadow);
}
body.admin-bar .rth-is-sticky .rth-header { top: 32px; }
.elementor-editor-active .rth-is-sticky .rth-header { position: relative; top: auto; }
.elementor-editor-active .rth-is-sticky .rth-header-spacer { display: none; }

.rth-topbar {
    min-height: 35px;
    display: flex;
    align-items: center;
    background: var(--rth-topbar-bg);
    color: var(--rth-topbar-text);
    font-size: 12px;
    letter-spacing: .2px;
}
.rth-topbar-inner,
.rth-inner {
    width: 100%;
    max-width: 1380px;
    margin-inline: auto;
}
.rth-topbar-inner {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.rth-topbar-side,
.rth-topbar-item {
    display: flex;
    align-items: center;
}
.rth-topbar-side { gap: 18px; }
.rth-topbar-item { gap: 7px; white-space: nowrap; }
.rth-topbar-item svg { width: 14px; height: 14px; color: var(--rth-gold); }
.rth-topbar a { transition: color .2s ease; }
.rth-topbar a:hover { color: #f2cf8c; }

.rth-mainbar {
    position: relative;
    background:
        radial-gradient(circle at 68% 0, rgba(239, 83, 116, .08), transparent 25%),
        color-mix(in srgb, var(--rth-header-bg) 94%, white 6%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.rth-inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
}

.rth-brand {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 11px;
}
.rth-logo-mark {
    position: relative;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 2px solid var(--rth-gold);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 25%, #fff 0, #fff8e9 48%, #f3deb0 100%);
    box-shadow: 0 7px 22px rgba(164, 108, 31, .16), inset 0 0 0 4px rgba(255, 255, 255, .76);
}
.rth-logo-mark::after {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid color-mix(in srgb, var(--rth-gold) 48%, transparent);
    border-radius: 50%;
    pointer-events: none;
}
.rth-logo-image { width: 100%; height: 100%; display: block; object-fit: contain; }
.rth-monogram {
    position: relative;
    z-index: 1;
    color: #a87523;
    font: 700 18px/1 Georgia, "Times New Roman", serif;
}
.rth-brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.rth-brand-name { color: var(--rth-text); font: 700 21px/1.1 Georgia, "Times New Roman", serif; }
.rth-brand-tagline {
    margin-top: 5px;
    color: var(--rth-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.rth-desktop-nav { display: flex; justify-content: center; min-width: 0; }
.rth-menu { margin: 0; padding: 0; list-style: none; }
.rth-desktop-nav > .rth-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.rth-menu > li { position: relative; margin: 0; padding: 0; }
.rth-desktop-nav .rth-menu > li > a {
    position: relative;
    min-height: 82px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    color: var(--rth-text);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .1px;
    white-space: nowrap;
    transition: color .2s ease;
}
.rth-desktop-nav .rth-menu > li > a::before {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 20px;
    left: 13px;
    height: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--rth-accent), var(--rth-gold));
    transform: scaleX(0);
    transition: transform .22s ease;
}
.rth-desktop-nav .rth-menu > li:hover > a,
.rth-desktop-nav .rth-menu > li.current-menu-item > a,
.rth-desktop-nav .rth-menu > li.current-menu-ancestor > a { color: var(--rth-accent); }
.rth-desktop-nav .rth-menu > li:hover > a::before,
.rth-desktop-nav .rth-menu > li.current-menu-item > a::before,
.rth-desktop-nav .rth-menu > li.current-menu-ancestor > a::before { transform: scaleX(1); }
.rth-desktop-nav .menu-item-has-children > a { padding-right: 30px !important; }
.rth-desktop-nav .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.7px solid currentColor;
    border-bottom: 1.7px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .22s ease;
}
.rth-desktop-nav .menu-item-has-children:hover > a::after { transform: translateY(-30%) rotate(225deg); }
.rth-desktop-nav .sub-menu {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    z-index: 20;
    min-width: 235px;
    margin: 0;
    padding: 10px;
    visibility: hidden;
    list-style: none;
    opacity: 0;
    border: 1px solid var(--rth-border);
    border-radius: 15px;
    background: #fffdfa;
    box-shadow: 0 22px 54px rgba(64, 35, 40, .16);
    transform: translate(-50%, 12px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}
.rth-desktop-nav li:hover > .sub-menu,
.rth-desktop-nav li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}
.rth-desktop-nav .sub-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 10px;
    color: var(--rth-text);
    font-size: 13px;
    font-weight: 650;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}
.rth-desktop-nav .sub-menu a::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--rth-gold);
}
.rth-desktop-nav .sub-menu a:hover { color: var(--rth-accent); background: rgba(239, 83, 116, .07); transform: translateX(3px); }
.rth-desktop-nav .sub-menu a:hover::before { background: var(--rth-accent); }

.rth-actions { min-width: max-content; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.rth-icon-button {
    position: relative;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--rth-gold) 28%, transparent);
    border-radius: 50%;
    background: rgba(255,255,255,.78);
    color: var(--rth-text);
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.rth-icon-button:hover,
.rth-icon-button:focus-visible {
    color: var(--rth-accent);
    border-color: color-mix(in srgb, var(--rth-accent) 45%, transparent);
    background: #fff;
    box-shadow: 0 8px 24px rgba(239,83,116,.13);
    transform: translateY(-2px);
}
.rth-cart-count {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    border: 2px solid var(--rth-header-bg);
    border-radius: 999px;
    background: var(--rth-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}
.rth-cart-count.is-empty { display: none; }
.rth-cta {
    min-height: 44px;
    padding: 12px 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--rth-accent);
    color: #fff;
    box-shadow: 0 10px 25px rgba(239,83,116,.24);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.rth-cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 31px rgba(239,83,116,.31); }
.rth-cta svg { width: 16px; height: 16px; }
.rth-menu-open { display: none; }

.rth-search-overlay,
.rth-mobile-backdrop {
    position: fixed;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .24s ease, visibility .24s ease;
}
.rth-search-overlay {
    z-index: 1000000;
    display: grid;
    place-items: start center;
    padding: 110px 22px 30px;
    background: rgba(29,20,22,.74);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}
.rth-search-overlay.is-open { visibility: visible; opacity: 1; }
.rth-search-panel {
    position: relative;
    width: min(100%, 760px);
    padding: 34px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 24px;
    background: linear-gradient(145deg, #fff, #fff8ef);
    box-shadow: 0 30px 90px rgba(0,0,0,.28);
    transform: translateY(-20px) scale(.98);
    transition: transform .24s ease;
}
.rth-search-overlay.is-open .rth-search-panel { transform: translateY(0) scale(1); }
.rth-search-close { position: absolute; top: 18px; right: 18px; }
.rth-search-eyebrow {
    display: block;
    margin-right: 48px;
    color: var(--rth-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.rth-search-title {
    margin: 8px 48px 22px 0;
    color: var(--rth-text);
    font: 700 clamp(26px, 4vw, 38px)/1.15 Georgia, "Times New Roman", serif;
}
.rth-search-form { display: flex; align-items: center; gap: 10px; }
.rth-search-input {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 1px solid color-mix(in srgb, var(--rth-gold) 32%, transparent);
    border-radius: 14px;
    outline: none;
    background: #fff;
    color: var(--rth-text);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.rth-search-input:focus { border-color: var(--rth-accent); box-shadow: 0 0 0 4px rgba(239,83,116,.1); }
.rth-search-submit {
    height: 56px;
    min-width: 130px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 14px;
    background: var(--rth-accent);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.rth-search-submit svg { width: 18px; height: 18px; }

.rth-mobile-backdrop { z-index: 999997; background: rgba(24,17,19,.56); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.rth-mobile-backdrop.is-open { visibility: visible; opacity: 1; }
.rth-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999998;
    width: min(88vw, 390px);
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background: var(--rth-drawer-bg);
    box-shadow: -20px 0 65px rgba(47,23,28,.23);
    transform: translateX(105%);
    transition: transform .3s cubic-bezier(.22,.78,.24,1);
}
.rth-mobile-drawer.is-open { transform: translateX(0); }
.rth-mobile-head {
    min-height: 76px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--rth-border);
}
.rth-mobile-title { color: var(--rth-text); font: 700 23px/1.1 Georgia, "Times New Roman", serif; }
.rth-mobile-nav { flex: 1; overflow-y: auto; padding: 18px; }
.rth-mobile-nav .rth-menu { display: flex; flex-direction: column; gap: 5px; }
.rth-mobile-nav .rth-menu > li { position: relative; border-radius: 11px; }
.rth-mobile-nav .rth-menu > li > a {
    min-height: 50px;
    padding: 0 48px 0 14px;
    display: flex;
    align-items: center;
    border-radius: 11px;
    color: var(--rth-text);
    font-size: 14px;
    font-weight: 750;
    transition: color .2s ease, background .2s ease;
}
.rth-mobile-nav .rth-menu > li > a:hover,
.rth-mobile-nav .rth-menu > li.is-submenu-open > a { color: var(--rth-accent); background: rgba(239,83,116,.07); }
.rth-submenu-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--rth-text);
    cursor: pointer;
}
.rth-submenu-toggle svg { width: 17px; height: 17px; transition: transform .22s ease; }
.is-submenu-open > .rth-submenu-toggle svg { transform: rotate(180deg); }
.rth-mobile-nav .sub-menu {
    max-height: 0;
    margin: 0 0 0 14px;
    padding: 0 0 0 10px;
    overflow: hidden;
    list-style: none;
    border-left: 1px solid var(--rth-border);
    transition: max-height .3s ease;
}
.rth-mobile-nav li.is-submenu-open > .sub-menu { max-height: 500px; }
.rth-mobile-nav .sub-menu a {
    display: block;
    margin: 3px 0;
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--rth-muted);
    font-size: 13px;
    font-weight: 650;
}
.rth-mobile-nav .sub-menu a:hover { color: var(--rth-accent); background: #fff; }
.rth-mobile-footer { padding: 18px; border-top: 1px solid var(--rth-border); }
.rth-mobile-cta { width: 100%; min-height: 50px; }
.rth-lock-scroll { overflow: hidden !important; }

.rth-header-shell a:focus-visible,
.rth-header-shell button:focus-visible,
.rth-header-shell input:focus-visible { outline: 3px solid rgba(239,83,116,.3); outline-offset: 3px; }

@media (max-width: 1200px) {
    .rth-inner { gap: 18px; }
    .rth-desktop-nav .rth-menu > li > a { padding-inline: 9px; font-size: 12px; }
    .rth-desktop-nav .menu-item-has-children > a { padding-right: 25px !important; }
    .rth-desktop-nav .menu-item-has-children > a::after { right: 9px; }
    .rth-brand-copy { display: none; }
}

@media (max-width: 1024px) {
    .rth-inner { grid-template-columns: 1fr auto; min-height: 74px; }
    .rth-desktop-nav { display: none; }
    .rth-menu-open { display: inline-grid; }
    .rth-brand-copy { display: flex; }
}

@media (max-width: 782px) {
    body.admin-bar .rth-is-sticky .rth-header { top: 46px; }
}

@media (max-width: 767px) {
    .rth-hide-topbar-mobile .rth-topbar { display: none; }
    .rth-topbar-inner { justify-content: center; }
    .rth-topbar-right,
    .rth-topbar-secondary { display: none; }
    .rth-inner { min-height: 68px; gap: 10px; }
    .rth-brand { gap: 8px; }
    .rth-brand-name { font-size: 18px; }
    .rth-brand-tagline { font-size: 7px; letter-spacing: .9px; }
    .rth-actions { gap: 5px; }
    .rth-icon-button { width: 40px; height: 40px; flex-basis: 40px; }
    .rth-actions > .rth-cta { display: none; }
    .rth-search-overlay { padding-top: 65px; }
    .rth-search-panel { padding: 28px 20px 22px; border-radius: 19px; }
    .rth-search-form { flex-direction: column; }
    .rth-search-submit { width: 100%; }
}

@media (max-width: 430px) {
    .rth-brand-tagline { display: none; }
    .rth-brand-name { font-size: 16px; }
    .rth-actions .rth-search-open { display: none; }
}

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