.elementor-14 .elementor-element.elementor-element-ac11e96{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-a2658dc{margin:-82px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-ac11e96{--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-ac11e96{--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-a2658dc *//* ABOUT PAGE HERO CSS */
/* Add this to Elementor → Custom CSS */

.about-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%);
    overflow: hidden;
    padding: 10rem 2rem 6rem;
    margin-top: 80px;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 50%, rgba(165, 28, 28, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(201, 168, 89, 0.08) 0%, transparent 50%);
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
}

.about-hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(201, 168, 89, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C9A859;
    margin-bottom: 2rem;
    font-weight: 500;
}

.about-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    color: #E5E5E5;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.about-hero-title .highlight {
    color: #C9A859;
}

.about-hero-subtitle {
    font-size: 1.3rem;
    color: #A0A0A0;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 968px) {
    .about-hero {
        min-height: 60vh;
        padding: 8rem 2rem 5rem;
    }
    
    .about-hero-title {
        font-size: 2.8rem;
    }
    
    .about-hero-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 6rem 1.5rem 4rem;
    }
    
    .about-hero-title {
        font-size: 2.2rem;
    }
    
    .about-hero-subtitle {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d34349 *//* OUR STORY SECTION CSS */
/* Add this to Elementor → Custom CSS */

.our-story-section {
    padding: 8rem 2.5rem;
    background: #0F0F0F;
}

.our-story-container {
    max-width: 900px;
    margin: 0 auto;
}

.our-story-content {
    text-align: center;
}

.story-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #E5E5E5;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.story-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #C9A859;
}

.story-text {
    margin-bottom: 4rem;
}

.story-paragraph {
    font-size: 1.15rem;
    line-height: 2;
    color: #A0A0A0;
    margin-bottom: 2rem;
    text-align: left;
}

.story-paragraph.lead {
    font-size: 1.35rem;
    color: #E5E5E5;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
}

.story-signature {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(201, 168, 89, 0.15);
}

.signature-line {
    width: 80px;
    height: 1px;
    background: #C9A859;
    margin: 0 auto 1.5rem;
}

.signature-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #C9A859;
}

/* Responsive */
@media (max-width: 968px) {
    .our-story-section {
        padding: 6rem 2rem;
    }
    
    .story-title {
        font-size: 2.5rem;
    }
    
    .story-paragraph {
        font-size: 1.05rem;
    }
    
    .story-paragraph.lead {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .our-story-section {
        padding: 4rem 1.5rem;
    }
    
    .story-title {
        font-size: 2rem;
    }
    
    .story-paragraph {
        font-size: 1rem;
        text-align: center;
    }
    
    .story-paragraph.lead {
        font-size: 1.1rem;
    }
    
    .signature-text {
        font-size: 1.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da9f2fd *//* THE CRAFT SECTION CSS */
/* Add this to Elementor → Custom CSS */

.craft-section {
    padding: 8rem 2.5rem;
    background: #1A1A1A;
    position: relative;
}

.craft-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 168, 89, 0.15) 50%, transparent);
}

.craft-container {
    max-width: 1400px;
    margin: 0 auto;
}

.craft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.craft-image {
    position: relative;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
}

.craft-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.craft-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.6), transparent 60%);
}

.craft-badge {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 168, 89, 0.3);
    border-radius: 8px;
    z-index: 1;
}

.craft-badge svg {
    color: #C9A859;
    flex-shrink: 0;
}

.craft-badge span {
    color: #E5E5E5;
    font-size: 1rem;
    font-weight: 600;
}

.craft-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #E5E5E5;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.craft-title .highlight {
    color: #C9A859;
}

.craft-text {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #A0A0A0;
    margin-bottom: 1.5rem;
}

.craft-features {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.craft-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(15, 15, 15, 0.5);
    border: 1px solid rgba(201, 168, 89, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.craft-feature-item:hover {
    border-color: rgba(201, 168, 89, 0.3);
    background: rgba(15, 15, 15, 0.8);
}

.craft-feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #A51C1C, #8B1414);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.craft-feature-icon svg {
    color: #E5E5E5;
}

.craft-feature-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #E5E5E5;
    margin-bottom: 0.5rem;
}

.craft-feature-text p {
    font-size: 0.95rem;
    color: #A0A0A0;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 968px) {
    .craft-section {
        padding: 6rem 2rem;
    }
    
    .craft-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    .craft-image {
        height: 400px;
    }
    
    .craft-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .craft-section {
        padding: 4rem 1.5rem;
    }
    
    .craft-image {
        height: 300px;
    }
    
    .craft-title {
        font-size: 2rem;
    }
    
    .craft-badge {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
    
    .craft-feature-item {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6de0d1e *//* OUR VALUES SECTION CSS */
/* Add this to Elementor → Custom CSS */

.values-section {
    padding: 8rem 2.5rem;
    background: #0F0F0F;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-header {
    text-align: center;
    margin-bottom: 5rem;
}

.values-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #E5E5E5;
    position: relative;
    display: inline-block;
}

.values-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #C9A859;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.value-card {
    padding: 3rem 2rem;
    background: #1A1A1A;
    border: 1px solid rgba(201, 168, 89, 0.15);
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    border-color: #C9A859;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.value-number {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(201, 168, 89, 0.2);
    margin-bottom: 1rem;
    line-height: 1;
}

.value-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #E5E5E5;
    margin-bottom: 1rem;
}

.value-description {
    font-size: 1rem;
    color: #A0A0A0;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 968px) {
    .values-section {
        padding: 6rem 2rem;
    }
    
    .values-title {
        font-size: 2.5rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .values-section {
        padding: 4rem 1.5rem;
    }
    
    .values-title {
        font-size: 2rem;
    }
    
    .value-card {
        padding: 2rem 1.5rem;
    }
    
    .value-number {
        font-size: 2.5rem;
    }
    
    .value-title {
        font-size: 1.5rem;
    }
}/* End custom CSS */