.elementor-2868 .elementor-element.elementor-element-4445dcb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}@media(max-width:767px){.elementor-2868 .elementor-element.elementor-element-4445dcb{--padding-top:75px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-2868 .elementor-element.elementor-element-4445dcb{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-0249ca8 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #C9A227;
    --gold-light: #D4AF37;
    --black: #0A0A0A;
    --dark-gray: #1A1A1A;
    --medium-gray: #2A2A2A;
    --light-gray: #888888;
    --white: #FFFFFF;
    --off-white: #F5F5F5;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--black);
    color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

.gold-text {
    color: var(--gold);
}

.section-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--light-gray);
    margin-bottom: 1rem;
}

.section-label.center {
    text-align: center;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--black);
    background-color: var(--gold);
    border: 2px solid var(--gold);
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-button:hover {
    background-color: transparent;
    color: var(--gold);
}

.cta-button.secondary {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.cta-button.secondary:hover {
    background-color: var(--white);
    color: var(--black);
}

.cta-button.large {
    padding: 1.25rem 3rem;
    font-size: 1rem;
}

.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 70vh;
    background-color: var(--black);
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    font-weight: 400;
    font-style: italic;
    color: var(--gold);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-tagline {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--white);
    line-height: 1.8;
}

.hero-image {
    position: relative;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-section {
    background-color: var(--dark-gray);
    padding: 6rem 4rem;
}

.story-container {
    max-width: 1100px;
    margin: 0 auto;
}

.story-header {
    text-align: center;
    margin-bottom: 3rem;
}

.story-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
    color: var(--white);
}

.story-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.story-text p {
    font-size: 1rem;
    color: var(--light-gray);
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.story-text .story-lead {
    font-size: 1.2rem;
    color: var(--white);
    font-weight: 400;
}

.story-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background-color: var(--medium-gray);
    border-left: 3px solid var(--gold);
}

.feature-icon {
    flex-shrink: 0;
}

.feature-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--white);
}

.story-cta {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.why-choose {
    background-color: var(--dark-gray);
    padding: 6rem 4rem;
    text-align: center;
}

.why-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 4rem;
    color: var(--white);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto 3rem;
}

.why-card {
    padding: 2rem;
    text-align: center;
}

.why-icon {
    margin-bottom: 1.5rem;
}

.why-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--white);
}

.why-card p {
    font-size: 0.9rem;
    color: var(--light-gray);
    line-height: 1.8;
}

.why-cta {
    margin-top: 2rem;
}

.stats-section {
    background-color: var(--black);
    padding: 5rem 4rem;
    border-top: 1px solid var(--medium-gray);
    border-bottom: 1px solid var(--medium-gray);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.stat-item {
    padding: 2rem;
}

.stat-number {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--light-gray);
}

.cta-section {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.cta-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.8));
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 4rem;
}

.cta-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: var(--white);
}

.cta-content p {
    font-size: 1.1rem;
    color: var(--light-gray);
    margin-bottom: 2.5rem;
}

.values-section {
    background-color: var(--black);
    padding: 6rem 4rem;
}

.values-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4rem;
    color: var(--white);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.value-item {
    padding: 2rem;
    border-left: 1px solid var(--medium-gray);
}

.value-number {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 1rem;
}

.value-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--white);
}

.value-item p {
    font-size: 0.9rem;
    color: var(--light-gray);
    line-height: 1.8;
}

.final-cta {
    background-color: var(--dark-gray);
    padding: 6rem 4rem;
    text-align: center;
}

.final-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.final-cta h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--white);
}

.final-cta p {
    font-size: 1.1rem;
    color: var(--light-gray);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .hero-section {
        grid-template-columns: 1fr;
    }

    .hero-content {
        padding: 3rem 2rem;
    }

    .hero-image {
        min-height: 50vh;
    }

    .hero-title {
        font-size: 4rem;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .story-features {
        grid-template-columns: 1fr 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-tagline {
        font-size: 1.25rem;
    }

    .story-title,
    .why-title,
    .cta-content h2 {
        font-size: 2.25rem;
    }

    .values-title,
    .final-cta h2 {
        font-size: 2rem;
    }

    .story-section {
        padding: 4rem 2rem;
    }

    .story-features {
        grid-template-columns: 1fr;
    }

    .story-cta {
        flex-direction: column;
        align-items: center;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-number {
        font-size: 3rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .why-choose,
    .stats-section,
    .values-section,
    .final-cta {
        padding: 4rem 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-content {
        padding: 2rem 1.5rem;
    }

    .story-title {
        font-size: 1.75rem;
    }

    .story-section {
        padding: 3rem 1.5rem;
    }

    .feature-item {
        padding: 1rem;
    }

    .feature-text {
        font-size: 0.85rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .value-number {
        font-size: 2rem;
    }
}/* End custom CSS */