/*
 * Simple, Dreamweaver-friendly overrides.
 *
 * The original theme CSS remains intact. These rules remove the layout's
 * JavaScript-only reveals, fixed footer, parallax spacing, and angled overlays.
 */

:root {
    --brand-orange: #c1593e;
    --brand-cream: #e1d0c1;
    --brand-teal: #446973;
    --brand-black: #26221f;
    --brand-yellow: #e1a258;
}

/* Sell to Us page: restrained sections, a clear process, and photo-led examples. */
.rp-sell-page {
    background: #fff;
    color: var(--brand-black);
}

.rp-sell-container {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.rp-sell-page .rp-sell-eyebrow {
    margin: 0 0 18px;
    color: var(--brand-orange);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.3;
    text-transform: uppercase;
}

.rp-sell-hero {
    padding: 92px 24px 98px;
}

.rp-sell-hero .rp-sell-eyebrow {
    color: var(--brand-yellow);
}

.rp-sell-hero h1 {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.04;
}

.rp-sell-hero > p:last-child {
    max-width: 800px;
    margin: 28px auto 0;
    color: var(--brand-cream);
    font-size: 21px;
    line-height: 1.6;
}

.rp-sell-intro,
.rp-sell-process,
.rp-sell-form-section {
    padding: 84px 0;
}

.rp-sell-intro__grid,
.rp-sell-offer__grid,
.rp-sell-form-heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 88px;
    align-items: start;
}

.rp-sell-page h2 {
    margin: 0;
    color: var(--brand-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    text-transform: uppercase;
}

.rp-sell-intro__copy p,
.rp-sell-offer__grid > div:last-child p,
.rp-sell-form-heading > div:last-child p {
    margin: 0 0 18px;
    font-size: 19px;
    line-height: 1.65;
}

.rp-sell-intro__copy p:last-child,
.rp-sell-offer__grid > div:last-child p:last-child,
.rp-sell-form-heading > div:last-child p:last-child {
    margin-bottom: 0;
}

.rp-sell-process {
    background: var(--brand-cream);
}

.rp-sell-section-heading {
    margin-bottom: 52px;
}

.rp-sell-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid var(--brand-black);
}

.rp-sell-steps li {
    padding: 30px 30px 8px;
    border-left: 1px solid rgba(38, 34, 31, .35);
}

.rp-sell-steps li:first-child {
    padding-left: 0;
    border-left: 0;
}

.rp-sell-steps li:last-child {
    padding-right: 0;
}

.rp-sell-steps span {
    display: block;
    margin-bottom: 24px;
    color: var(--brand-orange);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.rp-sell-steps h3 {
    margin: 0 0 14px;
    color: var(--brand-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.3;
    text-transform: uppercase;
}

.rp-sell-steps p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
}

.rp-sell-offer {
    padding: 72px 0;
    background: var(--brand-teal);
    color: var(--brand-cream);
}

.rp-sell-offer .rp-sell-eyebrow {
    color: var(--brand-yellow);
}

.rp-sell-offer h2,
.rp-sell-offer p {
    color: var(--brand-cream);
}

.rp-sell-form-section {
    background: var(--brand-teal);
    color: var(--brand-cream);
}

.rp-sell-form-heading {
    margin-bottom: 52px;
    padding: 48px;
    background: var(--brand-teal);
}

.rp-sell-form-heading .rp-sell-eyebrow {
    color: var(--brand-yellow);
}

.rp-sell-form-heading h2,
.rp-sell-form-heading > div:last-child p {
    color: var(--brand-cream);
}

.rp-sell-form-heading a,
.rp-sell-form__submit a {
    color: var(--brand-teal);
    font-family: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.rp-sell-form-heading a:hover,
.rp-sell-form-heading a:focus,
.rp-sell-form__submit a:hover,
.rp-sell-form__submit a:focus {
    color: var(--brand-orange);
}

.rp-sell-form-heading a {
    color: var(--brand-yellow);
}

.rp-sell-form-heading a:hover,
.rp-sell-form-heading a:focus {
    color: var(--brand-cream);
}

.rp-sell-form__submit a {
    color: var(--brand-yellow);
}

.rp-sell-form__submit a:hover,
.rp-sell-form__submit a:focus {
    color: var(--brand-cream);
}

.rp-sell-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 32px;
    padding-top: 42px;
    border-top: 2px solid var(--brand-cream);
}

.rp-sell-form__field {
    min-width: 0;
}

.rp-sell-form__field--full {
    grid-column: 1 / -1;
}

.rp-sell-form label {
    display: block;
    margin-bottom: 10px;
    color: var(--brand-cream);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 1.35;
    text-transform: uppercase;
}

.rp-sell-form input[type="text"],
.rp-sell-form input[type="email"],
.rp-sell-form input[type="tel"],
.rp-sell-form select,
.rp-sell-form textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid rgba(38, 34, 31, .45);
    border-radius: 0;
    background: #fff;
    color: var(--brand-black);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.45;
}

.rp-sell-form textarea {
    min-height: 150px;
    resize: vertical;
}

.rp-sell-form input:focus,
.rp-sell-form select:focus,
.rp-sell-form textarea:focus {
    border-color: var(--brand-teal);
    outline: 3px solid rgba(68, 105, 115, .18);
}

.rp-sell-upload {
    padding: 28px;
    border: 2px dashed rgba(225, 208, 193, .72);
    background: rgba(38, 34, 31, .12);
}

.rp-sell-upload > p {
    margin: 0 0 18px;
    color: var(--brand-cream);
    font-size: 16px;
    line-height: 1.55;
}

.rp-sell-upload input[type="file"] {
    display: block;
    width: 100%;
    color: var(--brand-cream);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.rp-sell-upload .rp-sell-upload__status {
    margin: 16px 0 0;
    color: var(--brand-yellow);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.rp-sell-upload .rp-sell-upload__status.is-error {
    color: var(--brand-orange);
}

.rp-sell-form__submit {
    display: flex;
    gap: 24px;
    align-items: center;
}

.rp-sell-form__submit button {
    flex: 0 0 auto;
    min-height: 56px;
    padding: 15px 26px;
    border: 2px solid var(--brand-black);
    background: var(--brand-black);
    color: var(--brand-yellow);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.rp-sell-form__submit button:disabled {
    cursor: not-allowed;
    opacity: .62;
}

.rp-sell-form__submit p {
    max-width: 650px;
    margin: 0;
    color: var(--brand-cream);
    font-size: 14px;
    line-height: 1.55;
}

.rp-sell-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    background: var(--brand-black);
}

.rp-sell-gallery figure {
    position: relative;
    height: 390px;
    margin: 0;
    overflow: hidden;
    background: var(--brand-black);
}

.rp-sell-gallery figure::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(38, 34, 31, .72), rgba(38, 34, 31, .04) 55%);
    content: "";
    pointer-events: none;
}

.rp-sell-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.rp-sell-gallery figure:hover img {
    transform: scale(1.025);
}

.rp-sell-gallery__electronics img {
    filter: sepia(.16) saturate(.88) contrast(.94) brightness(.96);
}

.rp-sell-gallery__electronics::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(193, 89, 62, .08);
    content: "";
    pointer-events: none;
}

