/* =========================
   RESET / BASE
========================= */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

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

body{
    font-family:"Georgia", "Times New Roman", serif;
    background:#f6f3ee;
    color:#1c1c1c;
    line-height:1.7;
    word-wrap:break-word;
    overflow-wrap:break-word;
}

/* =========================
   CONTAINER
========================= */
.container{
    max-width:1100px;
    margin:auto;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    overflow:hidden;
}

/* =========================
   HEADER
========================= */
.header{
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(10px);
    padding:25px;
    border-bottom:1px solid #eee;
}

.brand{
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:flex-start;
}

.site-name{
    font-size:34px;
    font-weight:400;
    letter-spacing:1px;
    font-family:"Georgia", "Times New Roman", serif;
}

.site-name span{
    color:#b89b5e;
}
.logo p{
    margin-top:5px;
    font-size:16px;
    color:#777;
}

.contacts{
    font-size:14px;
    color:#777;
    text-align:right;
}

/* =========================
   MENU
========================= */
.menu-toggle{
    display:none;
    padding:12px;
    text-align:center;
    font-size:20px;
    background:#fff;
    border-bottom:1px solid #eee;
    cursor:pointer;
}

nav{
    background:#fff;
    border-bottom:1px solid #eee;
}

nav ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
    list-style:none;
    padding:15px 20px;
}

nav a{
    text-decoration:none;
    color:#1c1c1c;
    font-size:14px;
    transition:0.3s;
}

nav a:hover{
    color:#b89b5e;
    letter-spacing:0.5px;
}

/* =========================
   HERO
========================= */
.hero{
    text-align:center;
}

.hero img{
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}.hero-text{
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    background:rgba(0,0,0,0.45);
    color:#fff;
    padding:12px 20px;
    border-radius:6px;
    font-size:18px;
    text-align:center;
}

/* =========================
   CONTENT
========================= */
.content{
    padding:35px 25px;
    font-size:16px;
    color:#333;
}

/* =========================
   CARDS
========================= */
.cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    padding:0 25px 40px;
}

.card{
    background:#fff;
    border:1px solid #eee;
    padding:20px;
    border-radius:10px;
    transition:0.3s;
}

.card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.card h3{
    color:#b89b5e;
    margin-bottom:10px;
    font-size:16px;
}

/* =========================
   FOOTER
========================= */
footer{
    background:#111;
    color:#bbb;
    padding:40px 25px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

footer h4{
    color:#fff;
    margin-bottom:10px;
    font-size:14px;
}

footer a{
    color:#aaa;
    text-decoration:none;
    font-size:13px;
    display:block;
    margin-bottom:6px;
}

footer a:hover{
    color:#fff;
}

.bottom{
    margin-top:20px;
    border-top:1px solid #333;
    padding-top:15px;
    font-size:12px;
    text-align:center;
}

/* =========================
   ANIMATION (SAFE)
========================= */
.reveal{
    opacity:0;
    transform:translateY(20px);
    transition:all 0.7s ease;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}

/* =========================
   MOBILE
========================= */
@media (max-width:768px){

    .brand{
        flex-direction:column;
        text-align:center;
    }

    .contacts{
        text-align:center;
    }

    nav ul{
        display:none;
        flex-direction:column;
        align-items:center;
    }

    nav ul.show{
        display:flex;
    }

    .menu-toggle{
        display:block;
    }

    .hero img{
        height:240px;
    }

    .hero-text{
        font-size:14px;
        padding:10px 14px;
    }

    .cards{
        grid-template-columns:1fr;
    }

    .footer-grid{
        grid-template-columns:1fr;
    }
}
/* ??????? ?????????? */
table{
  width:100%;
  max-width:700px;
  margin:20px auto;
  border-collapse:collapse;
}

td{
  padding:6px;
  border-bottom:1px solid #ddd;
}
/* ????? */
.block{
  margin-bottom:30px;
}

.center{
  text-align:center;
}
.page-title{
    text-align:center;
    padding:30px 20px 20px;
    background:#fff;
}

.page-title h1{
    font-family:"Georgia","Times New Roman",serif;
    font-size:36px;
    font-weight:400;
    color:#1c1c1c;
    line-height:1.3;
    margin:0;
}

@media (max-width:768px){
    .page-title h1{
        font-size:26px;
    }
}
/* =========================
   FIX IMAGE QUALITY / NO DISTORTION
========================= */

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}

/* ???? ??????????? + ????? */
.photo-block{
    max-width: 800px;
    margin: 0 auto 35px;
    padding: 0 15px;
}

.photo-block img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ????? ??? ???? */
.photo-text{
    text-align: center;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
}

/* ?????? ?? “???????????” ? Dreamweaver */
img[width], img[height]{
    width: auto !important;
    height: auto !important;
}


/* =========================
   ???????? ???????? / ?????
========================= */

.dogs-grid{
    max-width:1000px;
    margin:40px auto;
    padding:0 20px;
}

.dog-premium{
    max-width:900px;
    margin:0 auto 50px;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    text-align:center;
}

.dog-premium:hover{
    transform:translateY(-4px);
    transition:.3s;
}

/* ???? ??? ????????? */

.dog-premium img{
    display:block;
    max-width:100%;
    width:auto;
    height:auto;
    margin:0 auto;
    border-radius:20px 20px 0 0;
}

