/* ==========================================================================
   House of Brides – Recent Winners Plugin
   Version: 1.2.1
   Design: Clean & Elegant – Approved v1.6 (Option B)
   ========================================================================== */

.hob-rw-page {
    background: #ffffff;
    padding: 0 0 80px;
    color: #1a1410;
}

.hob-rw-page,
.hob-rw-page * {
    box-sizing: border-box;
}

.hob-rw-shell {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

/* ─── TYPOGRAPHY ──────────────────────────────────────────────────────────── */

.hob-rw-title,
.hob-rw-intro-tagline,
.hob-rw-footer-cta h2,
.hob-rw-name {
    font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Times New Roman', serif;
    color: #1a1410;
}

.hob-rw-subtitle,
.hob-rw-intro-body,
.hob-rw-grid-heading-label,
.hob-rw-location,
.hob-rw-footer-kicker {
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ─── HERO (combined with intro — one unified section) ────────────────────── */

.hob-rw-hero {
    text-align: center;
    padding: 48px 24px 22px;
    margin-bottom: 0;
}

.hob-rw-title {
    font-size: clamp(3.6rem, 7vw, 7rem);
    line-height: 0.94;
    margin: 0 auto 18px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: -0.02em;
    max-width: 100%;
}

.hob-rw-hero-rule {
    width: 40px;
    height: 1px;
    background: #b89a69;
    margin: 0 auto 18px;
}

.hob-rw-subtitle {
    margin: 0 auto 20px;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #7a6e65;
    font-weight: 300;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.hob-rw-hero-divider {
    width: 100%;
    height: 1px;
    background: #ede8e1;
    margin: 0 auto 20px;
}

.hob-rw-intro-tagline {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.15;
    font-weight: 400;
    font-style: italic;
    margin: 0 auto 12px;
    max-width: 680px;
    letter-spacing: -0.01em;
}

.hob-rw-intro-body {
    margin: 0 auto;
    font-size: 0.88rem;
    line-height: 1.75;
    color: #7a6e65;
    font-weight: 300;
    max-width: 520px;
}

/* ─── GRID SECTION ────────────────────────────────────────────────────────── */

.hob-rw-grid-wrap {
    margin-bottom: 56px;
}

/* Option B: gold spaced-caps label centered between two hairlines */
.hob-rw-grid-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0 28px;
    margin-bottom: 24px;
}

.hob-rw-grid-heading::before,
.hob-rw-grid-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ede8e1;
}

.hob-rw-grid-heading-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #b89a69;
    white-space: nowrap;
}

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

/* ─── WINNER CARD ─────────────────────────────────────────────────────────── */

.hob-rw-card {
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #ede8e1;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hob-rw-card:hover {
    border-color: #c9b48a;
    box-shadow: 0 6px 24px rgba(26, 20, 16, 0.06);
}

.hob-rw-image-wrap {
    aspect-ratio: 3 / 4;
    background: #f5f1ec;
    overflow: hidden;
}

.hob-rw-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.hob-rw-card:hover .hob-rw-image {
    transform: scale(1.03);
}

.hob-rw-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f1ec;
    color: #c0b4a6;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.hob-rw-card-body {
    padding: 18px 20px 22px;
    border-top: 1px solid #ede8e1;
}

.hob-rw-name {
    margin: 0 0 5px;
    font-size: clamp(1.2rem, 1.4vw, 1.45rem);
    line-height: 1.15;
    font-weight: 400;
    font-style: italic;
}

.hob-rw-location {
    margin: 0;
    font-size: 0.65rem;
    line-height: 1.5;
    color: #b89a69;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 500;
}

/* ─── FOOTER CTA ──────────────────────────────────────────────────────────── */

.hob-rw-footer-cta {
    border: 1px solid #ede8e1;
    padding: 56px 48px;
    text-align: center;
    background: #ffffff;
    position: relative;
}

.hob-rw-footer-cta::before,
.hob-rw-footer-cta::after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    border-color: #c9b48a;
    border-style: solid;
    opacity: 0.55;
}

.hob-rw-footer-cta::before {
    top: 16px;
    left: 16px;
    border-width: 1px 0 0 1px;
}

.hob-rw-footer-cta::after {
    bottom: 16px;
    right: 16px;
    border-width: 0 1px 1px 0;
}

.hob-rw-footer-kicker {
    margin: 0 0 14px;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #b89a69;
    font-weight: 500;
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.hob-rw-footer-cta h2 {
    max-width: 580px;
    margin: 0 auto 28px;
    font-size: clamp(1.7rem, 2.4vw, 2.6rem);
    line-height: 1.12;
    font-weight: 300;
    font-style: italic;
    letter-spacing: -0.01em;
    font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Times New Roman', serif;
    color: #1a1410;
}

.hob-rw-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 36px;
    background: transparent;
    border: 1px solid #1a1410;
    color: #1a1410 !important;
    text-decoration: none;
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    transition: background 0.22s ease, color 0.22s ease;
}

.hob-rw-button:hover {
    background: #1a1410;
    color: #ffffff !important;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .hob-rw-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .hob-rw-page {
        padding: 0 0 56px;
    }

    .hob-rw-hero {
        padding: 32px 16px 28px;
    }

    .hob-rw-subtitle {
        white-space: normal;
    }

    .hob-rw-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hob-rw-footer-cta {
        padding: 40px 20px;
    }

    .hob-rw-button {
        width: 100%;
        justify-content: center;
    }
}
