/* ============================================================
   Romashka Birman — Single cat page (poes / kater / kitten)
   Divi 5 compatible · elegant Sacred Birman layout
   ============================================================ */

/* ── Page wrapper ────────────────────────────────────────────── */
.rb-cat-page {
    font-family: 'Jost', 'Helvetica Neue', sans-serif;
    color: #3a2a1e;
    max-width: 1100px;
    margin: 0 auto;
}

/* ── Hero ────────────────────────────────────────────────────── */
.rb-cat-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(44,31,20,.18);
    margin-bottom: 40px;
    min-height: 460px;
}

.rb-cat-hero-image {
    position: relative;
    overflow: hidden;
    background: #f0ebe1;
}
.rb-cat-hero-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}
.rb-cat-hero:hover .rb-cat-hero-image img { transform: scale(1.04); }

.rb-cat-hero-placeholder {
    width: 100%; height: 100%; min-height: 400px;
    display: flex; align-items: center; justify-content: center;
    font-size: 100px; background: linear-gradient(135deg,#f5ead0,#ece8e0);
}

.rb-cat-hero-body {
    background: #2c1f14;
    color: #faf7f2;
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rb-cat-hero-eyebrow {
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #d4b06a;
    margin: 0 0 12px;
}

.rb-cat-hero-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 300;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.1;
}

.rb-cat-hero-regname {
    font-size: 12px;
    color: rgba(255,255,255,.4);
    margin: 0 0 24px;
    font-style: italic;
    letter-spacing: .06em;
}

/* Hero badges */
.rb-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
}

.rb-hbadge {
    font-size: 11px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: .05em;
}
.rb-hbadge-color  { background: rgba(184,150,62,.25); color: #d4b06a; border: 1px solid rgba(184,150,62,.4); }
.rb-hbadge-status { background: rgba(255,255,255,.08); color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.15); }
.rb-hbadge-age    { background: rgba(76,175,80,.15); color: #81c784; border: 1px solid rgba(76,175,80,.3); }
.rb-hbadge-health { background: rgba(76,175,80,.2); color: #a5d6a7; border: 1px solid rgba(76,175,80,.4); }

/* Factentabel in hero */
.rb-cat-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
}
.rb-cat-fact {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    gap: 12px;
}
.rb-cat-fact:last-child { border-bottom: none; }
.rb-cat-fact dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255,255,255,.4);
    white-space: nowrap;
    flex-shrink: 0;
}
.rb-cat-fact dd {
    font-size: 13px;
    color: #faf7f2;
    margin: 0;
    text-align: right;
}

/* ── Secties onder hero ──────────────────────────────────────── */
.rb-cat-section {
    background: #fff;
    border-radius: 12px;
    padding: 32px 36px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(44,31,20,.07);
}

.rb-cat-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #2c1f14;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ece8e0;
}

/* ── Gezondheidsraster ───────────────────────────────────────── */
.rb-health-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
}

.rb-health-item {
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.rb-health-ok   { background: #e8f5e9; border: 1px solid #c8e6c9; }
.rb-health-warn { background: #fff3e0; border: 1px solid #ffe0b2; }

.rb-health-icon  { font-size: 18px; line-height: 1; }
.rb-health-label { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #7a6050; margin-top: 4px; }
.rb-health-value { font-size: 13px; font-weight: 600; color: #2c1f14; }
.rb-health-ok .rb-health-value   { color: #2e7d32; }
.rb-health-warn .rb-health-value { color: #e65100; }

/* ── Genetica ────────────────────────────────────────────────── */
.rb-genetics-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rb-gene-chip {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #f5ead0;
    border: 1px solid rgba(184,150,62,.3);
    border-radius: 8px;
    padding: 12px 18px;
    min-width: 120px;
}
.rb-gene-full { flex: 1; min-width: 240px; }
.rb-gene-locus {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #b8963e;
    font-weight: 500;
}
.rb-gene-val   { font-size: 15px; font-weight: 600; color: #2c1f14; }
.rb-gene-mono  { font-family: 'Courier New', monospace; font-size: 14px; letter-spacing: .06em; }

/* ── Nesten chips ─────────────────────────────────────────────── */
.rb-litter-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.rb-litter-chip {
    display: flex; align-items: center; gap: 10px;
    background: #faf7f2; border: 1px solid #ece8e0;
    border-radius: 8px; padding: 10px 16px;
    text-decoration: none; color: #3a2a1e;
    transition: border-color .2s, box-shadow .2s;
}
.rb-litter-chip:hover { border-color: #b8963e; box-shadow: 0 2px 12px rgba(184,150,62,.2); text-decoration: none; color: #3a2a1e; }
.rb-litter-chip-letter {
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg,#b8963e,#d4b06a);
    color: #fff; font-family: 'Cormorant Garamond',serif;
    font-size: 1.2rem; font-weight: 300;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.rb-litter-chip-info { font-size: 13px; color: #5c3d2a; }

/* ── Admin info blok ─────────────────────────────────────────── */
.rb-admin-info-block {
    background: #fff8e1;
    border: 2px dashed #f9a825;
}
.rb-admin-info-block .rb-cat-section-title { color: #e65100; border-color: #ffe082; }

.rb-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}
.rb-admin-field {
    background: #fff;
    border-radius: 6px;
    padding: 10px 14px;
    border: 1px solid #ffe082;
}
.rb-admin-label {
    display: block; font-size: 10px; text-transform: uppercase;
    letter-spacing: .1em; color: #f57f17; margin-bottom: 3px;
}
.rb-admin-value { font-size: 13px; color: #2c1f14; font-weight: 500; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 860px) {
    .rb-cat-hero { grid-template-columns: 1fr; }
    .rb-cat-hero-image { min-height: 300px; }
    .rb-cat-hero-body { padding: 32px 28px; }
    .rb-cat-section { padding: 24px 20px; }
}
@media (max-width: 480px) {
    .rb-health-grid { grid-template-columns: 1fr 1fr; }
    .rb-genetics-grid { flex-direction: column; }
    .rb-gene-chip { min-width: unset; }
}
