@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

.hs-wrapper-00ccc4ad {
    background-color: #0d0d0d;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.hs-wrapper-00ccc4ad h1, 
.hs-wrapper-00ccc4ad h2, 
.hs-wrapper-00ccc4ad h3, 
.hs-wrapper-00ccc4ad .serif-quote {
    font-family: 'Playfair Display', serif;
}
.hs-wrapper-00ccc4ad p {
    color: #bcbcbc;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    margin: 0;
}

.hs-wrapper-00ccc4ad.story-container {
    width: 100%;
    max-width: 100%;
}

.hs-wrapper-00ccc4ad .story-hero {
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0d0d0d;
    padding: 40px 20px;
    position: relative;
}
.hs-wrapper-00ccc4ad .story-hero .sub-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.hs-wrapper-00ccc4ad .story-hero h1 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 400;
    max-width: 900px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.hs-wrapper-00ccc4ad .story-hero .gold-divider {
    width: 80px;
    height: 2px;
    background-color: #D4AF37;
}

.hs-wrapper-00ccc4ad .editorial-row {
    display: flex;
    width: 100%;
    min-height: 600px;
    flex-wrap: wrap;
}
.hs-wrapper-00ccc4ad .editorial-row.row-reversed {
    flex-direction: row-reverse;
}

.hs-wrapper-00ccc4ad .editorial-pane {
    flex: 1 1 50%;
    min-width: 50%;
}

.hs-wrapper-00ccc4ad .text-pane {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #111111;
    padding: 8% 10%;
}
.hs-wrapper-00ccc4ad .text-pane .pane-eyebrow {
    color: #D4AF37;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.hs-wrapper-00ccc4ad .text-pane h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hs-wrapper-00ccc4ad .image-pane {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.hs-wrapper-00ccc4ad .promise-section {
    background-color: #0d0d0d;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hs-wrapper-00ccc4ad .promise-vault-card {
    background-color: #161616;
    border: 1px solid rgba(212, 175, 55, 0.2);
    max-width: 850px;
    width: 100%;
    padding: 60px 40px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    transition: border-color 0.4s ease;
}
.hs-wrapper-00ccc4ad .promise-vault-card:hover {
    border-color: rgba(212, 175, 55, 0.6);
}
.hs-wrapper-00ccc4ad .promise-icon {
    color: #D4AF37;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 25px;
}
.hs-wrapper-00ccc4ad .serif-quote {
    font-style: italic;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    color: #ffffff;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .hs-wrapper-00ccc4ad .editorial-pane {
        flex: 1 1 100%;
        min-width: 100%;
    }
    .hs-wrapper-00ccc4ad .text-pane {
        padding: 60px 40px;
    }
    .hs-wrapper-00ccc4ad .image-pane {
        min-height: 450px;
    }
}
@media (max-width: 576px) {
    .hs-wrapper-00ccc4ad .story-hero h1 { font-size: 2.2rem; }
    .hs-wrapper-00ccc4ad .text-pane { padding: 45px 25px; }
    .hs-wrapper-00ccc4ad .promise-vault-card { padding: 40px 20px; }
}