.sh-eba4b77e-outer {
    background-color: #0C0C0B;
    color: #e9e4d8;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 60px 40px;
    overflow: hidden;
}
.sh-eba4b77e-inner {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.sh-eba4b77e-body {
    max-width: 62%;
    display: flex;
    flex-direction: column;
    gap: 26px;
    z-index: 2;
    padding-bottom: 40px;
}
.sh-eba4b77e-eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #a09a8c;
    margin-bottom: 26px;
}
.sh-eba4b77e-heading {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    font-size: 88px;
    line-height: 0.98;
    letter-spacing: -1px;
    max-width: 12ch;
    margin: 0;
    color: #e9e4d8;
    position: relative;
    z-index: 3;
    text-shadow: 2px 2px 10px rgba(12,12,11,0.6);
}
.sh-eba4b77e-heading i {
    font-style: italic;
}
.sh-eba4b77e-sub {
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #a09a8c;
    max-width: 44ch;
    margin-top: 30px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}
.sh-eba4b77e-cta-row {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}
.sh-eba4b77e-btn {
    background: #e9e4d8;
    color: #111;
    padding: 18px 34px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s;
}
.sh-eba4b77e-btn:hover {
    background: transparent;
    color: #e9e4d8;
    border-color: #e9e4d8;
}
.sh-eba4b77e-link {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: #a09a8c;
    text-decoration: none;
    border-bottom: 1px solid #a09a8c;
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}
.sh-eba4b77e-link:hover {
    color: #e9e4d8;
    border-color: #e9e4d8;
}

/* Image overlap styling matching concept */
.sh-eba4b77e-image-wrap {
    position: absolute;
    top: -4vh;
    right: 5%;
    width: 38%;
    max-width: 480px;
    border: 1px solid rgba(233, 228, 216, 0.2);
    z-index: 1;
}
.sh-eba4b77e-image-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
}

.sh-eba4b77e-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(233, 228, 216, 0.2);
    padding-top: 18px;
    margin-top: 60px;
    max-width: 1360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
.sh-eba4b77e-foot-left, .sh-eba4b77e-foot-right {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    color: #a09a8c;
    text-transform: uppercase;
}
.sh-eba4b77e-ruler {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    margin: 0 20px;
}
.lf-ticks {
    display: flex;
    gap: 3px;
    align-items: flex-end;
    height: 14px;
    max-width: 420px;
    width: 100%;
}
.lf-ticks i {
    flex: 1;
    height: 100%;
    background: #e9e4d8;
    opacity: .75;
}
.lf-ticks i.c {
    opacity: .16;
}

@media (max-width: 1024px) {
    .sh-eba4b77e-heading { font-size: 64px; }
    .sh-eba4b77e-image-wrap { width: 45%; top: 0; right: 0; }
    .sh-eba4b77e-body { max-width: 100%; padding-bottom: 20px; }
}
@media (max-width: 768px) {
    .sh-eba4b77e-heading { font-size: 46px; }
    .sh-eba4b77e-cta-row { flex-direction: column; align-items: stretch; gap: 16px; }
    .sh-eba4b77e-btn, .sh-eba4b77e-link { text-align: center; }
    .sh-eba4b77e-foot { flex-direction: column; gap: 20px; }
    .sh-eba4b77e-image-wrap { position: relative; width: 100%; margin-top: 40px; }
}