:root {
    --about-green: #064d43;
    --about-maroon: #9b2945;
    --about-gold: #c49a4a;
    --about-cream: #fffaf6;
    --about-ink: #2d2522;
    --about-muted: #756a65;
}

.rw-about-page {
    background: var(--about-cream);
}

.rw-about-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 72px 0 82px;
    text-align: center;
    background:
        radial-gradient(circle at 10% 35%, rgba(155, 41, 69, 0.10), transparent 27%),
        radial-gradient(circle at 90% 65%, rgba(6, 77, 67, 0.10), transparent 30%),
        var(--about-cream);
}

.rw-about-hero::before,
.rw-about-hero::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(196, 154, 74, 0.25);
    border-radius: 50%;
    pointer-events: none;
}

.rw-about-hero::before {
    top: -125px;
    left: -80px;
}

.rw-about-hero::after {
    right: -90px;
    bottom: -135px;
}

.rw-about-hero .rw-container {
    position: relative;
    z-index: 1;
}

.rw-about-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--about-maroon);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rw-about-hero-kicker b {
    color: var(--about-gold);
    font-size: 15px;
}

.rw-about-hero h1 {
    margin: 18px auto 0;
    color: var(--about-green);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px, 5.5vw, 70px);
    font-weight: 600;
    line-height: 1.06;
}

.rw-about-hero h1 em {
    color: var(--about-maroon);
    font-style: italic;
    font-weight: 500;
}

.rw-about-hero p {
    max-width: 560px;
    margin: 20px auto 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.8;
}

.rw-about-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
    padding: 13px 20px;
    border-radius: 4px;
    color: #fff;
    background: var(--about-maroon);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.3s ease;
}

.rw-about-hero-btn i {
    transition: transform 0.3s ease;
}

.rw-about-hero-btn:hover {
    color: #fff;
    background: var(--about-green);
    transform: translateY(-3px);
}

.rw-about-hero-btn:hover i {
    transform: translateX(4px);
}

.rw-about-story {
    position: relative;
    padding: 88px 0 98px;
    background: #fff;
}

.rw-about-story-grid {
    gap: 82px;
}

.rw-about-story-image {
    padding: 0 22px 22px 0;
}

.rw-about-story-image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82%;
    height: 82%;
    border: 1px solid var(--about-gold);
    border-radius: 18px;
    opacity: 0.55;
}

.rw-about-story-image img {
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(45, 37, 34, 0.14);
}

.rw-about-image-note {
    right: -8px;
    bottom: 34px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 2px;
    background: var(--about-maroon);
    box-shadow: 0 8px 20px rgba(105, 25, 48, 0.18);
}

.rw-about-image-note b {
    color: #f1d58d;
    font-size: 14px;
}

.rw-about-story-content {
    padding-top: 8px;
}

.rw-about-story-content .rw-page-kicker {
    color: var(--about-maroon);
}

.rw-about-story-content h2 {
    margin: 14px 0 22px;
    color: var(--about-green);
    font-size: clamp(34px, 4vw, 54px);
}

.rw-about-story-content h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    margin-top: 16px;
    background: var(--about-gold);
}

.rw-about-story-content > p {
    max-width: 590px;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.85;
}

.rw-about-values {
    gap: 18px;
    margin-top: 34px;
}

.rw-about-values div {
    min-height: 150px;
    padding: 17px 15px 14px;
    border: 1px solid #eaded7;
    border-top: 2px solid var(--about-gold);
    border-radius: 8px;
    background: var(--about-cream);
}

.rw-about-values strong {
    color: var(--about-maroon);
    font-size: 12px;
    letter-spacing: 1px;
}

.rw-about-values h3 {
    color: var(--about-green);
    font-size: 16px;
}

.rw-about-values p {
    color: var(--about-muted);
    font-size: 12px;
    line-height: 1.6;
}

.rw-about-promise-section {
    padding: 10px 0 12px;
    background: var(--about-green);
}

.rw-about-promise-heading {
    max-width: 650px;
    margin: 0 auto 40px;
    color: #fff;
    text-align: center;
}

