{"product_id":"madelynn-mutter-taking-your-own-reference-photos","title":"Madelynn Mutter: Taking Your Own Reference Photos","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: \"Avenir Next\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n        background-color: #f8f9fa;\n        padding: 20px 0;\n    }\n\n    .course-modules-wrapper {\n        padding: 40px 20px 30px 20px;\n    }\n\n    .course-overview {\n        margin-bottom: 60px;\n    }\n\n    .course-intro-text {\n        font-family: \"Libre Caslon Text\", Georgia, \"Times New Roman\", serif;\n        font-size: 28px;\n        font-weight: 400;\n        color: #1a1a1a;\n        text-align: left;\n        margin-bottom: 40px;\n        line-height: 1.3;\n        letter-spacing: normal;\n    }\n\n    .course-breakdown {\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 2px;\n        margin-top: 20px;\n        margin-bottom: 20px;\n    }\n\n    .breakdown-desktop {\n        display: block;\n    }\n\n    .breakdown-mobile {\n        display: none;\n    }\n\n    .modules-list {\n        display: flex;\n        flex-direction: column;\n        gap: 40px;\n    }\n\n    .module-item[data-module=\"about\"] { order: 1; }\n    .module-item[data-module=\"1\"] { order: 2; }\n    .module-item[data-module=\"2\"] { order: 3; }\n    .module-item[data-module=\"3\"] { order: 4; }\n    .module-item[data-module=\"4\"] { order: 5; }\n    .module-item[data-module=\"5\"] { order: 6; }\n    .module-item[data-module=\"6\"] { order: 7; }\n\n    .module-item {\n        background: white;\n        border-radius: 16px;\n        overflow: hidden;\n        border: 1px solid #e9ecef;\n        position: relative;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n    }\n\n    \/* CRITICAL FIX: Allow flipbook to display without being cut off *\/\n    .module-header {\n        cursor: pointer;\n        position: relative;\n    }\n\n    .module-image-container {\n        position: relative;\n        width: 100%;\n    }\n\n    .module-image {\n        width: 100%;\n        height: auto;\n        border-radius: 16px 16px 0 0;\n        display: block;\n    }\n\n    .module-badge {\n        position: absolute;\n        top: 16px;\n        left: 16px;\n        background: rgba(0, 0, 0, 0.8);\n        color: white;\n        padding: 8px 16px;\n        border-radius: 20px;\n        font-size: 12px;\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        z-index: 10;\n    }\n\n    .free-gift-badge {\n        background: linear-gradient(135deg, #22c55e, #16a34a) !important;\n        box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);\n    }\n\n    .premium-add-on-badge {\n        background: linear-gradient(135deg, #f59e0b, #d97706) !important;\n        box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);\n    }\n\n    .module-content {\n        padding: 24px;\n        position: relative;\n    }\n\n    .module-item[data-module=\"about\"] .module-content {\n        background: white;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .module-item[data-module=\"1\"] .module-content {\n        background: #3e3e3b;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .module-item[data-module=\"2\"] .module-content {\n        background: #6E7F55;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .module-item[data-module=\"3\"] .module-content {\n        background: #bc934a;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .module-item[data-module=\"4\"] .module-content {\n        background: #7a5f45;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .module-item[data-module=\"5\"] .module-content {\n        background: #3e3e3b;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .module-item[data-module=\"5\"] .module-header {\n        cursor: pointer;\n    }\n\n    .module-item[data-module=\"5\"] .module-title {\n        color: white;\n    }\n\n    .module-item[data-module=\"5\"] .module-description {\n        color: rgba(255, 255, 255, 0.9);\n    }\n\n    .module-item[data-module=\"5\"] .module-meta {\n        color: rgba(255, 255, 255, 0.8);\n    }\n\n    .module-item[data-module=\"5\"] .module-meta svg {\n        stroke: rgba(255, 255, 255, 0.8);\n    }\n\n    .module-item[data-module=\"5\"] .expand-icon::after {\n        border-right-color: rgba(255, 255, 255, 0.8) !important;\n        border-bottom-color: rgba(255, 255, 255, 0.8) !important;\n    }\n\n    .module-item[data-module=\"6\"] .module-content {\n        background: white;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .module-item[data-module=\"6\"] .module-header {\n        cursor: default;\n    }\n\n    .module-item[data-module=\"6\"] .expand-icon {\n        display: none;\n    }\n\n    .module-item[data-module=\"6\"] .module-title {\n        color: #1a1a1a;\n    }\n\n    .module-item[data-module=\"6\"] .module-description {\n        color: #666;\n    }\n\n    .module-item[data-module=\"6\"] .module-meta {\n        color: #888;\n    }\n\n    .free-gift-badge {\n        background: linear-gradient(135deg, #22c55e, #16a34a) !important;\n        box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);\n    }\n\n    .exclusive-bundle-badge {\n        background: linear-gradient(135deg, #d4af37, #b8860b) !important;\n        box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);\n    }\n\n    .module-title {\n        font-family: \"Libre Caslon Text\", Georgia, \"Times New Roman\", serif;\n        font-size: 22px;\n        font-weight: 400;\n        margin-bottom: 8px;\n        line-height: 1.2;\n    }\n\n    .module-item[data-module=\"about\"] .module-title {\n        color: #1a1a1a;\n    }\n\n    .module-item[data-module=\"1\"] .module-title,\n    .module-item[data-module=\"2\"] .module-title,\n    .module-item[data-module=\"3\"] .module-title,\n    .module-item[data-module=\"4\"] .module-title {\n        color: white;\n    }\n\n    .module-description {\n        font-size: 15px;\n        line-height: 1.4;\n        margin-bottom: 12px;\n    }\n\n    .module-item[data-module=\"about\"] .module-description {\n        color: #666;\n    }\n\n    .module-item[data-module=\"1\"] .module-description,\n    .module-item[data-module=\"2\"] .module-description,\n    .module-item[data-module=\"3\"] .module-description,\n    .module-item[data-module=\"4\"] .module-description {\n        color: rgba(255, 255, 255, 0.9);\n    }\n\n    .module-meta {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        font-size: 13px;\n        font-weight: 500;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .module-meta svg {\n        flex-shrink: 0;\n    }\n\n    .module-item[data-module=\"about\"] .module-meta {\n        color: #888;\n    }\n\n    .module-item[data-module=\"1\"] .module-meta,\n    .module-item[data-module=\"2\"] .module-meta,\n    .module-item[data-module=\"3\"] .module-meta,\n    .module-item[data-module=\"4\"] .module-meta {\n        color: rgba(255, 255, 255, 0.8);\n    }\n\n    .module-item[data-module=\"1\"] .module-meta svg,\n    .module-item[data-module=\"2\"] .module-meta svg,\n    .module-item[data-module=\"3\"] .module-meta svg,\n    .module-item[data-module=\"4\"] .module-meta svg {\n        stroke: rgba(255, 255, 255, 0.8);\n    }\n\n    .module-item .module-header .expand-icon {\n        position: absolute !important;\n        bottom: 20px !important;\n        right: 20px !important;\n        width: 20px !important;\n        height: 20px !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        transition: transform 0.3s ease !important;\n        flex-shrink: 0 !important;\n        cursor: pointer !important;\n        background: none !important;\n        border: none !important;\n        border-radius: 0 !important;\n        box-shadow: none !important;\n        z-index: 20 !important;\n    }\n\n    .module-item[data-module=\"1\"] .expand-icon::after,\n    .module-item[data-module=\"2\"] .expand-icon::after,\n    .module-item[data-module=\"3\"] .expand-icon::after,\n    .module-item[data-module=\"4\"] .expand-icon::after {\n        border-right-color: rgba(255, 255, 255, 0.8) !important;\n        border-bottom-color: rgba(255, 255, 255, 0.8) !important;\n    }\n\n    .module-item .module-header .expand-icon::after {\n        content: '' !important;\n        width: 8px !important;\n        height: 8px !important;\n        border-right: 2px solid #999 !important;\n        border-bottom: 2px solid #999 !important;\n        border-left: none !important;\n        border-top: none !important;\n        background: transparent !important;\n        transform: rotate(45deg) !important;\n        transition: transform 0.3s ease !important;\n        display: block !important;\n        position: relative !important;\n        margin: 0 !important;\n        padding: 0 !important;\n    }\n\n    .module-item.expanded .module-header .expand-icon::after {\n        transform: rotate(225deg) !important;\n    }\n\n    .lessons-container {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.4s ease;\n    }\n\n    .module-item.expanded .lessons-container {\n        max-height: 6000px;\n    }\n\n    .lessons-list {\n        padding: 24px;\n        background: #f8f9fa;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .about-course-content {\n        background: white;\n        padding: 16px 32px 32px 32px;\n    }\n\n    .about-content-wrapper {\n        display: flex;\n        gap: 40px;\n        align-items: flex-start;\n    }\n\n    .about-text {\n        flex: 1;\n    }\n\n    .about-text .intro-main {\n        font-family: \"Avenir Next\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n        font-size: 15px;\n        line-height: 1.4;\n        color: #1a1a1a;\n        margin-bottom: 16px;\n        font-weight: 400;\n        text-align: left;\n    }\n\n    .about-text .intro-main:last-child {\n        margin-bottom: 0;\n    }\n\n    .about-image {\n        flex: 0 0 280px;\n    }\n\n    .about-course-image {\n        width: 100%;\n        height: auto;\n        border-radius: 12px;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n    }\n\n    .course-trailer-section {\n        margin-bottom: 32px;\n        text-align: center;\n    }\n\n    .course-trailer-section .video-preview-wrapper {\n        padding-bottom: 56.25%;\n        background: transparent;\n    }\n\n    .trailer-title {\n        font-family: \"Libre Caslon Text\", Georgia, \"Times New Roman\", serif;\n        font-size: 20px;\n        font-weight: 400;\n        color: #1a1a1a;\n        margin-bottom: 8px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 8px;\n    }\n\n    .trailer-description {\n        color: #666;\n        font-size: 14px;\n        line-height: 1.4;\n        margin-bottom: 16px;\n    }\n\n    .video-preview-container {\n        display: none;\n        width: 100%;\n        margin-top: 16px;\n        position: relative;\n    }\n\n    .video-preview-container.active {\n        display: block;\n    }\n\n    .video-preview-wrapper {\n        position: relative;\n        width: 100%;\n        height: 0;\n        padding-bottom: 56.25%;\n        background: #000;\n        overflow: hidden;\n    }\n\n    .video-preview-container iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .lesson-item {\n        display: flex;\n        align-items: center;\n        gap: 16px;\n        padding: 16px;\n        border-radius: 12px;\n        transition: background-color 0.2s ease;\n        margin-bottom: 12px;\n        border: 1px solid #f1f3f4;\n        background: white;\n    }\n\n    .lesson-item:hover {\n        background-color: #f8f9fa;\n        border-color: #e9ecef;\n    }\n\n    .lesson-item.has-preview {\n        cursor: pointer;\n        flex-direction: column;\n        align-items: stretch;\n    }\n\n    .lesson-item.has-preview:hover {\n        background-color: #f8f9fa;\n        border-color: #e9ecef;\n    }\n\n    .lesson-item.has-preview .lesson-main-content {\n        display: flex;\n        align-items: center;\n        gap: 16px;\n        width: 100%;\n    }\n\n    .lesson-number {\n        width: 32px;\n        height: 32px;\n        background: #1a1a1a;\n        color: white;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 14px;\n        font-weight: 600;\n        flex-shrink: 0;\n        font-family: \"Avenir Next\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    }\n\n    .lesson-thumbnail {\n        width: 80px;\n        height: 45px;\n        border-radius: 8px;\n        object-fit: cover;\n        flex-shrink: 0;\n    }\n\n    .lesson-thumbnail-container {\n        position: relative;\n        width: 80px;\n        height: 45px;\n        flex-shrink: 0;\n    }\n\n    .lesson-thumbnail-container .lesson-thumbnail {\n        width: 100%;\n        height: 100%;\n    }\n\n    .lesson-content {\n        flex: 1;\n        min-width: 0;\n    }\n\n    .preview-badge-overlay {\n        position: absolute;\n        top: 12px;\n        right: 12px;\n        background: linear-gradient(135deg, #2563eb, #1d4ed8);\n        color: white;\n        padding: 6px 12px;\n        border-radius: 16px;\n        font-size: 10px;\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        z-index: 10;\n        box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);\n    }\n\n    .lesson-title {\n        font-family: \"Libre Caslon Text\", Georgia, \"Times New Roman\", serif;\n        font-size: 18px;\n        font-weight: 400;\n        color: #1a1a1a;\n        margin-bottom: 4px;\n        line-height: 1.3;\n    }\n\n    .lesson-description {\n        color: #666;\n        font-size: 14px;\n        line-height: 1.4;\n        margin-bottom: 8px;\n        font-weight: 400;\n    }\n\n    .lesson-duration {\n        color: #888;\n        font-size: 12px;\n        font-weight: 500;\n        display: flex;\n        align-items: center;\n        gap: 4px;\n    }\n\n    .bonus-content {\n        padding: 32px;\n        background: white;\n        border-radius: 0 0 16px 16px;\n    }\n\n    .bonus-content .intro-main {\n        font-size: 15px;\n        line-height: 1.4;\n        color: #1a1a1a;\n        margin-bottom: 24px;\n    }\n\n    .bonus-part {\n        display: flex;\n        align-items: center;\n        gap: 16px;\n        padding: 16px;\n        border-radius: 12px;\n        margin-bottom: 12px;\n        border: 1px solid #f1f3f4;\n        background: white;\n    }\n\n    .bonus-part-number {\n        width: 32px;\n        height: 32px;\n        background: #1a1a1a;\n        color: white;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 14px;\n        font-weight: 600;\n        flex-shrink: 0;\n    }\n\n    .bonus-part-thumbnail {\n        width: 80px;\n        height: 45px;\n        border-radius: 8px;\n        object-fit: cover;\n        flex-shrink: 0;\n    }\n\n    .bonus-part-content {\n        flex: 1;\n        min-width: 0;\n    }\n\n    .bonus-part-title {\n        font-family: \"Libre Caslon Text\", Georgia, \"Times New Roman\", serif;\n        font-size: 18px;\n        font-weight: 400;\n        color: #1a1a1a;\n        margin-bottom: 4px;\n        line-height: 1.3;\n    }\n\n    .bonus-part-description {\n        color: #666;\n        font-size: 14px;\n        line-height: 1.4;\n        margin-bottom: 8px;\n    }\n\n    .bonus-part-meta {\n        color: #888;\n        font-size: 12px;\n        font-weight: 500;\n    }\n\n    \/* MOBILE STYLES *\/\n    @media (max-width: 768px) {\n        .course-modules-wrapper {\n            padding: 20px 20px 0px 20px;\n        }\n\n        .course-overview {\n            margin-bottom: 40px;\n        }\n\n        .course-intro-text {\n            font-size: 24px;\n            margin-bottom: 30px;\n        }\n\n        .breakdown-desktop {\n            display: none;\n        }\n\n        .breakdown-mobile {\n            display: block;\n        }\n\n        .module-item[data-module=\"about\"],\n        .module-item[data-module=\"1\"],\n        .module-item[data-module=\"2\"],\n        .module-item[data-module=\"3\"],\n        .module-item[data-module=\"4\"],\n        .module-item[data-module=\"5\"],\n        .module-item[data-module=\"6\"] {\n            margin-left: -20px;\n            margin-right: -20px;\n        }\n\n        .modules-list {\n            gap: 24px;\n        }\n\n        .module-content {\n            padding: 20px;\n        }\n\n        .module-title {\n            font-size: 18px;\n        }\n\n        .module-description {\n            font-size: 13px;\n        }\n\n        .module-meta {\n            font-size: 11px;\n        }\n\n        .module-item .module-header .expand-icon {\n            bottom: 16px !important;\n            right: 16px !important;\n        }\n\n        .lessons-list {\n            padding: 20px;\n        }\n\n        .about-course-content {\n            padding: 12px 20px 24px 20px;\n        }\n\n        .bonus-content {\n            padding: 24px 20px;\n        }\n\n        .bonus-part {\n            flex-direction: column;\n            align-items: center;\n            padding: 16px;\n            gap: 12px;\n            position: relative;\n        }\n\n        .bonus-part-thumbnail {\n            width: 160px;\n            height: 90px;\n        }\n\n        .bonus-part-content {\n            width: 100%;\n        }\n\n        .bonus-part .bonus-part-number {\n            position: absolute;\n            top: 8px;\n            left: 8px;\n            z-index: 10;\n        }\n\n        .about-content-wrapper {\n            flex-direction: column;\n            align-items: stretch;\n            gap: 24px;\n        }\n\n        .about-image {\n            flex: none;\n            order: -1;\n        }\n\n        .about-text .intro-main {\n            font-size: 14px;\n            margin-bottom: 12px;\n        }\n\n        .lesson-item {\n            flex-direction: column;\n            align-items: center;\n            text-align: left;\n            padding: 16px;\n            gap: 12px;\n            position: relative;\n        }\n\n        .lesson-item.has-preview .lesson-main-content {\n            flex-direction: column;\n            align-items: center;\n            text-align: left;\n            gap: 12px;\n            width: 100%;\n        }\n\n        .lesson-thumbnail-container {\n            width: 160px;\n            height: 90px;\n            position: relative;\n        }\n\n        .lesson-thumbnail-container .lesson-thumbnail,\n        .lesson-thumbnail {\n            width: 160px;\n            height: 90px;\n            object-fit: contain;\n        }\n\n        .lesson-content {\n            width: 100%;\n            text-align: left;\n        }\n\n        .lesson-item .lesson-number {\n            position: absolute;\n            top: 8px;\n            left: 8px;\n            z-index: 10;\n        }\n\n        .lesson-title {\n            font-size: 16px;\n        }\n\n        .lesson-description {\n            font-size: 13px;\n        }\n\n        .lesson-duration {\n            font-size: 11px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"course-modules-wrapper\"\u003e\n    \u003c!-- Course Overview Section --\u003e\n    \u003cdiv class=\"course-overview\"\u003e\n        \u003ch2 class=\"course-intro-text\"\u003eJoin Maddy in the field as she reveals her complete process for gathering the reference photos behind her paintings\u003c\/h2\u003e\n        \u003c!-- Course Breakdown --\u003e\n        \u003cdiv class=\"course-breakdown\"\u003e\n            \u003cimg class=\"breakdown-desktop\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy_photo_course_breakdown_graphic_7ec8049c-9c1e-474b-91e9-24b0b7efec23.png?v=1788978338\" alt=\"Course breakdown\" style=\"width: 100%; max-width: 850px; height: auto;\"\u003e\n            \u003cimg class=\"breakdown-mobile\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy_photo_course_breakdown_graphic_mobile_bc1ef1be-520a-406e-9335-7063805b1494.png?v=1788978339\" alt=\"Course breakdown\" style=\"width: 100%; max-width: 400px; height: auto;\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"modules-list\"\u003e\n        \u003c!-- About the Course --\u003e\n        \u003cdiv data-module=\"about\" class=\"module-item about-course-module\"\u003e\n            \u003cdiv class=\"module-header\"\u003e\n                \u003cdiv class=\"module-image-container\"\u003e\n                    \u003cimg class=\"module-image\" alt=\"About the Course\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy-about-course-4.jpg?v=1788813239\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-content\"\u003e\n                    \u003ch3 class=\"module-title\"\u003eAbout the Course\u003c\/h3\u003e\n                    \u003cp class=\"module-description\"\u003eDiscover how Maddy gathers the references behind her paintings\u003c\/p\u003e\n                    \u003cdiv class=\"module-meta\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"expand-icon\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lessons-container\"\u003e\n                \u003cdiv class=\"lessons-list about-course-content\"\u003e\n                    \u003cdiv class=\"course-trailer-section\"\u003e\n                        \u003cdiv style=\"margin-bottom: 20px;\" class=\"video-preview-container active\"\u003e\n                            \u003cdiv class=\"video-preview-wrapper\"\u003e\n                                \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/1223504875?title=0\u0026amp;byline=0\u0026amp;portrait=0\"\u003e\u003c\/iframe\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003ch4 class=\"trailer-title\"\u003e\n                            \u003csvg style=\"margin-right: 1px;\" fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                                \u003cpath d=\"M8 5v14l11-7z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e Watch the course trailer\n                        \u003c\/h4\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"about-content-wrapper\"\u003e\n                        \u003cdiv class=\"about-text\"\u003e\n                            \u003cp class=\"intro-main\"\u003eIn this course, Maddy shows you how she finds, photographs, and selects the reference photos behind her paintings.\u003c\/p\u003e\n                            \u003cp class=\"intro-main\"\u003eYou will spend a day in the field with her, then sit down at the computer as she sorts through everything she brought home.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"about-image\"\u003e\n                            \u003cimg class=\"about-course-image\" alt=\"Maddy Mutter in her studio\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/2026_9_7-Maddy-photo-course-dropdown-1.jpg?v=1788820237\" style=\"margin-bottom: 16px;\"\u003e\n                            \u003cimg class=\"about-course-image\" alt=\"Behind the scenes\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/2026_9_7-Maddy-photo-course-dropdown-2.jpg?v=1788820238\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Part 1: Why Your Own References --\u003e\n        \u003cdiv data-module=\"1\" class=\"module-item\"\u003e\n            \u003cdiv class=\"module-header\"\u003e\n                \u003cdiv class=\"module-image-container\"\u003e\n                    \u003cdiv class=\"module-badge\"\u003ePART 1\u003c\/div\u003e\n                    \u003cimg class=\"module-image\" alt=\"Why Your Own References\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/2026_9_7-Maddy-photo-course-section-1-hero_708252d0-dedb-4758-b62a-053cc3ea71d4.jpg?v=1788819227\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-content\"\u003e\n                    \u003ch3 class=\"module-title\"\u003eWhy Your Own References\u003c\/h3\u003e\n                    \u003cp class=\"module-description\"\u003eMaddy covers her camera gear, model release forms, and why she shoots every reference herself.\u003c\/p\u003e\n                    \u003cdiv class=\"module-meta\"\u003e\n                        \u003csvg stroke-linejoin=\"miter\" stroke-linecap=\"square\" stroke-width=\"1\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003crect fill=\"none\" height=\"18\" width=\"16\" y=\"3\" x=\"4\"\u003e\u003c\/rect\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\n                        \u003cspan\u003e4 VIDEO LESSONS (17 MIN)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"expand-icon\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lessons-container\"\u003e\n                \u003cdiv class=\"lessons-list\"\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e0\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Why Take Your Own References\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_lesson_0.jpg?v=1788553374\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eWhy Take Your Own References\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy traces a career built on knocking on doors and explains why painting from your own photos removes any copyright risk.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e6m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e1\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Model Release Forms\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_1.jpg?v=1788553370\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eModel Release Forms\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy explains how she gets written permission from anyone whose animals, property, or likeness will appear in a painting.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e3m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e2\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Camera and Lens Recommendations\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_2.jpg?v=1788553374\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eCamera and Lens Recommendations\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy walks through the progression from a phone to her Canon 90D and telephoto lens, and explains why the setup should stay simple.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e6m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e3\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Editing Software\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_3.jpg?v=1788553377\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eEditing Software\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy shares her minimal editing approach, using basic exposure and contrast adjustments rather than professional software.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e2m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Part 2: On Location at the Family Farm --\u003e\n        \u003cdiv data-module=\"2\" class=\"module-item\"\u003e\n            \u003cdiv class=\"module-header\"\u003e\n                \u003cdiv class=\"module-image-container\"\u003e\n                    \u003cdiv class=\"module-badge\"\u003ePART 2\u003c\/div\u003e\n                    \u003cimg class=\"module-image\" alt=\"On Location at the Family Farm\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/2026_9_7-Maddy-photo-course-section-2-hero.jpg?v=1788816383\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-content\"\u003e\n                    \u003ch3 class=\"module-title\"\u003eOn Location at the Family Farm\u003c\/h3\u003e\n                    \u003cp class=\"module-description\"\u003eMaddy visits her family's dairy farm and photographs a place she has known her whole life.\u003c\/p\u003e\n                    \u003cdiv class=\"module-meta\"\u003e\n                        \u003csvg stroke-linejoin=\"miter\" stroke-linecap=\"square\" stroke-width=\"1\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003crect fill=\"none\" height=\"18\" width=\"16\" y=\"3\" x=\"4\"\u003e\u003c\/rect\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\n                        \u003cspan\u003e4 VIDEO LESSONS (18 MIN)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"expand-icon\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lessons-container\"\u003e\n                \u003cdiv class=\"lessons-list\"\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e4\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"The Story Behind the Reference\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_4.jpg?v=1788553377\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eThe Story Behind the Reference\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy visits a family dairy that has not run in forty years and explains why a personal connection deepens a painting.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e5m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"position: relative;\" class=\"lesson-item has-preview\" onclick=\"toggleVideoPreview(this)\"\u003e\n                        \u003cdiv class=\"preview-badge-overlay\"\u003ePREVIEW\u003c\/div\u003e\n                        \u003cdiv class=\"lesson-main-content\"\u003e\n                            \u003cdiv class=\"lesson-number\"\u003e5\u003c\/div\u003e\n                            \u003cdiv class=\"lesson-thumbnail-container\"\u003e\n                                \u003cimg class=\"lesson-thumbnail\" alt=\"Photographing the Barn\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_5.jpg?v=1788553376\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003ePhotographing the Barn\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy adjusts for harsh afternoon light and steps back to capture the barn, milkshed, and silo in a single frame.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e5m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"video-preview-container\"\u003e\n                            \u003cdiv class=\"video-preview-wrapper\"\u003e\n                                \u003ciframe data-vimeo-id=\"1225431528\"\u003e\u003c\/iframe\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e6\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Taking Photos as Notes\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_6.jpg?v=1788553376\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eTaking Photos as Notes\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy photographs a neighboring farm as a visual note for a painting that may not happen for years.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e4m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e7\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Working Every Angle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_7.jpg?v=1788553377\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eWorking Every Angle\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy circles a hay barn to find golden bales set against deep shadow and an old hay wagon worth including.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e4m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Part 3: A Day with the Longhorns --\u003e\n        \u003cdiv data-module=\"3\" class=\"module-item\"\u003e\n            \u003cdiv class=\"module-header\"\u003e\n                \u003cdiv class=\"module-image-container\"\u003e\n                    \u003cdiv class=\"module-badge\"\u003ePART 3\u003c\/div\u003e\n                    \u003cimg class=\"module-image\" alt=\"A Day with the Longhorns\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/2026_9_7-Maddy-photo-course-section-3-hero.jpg?v=1788816383\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-content\"\u003e\n                    \u003ch3 class=\"module-title\"\u003eA Day with the Longhorns\u003c\/h3\u003e\n                    \u003cp class=\"module-description\"\u003eMaddy heads to Wayment Longhorns and works the light around a herd that will not hold still.\u003c\/p\u003e\n                    \u003cdiv class=\"module-meta\"\u003e\n                        \u003csvg stroke-linejoin=\"miter\" stroke-linecap=\"square\" stroke-width=\"1\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003crect fill=\"none\" height=\"18\" width=\"16\" y=\"3\" x=\"4\"\u003e\u003c\/rect\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\n                        \u003cspan\u003e3 VIDEO LESSONS (17 MIN)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"expand-icon\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lessons-container\"\u003e\n                \u003cdiv class=\"lessons-list\"\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e8\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Approaching Landowners\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_8.jpg?v=1788553378\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eApproaching Landowners\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy explains how to introduce yourself to a landowner, share your intent, and help them see the value in what they have.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e4m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"position: relative;\" class=\"lesson-item has-preview\" onclick=\"toggleVideoPreview(this)\"\u003e\n                        \u003cdiv class=\"preview-badge-overlay\"\u003ePREVIEW\u003c\/div\u003e\n                        \u003cdiv class=\"lesson-main-content\"\u003e\n                            \u003cdiv class=\"lesson-number\"\u003e9\u003c\/div\u003e\n                            \u003cdiv class=\"lesson-thumbnail-container\"\u003e\n                                \u003cimg class=\"lesson-thumbnail\" alt=\"Meeting Kory Wayment\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_9.jpg?v=1788553378\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eMeeting Kory Wayment\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy introduces longhorn rancher Kory Wayment, who shares the breed's history and what he looks for when buying an animal.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e5m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"video-preview-container\"\u003e\n                            \u003cdiv class=\"video-preview-wrapper\"\u003e\n                                \u003ciframe data-vimeo-id=\"1225431527\"\u003e\u003c\/iframe\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e10\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Photographing the Herd\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_10.jpg?v=1788553378\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003ePhotographing the Herd\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy works the light around a moving herd, watching for the silhouettes, shadows, and moments worth capturing.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e8m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Part 4: Back in the Studio --\u003e\n        \u003cdiv data-module=\"4\" class=\"module-item\"\u003e\n            \u003cdiv class=\"module-header\"\u003e\n                \u003cdiv class=\"module-image-container\"\u003e\n                    \u003cdiv class=\"module-badge\"\u003ePART 4\u003c\/div\u003e\n                    \u003cimg class=\"module-image\" alt=\"Back in the Studio\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/2026_9_7-Maddy-photo-course-section-4-hero.jpg?v=1788816383\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-content\"\u003e\n                    \u003ch3 class=\"module-title\"\u003eBack in the Studio\u003c\/h3\u003e\n                    \u003cp class=\"module-description\"\u003eMaddy sorts through the full shoot at her computer, keeping the frames worth painting and deleting the rest.\u003c\/p\u003e\n                    \u003cdiv class=\"module-meta\"\u003e\n                        \u003csvg stroke-linejoin=\"miter\" stroke-linecap=\"square\" stroke-width=\"1\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003crect fill=\"none\" height=\"18\" width=\"16\" y=\"3\" x=\"4\"\u003e\u003c\/rect\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"7\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"17\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\n                        \u003cspan\u003e5 VIDEO LESSONS (41 MIN)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"expand-icon\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lessons-container\"\u003e\n                \u003cdiv class=\"lessons-list\"\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e11\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Reviewing the Shoot\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_11.jpg?v=1788553378\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eReviewing the Shoot\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy begins culling the day's photos, keeping the strong shapes and deleting awkward poses and blurred frames.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e10m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"position: relative;\" class=\"lesson-item has-preview\" onclick=\"toggleVideoPreview(this)\"\u003e\n                        \u003cdiv class=\"preview-badge-overlay\"\u003ePREVIEW\u003c\/div\u003e\n                        \u003cdiv class=\"lesson-main-content\"\u003e\n                            \u003cdiv class=\"lesson-number\"\u003e12\u003c\/div\u003e\n                            \u003cdiv class=\"lesson-thumbnail-container\"\u003e\n                                \u003cimg class=\"lesson-thumbnail\" alt=\"Finding Cows and Calves\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_12.jpg?v=1788553378\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eFinding Cows and Calves\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy reviews the recurring theme of the shoot and identifies which cow and calf pairings would translate well into paintings.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e14m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"video-preview-container\"\u003e\n                            \u003cdiv class=\"video-preview-wrapper\"\u003e\n                                \u003ciframe data-vimeo-id=\"1225431529\"\u003e\u003c\/iframe\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e13\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Portraits and Group Photos\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_13.jpg?v=1788553378\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003ePortraits and Group Photos\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy looks for the painting hidden inside a herd photo and explains what makes a portrait worth keeping.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e10m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e14\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Storing and Backing Up Photos\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_14.jpg?v=1788553380\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eStoring and Backing Up Photos\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy covers external drives, folder organization, and sharing finished shoots with the ranchers who hosted her.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e3m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"lesson-item\"\u003e\n                        \u003cdiv class=\"lesson-number\"\u003e15\u003c\/div\u003e\n                        \u003cimg class=\"lesson-thumbnail\" alt=\"Why This Matters\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Mutter_Photos_Lesson_15.jpg?v=1788553380\"\u003e\n                        \u003cdiv class=\"lesson-content\"\u003e\n\u003ch4 class=\"lesson-title\"\u003eWhy This Matters\u003c\/h4\u003e\n\u003cp class=\"lesson-description\"\u003eMaddy closes with the case for experiencing your subject firsthand and starting with the places you already know.\u003c\/p\u003e\n\u003cdiv class=\"lesson-duration\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#888\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12,6 12,12 16,14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e4m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Painting the West cross promotion --\u003e\n        \u003cdiv data-module=\"5\" class=\"module-item\"\u003e\n            \u003cdiv class=\"module-header\"\u003e\n                \u003cdiv class=\"module-image-container\"\u003e\n                    \u003cdiv class=\"module-badge exclusive-bundle-badge\"\u003eSPECIAL OFFER\u003c\/div\u003e\n                    \u003cimg class=\"module-image\" alt=\"Painting the West with Madelynn Mutter\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/2026_9_4-Maddy-oils-thumbnail_4dcf2fac-fbb4-4dcf-86ca-2381dc964aac.jpg?v=1788569495\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-content\"\u003e\n                    \u003ch3 class=\"module-title\"\u003ePainting the West\u003c\/h3\u003e\n                    \u003cp class=\"module-description\"\u003ePurchase Maddy's full oil painting course and this photography course comes with it, free.\u003c\/p\u003e\n                    \u003cdiv class=\"module-meta\"\u003e\n                        \u003csvg stroke-linejoin=\"miter\" stroke-linecap=\"square\" stroke-width=\"1\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003crect fill=\"none\" height=\"18\" width=\"16\" y=\"3\" x=\"4\"\u003e\u003c\/rect\u003e\n                            \u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"7\"\u003e\u003c\/ellipse\u003e\n                            \u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"7\"\u003e\u003c\/ellipse\u003e\n                            \u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"7\"\u003e\u003c\/ellipse\u003e\n                            \u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"7\"\u003e\u003c\/ellipse\u003e\n                            \u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"6\" cx=\"17\"\u003e\u003c\/ellipse\u003e\n                            \u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"10\" cx=\"17\"\u003e\u003c\/ellipse\u003e\n                            \u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"14\" cx=\"17\"\u003e\u003c\/ellipse\u003e\n                            \u003cellipse fill=\"currentColor\" ry=\"0.7\" rx=\"1.1\" cy=\"18\" cx=\"17\"\u003e\u003c\/ellipse\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan\u003e50 VIDEO LESSONS (8 HOURS)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"expand-icon\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lessons-container\"\u003e\n                \u003cdiv class=\"bonus-content\"\u003e\n                    \u003cp class=\"intro-main\"\u003e\u003cstrong\u003eAs a special launch promotion, this photography course is included free when you purchase Painting the West.\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp class=\"intro-main\"\u003ePainting the West follows Maddy as she takes a raw panel all the way to a finished painting, covering her priming method, her sketchbook warmups, and the color studies behind her muted palette. The reference she paints from is the cow and calf she photographs in Part 3 of this course.\u003c\/p\u003e\n                    \u003cp class=\"intro-main\"\u003e\u003ca href=\"https:\/\/www.masterdemos.art\/products\/madelynn-mutter-painting-the-west\" style=\"color: #1a1a1a; text-decoration: underline;\"\u003eView the course\u003c\/a\u003e\u003c\/p\u003e\n                    \u003cdiv class=\"bonus-part\"\u003e\n                        \u003cdiv class=\"bonus-part-number\"\u003e1\u003c\/div\u003e\n                        \u003cimg class=\"bonus-part-thumbnail\" alt=\"The Studio and the Setup\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy-Part-1-hero.jpg?v=1788812138\"\u003e\n                        \u003cdiv class=\"bonus-part-content\"\u003e\n                            \u003ch4 class=\"bonus-part-title\"\u003eThe Studio and the Setup\u003c\/h4\u003e\n                            \u003cp class=\"bonus-part-description\"\u003eSupplies, mediums, priming a raw panel, and choosing brushes.\u003c\/p\u003e\n                            \u003cdiv class=\"bonus-part-meta\"\u003e5 lessons (45 min)\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bonus-part\"\u003e\n                        \u003cdiv class=\"bonus-part-number\"\u003e2\u003c\/div\u003e\n                        \u003cimg class=\"bonus-part-thumbnail\" alt=\"Sketchbook Warmups\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy-Part-2-hero.jpg?v=1788812147\"\u003e\n                        \u003cdiv class=\"bonus-part-content\"\u003e\n                            \u003ch4 class=\"bonus-part-title\"\u003eSketchbook Warmups\u003c\/h4\u003e\n                            \u003cp class=\"bonus-part-description\"\u003eQuick studies that train you to draw shapes rather than subjects.\u003c\/p\u003e\n                            \u003cdiv class=\"bonus-part-meta\"\u003e5 lessons (34 min)\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bonus-part\"\u003e\n                        \u003cdiv class=\"bonus-part-number\"\u003e3\u003c\/div\u003e\n                        \u003cimg class=\"bonus-part-thumbnail\" alt=\"Building a Personal Color Palette\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy-part-3-hero.jpg?v=1788567721\"\u003e\n                        \u003cdiv class=\"bonus-part-content\"\u003e\n                            \u003ch4 class=\"bonus-part-title\"\u003eBuilding a Personal Color Palette\u003c\/h4\u003e\n                            \u003cp class=\"bonus-part-description\"\u003eChroma, pigment codes, and the color studies behind her muted palette.\u003c\/p\u003e\n                            \u003cdiv class=\"bonus-part-meta\"\u003e8 lessons (49 min)\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bonus-part\"\u003e\n                        \u003cdiv class=\"bonus-part-number\"\u003e4\u003c\/div\u003e\n                        \u003cimg class=\"bonus-part-thumbnail\" alt=\"Planning the Painting\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy-part-4-hero.jpg?v=1788567721\"\u003e\n                        \u003cdiv class=\"bonus-part-content\"\u003e\n                            \u003ch4 class=\"bonus-part-title\"\u003ePlanning the Painting\u003c\/h4\u003e\n                            \u003cp class=\"bonus-part-description\"\u003eAspect ratio, imprimatura, and a full value study before any color.\u003c\/p\u003e\n                            \u003cdiv class=\"bonus-part-meta\"\u003e8 lessons (1 hr 10 min)\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bonus-part\"\u003e\n                        \u003cdiv class=\"bonus-part-number\"\u003e5\u003c\/div\u003e\n                        \u003cimg class=\"bonus-part-thumbnail\" alt=\"First Session: Blocking In\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy-part-5-hero.jpg?v=1788567722\"\u003e\n                        \u003cdiv class=\"bonus-part-content\"\u003e\n                            \u003ch4 class=\"bonus-part-title\"\u003eFirst Session: Blocking In\u003c\/h4\u003e\n                            \u003cp class=\"bonus-part-description\"\u003eMixing the full palette and blocking the whole painting in wet.\u003c\/p\u003e\n                            \u003cdiv class=\"bonus-part-meta\"\u003e9 lessons (1 hr 51 min)\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bonus-part\"\u003e\n                        \u003cdiv class=\"bonus-part-number\"\u003e6\u003c\/div\u003e\n                        \u003cimg class=\"bonus-part-thumbnail\" alt=\"Second Session: Detail \u0026amp; Finish\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy-part-6-hero.jpg?v=1788567721\"\u003e\n                        \u003cdiv class=\"bonus-part-content\"\u003e\n                            \u003ch4 class=\"bonus-part-title\"\u003eSecond Session: Detail \u0026amp; Finish\u003c\/h4\u003e\n                            \u003cp class=\"bonus-part-description\"\u003eTexture, detail, and finishing over dry paint, through to the signature.\u003c\/p\u003e\n                            \u003cdiv class=\"bonus-part-meta\"\u003e16 lessons (2 hr 49 min)\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Digital Field Guide --\u003e\n        \u003cdiv data-module=\"6\" class=\"module-item\"\u003e\n            \u003cdiv class=\"module-header\"\u003e\n                \u003cdiv class=\"module-image-container\"\u003e\n                    \u003cdiv class=\"module-badge free-gift-badge\"\u003eFREE GIFT\u003c\/div\u003e\n                    \u003cimg class=\"module-image\" alt=\"Digital Field Guide\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/Maddy-photos-workbook-mockup.jpg?v=1788977699\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-content\"\u003e\n                    \u003ch3 class=\"module-title\"\u003eDigital Field Guide\u003c\/h3\u003e\n                    \u003cp class=\"module-description\"\u003eA printable guide covering Maddy's gear, permissions, and what she looks for on a shoot\u003c\/p\u003e\n                    \u003cdiv class=\"module-meta\"\u003e\n                        \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"14,2 14,8 20,8\"\u003e\u003c\/polyline\u003e\n                            \u003cline y2=\"13\" x2=\"8\" y1=\"13\" x1=\"16\"\u003e\u003c\/line\u003e\n                            \u003cline y2=\"17\" x2=\"8\" y1=\"17\" x1=\"16\"\u003e\u003c\/line\u003e\n                            \u003cpolyline points=\"10,9 9,9 8,9\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan\u003ePRINTABLE FIELD GUIDE\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction toggleVideoPreview(lessonItem) {\n    if (window.event) {\n        window.event.stopPropagation();\n        window.event.preventDefault();\n    }\n    \n    var videoContainer = lessonItem.querySelector('.video-preview-container');\n    var iframe = videoContainer.querySelector('iframe');\n    var vimeoId = iframe.getAttribute('data-vimeo-id');\n    \n    if (videoContainer.classList.contains('active')) {\n        videoContainer.classList.remove('active');\n        iframe.src = '';\n    } else {\n        videoContainer.classList.add('active');\n        iframe.src = 'https:\/\/player.vimeo.com\/video\/' + vimeoId + '?autoplay=1\u0026title=0\u0026byline=0\u0026portrait=0';\n    }\n    \n    return false;\n}\n\n(function() {\n    document.addEventListener('click', function(e) {\n        var target = e.target;\n        var moduleHeader = null;\n        var isPreviewLesson = false;\n        \n        \/\/ Check if we're clicking on a preview lesson\n        var lessonItem = target;\n        while (lessonItem \u0026\u0026 lessonItem !== document) {\n            if (lessonItem.classList \u0026\u0026 lessonItem.classList.contains('lesson-item') \u0026\u0026 lessonItem.classList.contains('has-preview')) {\n                isPreviewLesson = true;\n                break;\n            }\n            lessonItem = lessonItem.parentNode;\n        }\n        \n        if (isPreviewLesson) {\n            return;\n        }\n        \n        var checkTarget = target;\n        while (checkTarget \u0026\u0026 checkTarget !== document) {\n            if (checkTarget.classList \u0026\u0026 checkTarget.classList.contains('module-header')) {\n                moduleHeader = checkTarget;\n                break;\n            }\n            if (checkTarget.parentNode \u0026\u0026 checkTarget.parentNode.classList \u0026\u0026 checkTarget.parentNode.classList.contains('module-header')) {\n                moduleHeader = checkTarget.parentNode;\n                break;\n            }\n            checkTarget = checkTarget.parentNode;\n        }\n        \n        if (moduleHeader) {\n            var moduleItem = moduleHeader.parentNode;\n            while (moduleItem \u0026\u0026 !moduleItem.classList.contains('module-item')) {\n                moduleItem = moduleItem.parentNode;\n            }\n            e.stopPropagation();\n            e.preventDefault();\n            \n            if (moduleItem) {\n                if (moduleItem.classList.contains('expanded')) {\n                    moduleItem.classList.remove('expanded');\n                } else {\n                    moduleItem.classList.add('expanded');\n                }\n            }\n            \n            return false;\n        }\n    }, true);\n})();\n\u003c\/script\u003e","brand":"MasterDemos","offers":[{"title":"Default Title","offer_id":43134962434144,"sku":null,"price":27.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/5976\/9184\/files\/2026_9_4-Maddy-photos-thumbnail_c16db412-97e6-47e6-87fa-1e0c8f745749.jpg?v=1788976231","url":"https:\/\/www.masterdemos.art\/products\/madelynn-mutter-taking-your-own-reference-photos","provider":"MasterDemos","version":"1.0","type":"link"}