/* ========================================
   VARIABLES & BASE
======================================== */

:root {
    --gold: #c9a84c;
    --gold-light: #e0c068;
}

/* ========================================
   BREADCRUMB MOBILE
======================================== */

.marriage-breadcrumb-mobile {
    display: none;
    background: #0d0d0d;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 0.65rem 0;
}

.marriage-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top:20px;
}

.marriage-breadcrumb a {
    color: rgba(255,255,255,0.45);
    font-size: 0.88rem;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.marriage-breadcrumb a:hover { color: #c9a84c; }

.marriage-breadcrumb span:last-child {
    color: #c9a84c;
    font-size: 0.88rem;
    font-weight: 600;
}

.breadcrumb-sep {
    color: rgba(255,255,255,0.15);
    font-size: 0.8rem;
}

.desktop-only { display: flex; }

/* ========================================
   HERO SECTION
======================================== */

.marriage-hero-section {
    padding: 3rem 0 4rem;
    background: #0d0d0d;
}

.marriage-hero-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 3.5rem;
    align-items: start;
}

/* Bannière gauche */
.marriage-hero-left { position: sticky; top: 90px; }

.marriage-hero-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(201,168,76,0.2);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    background: #111;
}

.marriage-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.marriage-hero-banner-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: rgba(201,168,76,0.2);
}

/* Badge statut sur bannière */
.marriage-hero-status-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.marriage-hero-status-badge.status-progress {
    background: rgba(249,115,22,0.2);
    border: 1px solid rgba(249,115,22,0.4);
    color: #fb923c;
}

.marriage-hero-status-badge.status-planned {
    background: rgba(59,130,246,0.2);
    border: 1px solid rgba(59,130,246,0.4);
    color: #60a5fa;
}

.marriage-hero-status-badge.status-completed {
    background: rgba(34,197,94,0.15);
    border: 1px solid rgba(34,197,94,0.4);
    color: #4ade80;
}

/* Infos droite */
.marriage-hero-right {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.marriage-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.marriage-hero-x {
    display: inline-block;
    color: rgba(255,255,255,0.25);
    margin: 0 0.5rem;
    font-size: 2rem;
}

.marriage-hero-breed {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.5);
    font-size: 0.88rem;
    font-weight: 500;
}

