.ic-9b5cd844-wrapper {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
    box-sizing: border-box;
}

.ic-9b5cd844-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.ic-9b5cd844-header-left {
    flex: 1;
}

.ic-9b5cd844-header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.ic-9b5cd844-eyebrow-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.ic-9b5cd844-line {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #b19470;
}

.ic-9b5cd844-eyebrow {
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
}

.ic-9b5cd844-title {
    font-size: 42px;
    font-family: "Playfair Display", "Didot", "Georgia", serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: #14213d;
}

.ic-9b5cd844-title em {
    display: block;
    font-style: italic;
    color: #b19470;
}

.ic-9b5cd844-subtitle {
    max-width: 440px;
    font-size: 16px;
    line-height: 1.7;
    color: #5c5c5c;
    margin: 0;
}

/* Tabs Toggle */
.ic-9b5cd844-tabs-nav {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    gap: 30px;
    margin-bottom: 40px;
}

.ic-9b5cd844-tab {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 12px 4px;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #8c8c8c;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.ic-9b5cd844-tab.active,
.ic-9b5cd844-tab:hover {
    color: #b19470;
    border-bottom-color: #b19470;
}

/* Content Showcase Rows */
.ic-9b5cd844-showcase {
    position: relative;
    width: 100%;
}

.ic-9b5cd844-content-row {
    display: none;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.ic-9b5cd844-content-row.active {
    display: grid;
    animation: icFadeIn9b5cd844 0.6s ease;
}

@keyframes icFadeIn9b5cd844 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.ic-9b5cd844-col-media {
    width: 100%;
}

.ic-9b5cd844-image-container {
    position: relative;
    width: 100%;
    padding-top: 66%; /* Custom proportions */
    overflow: hidden;
    background-color: #f7f7f7;
}

.ic-9b5cd844-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.ic-9b5cd844-content-row:hover .ic-9b5cd844-img {
    transform: scale(1.02);
}

/* Detail Content Column */
.ic-9b5cd844-col-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ic-9b5cd844-detail-eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
    color: #b19470;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
}

.ic-9b5cd844-detail-title {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #14213d;
    margin: 0 0 16px 0;
}

.ic-9b5cd844-detail-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    margin: 0 0 24px 0;
}

/* List details */
.ic-9b5cd844-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.ic-9b5cd844-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
}

.ic-9b5cd844-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b19470;
    font-size: 16px;
    line-height: 1;
}

.ic-9b5cd844-cta-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #14213d;
    text-decoration: none;
    border-bottom: 1px solid #14213d;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

.ic-9b5cd844-cta-link:hover {
    color: #b19470;
    border-bottom-color: #b19470;
    padding-left: 4px;
}

@media (max-width: 991px) {
    .ic-9b5cd844-content-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ic-9b5cd844-header {
        flex-direction: column;
        gap: 20px;
    }
    .ic-9b5cd844-header-right {
        justify-content: flex-start;
    }
}