.rp-sell-gallery figcaption {
    position: absolute;
    right: 28px;
    bottom: 26px;
    left: 28px;
    z-index: 2;
    color: var(--brand-cream);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 1.3;
    text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
    .rp-sell-intro__grid,
    .rp-sell-offer__grid,
    .rp-sell-form-heading {
        gap: 48px;
    }

    .rp-sell-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-sell-steps li,
    .rp-sell-steps li:first-child,
    .rp-sell-steps li:last-child {
        padding: 28px;
        border-right: 0;
        border-bottom: 1px solid rgba(38, 34, 31, .35);
        border-left: 1px solid rgba(38, 34, 31, .35);
    }

    .rp-sell-steps li:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .rp-sell-steps li:nth-child(even) {
        padding-right: 0;
    }

    .rp-sell-steps li:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rp-sell-container {
        width: min(100% - 40px, 1120px);
    }

    .rp-sell-hero {
        padding: 56px 20px 62px;
    }

    .rp-sell-hero h1 {
        font-size: 40px;
        line-height: 1.08;
    }

    .rp-sell-hero > p:last-child {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.55;
    }

    .rp-sell-intro,
    .rp-sell-process,
    .rp-sell-form-section {
        padding: 56px 0;
    }

    .rp-sell-intro__grid,
    .rp-sell-offer__grid,
    .rp-sell-form-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .rp-sell-page h2 {
        font-size: 34px;
        line-height: 1.12;
    }

    .rp-sell-intro__copy p,
    .rp-sell-offer__grid > div:last-child p,
    .rp-sell-form-heading > div:last-child p {
        font-size: 17px;
        line-height: 1.55;
    }

    .rp-sell-section-heading,
    .rp-sell-form-heading {
        margin-bottom: 36px;
    }

    .rp-sell-form-heading {
        padding: 32px 26px;
    }

    .rp-sell-steps {
        grid-template-columns: 1fr;
    }

    .rp-sell-steps li,
    .rp-sell-steps li:first-child,
    .rp-sell-steps li:last-child,
    .rp-sell-steps li:nth-child(odd),
    .rp-sell-steps li:nth-child(even) {
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(38, 34, 31, .35);
        border-left: 0;
    }

    .rp-sell-steps li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .rp-sell-steps span {
        margin-bottom: 14px;
    }

    .rp-sell-offer {
        padding: 54px 0;
    }

    .rp-sell-form {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 32px;
    }

    .rp-sell-form__field--full {
        grid-column: auto;
    }

    .rp-sell-upload {
        padding: 22px 18px;
    }

    .rp-sell-form__submit {
        display: block;
    }

    .rp-sell-form__submit button {
        width: 100%;
        margin-bottom: 16px;
    }

    .rp-sell-gallery {
        grid-template-columns: 1fr;
    }

    .rp-sell-gallery figure {
        height: 245px;
    }

    .rp-sell-gallery figcaption {
        right: 20px;
        bottom: 20px;
        left: 20px;
        font-size: 16px;
    }
}

html,
body {
    min-height: 100%;
    overflow-x: hidden;
}

.sv__main--content,
body.loaded .sv__main--content,
footer,
footer.loading,
footer.loaded,
.svfm1__card,
.image-text img,
.text-image img {
    opacity: 1;
}

/* Keep the shared Rusty Pickins logo proportional inside the legacy header. */
#sv__logo .sv__logo--img img {
    object-fit: contain;
}

/* Homepage header: always solid black, with no scroll-dependent visual state. */
#header.nav-shadow.static-header {
    background: var(--brand-black) !important;
    opacity: 1;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#header.nav-shadow.static-header .cd-dropdown-trigger {
    color: var(--brand-cream);
    border-color: var(--brand-cream);
}

#header.nav-shadow.static-header .cd-dropdown-trigger::before,
#header.nav-shadow.static-header .cd-dropdown-trigger::after {
    background: var(--brand-cream);
}

#header.nav-shadow.static-header .cd-dropdown-trigger:hover,
#header.nav-shadow.static-header .cd-dropdown-trigger:focus {
    color: var(--brand-yellow);
    border-color: var(--brand-yellow);
}

#header.nav-shadow.static-header .cd-dropdown-trigger:hover::before,
#header.nav-shadow.static-header .cd-dropdown-trigger:hover::after,
#header.nav-shadow.static-header .cd-dropdown-trigger:focus::before,
#header.nav-shadow.static-header .cd-dropdown-trigger:focus::after {
    background: var(--brand-yellow);
}

#header.nav-shadow.static-header .cd-dropdown-content > li > a {
    color: var(--brand-cream);
}

#header.nav-shadow.static-header .cd-dropdown-content > li:not(.has-children) > a:hover,
#header.nav-shadow.static-header .cd-dropdown-content > .has-children > a.is-active,
#header.nav-shadow.static-header .cd-dropdown-content > .single-item > a.is-active {
    color: var(--brand-yellow);
}

#header.nav-shadow.static-header #sv__logo {
    width: 116px;
    overflow: visible;
}

#header.nav-shadow.static-header #sv__logo .sv__logo--img {
    width: 96px;
    height: 90px;
    margin: 4px 10px 0;
}

#header.nav-shadow.static-header #sv__logo .sv__logo--img img,
#header.nav-shadow.static-header #sv__logo .logo-white {
    width: 100%;
    height: auto;
    max-width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 768px) {
    #header.nav-shadow.static-header #sv__logo {
        width: 160px;
    }

    #header.nav-shadow.static-header #sv__logo .sv__logo--img {
        width: 140px;
        height: 131px;
        margin: 4px 10px 0;
    }
}

footer,
footer.loading,
footer.loaded {
    position: relative !important;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100% !important;
}

.footer-push {
    margin-bottom: 0 !important;
}

.image-text img,
.text-image img {
    -webkit-transform: none !important;
    transform: none !important;
}

.angle-top,
.angle-bottom,
.angle-top-bottom,
.angle-bottom-top,
.angle-bottom-nav,
.angle-top-price,
.angle-bottom-price,
.angle-bottom-card,
.angle-top-bottom-barber {
    display: none !important;
}

.hero-container {
    min-height: 560px;
}

.hero-container .hero-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 0;
    background-attachment: scroll !important;
}

.hero-container .hero-spacer {
    display: none;
}

.offset__content,
.offset__content--gallery {
    padding-top: 0 !important;
}

.card__offset {
    position: relative !important;
    top: auto !important;
}

.parallax__background {
    background-attachment: scroll !important;
}

/* Static home-page hero: one image, no slider or scroll animation. */
.simple-hero {
    position: relative;
    height: 650px;
    overflow: hidden;
    background: #252525;
}

.simple-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}

.simple-hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
}

.simple-hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 900px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.simple-hero__icon {
    display: inline-block;
    margin-bottom: 30px;
}

.simple-hero h2 {
    margin: 0;
    color: #fff;
    font-size: 72px;
    line-height: 1.05;
    letter-spacing: 5px;
}

.simple-hero h2 span {
    color: var(--brand-orange);
}

.simple-hero p {
    max-width: 700px;
    margin: 25px auto 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

/* Homepage introduction, transition, and two-card contribution layout. */
.rp-home-intro {
    padding-bottom: 65px;
}

.rp-home-intro .intro h2 {
    font-size: 42px;
    line-height: 46px;
}

.rp-home-intro .intro h6 {
    margin-top: 28px;
}

.rp-transition-band {
    padding: 72px 20px 26px;
    background: #fff;
    text-align: center;
}

.rp-transition-band__content {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
}

.rp-transition-band h2 {
    margin: 0 0 22px;
    color: #26221f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.rp-transition-band__line {
    display: block;
}

.rp-transition-band p {
    margin: 0 auto;
    max-width: 800px;
    color: #5d5956;
    font-size: 18px;
    line-height: 1.65;
}

.rp-contribute-section {
    padding: 36px 20px 48px;
    background: #fff;
}

.rp-contribute-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 420px));
    justify-content: center;
    gap: 36px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

/* Prevent the legacy global pseudo-elements from occupying grid cells. */
.rp-contribute-grid::before,
.rp-contribute-grid::after {
    content: none;
    display: none;
}

.rp-contribute-card {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 15px rgba(38, 34, 31, 0.16);
    -webkit-transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.rp-contribute-card:hover,
.rp-contribute-card:focus-within {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    box-shadow: 0 12px 28px rgba(38, 34, 31, 0.24);
}

.rp-contribute-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.rp-contribute-card__link:hover,
.rp-contribute-card__link:focus {
    color: inherit;
    text-decoration: none;
}

.rp-contribute-card__link:focus {
    outline: 3px solid var(--brand-yellow);
    outline-offset: -3px;
}

.rp-contribute-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f3f3;
}