.marriage-hero-breed i { color: #c9a84c; font-size: 0.8rem; }

.marriage-hero-breed a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.marriage-hero-breed a:hover { color: #c9a84c; }
.marriage-hero-breed-dot { color: rgba(255,255,255,0.2); }

/* Stats */
.marriage-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.marriage-stat-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 0.8rem 0.9rem;
    transition: border-color 0.3s ease;
}

.marriage-stat-item:hover {
    border-color: rgba(201,168,76,0.2);
}

.marriage-stat-item.highlight {
    background: rgba(201,168,76,0.08);
    border-color: rgba(201,168,76,0.25);
}

.marriage-stat-icon {
    width: 36px;
    height: 36px;
    background: rgba(201,168,76,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.marriage-stat-icon i {
    color: #c9a84c;
    font-size: 0.85rem;
}

.marriage-stat-content {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.marriage-stat-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marriage-stat-label {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* Description */
.marriage-hero-description {
    font-size: 0.88rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.6);
    background: #111;
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: 10px;
    padding: 1.10rem;
    white-space: pre-line;
}

.marriage-hero-description p { margin-bottom: 0.75rem; }
.marriage-hero-description p:last-child { margin-bottom: 0; }

/* Boutons */
.marriage-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-marriage-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    background: linear-gradient(135deg, #c9a84c, #e0c068);
    color: #000;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-marriage-primary:hover {
    opacity: 0.9;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201,168,76,0.3);
}

.btn-marriage-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    background: transparent;
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-marriage-secondary:hover {
    border-color: rgba(201,168,76,0.4);
    color: #c9a84c;
    background: rgba(201,168,76,0.06);
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1199px) {
    .marriage-hero-grid { grid-template-columns: 320px 1fr; gap: 2.5rem; }
    .marriage-hero-title { font-size: 2.4rem; }
    .marriage-breadcrumb a { font-size: 0.65rem; }
    .marriage-breadcrumb span:last-child { font-size: 0.65rem; }
    .marriage-stat-value { font-size: 0.75rem; }
    .marriage-stat-item {padding: 0.65rem 0.8rem;}
    .marriage-hero-description {font-size: 0.8rem; padding: 1.05rem; white-space: pre-line;}
    .btn-marriage-primary {padding: 0.65rem 1.5rem;font-weight: 600;font-size: 0.85rem;}
    .btn-marriage-secondary {padding: 0.65rem 1.5rem;font-size: 0.85rem;}
}

@media (max-width: 991px) {
    .marriage-hero-grid { grid-template-columns: 280px 1fr; gap: 2rem; }
    .marriage-hero-left { position: static; }
    .marriage-hero-title { font-size: 2rem; }
    .marriage-hero-section { padding: 2rem 0 3rem; }
    .marriage-breadcrumb a { font-size: 0.65rem; }
    .marriage-breadcrumb span:last-child { font-size: 0.65rem; }
    .marriage-stat-value { font-size: 0.75rem; }
    .marriage-stat-item {padding: 0.55rem 0.7rem;}
    .marriage-hero-description {font-size: 0.8rem; padding: 1.05rem; white-space: pre-line;}
    .btn-marriage-primary {padding: 0.65rem 1.5rem;font-weight: 600;font-size: 0.85rem;}
    .btn-marriage-secondary {padding: 0.65rem 1.5rem;font-size: 0.85rem;}
}

@media (max-width: 767px) {
    .marriage-breadcrumb-mobile { display: block; }
    .desktop-only { display: none; }
    .marriage-hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .marriage-hero-banner { aspect-ratio: 3 / 4; max-width: 320px; margin: 0 auto; }
    .marriage-hero-title { font-size: 1.25rem; text-align: center; }
    .marriage-hero-breed { justify-content: center; }
    .marriage-hero-actions { flex-direction: column; }
    .btn-marriage-primary, .btn-marriage-secondary { width: 100%; }
    .marriage-hero-section { padding: 1.5rem 0 2.5rem; }
    .marriage-breadcrumb a { font-size: 0.65rem; }
    .marriage-breadcrumb span:last-child { font-size: 0.65rem; }
    .marriage-stat-value { font-size: 0.75rem; }
    .marriage-stat-item {padding: 0.55rem 0.7rem;}
    .marriage-hero-description {font-size: 0.75rem; padding: 1.05rem; white-space: pre-line;}
    .btn-marriage-primary {padding: 0.65rem 1.5rem;font-weight: 600;font-size: 0.78rem;}
    .btn-marriage-secondary {padding: 0.65rem 1.5rem;font-size: 0.78rem;}
}

@media (max-width: 575px) {
    .marriage-hero-stats { grid-template-columns: 1fr; }
    .marriage-hero-title { font-size: 1.2rem; }
    .marriage-hero-banner { max-width: 100%; }
    .marriage-breadcrumb a { font-size: 0.65rem; }
    .marriage-breadcrumb span:last-child { font-size: 0.65rem; }
    .marriage-stat-value { font-size: 0.75rem; }
    .marriage-stat-item {padding: 0.55rem 0.7rem;}
    .marriage-hero-description {font-size: 0.75rem; padding: 1.05rem; white-space: pre-line;}
    .btn-marriage-primary {padding: 0.65rem 1.5rem;font-weight: 600;font-size: 0.78rem;}
    .btn-marriage-secondary {padding: 0.65rem 1.5rem;font-size: 0.78rem;}
}



/* ========================================
   SECTION PARENTS
======================================== */

.marriage-parents-section {
    padding: 4rem 0;
    background: #111111;
}

.marriage-section-header {
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.marriage-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.marriage-parents-grid {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    gap: 1.5rem;
    align-items: start;
}

/* Card parent */
.marriage-parent-card {
    background: #0d0d0d;
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.marriage-parent-card:hover {
    border-color: rgba(201,168,76,0.35);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* Image */
.marriage-parent-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #1a1a1a;
}

.marriage-parent-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.marriage-parent-card:hover .marriage-parent-card-image img {
    transform: scale(1.05);
}

.marriage-parent-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.marriage-parent-placeholder.male { color: rgba(59,130,246,0.2); }
.marriage-parent-placeholder.female { color: rgba(236,72,153,0.2); }

/* Badges */
.marriage-parent-gender-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.marriage-parent-gender-badge.male { background: rgba(59,130,246,0.9); }
.marriage-parent-gender-badge.female { background: rgba(236,72,153,0.9); }

.marriage-parent-role-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0.3rem 0.85rem;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #c9a84c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Body */
.marriage-parent-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.marriage-parent-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.marriage-parent-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.marriage-parent-name a:hover { color: #c9a84c; }

.marriage-parent-breed {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #c9a84c;
    font-weight: 500;
}

.marriage-parent-breed i { font-size: 0.75rem; }

.marriage-parent-info {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}

.marriage-parent-info-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}

.marriage-parent-info-item:last-child { border-bottom: none; }
.marriage-parent-info-item i { color: #c9a84c; font-size: 0.75rem; width: 14px; text-align: center; }

/* Bouton voir profil — réutilise btn-view-dog-card */
.btn-view-dog-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem;
    background: linear-gradient(135deg, #c9a84c, #e0c068);
    color: #000;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.btn-view-dog-card:hover {
    opacity: 0.9;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201,168,76,0.3);
}

.btn-view-dog-card i { transition: transform 0.3s ease; }
.btn-view-dog-card:hover i { transform: translateX(3px); }

/* Séparateur × */
.marriage-parents-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 8rem;
    gap: 0.5rem;
}

.marriage-parents-sep-line {
    width: 1px;
    flex: 1;
    background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.3), transparent);
    max-height: 80px;
}

.marriage-parents-sep-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a84c;
    font-size: 1rem;
    flex-shrink: 0;
}

/* label-tag réutilisé */
.label-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #c9a84c;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.2);
    padding: 0.2rem 0.75rem;
    border-radius: 50px;
}