.rw-about-promise-heading .rw-page-kicker {
    color: #e8c873;
}

.rw-about-promise-heading h2 {
    margin: 13px 0 12px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(31px, 4vw, 49px);
    font-weight: 600;
    line-height: 1.15;
}

.rw-about-promise-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.7;
}

.rw-about-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rw-about-promise-card {
    position: relative;
    min-height: 250px;
    padding: 25px 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    transition: transform 0.3s ease, background 0.3s ease;
}

.rw-about-promise-card:hover {
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-6px);
}

.rw-about-promise-card-featured {
    border-color: rgba(232, 200, 115, 0.8);
    background: #9b2945;
}

.rw-about-promise-number {
    display: block;
    color: #e8c873;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.rw-about-promise-card > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 28px 0 18px;
    border: 1px solid rgba(232, 200, 115, 0.65);
    border-radius: 50%;
    color: #e8c873;
    font-size: 17px;
}

.rw-about-promise-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
}

.rw-about-promise-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.7;
}

.rw-about-faq-section {
    padding: 88px 0 100px;
    background:
        radial-gradient(circle at 95% 10%, rgba(6, 77, 67, 0.08), transparent 28%),
        #fffaf6;
}

.rw-about-faq-heading {
    max-width: 650px;
    margin: 0 auto 38px;
    text-align: center;
}

.rw-about-faq-heading h2 {
    margin: 13px 0 12px;
    color: var(--about-green);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
}

.rw-about-faq-heading p {
    margin: 0;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.7;
}

.rw-about-faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.rw-about-faq-list details {
    border-top: 1px solid #e5d9d1;
}

.rw-about-faq-list details:last-child {
    border-bottom: 1px solid #e5d9d1;
}

.rw-about-faq-list summary {
    position: relative;
    padding: 21px 45px 21px 0;
    color: var(--about-green);
    cursor: pointer;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 19px;
    font-weight: 600;
    list-style: none;
}

.rw-about-faq-list summary::-webkit-details-marker {
    display: none;
}

.rw-about-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 16px;
    right: 0;
    color: var(--about-maroon);
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
}

.rw-about-faq-list details[open] summary::after {
    content: "-";
    color: var(--about-green);
}

.rw-about-faq-list details p {
    max-width: 700px;
    margin: -4px 0 20px;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .rw-about-hero {
        min-height: 350px;
        padding: 58px 0 68px;
    }

    .rw-about-hero-kicker {
        gap: 7px;
        font-size: 9px;
        letter-spacing: 2px;
    }

    .rw-about-hero p {
        padding: 0 12px;
        font-size: 14px;
    }

    .rw-about-story {
        padding: 58px 0 68px;
    }

    .rw-about-story-grid {
        gap: 52px;
    }

    .rw-about-story-image {
        padding-right: 12px;
        padding-bottom: 15px;
    }

    .rw-about-image-note {
        right: 0;
        bottom: 24px;
        padding: 10px 12px;
        font-size: 10px;
    }

    .rw-about-story-content {
        padding-top: 0;
    }

    .rw-about-story-content > p {
        font-size: 14px;
        line-height: 1.75;
    }

    .rw-about-values {
        gap: 12px;
        margin-top: 26px;
    }

    .rw-about-values div {
        min-height: auto;
    }

    .rw-about-faq-section {
        padding: 60px 0 72px;
    }

    .rw-about-promise-section {
        padding: 60px 0 68px;
    }

    .rw-about-promise-heading {
        margin-bottom: 26px;
    }

    .rw-about-promise-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rw-about-promise-card {
        min-height: auto;
        padding: 21px;
    }

    .rw-about-promise-card > i {
        margin: 20px 0 14px;
    }

    .rw-about-faq-heading {
        margin-bottom: 25px;
    }

    .rw-about-faq-heading p {
        font-size: 13px;
    }

    .rw-about-faq-list summary {
        padding: 18px 35px 18px 0;
        font-size: 17px;
    }

    .rw-about-faq-list summary::after {
        top: 13px;
    }

    .rw-about-faq-list details p {
        font-size: 13px;
    }
}
