.homepage-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.homepage-hero__main {
    display: grid;
}

.homepage-hero__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 478px;
    overflow: visible;
    min-height: 501px;
    position: relative;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.homepage-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 0;
}

.homepage-hero__eyebrow {
    margin: 0;
    color: var(--cke-brand-strong);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.homepage-hero__content h1 {
    margin: 0;
    color: var(--cke-ink);
    max-width: 540px;
    white-space: pre-line;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: balance;
}

.homepage-hero__lead {
    margin: 0;
    max-width: 540px;
    color: var(--cke-ink-soft);
    font-size: 20px;
    line-height: 1.5;
    text-wrap: pretty;
}

.homepage-hero__media {
    min-height: 501px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: end;
    z-index: 1;
}

.homepage-hero__media-stage {
    position: relative;
    width: 478px;
    height: 478px;
    flex: 0 0 auto;
    margin-bottom: -60px;
    clip-path: inset(-110px -360px 60px -250px);
}

.homepage-hero__media-orb {
    position: absolute;
    width: 361.336px;
    height: 456.935px;
    transform-origin: center;
    display: block;
    pointer-events: none;
    z-index: 0;
    right: 150px;
    top: -95px;
}

.homepage-hero__media-orb--secondary {
    width: 432px;
    height: 432px;
    right: 250.063px;
    top: -93.364px;
    z-index: 0;
}

.homepage-hero__media-orb--tertiary {
    width: 147px;
    height: 146px;
    right: 430px;
    top: 270px;
    z-index: 0;
}

.homepage-hero__media-orb--quaternary {
    width: 352px;
    height: 412px;
    right: -30%;
    top: 10%;
    z-index: 0;
}

.homepage-hero__media-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

.homepage-hero__media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    display: block;
}

.homepage-hero__accent {
    width: 218px;
    height: 4px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 4px;
}

.homepage-hero__accent-segment {
    flex: 1 1 0;
    min-width: 0;
    height: 6px;
    margin-top: -1px;
}

@media (max-width: 1100px) {
    .homepage-hero__grid {
        grid-template-columns: 1fr;
    }

    .homepage-hero__panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .homepage-hero__media-stage {
        width: min(478px, 100%);
        height: auto;
        aspect-ratio: 1 / 1;
        margin-bottom: 0;
    }
}

@media (max-width: 1300px) {
    .homepage-hero__content {
        padding: 98px 0;
    }
}

@media (max-width: 900px) {
    .homepage-hero__panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .homepage-hero__media-stage {
        width: min(478px, 100%);
        height: auto;
        aspect-ratio: 1 / 1;
        margin-bottom: 0;
    }

    .homepage-hero__content {
        padding: 20px;
    }

    .homepage-hero__content h1 {
        font-size: 32px;
    }

    .homepage-hero__lead {
        font-size: 18px;
    }
}