.text-gold { color: #c9a84c; }

/* dog-card-top-bar réutilisé */
.dog-card-top-bar {
    height: 2px;
    background: linear-gradient(90deg, #c9a84c, transparent);
    border-radius: 2px;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .marriage-parents-section { padding: 3rem 0; }
    .marriage-parents-grid { grid-template-columns: 1fr 50px 1fr; }
    .marriage-section-title { font-size: 1.6rem; }
}

@media (max-width: 767px) {
    .marriage-parents-section { padding: 2rem 0; }
    .marriage-parents-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .marriage-parents-separator {
        flex-direction: row;
        padding-top: 0;
        height: 50px;
    }
    .marriage-parents-sep-line {
        width: 100%;
        height: 1px;
        max-height: none;
        background: linear-gradient(to right, transparent, rgba(201,168,76,0.3), transparent);
    }
    .marriage-section-header { margin-bottom: 1.8rem; }
    .marriage-section-title { font-size: 1.2rem; }
}

@media (max-width: 575px) {
    .marriage-parents-section { padding: 1.5rem 0; }
    .marriage-parent-card-body { padding: 1rem; }
    .marriage-parent-name { font-size: 1.05rem; }
}
















/* ========================================
   SECTION PORTÉE CHIOTS
======================================== */

.marriage-puppies-section {
    padding: 4rem 0;
    background: #0d0d0d;
}

.marriage-puppies-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    font-style: italic;
}

/* Badge statut chiot */
.marriage-puppy-status-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
    z-index: 2;
    white-space: nowrap;
}

