.clj-hero-premium,
.clj-hero-premium * { box-sizing: border-box; }

.clj-hero-premium {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    background: #f4eee6;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(104, 70, 33, .08);
}

.clj-hero-inner {
    width: 100%;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 47%) minmax(0, 53%);
    align-items: stretch;
}

.clj-hero-copy {
    padding: 76px clamp(30px, 6vw, 104px) 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 15% 15%, rgba(255,255,255,.72), transparent 35%),
        linear-gradient(135deg, #f8f3ec 0%, #f2e8dc 100%);
}

.clj-kicker {
    font-size: 14px;
    letter-spacing: .14em;
    font-weight: 700;
    color: #b48743;
    margin-bottom: 20px;
}

.clj-hero-premium h1 {
    margin: 0;
    color: #332417;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(48px, 5.3vw, 86px);
    line-height: .98;
    font-weight: 500;
    letter-spacing: -.03em;
    max-width: 760px;
}

.clj-subtitle {
    color: #b1833f;
    font-weight: 700;
    font-size: clamp(15px, 1.45vw, 22px);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 28px;
}

.clj-description {
    margin: 28px 0 0 !important;
    max-width: 590px;
    color: #332b24;
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.55;
}

.clj-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.clj-btn {
    min-height: 56px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.clj-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(57, 38, 20, .12);
}

.clj-btn-dark { background: #382615; color: #fff !important; border: 1px solid #382615; }
.clj-btn-gold { background: #c49a55; color: #fff !important; border: 1px solid #c49a55; }
.clj-btn-outline { background: rgba(255,255,255,.56); color: #382615 !important; border: 1px solid #b99254; }

.clj-hero-visual {
    min-height: 650px;
    position: relative;
    background: #d8c5aa;
    overflow: hidden;
}

.clj-hero-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 30px 0 55px rgba(244,238,230,.25);
    pointer-events: none;
}

.clj-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

@media (max-width: 1200px) {
    .clj-hero-inner { grid-template-columns: 1fr; min-height: 0; }
    .clj-hero-copy { padding: 54px 32px 40px; }
    .clj-hero-premium h1 { font-size: clamp(42px, 8vw, 68px); max-width: 12ch; }
    .clj-description { max-width: 100%; }
    .clj-hero-visual, .clj-hero-visual img { min-height: 430px; height: 430px; }
    .clj-hero-visual img { object-position: center 40%; }
}

@media (max-width: 640px) {
    .clj-hero-copy { padding: 42px 20px 32px; }
    .clj-kicker { font-size: 11px; line-height: 1.5; }
    .clj-hero-premium h1 { font-size: clamp(38px, 13vw, 56px); max-width: 11ch; }
    .clj-subtitle { font-size: 13px; line-height: 1.5; }
    .clj-description { font-size: 16px; margin-top: 18px !important; }
    .clj-actions { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
    .clj-btn { width: 100%; min-height: 53px; }
    .clj-hero-visual, .clj-hero-visual img { min-height: 300px; height: 300px; }
}