.rp-contribute-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, transform 0.35s ease;
}

.rp-contribute-card:hover .rp-contribute-card__image img,
.rp-contribute-card:focus-within .rp-contribute-card__image img {
    opacity: 0.82;
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
}

.rp-contribute-card__content {
    flex: 1;
    padding: 28px 30px 32px;
    text-align: center;
}

.rp-contribute-card__content h2 {
    margin: 0 0 14px;
    font-size: 21px;
}

.rp-contribute-card__content p {
    margin: 0;
    color: #6b6b6b;
    line-height: 1.55;
}

.rp-contribute-card__cta {
    display: inline-block;
    margin-top: 22px;
    color: var(--brand-teal);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.rp-contribute-card:hover .rp-contribute-card__cta,
.rp-contribute-card:focus-within .rp-contribute-card__cta {
    color: var(--brand-orange);
}

/* Simple shared layout for the Sell to Us and Donate to Us pages. */
.rp-detail-page {
    background: #fff;
}

.rp-detail-hero {
    padding: 90px 20px;
    background: var(--brand-black);
    color: #fff;
    text-align: center;
}

.rp-detail-hero h1 {
    max-width: 850px;
    margin: 0 auto 22px;
    font-size: 50px;
    line-height: 1.15;
}

.rp-detail-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--brand-cream);
    font-size: 19px;
    line-height: 1.65;
}

.rp-detail-content {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
    padding: 75px 0 90px;
}

.rp-detail-content__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}

.rp-detail-content__grid::before,
.rp-detail-content__grid::after {
    content: none;
    display: none;
}

.rp-detail-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.rp-detail-content p,
.rp-detail-content li {
    color: #5d5956;
    line-height: 1.7;
}

.rp-detail-content ul,
.rp-detail-content ol {
    padding-left: 22px;
}

.rp-detail-content li {
    margin-bottom: 10px;
    list-style-position: outside;
    list-style-type: disc;
}

.rp-detail-content ol li {
    list-style-type: decimal;
}

.rp-detail-content__cta {
    margin-top: 55px;
    padding-top: 35px;
    border-top: 1px solid #ddd7d2;
    text-align: center;
}

