.rd-rainbow {
    position:fixed;
    inset:0 0 auto;
    height:6px;
    z-index:61;
    background:linear-gradient(90deg,#c4622d,#d4a017,#2a7b6f,#4a2d7a,#2d1b4e,#2a7b6f,#c4622d)
}
.rd-header {
    position:fixed;
    top:6px;
    left:0;
    right:0;
    z-index:60;
    background:#f9f7fff5;
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--rd-border);
    padding:0 48px
}
.rd-header-inner {
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:72px;
    max-width:1100px;
    margin:auto;
    gap:24px
}
.rd-logo {
    display:flex;
    align-items:center;
    gap:10px;
    flex-shrink:0
}
.rd-logo>span:last-child {
    display:flex;
    flex-direction:column;
    line-height:1
}
.rd-logo strong {
    font-family:'Playfair Display',serif;
    font-size:18px;
    letter-spacing:.45px
}
.rd-logo small {
    font-family:'Caveat',cursive;
    font-size:12px;
    color:var(--rd-copper);
    letter-spacing:1.2px;
    margin-top:2px
}
.rd-logo img {
    height:36px;
    width:auto
}
.rd-flower {
    position:relative;
    width:30px;
    height:30px;
    flex-shrink:0
}
.rd-flower i {
    position:absolute;
    left:50%;
    top:50%;
    width:9.6px;
    height:9.6px;
    background:#4a2d7a;
    opacity:.72;
    border-radius:50%;
    transform:translate(-50%,-50%) rotate(calc(var(--petal)*45deg)) translateY(-6.6px)
}
.rd-flower b {
    position:absolute;
    inset:33%;
    background:#d4a017;
    border-radius:50%
}
.rd-desktop-nav,.rd-nav-list {
    display:flex;
    gap:24px;
    align-items:center
}
.rd-nav-list {
    padding:0;
    margin:0;
    list-style:none
}
.rd-desktop-nav a {
    font-size:12px;
    letter-spacing:1.2px;
    font-weight:400;
    text-transform:uppercase;
    color:var(--rd-muted);
    padding-bottom:2px;
    border-bottom:2px solid transparent
}
.rd-desktop-nav a:hover,.rd-desktop-nav a[aria-current],.rd-desktop-nav .current-menu-item a {
    color:var(--rd-copper);
    border-bottom-color:var(--rd-gold)
}
.rd-header-actions {
    display:flex;
    align-items:center;
    gap:8px
}
.rd-etsy {
    padding:8px 16px;
    background:linear-gradient(135deg,#c4622d,#a8501f);
    border-radius:999px;
    font-family:'Caveat',cursive;
    font-size:15px;
    font-weight:600;
    color:#fff;
    white-space:nowrap;
    box-shadow:0 2px 10px #c4622d59
}
.rd-account-menu {
    position:relative
}
.rd-account-menu summary {
    display:flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border-radius:50%;
    cursor:pointer;
    list-style:none
}
.rd-account-menu summary::-webkit-details-marker {
    display:none
}
.rd-account-menu summary:hover {
    background:var(--rd-border)
}
.rd-account-menu>div {
    position:absolute;
    right:0;
    top:42px;
    background:#fff;
    border:1px solid var(--rd-border);
    border-radius:8px;
    width:192px;
    padding:6px;
    box-shadow:0 4px 16px #2d1b4e22
}
.rd-account-menu a {
    display:block;
    padding:8px 12px;
    font-size:14px
}
.rd-account-menu a:hover {
    background:var(--rd-border)
}
.rd-menu-toggle {
    display:none;
    border:0;
    background:transparent;
    color:var(--rd-ink);
    font-size:24px
}
.rd-mobile-nav {
    padding:16px 0 24px
}
.rd-mobile-nav[hidden] {
    display:none
}
.rd-mobile-nav a {
    display:block;
    padding:10px 0
}
.rd-skip {
    position:fixed;
    top:-100px;
    left:12px;
    z-index:100;
    background:white;
    padding:10px
}
.rd-skip:focus {
    top:10px
}
