.rd-ornament {
    padding:8px 16px;
    text-align:center;
    letter-spacing:14px;
    font-size:20px;
    line-height:28px;
    color:var(--rd-gold);
    opacity:.55
}
.rd-recent+.rd-ornament,.rd-gallery-content+.rd-ornament {
    padding-block:16px
}
.rd-quote,.rd-gallery-quote {
    padding:80px 24px;
    background:linear-gradient(135deg,#2d1b4e,#1a0e30);
    text-align:center;
    color:#ede8f7
}
.rd-quote-inner {
    max-width:672px;
    margin:auto
}
.rd-quote-inner>*+* {
    margin-top:24px
}
.rd-quote h2 {
    font-size:clamp(1.3rem,2.5vw,1.7rem);
    font-style:italic;
    font-weight:400;
    line-height:1.5;
    color:#ede8f7
}
.rd-quote p,.rd-gallery-quote span {
    font:18px 'Caveat',cursive;
    color:#c4896a
}
.rd-stars {
    color:var(--rd-gold);
    opacity:.8;
    font-size:20px;
    letter-spacing:12px
}
.rd-home-quote .rd-quote-inner {
    max-width:768px
}
.rd-home-quote h2 {
    font-size:36px;
    line-height:1.12
}
.rd-page-intro {
    padding:128px 32px 48px;
    background:radial-gradient(ellipse at 100% 0%,#d4a01708,transparent 50%)
}
.rd-page-intro .rd-eyebrow {
    margin-bottom:16px
}
.rd-page-intro h1 {
    font-size:clamp(2.5rem,5vw,3.5rem);
    line-height:1.1
}
.rd-page-intro p {
    margin-top:12px;
    font-size:18px;
    color:var(--rd-muted)
}
.rd-accent-line {
    width:56px;
    height:4px;
    background:var(--rd-copper);
    border-radius:99px;
    margin-top:20px
}
.rd-gallery-content {
    padding:48px 32px
}
.rd-gallery-quote {
    padding:64px 24px
}
.rd-gallery-quote p {
    font-family:'Playfair Display',serif;
    font-size:clamp(1.2rem,2.5vw,1.6rem);
    font-style:italic;
    max-width:560px;
    margin:auto
}
.rd-gallery-quote span {
    display:block;
    margin-top:16px;
    font-size:17px
}
.rd-section {
    padding:80px 32px
}
.rd-about-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:56px;
    align-items:center
}
.rd-about-grid h2 {
    font-size:clamp(1.6rem,3vw,2.2rem);
    margin-bottom:24px
}
.rd-story {
    font-size:14px;
    line-height:1.8;
    color:var(--rd-muted)
}
.rd-story p+p {
    margin-top:16px
}
.rd-about-image {
    width:min(360px,100%);
    aspect-ratio:1;
    border:4px solid var(--rd-border);
    border-radius:42% 58% 38% 62% / 48% 44% 56% 52%;
    overflow:hidden;
    justify-self:end;
    background:var(--rd-border);
    box-shadow:0 12px 40px #2d1b4e24
}
.rd-about-image img {
    width:100%;
    height:100%;
    object-fit:cover
}
.rd-beliefs {
    padding:64px 32px;
    text-align:center;
    background:hsl(262 25% 96%)
}
.rd-beliefs h2 {
    font-size:clamp(1.5rem,3vw,2rem);
    margin-bottom:40px
}
.rd-three-columns {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px
}
.rd-three-columns h3 {
    font-size:17.6px;
    margin:12px 0
}
.rd-three-columns article>span {
    font-size:28px;
    color:var(--rd-gold)
}
.rd-three-columns p {
    font-size:15.2px;
    line-height:1.7;
    color:var(--rd-muted)
}
