.rd-eyebrow {
    display:flex;
    align-items:center;
    gap:12px;
    font-family:'Caveat',cursive;
    color:var(--rd-green);
    font-size:16px;
    letter-spacing:.96px
}
.rd-eyebrow::before {
    content:'';
    width:32px;
    height:1px;
    background:var(--rd-gold)
}
.rd-hero {
    position:relative;
    overflow:hidden;
    padding:128px 24px 80px;
    background:radial-gradient(ellipse at 100% 0%,#d4a0170c,transparent 45%),radial-gradient(ellipse at 0% 100%,#2a7b6f0b,transparent 40%)
}
.rd-hero-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:64px;
    align-items:center
}
.rd-hero-copy>*+* {
    margin-top:28px
}
.rd-hero h1 {
    line-height:1.08;
    letter-spacing:-.025em;
    font-size:clamp(2.8rem,5.5vw,4.2rem)
}
.rd-hero h1 span,.rd-hero h1 em {
    display:block
}
.rd-hero h1 em {
    font-weight:400;
    color:var(--rd-copper)
}
.rd-hero-copy>p {
    max-width:448px;
    color:var(--rd-muted);
    line-height:1.8
}
.rd-buttons {
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    padding-top:4px
}
.rd-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 32px;
    border-radius:999px;
    font-family:'Caveat',cursive;
    font-size:18px;
    font-weight:600;
    letter-spacing:.04em;
    line-height:1.5;
    border:0;
    transition:filter .2s,transform .2s
}
.rd-button:hover,.rd-etsy:hover {
    filter:brightness(1.08)
}
.rd-button-primary {
    background:var(--rd-ink);
    color:#fff;
    box-shadow:0 8px 15px #2d1b4e1a
}
.rd-button-outline {
    border:2px solid var(--rd-purple);
    color:var(--rd-purple);
    padding:12px 32px
}
.rd-button-white {
    background:white;
    color:var(--rd-ink)
}
.rd-button-copper {
    background:linear-gradient(135deg,#c4622d,#a8501f);
    color:white
}
.rd-hero-art {
    height:420px;
    position:relative
}
.rd-hero-glow {
    position:absolute;
    inset:20px;
    background:radial-gradient(ellipse at 60% 40%,#d4a0171f,#4a2d7a1a,transparent 70%);
    border-radius:40% 60% 55% 45% / 50% 45% 55% 50%
}
.rd-hero-large,.rd-hero-small {
    position:absolute;
    overflow:hidden;
    border:4px solid var(--rd-border);
    box-shadow:0 12px 40px #2d1b4e24
}
.rd-hero-large {
    top:0;
    right:0;
    width:min(290px,65%);
    height:min(370px,85%);
    border-radius:42% 58% 38% 62% / 48% 44% 56% 52%
}
.rd-hero-small {
    bottom:10px;
    left:10px;
    width:min(180px,42%);
    height:min(220px,55%);
    border-radius:55% 45% 48% 52% / 52% 55% 45% 48%
}
.rd-hero-art img {
    width:100%;
    height:100%;
    object-fit:cover
}
.rd-sun {
    position:absolute;
    width:52px;
    height:52px;
    top:38%;
    left:42%;
    transform:translate(-50%,-50%)
}
.rd-sun i {
    position:absolute;
    left:50%;
    top:50%;
    width:2px;
    height:23.4px;
    background:var(--rd-gold);
    opacity:.6;
    border-radius:2px;
    transform:translate(-50%,-50%) rotate(calc(var(--ray)*30deg)) translateY(-14.04px)
}
.rd-sun b {
    position:absolute;
    inset:30%;
    background:var(--rd-gold);
    border-radius:50%;
    opacity:.85
}
.rd-peace {
    position:absolute;
    top:55%;
    left:52%;
    font:24px 'Caveat',cursive;
    color:var(--rd-purple);
    opacity:.45;
    transform:rotate(-15deg)
}
.rd-recent {
    padding:64px 24px;
    background:hsl(262 25% 96%)
}
.rd-recent h2 {
    font-size:36px;
    margin-bottom:12px
}
.rd-recent h2 em {
    font-weight:400;
    color:var(--rd-purple)
}
.rd-see-all {
    display:inline-block;
    margin-top:40px;
    font:600 18px 'Caveat',cursive;
    color:var(--rd-copper)
}
