.elementor-kit-10{--e-global-color-primary:#722F37;--e-global-color-secondary:#2C3E50;--e-global-color-text:#1A1A1A;--e-global-color-accent:#3D5166;--e-global-color-2a0326a:#1A252F;--e-global-color-655d9d5:#5A252C;--e-global-color-38a13a0:#8B3D47;--e-global-color-fb670bd:#3D5166;--e-global-color-7582f25:#FAF8F5;--e-global-color-004fd0e:#F5F2ED;--e-global-color-addb59b:#FFFFFF;--e-global-color-bb280d2:#64748B;--e-global-typography-primary-font-family:"DM Serif Display";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"DM Serif Text";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Serif Text";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"DM Serif Display", Sans-serif;font-size:56px;font-weight:400;}.elementor-kit-10 h2{font-family:"DM Serif Display", Sans-serif;font-size:36px;font-weight:400;}.elementor-kit-10 h3{font-family:"DM Serif Display", Sans-serif;font-size:32px;font-weight:400;}.elementor-kit-10 h4{font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════
   SURE ORIGIN — BASE CSS
   Add this to: Appearance → Customize → Additional CSS
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap');

:root {
    --burgundy: #722f37;
    --burgundy-dark: #5a252c;
    --burgundy-light: #8b3d47;
    --burgundy-soft: rgba(114, 47, 55, 0.08);
    --navy: #1e2a3a;
    --navy-dark: #141d28;
    --navy-light: #2c3e50;
    --parchment: #f7f3ee;
    --ivory: #faf8f5;
    --white: #ffffff;
    --ink: #1a1a1a;
    --slate: #64748b;
    --slate-light: #94a3b8;
    --border: rgba(0, 0, 0, 0.08);
    --border-light: rgba(255, 255, 255, 0.12);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.14);
}

/* Remove Elementor default spacing between sections */
.elementor-section-wrap > .elementor-section,
.elementor-widget-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove WordPress theme width constraints */
.wp-site-blocks,
.wp-site-blocks > *,
.entry-content > *,
.is-layout-constrained > * {
    max-width: none !important;
}

/* Hide WordPress default page title */
.wp-block-post-title,
.entry-title {
    display: none !important;
}

/* Shared container */
.so-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Shared typography */
.so-container h1, .so-container h2, .so-container h3, .so-container h4 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    line-height: 1.2;
}

.so-container a { text-decoration: none; color: inherit; }
.so-container ul { list-style: none; padding: 0; margin: 0; }

/* Shared buttons */
.so-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--burgundy);
    color: white !important;
    padding: 16px 32px;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.so-btn-primary:hover {
    background: var(--burgundy-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(114, 47, 55, 0.3);
    color: white !important;
}

.so-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: white !important;
    padding: 16px 32px;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,0.25);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.so-btn-outline:hover {
    border-color: white;
    background: rgba(255,255,255,0.08);
    color: white !important;
}/* End custom CSS */