/* ????? ?????? ??? ???? */

.dog-info{
    padding:30px 25px;
    text-align:center;
}

.dog-info h3{
    font-size:30px;
    font-weight:400;
    margin-bottom:15px;
    color:#1c1c1c;
}

.dog-info p{
    font-size:18px;
    line-height:1.7;
    color:#444;
    margin-bottom:20px;
}

/* ?????? */

.dog-link{
    display:inline-block;
    padding:12px 28px;
    border-radius:30px;
    background:#b89b5e;
    color:#fff !important;
    text-decoration:none !important;
    font-size:15px;
    transition:.3s;
    border:none !important;
}

.dog-link:hover{
    background:#9d8149;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(184,155,94,.3);
}

/* ????????? ?????? */

@media(max-width:768px){

    .dog-premium{
        border-radius:15px;
    }

    .dog-premium img{
        border-radius:15px 15px 0 0;
    }

    .dog-info{
        padding:20px 15px;
    }

    .dog-info h3{
        font-size:24px;
    }

    .dog-info p{
        font-size:16px;
    }
}
.dog-accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease;
}

.dog-accordion.open {
    max-height: 90000px;
}

.accordion-content {
    padding: 10px 0;
}
.dog-info {
    text-align: center; /* ????????? ????? ?????? ??? ???????? ????? */
}

/* ?????: ????????? ?????? ????? */
.dog-accordion,
.dog-accordion * {
    text-align: left !important;
}

/* ????? ?????? */
.puppy-grid {
    display: flex;
    gap: 40px; /* ?????? ??????? ????? ????????? */
}

/* ??????? */
.puppy-col {
    flex: 1;
}

/* ????????? */
.puppy-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}

/* ?????? */
.puppy-row {
    display: flex;
    align-items: flex-start;
    gap: 14px; /* ?????: ?????? ?? ??????? ? ?????? */
    margin-bottom: 14px;

    padding: 4px 6px; /* ?????? ?????? ?????? */
}

/* ?????? — ?????? ?? ?????? */
.marker {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex-shrink: 0;

    margin-top: 6px;

    /* ?????: ????????? “?????? ??????” */
    margin-left: 4px;
}

/* ????? */
.blue { background: #000099; }
.darkgreen { background: #009933; }
.purple { background: #660066; }
.green { background: #00CC99; }
.pink { background: #FF9999; }
.orange { background: #FF6600; }
.yellow { background: #FFFF00; }
.blue2 { background: #6699FF; }

/* ????? */
.puppy-row div {
    font-size: 14px;
    line-height: 1.5;
}

/* ??????? */
@media (max-width: 768px) {
    .puppy-grid {
        flex-direction: column;
        gap: 20px;
    }
}

/* ??????? ?????? */
.puppy-gallery {
    width: 100%;
    margin: 0 auto;
}

/* ????????? */
.gallery-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #333;
}

/* ????? */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* ???????? */
.puppy-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

/* hover ?????? */
.puppy-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* ???? */
.puppy-card img {
    width: auto;          /* ?????: ?? ??????????? */
    max-width: 100%;      /* ?? ???????????? ??????????? */
    height: auto;         /* ????????? ????????? */
    display: block;
    margin: 0 auto;       /* ?????????? */
}
/* ??????? */
.puppy-caption {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

/* ??????? */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* ?????? ??????????? */

.pedigree-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #5F6433;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.pedigree-btn:hover {
    opacity: 0.7;
}

/* ????????? */
.pedigree-accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.pedigree-accordion.open {
    max-height: 2000px;
    margin-top: 10px;
}

/* ???? ??????????? */
.pedigree-content img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px;
}
.pedigree-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #6b5a2a;
    margin: 15px 0 20px 0;

    font-family: "Georgia", serif;

    opacity: 0.9;
}
.pedigree-card .pedigree-title {
    text-align: center !important;
    display: block;
    width: 100%;
    margin: 20px auto 30px auto;
    font-size: 32px;
    font-weight: bold;
}

.accordion-close{
    text-align:center;
    margin-top:20px;
    font-size:13px;
    color:#888;
    cursor:pointer;
    letter-spacing:1px;
    transition:0.3s;
}
/* ????? ???????? */

.accordion-close:hover{
    color:#1c1c1c;
}
/* ==================================
????????? ?????? ??????
================================== */

.mobile-actions{
display:none;
}

@media (max-width:768px){

.mobile-actions{
position:fixed;
left:15px;
right:15px;
bottom:15px;

display:grid;
grid-template-columns:1fr 1fr;
gap:10px;

z-index:9999;
}

.mobile-btn{
display:flex;
justify-content:center;
align-items:center;

padding:14px 10px;

border-radius:40px;

color:#fff;
text-decoration:none;

font-size:14px;
font-weight:500;

box-shadow:0 8px 20px rgba(0,0,0,0.18);

transition:all .3s ease;
}

.mobile-btn:active{
transform:scale(0.97);
}

.call-btn{
background:#b89b5e;
}

.call-btn:hover{
background:#a4874d;
}

.whatsapp-btn{
background:#25D366;
}

.whatsapp-btn:hover{
background:#1ebe5b;
}

/* ????? ?????? ?? ??????????? ????? */
body{
padding-bottom:90px;
}
}
.mobile-btn{
min-height:50px;
}



