.elementor-909 .elementor-element.elementor-element-8599118{--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;}.elementor-909 .elementor-element.elementor-element-8599118:not(.elementor-motion-effects-element-type-background), .elementor-909 .elementor-element.elementor-element-8599118 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-8016398 );}.elementor-909 .elementor-element.elementor-element-a15cd86{margin:2rem 0rem calc(var(--kit-widget-spacing, 0px) + 2rem) 0rem;padding:0rem 2rem 0rem 2rem;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a15cd86 *//* hero section */
        .about-hero {
            text-align: center;
            margin-bottom: 3rem;
        }
        .about-hero h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #4a2e2a;
            margin-bottom: 1rem;
        }
        .about-hero h1 span {
            color: #ff8a7a;
        }
        .about-hero p {
            font-size: 1.2rem;
            color: #b47c48;
            max-width: 700px;
            margin: 0 auto;
        }
        /* story + image */
        .story-section {
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            align-items: center;
            margin-bottom: 4rem;
        }
        .story-text {
            flex: 1;
        }
        .story-text h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
            border-left: 4px solid #ffb347;
            padding-left: 1rem;
        }
        .story-text p {
            margin-bottom: 1rem;
            color: #6b4e3a;
        }
        .story-image {
            flex: 1;
            text-align: center;
        }
        .story-image img {
            max-width: 100%;
            border-radius: 2rem;
            box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
        }
        /* values grid */
        .values-section {
            background: #fffef8;
            border-radius: 2rem;
            padding: 2rem;
            margin-bottom: 4rem;
            border: 1px solid #f0e2d4;
        }
        .values-section h2 {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 2rem;
        }
        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 2rem;
        }
        .value-card {
            text-align: center;
            padding: 1rem;
        }
        .value-card i {
            font-size: 2.5rem;
            color: #ff8a7a;
            margin-bottom: 1rem;
        }
        .value-card h3 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
        }
        /* meet the baker (team) */
        .team-section {
            text-align: center;
            margin-bottom: 4rem;
        }
        .team-section h2 {
            font-size: 2rem;
            margin-bottom: 2rem;
        }
        .team-card {
            background: white;
            border-radius: 2rem;
            padding: 2rem;
            max-width: 400px;
            margin: 0 auto;
            border: 1px solid #f0e2d4;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
        }
        .team-card img {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
            border: 4px solid #ff8a7a;
        }
        .team-card h3 {
            font-size: 1.5rem;
            margin-bottom: 0.3rem;
        }
        .team-card .role {
            color: #ff8a7a;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .team-card p {
            color: #6b4e3a;
        }
        .social-links {
            margin-top: 1rem;
            display: flex;
            justify-content: center;
            gap: 1rem;
        }
        .social-links a {
            color: #b47c48;
            font-size: 1.2rem;
            transition: color 0.2s;
        }
        .social-links a:hover {
            color: #ff8a7a;
        }
        /* cta newsletter */
        .cta-section {
            background: linear-gradient(135deg, #fff5ed 0%, #ffe9dc 100%);
            border-radius: 2rem;
            padding: 3rem 2rem;
            text-align: center;
            margin-bottom: 2rem;
        }
        .cta-section h2 {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        .cta-section p {
            margin-bottom: 1.5rem;
            color: #b47c48;
        }
        .cta-form {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.75rem;
            max-width: 500px;
            margin: 0 auto;
        }
        .cta-form input {
            flex: 1;
            padding: 0.8rem 1.2rem;
            border-radius: 60px;
            border: 1px solid #f0e2d4;
            font-family: inherit;
        }
        .cta-form button {
            background: #ff8a7a;
            color: white;
            border: none;
            padding: 0.8rem 1.8rem;
            border-radius: 60px;
            font-weight: 600;
            cursor: pointer;
        }
        /* footer */
        .site-footer {
            background: #fffef8;
            border-top: 1px solid #f0e2d4;
            text-align: center;
            padding: 2rem;
            font-size: 0.8rem;
            color: #c79264;
        }
        @media (max-width: 768px) {
            .about-container { padding: 0 1rem; }
            .about-hero h1 { font-size: 2rem; }
            .story-section { flex-direction: column; }
        }/* End custom CSS */