.rp-detail-content__cta a {
    display: inline-block;
    margin-top: 14px;
    padding: 14px 22px;
    border: 2px solid var(--brand-black);
    color: var(--brand-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.rp-detail-content__cta a:hover,
.rp-detail-content__cta a:focus {
    border-color: var(--brand-orange);
    color: var(--brand-orange);
    text-decoration: none;
}

/* How It Works: short instructions separated by brand-color blocks. */
.rp-how-page {
    background: #fff;
}

.rp-how-container {
    width: 88%;
    max-width: 1120px;
    margin: 0 auto;
}

.rp-how-eyebrow {
    margin: 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.rp-how-hero {
    padding-top: 96px;
    padding-bottom: 96px;
}

.rp-how-hero .rp-how-eyebrow {
    margin-bottom: 14px;
    color: var(--brand-yellow);
    font-size: 13px;
}

.rp-how-hero h1 {
    font-size: 62px;
}

.rp-how-steps {
    padding: 82px 0 90px;
}

.rp-how-steps > .rp-how-container > .rp-how-eyebrow,
.rp-how-rules > .rp-how-container > .rp-how-eyebrow {
    color: var(--brand-orange);
}

.rp-how-steps h2,
.rp-how-rules h2,
.rp-how-info-panel h2,
.rp-how-faq-cta h2,
.rp-how-lug-line h2 {
    margin: 0;
    color: var(--brand-black);
    font-size: 46px;
    line-height: 1.12;
    text-transform: uppercase;
}

.rp-how-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.rp-how-step-grid::before,
.rp-how-step-grid::after,
.rp-how-rules-grid::before,
.rp-how-rules-grid::after,
.rp-how-shopping-areas::before,
.rp-how-shopping-areas::after {
    display: none;
    content: none;
}

.rp-how-step {
    min-height: 300px;
    padding: 36px 34px;
}

.rp-how-step--orange {
    background: var(--brand-orange);
    color: var(--brand-cream);
}

.rp-how-step--cream {
    background: var(--brand-cream);
    color: var(--brand-black);
}

.rp-how-step--teal {
    background: var(--brand-teal);
    color: var(--brand-cream);
}

.rp-how-step__number {
    display: block;
    margin-bottom: 52px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.rp-how-step h3 {
    margin: 0 0 18px;
    color: inherit;
    font-size: 27px;
    text-transform: uppercase;
}

.rp-how-step p {
    margin: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.7;
}

.rp-how-step strong {
    color: inherit;
}

.rp-how-lug-line {
    padding: 72px 0 76px;
    background: var(--brand-orange);
    color: var(--brand-cream);
}

.rp-how-lug-line__inner {
    display: grid;
    grid-template-columns: minmax(250px, 0.8fr) minmax(360px, 1.2fr);
    grid-template-areas:
        "eyebrow copy"
        "heading copy";
    column-gap: 76px;
    align-items: start;
}

.rp-how-lug-line .rp-how-eyebrow {
    grid-area: eyebrow;
    color: var(--brand-cream);
}

.rp-how-lug-line h2 {
    grid-area: heading;
    color: var(--brand-cream);
}

.rp-how-lug-line p:last-child {
    grid-area: copy;
    margin: 2px 0 0;
    color: var(--brand-cream);
    font-size: 18px;
    line-height: 1.8;
}

.rp-how-rules {
    padding: 88px 0 94px;
    background: var(--brand-cream);
}

.rp-how-rules-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
    margin-top: 52px;
}

.rp-how-rule-group + .rp-how-rule-group {
    padding-left: 70px;
    border-left: 1px solid rgba(38, 34, 31, 0.3);
}

.rp-how-rule-group h3 {
    margin: 0 0 24px;
    color: var(--brand-teal);
    font-size: 23px;
    text-transform: uppercase;
}

.rp-how-rule-group ul,
.rp-how-info-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rp-how-rule-group li {
    position: relative;
    margin: 0;
    padding: 15px 0 15px 28px;
    border-top: 1px solid rgba(38, 34, 31, 0.2);
    color: #514b47;
    font-size: 16px;
    line-height: 1.65;
}

.rp-how-rule-group li:last-child {
    border-bottom: 1px solid rgba(38, 34, 31, 0.2);
}

.rp-how-rule-group li::before {
    position: absolute;
    top: 15px;
    left: 2px;
    color: var(--brand-orange);
    content: "\2192";
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.rp-how-shopping-areas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-how-info-panel {
    min-height: 620px;
    padding: 78px max(6vw, 60px) 82px;
}

.rp-how-info-panel--orange {
    background: var(--brand-orange);
    color: var(--brand-cream);
}

.rp-how-info-panel--teal {
    background: var(--brand-teal);
    color: var(--brand-cream);
}

.rp-how-info-panel .rp-how-eyebrow,
.rp-how-info-panel h2,
.rp-how-info-panel p,
.rp-how-info-panel li {
    color: var(--brand-cream);
}

.rp-how-info-panel h2 {
    margin-bottom: 30px;
    font-size: 42px;
}

.rp-how-info-panel p,
.rp-how-info-panel li {
    font-size: 17px;
    line-height: 1.75;
}

.rp-how-info-panel p {
    margin: 0 0 26px;
}

.rp-how-info-panel li {
    position: relative;
    padding: 13px 0 13px 25px;
    border-top: 1px solid rgba(225, 208, 193, 0.38);
}

.rp-how-info-panel li:last-child {
    border-bottom: 1px solid rgba(225, 208, 193, 0.38);
}

.rp-how-info-panel li::before {
    position: absolute;
    top: 13px;
    left: 2px;
    content: "\2192";
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.rp-how-price-callout {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 34px 0;
    padding: 24px 0;
    border-top: 1px solid rgba(225, 208, 193, 0.45);
    border-bottom: 1px solid rgba(225, 208, 193, 0.45);
}

.rp-how-price-callout strong {
    color: var(--brand-cream);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 54px;
    line-height: 1;
}

.rp-how-price-callout span {
    max-width: 190px;
    color: var(--brand-cream);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.rp-how-faq-cta {
    padding: 52px 0;
    background: var(--brand-black);
}

.rp-how-faq-cta .rp-how-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.rp-how-faq-cta .rp-how-eyebrow {
    color: var(--brand-yellow);
}

.rp-how-faq-cta h2 {
    color: var(--brand-cream);
    font-size: 34px;
}

.rp-how-faq-cta a {
    display: inline-block;
    flex: 0 0 auto;
    padding: 15px 22px;
    border: 2px solid var(--brand-yellow);
    color: var(--brand-yellow);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rp-how-faq-cta a:hover,
.rp-how-faq-cta a:focus {
    border-color: var(--brand-cream);
    color: var(--brand-cream);
    text-decoration: none;
}

@media only screen and (max-width: 900px) {
    .rp-how-step-grid {
        grid-template-columns: 1fr;
    }

    .rp-how-step {
        min-height: 0;
    }

    .rp-how-step__number {
        margin-bottom: 28px;
    }

    .rp-how-lug-line__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "eyebrow"
            "heading"
            "copy";
        row-gap: 0;
    }

    .rp-how-lug-line p:last-child {
        margin-top: 28px;
    }

    .rp-how-rules-grid,
    .rp-how-shopping-areas {
        grid-template-columns: 1fr;
    }

    .rp-how-rule-group + .rp-how-rule-group {
        margin-top: 20px;
        padding-top: 48px;
        padding-left: 0;
        border-top: 1px solid rgba(38, 34, 31, 0.3);
        border-left: 0;
    }

    .rp-how-info-panel {
        min-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rp-how-container {
        width: 86%;
    }

    .rp-how-hero {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .rp-how-hero h1 {
        font-size: 40px;
    }

    .rp-how-steps,
    .rp-how-rules {
        padding: 58px 0 64px;
    }

    .rp-how-steps h2,
    .rp-how-rules h2,
    .rp-how-lug-line h2,
    .rp-how-info-panel h2 {
        font-size: 34px;
    }

    .rp-how-step-grid {
        margin-top: 32px;
    }

    .rp-how-step {
        padding: 30px 26px;
    }

    .rp-how-lug-line {
        padding: 58px 0 62px;
    }

    .rp-how-lug-line p:last-child {
        font-size: 16px;
    }

    .rp-how-rules-grid {
        gap: 22px;
        margin-top: 38px;
    }

    .rp-how-info-panel {
        padding: 58px 7% 62px;
    }

    .rp-how-info-panel p,
    .rp-how-info-panel li {
        font-size: 16px;
    }

    .rp-how-faq-cta .rp-how-container {
        display: block;
    }

    .rp-how-faq-cta h2 {
        font-size: 30px;
    }

    .rp-how-faq-cta a {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .rp-home-intro {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .rp-transition-band {
        padding: 56px 18px 18px;
    }

    .rp-transition-band h2 {
        margin-bottom: 18px;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .rp-transition-band p {
        font-size: 16px;
    }

    .rp-contribute-section {
        padding: 28px 18px 38px;
    }

    .rp-contribute-grid {
        grid-template-columns: minmax(0, 440px);
        gap: 28px;
    }

    .rp-contribute-card__content {
        padding: 24px 22px 28px;
    }

    .rp-detail-hero {
        padding: 65px 20px;
    }

    .rp-detail-hero h1 {
        font-size: 35px;
    }

    .rp-detail-hero p {
        font-size: 17px;
    }

    .rp-detail-content {
        padding: 55px 0 70px;
    }

    .rp-detail-content__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-container {
        min-height: 420px;
    }

    .simple-hero {
        height: 520px;
    }

    .simple-hero h2 {
        font-size: 40px;
        letter-spacing: 3px;
    }

    .simple-hero p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .hero-container .hero-background {
        background-size: 118% auto !important;
    }
}

/* --------------------------------------------------------------------------
   Rusty Pickins shared header and short homepage
   -------------------------------------------------------------------------- */

.rp-container {
    width: 90%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

#header.site-header {
    position: relative !important;
    top: auto;
    left: auto;
    height: auto;
    background: #fff;
    opacity: 1;
    box-shadow: 0 1px 0 rgba(37, 37, 37, 0.12);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    max-width: 1180px;
    min-height: 92px;
    margin: 0 auto;
}

.site-brand {
    display: flex;
    align-items: center;
    color: #252525;
}

.site-brand:hover,
.site-brand:focus {
    color: var(--brand-orange);
    text-decoration: none;
}

.site-brand img {
    display: block;
    width: 64px;
    height: 64px;
    margin-right: 14px;
    object-fit: contain;
}

.site-brand__name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-nav a {
    color: #252525;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus {
    color: var(--brand-orange);
    text-decoration: none;
}

.rp-home-hero {
    position: relative;
    height: 620px;
    overflow: hidden;
    background: #252525;
}

.rp-home-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}

.rp-home-hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 18, 16, 0.48);
}

.rp-home-hero__content {
    width: 90%;
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.rp-home-hero__eyebrow {
    margin-bottom: 18px;
    color: #fff;
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rp-home-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62px;
    line-height: 1.08;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rp-home-hero__content > p:not(.rp-home-hero__eyebrow) {
    max-width: 650px;
    margin: 24px auto 30px;
    color: #fff;
    font-size: 19px;
    line-height: 1.6;
}

.rp-button,
.rp-signup__form button {
    display: inline-block;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 16px 22px;
    text-transform: uppercase;
}

.rp-button:hover,
.rp-button:focus,
.rp-signup__form button:hover,
.rp-signup__form button:focus {
    border-color: #fff;
    background: #fff;
    color: var(--brand-orange);
    text-decoration: none;
}

.rp-home-features {
    padding: 72px 0;
    background: #fff;
}

.rp-home-features__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}

.rp-home-features__grid::before,
.rp-home-features__grid::after {
    display: none;
    content: none;
}

.rp-feature-card {
    text-align: center;
}

.rp-feature-card a {
    color: #252525;
}

.rp-feature-card a:hover,
.rp-feature-card a:focus {
    color: var(--brand-orange);
    text-decoration: none;
}

.rp-feature-card__image {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background: #e8e8e8;
}

.rp-feature-card__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rp-feature-card h3 {
    margin: 22px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    letter-spacing: 2px;
}

/* --------------------------------------------------------------------------
   Lean homepage information sections
   -------------------------------------------------------------------------- */

.rp-section-eyebrow {
    margin: 0 0 10px;
    color: var(--brand-orange);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rp-home-faq {
    padding: 72px 0;
    background: var(--brand-cream);
}

.rp-home-faq__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

.rp-home-faq__inner::before,
.rp-home-faq__inner::after,
.rp-social__links::before,
.rp-social__links::after,
.rp-location__grid::before,
.rp-location__grid::after {
    content: none;
    display: none;
}

.rp-home-faq h2,
.rp-social h2,
.rp-location h2 {
    margin: 0 0 16px;
}

.rp-home-faq p:not(.rp-section-eyebrow),
.rp-social p:not(.rp-section-eyebrow) {
    max-width: 720px;
    margin: 0;
    color: #544f4b;
    line-height: 1.7;
}

.rp-action-button {
    display: inline-block;
    flex: 0 0 auto;
    padding: 15px 21px;
    border: 2px solid var(--brand-black);
    color: var(--brand-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
}

.rp-action-button:hover,
.rp-action-button:focus {
    border-color: var(--brand-orange);
    color: var(--brand-orange);
    text-decoration: none;
}

.rp-social {
    padding: 68px 0 74px;
    background: var(--brand-cream);
    text-align: center;
}

.rp-social p:not(.rp-section-eyebrow) {
    margin-right: auto;
    margin-left: auto;
}

.rp-social__links {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 32px;
}

.rp-social__links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 15px 20px;
    border: 2px solid var(--brand-black);
    color: var(--brand-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rp-social__links i {
    margin-right: 9px;
    font-size: 17px;
}

.rp-social__links a:hover,
.rp-social__links a:focus {
    border-color: var(--brand-orange);
    color: var(--brand-orange);
    text-decoration: none;
}

.rp-location {
    padding: 78px 0 88px;
    background: #f3f3f3;
    text-align: center;
}

.rp-location__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    max-width: 880px;
    margin: 38px auto 0;
    text-align: left;
}

.rp-location__block {
    padding: 34px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(38, 34, 31, 0.1);
}

.rp-location__block h3 {
    margin-bottom: 16px;
    font-size: 20px;
}

.rp-location__block p {
    margin-bottom: 20px;
    color: #5d5956;
    line-height: 1.7;
}

.rp-location__block a {
    color: var(--brand-teal);
    font-weight: 700;
}

.rp-location__block a:hover,
.rp-location__block a:focus {
    color: var(--brand-orange);
}

.rp-faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.rp-faq-item {
    padding: 28px 0;
    border-bottom: 1px solid #ddd7d2;
}

.rp-faq-item:first-child {
    padding-top: 0;
}

.rp-faq-item h2 {
    margin-bottom: 10px;
    font-size: 21px;
}

.rp-faq-item p {
    margin: 0;
    color: #5d5956;
    line-height: 1.7;
}

/* Rules and FAQs page: open rules followed by a click-to-open lined FAQ. */
.rp-rules-faq-page {
    background: #fff;
}

.rp-rules-faq-container {
    width: 88%;
    max-width: 1080px;
    margin: 0 auto;
}

.rp-rules-faq-heading {
    padding: 76px 20px 68px;
    background: #fff;
    text-align: center;
}

.rp-rules-faq-heading h1 {
    margin: 0;
    color: var(--brand-black);
    font-size: 68px;
    line-height: 1.05;
    text-transform: uppercase;
}

.rp-rules-faq-image {
    height: 430px;
    overflow: hidden;
    background: var(--brand-black);
}

.rp-rules-faq-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rp-rules-section {
    padding: 82px 0 88px;
    background: var(--brand-cream);
}

.rp-rules-section h2,
.rp-faq-section h2 {
    margin: 0;
    color: var(--brand-black);
    font-size: 48px;
    line-height: 1.12;
    text-transform: uppercase;
}

.rp-rules-section .rp-section-eyebrow,
.rp-faq-section .rp-section-eyebrow {
    margin-bottom: 12px;
    color: var(--brand-orange);
}

.rp-rules-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    align-items: start;
    gap: 36px 72px;
    margin: 48px 0 0;
    padding: 0;
    counter-reset: warehouse-rule;
    list-style: none;
}

.rp-rules-list::before,
.rp-rules-list::after {
    display: none;
    content: none;
}

.rp-rules-list li {
    position: relative;
    margin: 0;
    padding-left: 48px;
    color: #5d5956;
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-word;
    counter-increment: warehouse-rule;
}

.rp-rules-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--brand-orange);
    content: counter(warehouse-rule, decimal-leading-zero);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.rp-faq-section {
    padding: 88px 0 100px;
    background: #fff;
}

.rp-faq-section h2 {
    max-width: 900px;
    margin-bottom: 38px;
    font-size: 42px;
}

.rp-faq-accordion {
    display: grid;
    gap: 54px;
}

.rp-faq-group h3 {
    margin: 0 0 15px;
    color: var(--brand-orange);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.rp-faq-group-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    border-top: 1px solid #bdb4ad;
}

.rp-faq-group-list::before,
.rp-faq-group-list::after {
    display: none;
    content: none;
}

.rp-faq-row {
    border-bottom: 1px solid #bdb4ad;
}

.rp-faq-row summary {
    position: relative;
    padding: 20px 44px 20px 0;
    color: var(--brand-black);
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
    transition: color 0.2s ease;
}

.rp-faq-row summary::-webkit-details-marker {
    display: none;
}

.rp-faq-row summary::before,
.rp-faq-row summary::after {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 14px;
    height: 2px;
    background: var(--brand-orange);
    content: '';
    transition: transform 0.2s ease;
}

.rp-faq-row summary::before {
    transform: translateY(-50%);
}

.rp-faq-row summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.rp-faq-row[open] summary,
.rp-faq-row summary:hover,
.rp-faq-row summary:focus {
    color: var(--brand-teal);
}

.rp-faq-row[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
}

.rp-faq-row summary:focus-visible {
    outline: 2px solid var(--brand-yellow);
    outline-offset: 4px;
}

.rp-faq-answer {
    padding: 0 44px 22px 0;
}

.rp-faq-answer p {
    margin: 0 0 13px;
    color: #4f4945;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.rp-faq-answer p:last-child {
    margin-bottom: 0;
}

.rp-faq-answer a {
    color: var(--brand-teal);
    font-weight: 700;
    text-decoration: underline;
}

.rp-faq-answer a:hover,
.rp-faq-answer a:focus {
    color: var(--brand-orange);
}

/* Our Story page: intentionally limited to one image and the founder story. */
.rp-story-page {
    background: #fff;
}

.rp-story-container {
    width: 88%;
    max-width: 960px;
    margin: 0 auto;
}

.rp-story-heading {
    padding: 76px 20px 68px;
    text-align: center;
}

.rp-story-heading h1 {
    margin: 0;
    color: var(--brand-black);
    font-size: 68px;
    line-height: 1.05;
    text-transform: uppercase;
}

.rp-story-image {
    height: 430px;
    overflow: hidden;
    background: var(--brand-black);
}

.rp-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rp-story-content {
    padding: 82px 0 96px;
}

.rp-story-content .rp-section-eyebrow {
    margin-bottom: 12px;
    color: var(--brand-orange);
}

.rp-story-content h2 {
    max-width: 780px;
    margin: 0 0 40px;
    color: var(--brand-black);
    font-size: 48px;
    line-height: 1.15;
    text-transform: uppercase;
}

.rp-story-copy {
    max-width: 840px;
}

.rp-story-copy p {
    margin: 0 0 24px;
    color: #4f4945;
    font-size: 17px;
    line-height: 1.8;
}

.rp-story-copy p:last-child {
    margin-bottom: 0;
}

.rp-signup {
    padding: 60px 0;
    background: var(--brand-orange);
    color: var(--brand-cream);
}

.rp-signup__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.rp-signup__copy {
    max-width: 520px;
}

.rp-signup h2,
.rp-signup p {
    color: var(--brand-cream);
}

.rp-signup h2 {
    margin: 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
}

.rp-signup p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.rp-signup__form {
    display: flex;
    width: 100%;
    max-width: 470px;
}

.rp-signup__form input {
    flex: 1;
    min-width: 0;
    height: 48px;
    border: 0;
    border-radius: 0;
    padding: 0 16px;
    background: var(--brand-cream);
    color: var(--brand-black);
}

.rp-signup__form input::placeholder {
    color: #5d5956;
    opacity: 1;
}

.rp-signup__form button {
    height: 48px;
    border-color: var(--brand-cream);
    border-left: 0;
    padding: 0 20px;
    color: var(--brand-cream);
}

.rp-signup__form button:hover,
.rp-signup__form button:focus {
    border-color: var(--brand-cream);
    background: var(--brand-cream);
    color: var(--brand-orange);
}

/* Cream typography wherever the legacy orange background is retained. */
.gold-bg,
.gold-bg h1,
.gold-bg h2,
.gold-bg h3,
.gold-bg h4,
.gold-bg h5,
.gold-bg h6,
.gold-bg p,
.gold-bg a,
.gold-bg span {
    color: var(--brand-cream) !important;
}

/* --------------------------------------------------------------------------
   Rusty Pickins shared footer
   -------------------------------------------------------------------------- */

footer.site-footer,
footer.site-footer.loaded {
    padding: 54px 0 28px;
    background: #252525;
    color: var(--brand-cream);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
}

.site-footer__grid::before,
.site-footer__grid::after {
    display: none;
    content: none;
}

.site-footer h2 {
    margin: 0 0 16px;
    color: var(--brand-cream);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
}

.site-footer p,
.site-footer a {
    display: block;
    margin: 0 0 7px;
    color: var(--brand-cream);
    font-size: 14px;
    line-height: 1.6;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--brand-yellow);
}

.site-footer__copyright {
    margin-top: 38px !important;
    padding-top: 22px;
    border-top: 1px solid rgba(225, 208, 193, 0.22);
    font-size: 12px !important;
}

@media only screen and (max-width: 767px) {
    .site-header__inner {
        display: block;
        padding: 12px 0 14px;
    }

    .site-brand {
        justify-content: center;
    }

    .site-brand img {
        width: 54px;
        height: 54px;
        margin-right: 10px;
    }

    .site-brand__name {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .site-nav {
        justify-content: center;
        gap: 18px;
        margin-top: 10px;
    }

    .site-nav a {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .rp-home-hero {
        height: 500px;
    }

    .rp-home-hero h1 {
        font-size: 39px;
    }

    .rp-home-hero__content > p:not(.rp-home-hero__eyebrow) {
        font-size: 16px;
    }

    .rp-home-features {
        padding: 50px 0;
    }

    .rp-home-features__grid,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .rp-home-features__grid {
        gap: 42px;
    }

    .rp-signup__inner {
        display: block;
    }

    .rp-signup__form {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 430px) {
    .site-brand__name {
        display: none;
    }

    .site-nav {
        gap: 14px;
    }

    .rp-signup__form {
        display: block;
    }

    .rp-signup__form input,
    .rp-signup__form button {
        width: 100%;
    }

    .rp-signup__form button {
        border: 2px solid var(--brand-cream);
    }
}

@media only screen and (max-width: 767px) {
    .rp-home-faq,
    .rp-social,
    .rp-location {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .rp-home-faq__inner {
        display: block;
    }

    .rp-home-faq .rp-action-button {
        margin-top: 28px;
    }

    .rp-social__links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 260px;
        margin-right: auto;
        margin-left: auto;
    }

    .rp-location__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rp-location__block {
        padding: 28px;
    }
}

@media only screen and (min-width: 768px) {
    .rp-home-intro .intro h2 {
        font-size: 74px;
        line-height: 78px;
    }

    .rp-transition-band {
        padding-top: 100px;
    }

    .rp-transition-band h2 {
        font-size: 50px;
        line-height: 56px;
    }
}

@media only screen and (min-width: 1200px) {
    .rp-home-intro .intro h2 {
        font-size: 105px;
        line-height: 108px;
    }

    .rp-transition-band {
        padding-top: 120px;
    }

    .rp-transition-band h2 {
        font-size: 80px;
        line-height: 86px;
    }
}

/* Use one restrained tracking value across every typeface and text element. */
body,
body * {
    letter-spacing: 1px !important;
}

/* Body text links use teal, then warm orange on hover. */
.how-it-works-link {
    color: var(--brand-teal);
    text-decoration: none;
    transition: color 0.2s ease;
}

.how-it-works-link:hover,
.how-it-works-link:focus {
    color: var(--brand-orange);
    text-decoration: none;
}

/* --------------------------------------------------------------------------
   Shared primary navigation
   -------------------------------------------------------------------------- */

#header.site-header {
    z-index: 1000;
    width: 100%;
    background: #26221f !important;
    background-image: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.site-header__inner {
    position: relative;
    width: 94%;
    max-width: 1320px;
    min-height: 88px;
}

.site-brand,
.site-brand:visited {
    flex: 0 0 auto;
    color: #e1d0c1 !important;
}

.site-brand:hover,
.site-brand:focus {
    color: #e1a258 !important;
}

.site-brand img {
    width: 64px;
    height: 64px;
}

.site-nav {
    gap: 20px;
}

.site-nav a,
.site-nav a:visited {
    color: #e1a258 !important;
    font-size: 11px;
    letter-spacing: 1.2px;
    white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"] {
    color: #e1d0c1 !important;
}

.site-nav-toggle {
    display: none !important;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    border: 0 !important;
    border-radius: 0;
    padding: 9px 0;
    background: transparent !important;
    color: #e1a258 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    text-transform: uppercase;
}

.site-nav-toggle:hover,
.site-nav-toggle:focus,
.site-nav-toggle[aria-expanded="true"] {
    color: #e1d0c1 !important;
    outline: none;
}

.site-nav-toggle__icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 18px;
}

.site-nav-toggle__icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
}

@media only screen and (max-width: 1100px) {
    .site-header__inner {
        display: flex;
        min-height: 78px;
        padding: 7px 0;
    }

    .site-brand {
        justify-content: flex-start;
    }

    .site-brand img {
        width: 58px;
        height: 58px;
        margin-right: 10px;
    }

    .site-nav-toggle {
        display: flex !important;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
        width: 320px;
        max-width: 100%;
        margin: 0;
        padding: 8px 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #26221f;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 13px 22px;
        border-top: 1px solid rgba(225, 208, 193, 0.16);
        color: #e1a258 !important;
        font-size: 12px;
    }

    .site-nav a:visited,
    .site-nav a[aria-current="page"] {
        color: #e1a258 !important;
    }

    .site-nav a:hover,
    .site-nav a:focus {
        color: #e1d0c1 !important;
    }

    .site-nav a:first-child {
        border-top: 0;
    }
}

@media only screen and (max-width: 430px) {
    .site-header__inner {
        width: 92%;
    }

    .site-nav {
        right: -4%;
        width: 100vw;
        max-width: none;
    }
}

@media only screen and (max-width: 767px) {
    .rp-rules-faq-container {
        width: 86%;
    }

    .rp-rules-faq-heading {
        padding: 52px 18px 48px;
    }

    .rp-rules-faq-heading h1 {
        font-size: 40px;
    }

    .rp-rules-faq-image {
        height: 270px;
    }

    .rp-rules-section,
    .rp-faq-section {
        padding: 58px 0 66px;
    }

    .rp-rules-section h2,
    .rp-faq-section h2 {
        font-size: 34px;
    }

    .rp-rules-list {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
        gap: 25px;
        margin-top: 36px;
    }

    .rp-rules-list li {
        padding-left: 42px;
        font-size: 16px;
    }

    .rp-faq-section h2 {
        margin-bottom: 36px;
    }

    .rp-faq-accordion {
        gap: 42px;
    }

    .rp-faq-group-list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .rp-faq-group h3 {
        font-size: 14px;
    }

    .rp-faq-row summary {
        padding: 19px 40px 19px 0;
        font-size: 15px;
    }

    .rp-faq-row summary::before,
    .rp-faq-row summary::after {
        right: 4px;
        width: 16px;
    }

    .rp-faq-answer {
        padding: 0 32px 21px 0;
    }

    .rp-faq-answer p {
        font-size: 15px;
    }

    .rp-story-container {
        width: 86%;
    }

    .rp-story-heading {
        padding: 52px 18px 48px;
    }

    .rp-story-heading h1 {
        font-size: 40px;
    }

    .rp-story-image {
        height: 270px;
    }

    .rp-story-content {
        padding: 58px 0 68px;
    }

    .rp-story-content h2 {
        margin-bottom: 30px;
        font-size: 34px;
    }

    .rp-story-copy p {
        font-size: 16px;
        line-height: 1.7;
    }
}

/* Contact page */
.rp-contact-page {
    background: #fff;
}

.rp-contact-primary {
    padding: 82px 0 88px;
}

.rp-contact-primary__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 52px;
    max-width: 1120px;
    align-items: start;
}

.rp-contact-form-panel h2,
.rp-contact-visit h2,
.rp-contact-map-section h2 {
    margin: 0 0 20px;
    color: var(--brand-black);
    letter-spacing: 0.5px;
}

.rp-contact-form-panel > p:not(.rp-section-eyebrow) {
    max-width: 650px;
    margin: 0 0 34px;
    color: #5d5956;
    font-size: 17px;
    line-height: 1.7;
}

.rp-contact-form {
    display: grid;
    gap: 20px;
}

.rp-contact-form__field {
    display: grid;
    gap: 8px;
}

.rp-contact-form label {
    margin: 0;
    color: var(--brand-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
}

.rp-contact-form input,
.rp-contact-form textarea {
    width: 100%;
    margin: 0;
    border: 2px solid var(--brand-black);
    border-radius: 0;
    padding: 14px 16px;
    background: #fff;
    color: var(--brand-black);
    font: inherit;
    line-height: 1.5;
    box-shadow: none;
}

.rp-contact-form textarea {
    min-height: 170px;
    resize: vertical;
}

.rp-contact-form input:focus,
.rp-contact-form textarea:focus {
    border-color: var(--brand-orange);
    outline: 3px solid rgba(193, 89, 62, 0.2);
    outline-offset: 0;
}

.rp-contact-form button {
    justify-self: start;
    min-width: 180px;
    border: 2px solid var(--brand-black);
    padding: 14px 22px;
    background: var(--brand-black);
    color: var(--brand-cream);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rp-contact-form button:hover,
.rp-contact-form button:focus {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: var(--brand-cream);
    outline: none;
}

.rp-contact-visit {
    overflow: hidden;
    background: var(--brand-cream);
    box-shadow: 0 8px 24px rgba(38, 34, 31, 0.12);
}

.rp-contact-visit > img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.rp-contact-visit__content {
    padding: 34px 38px 38px;
}

.rp-contact-visit address {
    margin: 0 0 18px;
    color: var(--brand-black);
    font-size: 19px;
    font-style: normal;
    line-height: 1.65;
}

.rp-contact-email,
.rp-contact-email:visited {
    display: inline-block;
    margin-bottom: 25px;
    color: var(--brand-teal);
    font-weight: 700;
}

.rp-contact-email:hover,
.rp-contact-email:focus {
    color: var(--brand-orange);
}

.rp-contact-directions-link,
.rp-contact-directions-link:visited {
    display: table;
    border: 2px solid var(--brand-black);
    padding: 12px 18px;
    color: var(--brand-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
}

.rp-contact-directions-link:hover,
.rp-contact-directions-link:focus {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: var(--brand-cream);
}

.rp-contact-social {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.rp-contact-social a,
.rp-contact-social a:visited {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--brand-black);
    color: var(--brand-black);
    font-size: 18px;
}

.rp-contact-social a:hover,
.rp-contact-social a:focus {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: var(--brand-cream);
}

.rp-contact-divider {
    width: 100%;
    height: 18px;
    background: var(--brand-orange);
}

.rp-contact-map-section {
    padding: 68px 0 82px;
    background: #f3f3f3;
}

.rp-contact-map-section__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
    gap: 45px;
    align-items: end;
    margin-bottom: 34px;
}

.rp-contact-map-section__heading > p {
    margin: 0 0 20px;
    color: #5d5956;
    font-size: 17px;
    line-height: 1.7;
}

.rp-contact-map {
    overflow: hidden;
    border: 3px solid var(--brand-black);
    background: var(--brand-cream);
}

.rp-contact-map iframe {
    display: block;
    width: 100%;
    height: 330px;
    border: 0;
}

@media only screen and (max-width: 900px) {
    .rp-contact-primary__grid {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .rp-contact-map-section__heading {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .rp-contact-map-section__heading > p {
        max-width: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .rp-contact-primary {
        padding: 58px 0 64px;
    }

    .rp-contact-primary__grid {
        width: 86%;
        gap: 38px;
    }

    .rp-contact-form-panel h2,
    .rp-contact-visit h2,
    .rp-contact-map-section h2 {
        font-size: 32px;
    }

    .rp-contact-form-panel > p:not(.rp-section-eyebrow),
    .rp-contact-map-section__heading > p {
        font-size: 16px;
    }

    .rp-contact-form button {
        width: 100%;
    }

    .rp-contact-visit > img {
        height: 235px;
    }

    .rp-contact-visit__content {
        padding: 28px;
    }

    .rp-contact-divider {
        height: 14px;
    }

    .rp-contact-map-section {
        padding: 55px 0 64px;
    }

    .rp-contact-map-section > .rp-container {
        width: 86%;
    }

    .rp-contact-map iframe {
        height: 270px;
    }
}

/* Contact page: retain the original template contact card on desktop. */
.rp-contact-card-section {
    overflow: hidden;
    padding: 82px 0 88px;
    background: #fff;
}

.rp-contact-card-wrapper {
    max-width: 1200px;
}

.rp-contact-card .contact__card--left img {
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.rp-contact-card .contact__shop {
    background: var(--brand-orange);
    color: var(--brand-cream);
}

.rp-contact-card .contact__shop h3,
.rp-contact-card .contact__shop p,
.rp-contact-card .contact__shop a {
    color: var(--brand-cream);
}

.rp-card-directions {
    display: inline-block;
    margin-top: 14px;
    border-bottom: 2px solid currentColor;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
}

.rp-contact-card .contact__us--content {
    box-shadow: 0 4px 14px rgba(38, 34, 31, 0.12);
}

.rp-contact-card .contact__us h4 {
    margin-bottom: 0;
    color: var(--brand-black);
    letter-spacing: 0.5px;
}

.rp-contact-card-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
}

.rp-contact-card-social a,
.rp-contact-card-social a:visited {
    color: var(--brand-black) !important;
    font-size: 18px;
}

.rp-contact-card-social a:hover,
.rp-contact-card-social a:focus {
    color: var(--brand-orange) !important;
}

.rp-contact-form-section {
    padding: 78px 20px 86px;
    background: #fff;
}

.rp-contact-form-shell {
    width: 90%;
    max-width: 760px;
    margin: 0 auto;
}

.rp-contact-form-shell h2 {
    margin: 0 0 20px;
    color: var(--brand-black);
    letter-spacing: 0.5px;
}

.rp-contact-form-shell > p:not(.rp-section-eyebrow) {
    margin: 0 0 34px;
    color: #5d5956;
    font-size: 17px;
    line-height: 1.7;
}

.rp-contact-form-shell > p a,
.rp-contact-form-shell > p a:visited {
    color: var(--brand-teal);
    font-weight: 700;
}

.rp-contact-form-shell > p a:hover,
.rp-contact-form-shell > p a:focus {
    color: var(--brand-orange);
}

body .rp-contact-form {
    display: block;
    width: 100%;
    margin: 0;
}

body .rp-contact-form .rp-contact-form__field {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}

body .rp-contact-form .rp-contact-form__field label {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
}

body .rp-contact-form .rp-contact-form__field input,
body .rp-contact-form .rp-contact-form__field textarea {
    position: static;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    transform: none;
}

body .rp-contact-form .rp-contact-form__field textarea {
    min-height: 180px;
}

body .rp-contact-form button {
    display: inline-block;
    float: none;
    margin: 2px 0 0;
}

.rp-contact-map-section__heading {
    display: block;
}

.rp-contact-map-section__heading > p {
    max-width: 780px;
}

@media only screen and (max-width: 767px) {
    .rp-contact-card-section {
        padding: 58px 0 64px;
    }

    .rp-contact-card-wrapper {
        width: 86%;
        padding: 0;
    }

    .rp-contact-card {
        float: none;
        height: auto;
    }

    .rp-contact-card .contact__card--left {
        float: none;
        width: 100%;
        height: 245px;
    }

    .rp-contact-card .contact__card--right {
        float: none;
        width: 100%;
        height: 430px;
    }

    .rp-contact-card .contact__shop,
    .rp-contact-card .contact__hours {
        height: 50%;
    }

    .rp-contact-card .contact__us--content {
        width: 78%;
        height: 68px;
    }

    .rp-contact-card .contact__us .inner__content {
        width: 100%;
    }

    .rp-contact-card .contact__us h4 {
        padding-left: 13%;
        font-size: 15px;
        text-align: left;
    }

    .rp-contact-form-section {
        padding: 58px 0 64px;
    }

    .rp-contact-form-shell {
        width: 86%;
    }

    .rp-contact-form-shell h2 {
        font-size: 32px;
    }

    .rp-contact-form-shell > p:not(.rp-section-eyebrow) {
        font-size: 16px;
    }

    body .rp-contact-form button {
        width: 100%;
    }
}

/* Contact form transition block: reduce white gaps and connect each section. */
.rp-contact-page .rp-detail-hero {
    padding-top: 72px;
    padding-bottom: 72px;
}

.rp-contact-card-section {
    padding-top: 58px;
    padding-bottom: 0;
}

.rp-contact-form-section {
    padding-top: 54px;
    padding-bottom: 62px;
    background: var(--brand-orange);
    color: var(--brand-cream);
}

.rp-contact-form-section .rp-section-eyebrow,
.rp-contact-form-section h2,
.rp-contact-form-section .rp-contact-form-shell > p:not(.rp-section-eyebrow),
.rp-contact-form-section .rp-contact-form-shell > p a,
.rp-contact-form-section .rp-contact-form-shell > p a:visited,
.rp-contact-form-section .rp-contact-form label {
    color: var(--brand-cream);
}

.rp-contact-form-section .rp-contact-form-shell > p a {
    border-bottom: 1px solid currentColor;
}

.rp-contact-form-section .rp-contact-form-shell > p a:hover,
.rp-contact-form-section .rp-contact-form-shell > p a:focus {
    color: var(--brand-black);
}

body .rp-contact-form-section .rp-contact-form .rp-contact-form__field input,
body .rp-contact-form-section .rp-contact-form .rp-contact-form__field textarea {
    border-color: var(--brand-cream);
    background: var(--brand-cream);
    color: var(--brand-black);
}

body .rp-contact-form-section .rp-contact-form .rp-contact-form__field input:focus,
body .rp-contact-form-section .rp-contact-form .rp-contact-form__field textarea:focus {
    border-color: var(--brand-black);
    outline-color: rgba(38, 34, 31, 0.28);
}

body .rp-contact-form-section .rp-contact-form button {
    border-color: var(--brand-black);
    background: var(--brand-black);
    color: var(--brand-cream);
}

body .rp-contact-form-section .rp-contact-form button:hover,
body .rp-contact-form-section .rp-contact-form button:focus {
    border-color: var(--brand-cream);
    background: var(--brand-cream);
    color: var(--brand-black);
}

.rp-contact-page .rp-contact-divider {
    height: 20px;
    background: var(--brand-black);
}

@media only screen and (max-width: 767px) {
    .rp-contact-page .rp-detail-hero {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .rp-contact-card-section {
        padding-top: 42px;
        padding-bottom: 0;
    }

    .rp-contact-form-section {
        padding-top: 48px;
        padding-bottom: 54px;
    }

    .rp-contact-page .rp-contact-divider {
        height: 14px;
    }
}

/* Contact page palette balance and full-width transition message. */
.rp-contact-card .contact__shop {
    background: var(--brand-teal);
}

.rp-contact-card .contact__hours {
    background: var(--brand-cream);
    color: var(--brand-black);
}

.rp-contact-form-section {
    margin-top: 52px;
    padding-top: 74px;
    padding-bottom: 70px;
    background: var(--brand-orange);
}

.rp-contact-page .rp-contact-divider {
    display: flex;
    width: 100%;
    min-height: 126px;
    height: auto;
    margin: 0;
    padding: 36px 20px;
    align-items: center;
    justify-content: center;
    background: var(--brand-black);
    color: var(--brand-cream);
    text-align: center;
}

.rp-contact-page .rp-contact-divider p {
    max-width: 1100px;
    margin: 0;
    color: var(--brand-cream);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.45;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .rp-contact-form-section {
        margin-top: 32px;
        padding-top: 58px;
        padding-bottom: 56px;
    }

    .rp-contact-page .rp-contact-divider {
        min-height: 112px;
        height: auto;
        padding: 30px 24px;
    }

    .rp-contact-page .rp-contact-divider p {
        font-size: 17px;
        line-height: 1.5;
    }
}

/* Keep the Sell to Us hero sizing ahead of the older shared detail-page rules. */
body .rp-sell-hero {
    padding: 92px 24px 98px;
}

body .rp-sell-hero h1 {
    max-width: 980px;
    margin: 0 auto;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.04;
}

body .rp-sell-hero > p:last-child {
    max-width: 800px;
    margin: 28px auto 0;
    font-size: 21px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    body .rp-sell-hero {
        padding: 56px 20px 62px;
    }

    body .rp-sell-hero h1 {
        font-size: 40px;
        line-height: 1.08;
    }

    body .rp-sell-hero > p:last-child {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.55;
    }
}

/* Prevent legacy clearfix pseudo-elements from becoming extra CSS-grid cells. */
.rp-sell-intro__grid::before,
.rp-sell-intro__grid::after,
.rp-sell-offer__grid::before,
.rp-sell-offer__grid::after,
.rp-sell-form-heading::before,
.rp-sell-form-heading::after,
.rp-sell-steps::before,
.rp-sell-steps::after,
.rp-sell-form::before,
.rp-sell-form::after,
.rp-sell-gallery::before,
.rp-sell-gallery::after {
    display: none !important;
    content: none !important;
}

.rp-sell-intro__grid > *,
.rp-sell-offer__grid > *,
.rp-sell-form-heading > *,
.rp-sell-form > *,
.rp-sell-steps > * {
    min-width: 0;
}

.rp-sell-page .rp-sell-hero .rp-sell-eyebrow {
    width: auto;
    max-width: none;
    margin: 0 auto 24px;
    text-align: center;
}

.rp-sell-steps > li,
.rp-sell-form > .rp-sell-form__field,
.rp-sell-form > .rp-sell-form__submit {
    float: none !important;
    width: auto;
    box-sizing: border-box;
}

/* Keep the process section cream so it does not repeat the teal band above. */
.rp-sell-process {
    background: var(--brand-cream);
    color: var(--brand-black);
}

.rp-sell-process .rp-sell-eyebrow,
.rp-sell-process .rp-sell-steps span {
    color: var(--brand-orange);
}

.rp-sell-process h2,
.rp-sell-process .rp-sell-steps h3,
.rp-sell-process .rp-sell-steps p,
.rp-sell-process .rp-sell-process__note {
    color: var(--brand-black);
}

.rp-sell-process .rp-sell-steps {
    border-top-color: var(--brand-black);
}

.rp-sell-process .rp-sell-steps li {
    border-color: rgba(38, 34, 31, .35);
}

.rp-sell-process__note {
    margin: 44px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(38, 34, 31, .35);
    font-size: 17px;
    line-height: 1.6;
}

.rp-sell-process__note strong {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .3px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .rp-sell-process__note {
        margin-top: 34px;
        padding-top: 24px;
        font-size: 16px;
        line-height: 1.55;
    }
}