.marriage-puppy-status-badge.available {
    background: rgba(34,197,94,0.85);
    border: 1px solid rgba(34,197,94,0.9);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.marriage-puppy-status-badge.in-reservation {
    background: rgba(249,115,22,0.85);
    border: 1px solid rgba(249,115,22,0.9);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.marriage-puppy-status-badge.reserved {
    background: rgba(59,130,246,0.85);
    border: 1px solid rgba(59,130,246,0.9);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.marriage-puppy-status-badge.sold {
    background: rgba(80,80,80,0.85);
    border: 1px solid rgba(150,150,150,0.5);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.marriage-puppy-card .dog-card-image {
    height: 280px;
}

/* breed-section-header réutilisé */
.breed-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(201,168,76,0.15);
}

.breed-section-header-left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.breed-gallery-counter {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
}

.counter-number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #c9a84c;
    line-height: 1;
}

.counter-label {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* dog-card styles */
.dog-card {
    background: #111111;
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    isolation: isolate;
}

.dog-card:hover {
    border-color: rgba(201,168,76,0.4);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(201,168,76,0.08);
}

.dog-card-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.dog-card-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.dog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.dog-card:hover .dog-card-image img {
    transform: scale(1.06);
}

.dog-gender-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: white;
    z-index: 2;
}

.dog-gender-badge.male { background: linear-gradient(135deg, #3B82F6, #2563EB); }
.dog-gender-badge.female { background: linear-gradient(135deg, #EC4899, #DB2777); }

.dog-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #111111;
}

.dog-card-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.dog-card-name a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dog-card-name a:hover { color: #c9a84c; }

.dog-card-race {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 0.82rem;
    color: #c9a84c;
    font-weight: 500;
}

.dog-card-race i { font-size: 0.75rem; }

.dog-card-info { flex: 1; }

.dog-info-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.dog-info-item:last-child { border-bottom: none; }
.dog-info-item i { color: #c9a84c; font-size: 0.78rem; width: 14px; text-align: center; }
.dog-info-item span { color: rgba(255,255,255,0.65); font-size: 0.8rem; }

.no-dogs-message {
    padding: 4rem 2rem;
    background: #111111;
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: 12px;
}

.no-dogs-message h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.no-dogs-message p { color: rgba(255,255,255,0.5); font-size: 0.88rem; }

.btn-back-dogs {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    background: transparent;
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 6px;
    color: #c9a84c;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
}

.btn-back-dogs:hover {
    background: rgba(201,168,76,0.1);
    border-color: #c9a84c;
    color: #c9a84c;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .marriage-puppies-section { padding: 3rem 0; }
    .marriage-puppy-card .dog-card-image { height: 300px; }
}

@media (max-width: 767px) {
    .marriage-puppies-section { padding: 2rem 0; }
    .marriage-puppy-card .dog-card-image { height: 300px; }
    .breed-section-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .breed-gallery-counter { align-items: flex-start; }
}

@media (max-width: 575px) {
    .marriage-puppies-section { padding: 1.5rem 0; }
    .marriage-puppy-card .dog-card-image { height: 300px; }
}













/* ========================================
   SECTION CTA
======================================== */

.dog-cta-section {
    padding: 0 0 4rem;
    background: #0d0d0d;
}

.dog-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: #111111;
    border: 1px solid rgba(201,168,76,0.2);
    border-top: 3px solid #c9a84c;
    border-radius: 12px;
    padding: 2.5rem;
}

.dog-cta-left {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
    align-items: flex-start;
}

.dog-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.dog-cta-text {
    color: rgba(255,255,255,0.6);
    font-size: 0.87rem;
    line-height: 1.7;
    margin: 0;
    max-width: 500px;
}

.dog-cta-right {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 0;
}

.btn-dog-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    background: linear-gradient(135deg, #c9a84c, #e0c068);
    color: #000;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-dog-cta-primary:hover {
    opacity: 0.9;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201,168,76,0.3);
}

.btn-dog-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    background: transparent;
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-dog-cta-secondary:hover {
    border-color: rgba(201,168,76,0.4);
    color: #c9a84c;
    background: rgba(201,168,76,0.06);
}

/* ========================================
   RESPONSIVE CTA
======================================== */

@media (max-width: 991px) {
    .dog-cta-section { padding: 0 0 3rem; }
    .dog-cta-title { font-size: 1.4rem; }
}

@media (max-width: 767px) {
    .dog-cta-box { flex-direction: column; align-items: flex-start; padding: 2rem; }
    .dog-cta-left { align-items: center; width: 100%; }
    .dog-cta-title { text-align: center; font-size: 1.25rem; }
    .dog-cta-text { text-align: center; max-width: 100%; }
    .dog-cta-right { flex-direction: row; width: 100%; }
    .btn-dog-cta-primary, .btn-dog-cta-secondary { flex: 1; font-size: 0.75rem; }
}

@media (max-width: 575px) {
    .dog-cta-section { padding: 0 0 2.5rem; }
    .dog-cta-box { padding: 1.5rem; }
    .dog-cta-right { flex-direction: column; }
    .dog-cta-title { font-size: 1.15rem; }
    .dog-cta-text { font-size: 0.83rem; }
}