.haras-abqm {
    --haras-abqm-green: #29472f;
    --haras-abqm-gold: #b8894d;
    --haras-abqm-gold-soft: #efe3d1;
    --haras-abqm-cream: #f7f5f0;
    --haras-abqm-muted: #77766f;
    --haras-abqm-line: rgba(184, 137, 77, 0.32);
    --haras-abqm-silver: #a7a9a6;
    color: var(--haras-abqm-green);
    font-family: inherit;
}

.haras-abqm * {
    box-sizing: border-box;
}

.haras-abqm-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 720px;
    width: 100%;
}

.haras-abqm-highlight {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 3px 12px;
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 92px;
    padding: 12px 8px;
}

.haras-abqm-icon {
    align-items: center;
    color: var(--haras-abqm-gold);
    display: inline-flex;
    font-size: 46px;
    font-weight: 700;
    grid-row: span 2;
    height: 54px;
    justify-content: center;
    line-height: 1;
    width: 54px;
}

.haras-abqm-icon svg {
    fill: currentColor;
    height: 43px;
    width: 43px;
}

.haras-abqm-kicker {
    color: var(--haras-abqm-muted);
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.haras-abqm-highlight strong {
    color: var(--haras-abqm-gold);
    display: block;
    font-size: clamp(27px, 2.1vw, 34px);
    font-weight: 500;
    line-height: 1.05;
    white-space: nowrap;
}

.haras-abqm-campaign {
    width: 100%;
}

.haras-abqm-heading {
    align-items: center;
    display: block;
    margin: 8px 0 30px;
    text-align: center;
}

.haras-abqm-heading span {
    display: none;
}

.haras-abqm-heading h2 {
    color: var(--haras-abqm-gold) !important;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
    text-align: center;
    text-transform: none;
}

.haras-abqm-campaign-group + .haras-abqm-campaign-group {
    margin-top: 34px;
}

.haras-abqm-group-title {
    align-items: center;
    color: var(--haras-abqm-gold);
    display: flex;
    font-size: clamp(24px, 2.6vw, 36px);
    font-weight: 400;
    gap: 12px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
    text-transform: none;
}

.haras-abqm-group-trophy {
    color: var(--haras-abqm-gold);
    display: inline-flex;
    flex: 0 0 auto;
    height: 30px;
    width: 30px;
}

.haras-abqm-group-trophy-2 {
    color: var(--haras-abqm-silver);
}

.haras-abqm-group-trophy svg {
    fill: currentColor;
    height: 100%;
    width: 100%;
}

.haras-abqm-achievements {
    display: grid;
    gap: 18px 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.haras-abqm-achievement {
    border-left: 1px solid var(--haras-abqm-line);
    padding-left: 16px;
}

.haras-abqm-achievement-copy {
    padding-top: 0;
}

.haras-abqm-achievement-copy strong {
    color: var(--haras-abqm-gold);
    display: block;
    font-size: clamp(18px, 1.45vw, 24px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.15;
}

.haras-abqm-achievement-copy span {
    color: var(--haras-abqm-green);
    display: block;
    font-size: clamp(14px, 1.05vw, 17px);
    line-height: 1.4;
    margin-top: 6px;
}

.haras-abqm-achievement-copy small {
    color: var(--haras-abqm-muted);
    display: block;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-top: 5px;
    text-transform: uppercase;
}

.haras-abqm-notice {
    background: var(--haras-abqm-cream);
    border: 1px solid var(--haras-abqm-line);
    border-radius: 8px;
    color: var(--haras-abqm-green);
    padding: 16px 18px;
}

.haras-abqm-pedigree {
    width: 100%;
}

.haras-abqm-pedigree-title {
    color: var(--haras-abqm-gold) !important;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 28px;
    text-align: center;
}

.haras-abqm-pedigree-tree {
    display: grid;
    gap: 22px;
}

.haras-abqm-pedigree-branch {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: 1.05fr 1fr 1.25fr;
}

.haras-abqm-pedigree-generation {
    display: grid;
    gap: 20px;
}

.haras-abqm-pedigree-generation:first-child {
    transform: translateX(28px);
}

.haras-abqm-pedigree-generation:nth-child(2) {
    border-left: 1px solid rgba(184, 137, 77, 0.38);
    gap: 34px;
    padding-left: 18px;
}

.haras-abqm-pedigree-generation:nth-child(3) {
    border-left: 1px solid rgba(184, 137, 77, 0.22);
    gap: 18px;
    padding-left: 18px;
}

.haras-abqm-pedigree-horse strong {
    color: #8c8e8a;
    display: inline;
    font-size: clamp(16px, 1.35vw, 23px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.12;
    text-transform: uppercase;
}

.haras-abqm-pedigree-horse span {
    color: #8c8e8a;
    display: block;
    font-size: clamp(12px, 1vw, 15px);
    font-weight: 400;
    line-height: 1.25;
    margin-top: 2px;
}

.haras-abqm-pedigree-horse-empty {
    min-height: 38px;
}

.haras-abqm-pedigree-main {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: auto minmax(80px, 1fr);
}

.haras-abqm-pedigree-main::after {
    background: var(--haras-abqm-gold);
    content: "";
    display: block;
    height: 2px;
    opacity: 0.86;
}

.haras-abqm-pedigree-main strong {
    color: var(--haras-abqm-gold);
    display: block;
    font-size: clamp(25px, 2.4vw, 38px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: uppercase;
}

.haras-abqm-pedigree-main span {
    color: var(--haras-abqm-muted);
    font-size: 14px;
    grid-column: 1 / -1;
    line-height: 1.3;
    margin-top: -8px;
}

@media (max-width: 980px) {
    .haras-abqm-highlights {
        grid-template-columns: 1fr;
    }

    .haras-abqm-achievements {
        grid-template-columns: 1fr;
    }

    .haras-abqm-pedigree-branch {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .haras-abqm-pedigree-generation {
        border-left: 1px solid var(--haras-abqm-line);
        gap: 12px;
        padding-left: 16px;
    }

    .haras-abqm-pedigree-generation:first-child {
        transform: none;
    }

    .haras-abqm-pedigree-generation:nth-child(2),
    .haras-abqm-pedigree-generation:nth-child(3) {
        gap: 12px;
    }

    .haras-abqm-pedigree-main {
        margin: 6px 0;
    }
}

@media (max-width: 767px) {
    .haras-abqm-highlight {
        grid-template-columns: 50px 1fr;
        min-height: 96px;
        padding: 18px;
    }

    .haras-abqm-icon {
        font-size: 24px;
        height: 50px;
        width: 50px;
    }

    .haras-abqm-icon svg {
        height: 27px;
        width: 27px;
    }

    .haras-abqm-heading {
        margin-bottom: 22px;
    }

    .haras-abqm-heading h2 {
        font-size: 40px;
    }

    .haras-abqm-group-title {
        font-size: 24px;
        gap: 10px;
    }

    .haras-abqm-achievement {
        padding-left: 14px;
    }

    .haras-abqm-pedigree-title {
        font-size: 40px;
        margin-bottom: 22px;
    }

    .haras-abqm-pedigree-generation {
        margin-left: 0;
        padding-left: 14px;
    }

    .haras-abqm-pedigree-generation:nth-child(2) {
        margin-left: 18px;
    }

    .haras-abqm-pedigree-generation:nth-child(3) {
        margin-left: 36px;
    }

    .haras-abqm-pedigree-generation:nth-child(2),
    .haras-abqm-pedigree-generation:nth-child(3) {
        width: calc(100% - 36px);
    }

    .haras-abqm-pedigree-branch-sire .haras-abqm-pedigree-generation:first-child {
        order: 3;
    }

    .haras-abqm-pedigree-branch-sire .haras-abqm-pedigree-generation:nth-child(2) {
        order: 2;
    }

    .haras-abqm-pedigree-branch-sire .haras-abqm-pedigree-generation:nth-child(3) {
        order: 1;
    }

    .haras-abqm-pedigree-main {
        grid-template-columns: 1fr;
    }

    .haras-abqm-pedigree-main::after {
        width: 100%;
    }

    .haras-abqm-pedigree-main span {
        margin-top: 0;
    }
}
