/* LUXUS VIZUÁLIS HARDVER - NYERS LOKÁLIS CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #0B0B0B;
    color: #A0A0A5;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

/* HERO MONOLIT */
.hero {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 80px 24px;
    text-align: center;
    border-bottom: 1px solid #121212;
}
.collection-tag {
    color: #C5A880;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 500;
}
h1 {
    color: #FFFFFF;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-top: 20px;
}
.divider {
    width: 40px;
    height: 1px;
    background-color: rgba(197, 168, 128, 0.4);
    margin: 30px auto;
}
.statement {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 22px;
    color: #CCCCCC;
    max-width: 600px;
    line-height: 1.8;
    font-weight: 300;
}
.scroll-anchor {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #555555;
    text-decoration: none;
    transition: color 0.3s;
}
.scroll-anchor:hover {
    color: #C5A880;
}

/* GENETIKAI RÁCS SECTION */
.grid-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 24px;
}
.section-tag {
    color: #C5A880;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 8px;
}
h2 {
    color: #FFFFFF;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 48px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    border-top: 1px solid #121212;
    padding-top: 40px;
    margin-bottom: 60px;
}
.card {
    background-color: #121212;
    border: 1px solid #1A1A1A;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.card-num {
    color: #C5A880;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}
h3 {
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
    font-weight: 500;
}
.card p {
    font-size: 12px;
    color: #77777A;
    line-height: 1.7;
    font-weight: 300;
}

/* STERIL WEB-PEDIGREE - LOKÁLIS 5-OSZLOPOS FLEXBOX ARCHITEKTÚRA */
.pedigree-monolith {
    background-color: #121212;
    border: 1px solid #1A1A1A;
    padding: 40px 20px;
    margin-top: 20px;
    margin-bottom: 60px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: row;
}
.tier-1, .tier-2, .tier-3, .tier-4, .tier-5 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
}
/* Százalékos oszlopszélességek az 5 generációs törzsfához */
.tier-1 {
    width: 16%;
    border-right: 1px solid #1A1A1A;
    color: #FFFFFF;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    text-align: center;
}
.tier-2 {
    width: 21%;
    border-right: 1px solid #1A1A1A;
    font-size: 12px;
}
.tier-3 {
    width: 21%;
    border-right: 1px solid #1A1A1A;
    font-size: 11px;
}
.tier-4 {
    width: 21%;
    border-right: 1px solid #1A1A1A;
    font-size: 10px;
    color: #CCCCCC;
}
.tier-5 {
    width: 21%;
    font-size: 9px;
    color: #555558;
}

.gender-dog {
    color: #FFFFFF;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    text-align: center;
}
.gender-sire {
    color: #C5A880;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}
.gender-dam {
    color: #8A765C;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.box-block {
    padding: 15px 0;
    width: 100%;
}
.box-block-half {
    padding: 10px 0;
    width: 100%;
}
.mini-box {
    padding: 5px 0;
    width: 100%;
}

/* VÁLTOZATLAN ZÁRT ZSILIP GATEWAY SECTION & FOOTER */
.gateway {
    background-color: #121212;
    border-top: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
    padding: 100px 24px;
    text-align: center;
}
.gateway p {
    font-size: 13px;
    color: #999999;
    max-width: 500px;
    margin: 24px auto 48px auto;
    line-height: 1.8;
    font-weight: 300;
}
.btn {
    display: inline-block;
    border: 1px solid #C5A880;
    color: #C5A880;
    padding: 16px 32px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}
.btn:hover {
    background-color: #C5A880;
    color: #0B0B0B;
}
footer {
    padding: 60px 24px;
    text-align: center;
    font-size: 9px;
    letter-spacing: 0.2em;
    color: #444446;
    text-transform: uppercase;
}