{"id":10,"date":"2026-04-02T23:20:43","date_gmt":"2026-04-02T23:20:43","guid":{"rendered":"https:\/\/vlc.asip.co\/?page_id=10"},"modified":"2026-04-28T17:22:42","modified_gmt":"2026-04-28T17:22:42","slug":"logic","status":"publish","type":"page","link":"https:\/\/asip.co\/vlc\/","title":{"rendered":"The Logic"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64350e0 e-con-full e-flex e-con e-parent\" data-id=\"64350e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d76f5b8 e-con-full e-flex e-con e-child\" data-id=\"d76f5b8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-953a061 elementor-widget elementor-widget-text-editor\" data-id=\"953a061\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"hero-eyebrow\">vlc.asip.co\/logic \u2014 Visual Life Collective<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6bab9da elementor-widget elementor-widget-html\" data-id=\"6bab9da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"hero-lockup\">\n    <p class=\"hero-decode\">\n        DECODE<br>\n        THE\n    <\/p>\n    <p class=\"hero-visual-logic\">Visual Logic<\/p>\n<\/div>\n\n<style>\n\/* --- 1. ANIMATION DEFINITION --- *\/\n@keyframes vlcFadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(10px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n\/* --- 2. THE PARENT CONTAINER --- *\/\n.hero-lockup {\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n    align-items: flex-start;\n}\n\n\/* --- 3. THE STACKED HEADER (Paragraph Method) --- *\/\n.hero-decode {\n    \/* Color preserved: var(--ink) *\/\n    color: var(--ink) !important;\n    font-family: var(--font-display), Impact, sans-serif !important;\n    font-size: clamp(42px, 5vw, 80px) !important;\n    line-height: 0.92 !important; \n    letter-spacing: 0.04em !important; \n    text-transform: uppercase !important;\n    \n    \/* Reset paragraph defaults *\/\n    margin: 0 !important;\n    padding: 0 !important;\n    font-weight: 400 !important;\n    -webkit-font-smoothing: antialiased;\n\n    \/* ANIMATION *\/\n    opacity: 0;\n    animation: vlcFadeInUp 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n}\n\n\/* --- 4. THE SECONDARY LINE (Paragraph Method) --- *\/\n.hero-visual-logic {\n    \/* Color preserved: #7a6e62 *\/\n    color: #7a6e62 !important;\n    font-family: var(--font-serif), Georgia, serif !important;\n    font-style: italic !important;\n    font-size: clamp(28px, 4.2vw, 60px) !important;\n    line-height: 1.2 !important;\n    letter-spacing: -0.02em !important;\n    \n    \/* Reset paragraph defaults *\/\n    margin: 0 !important;\n    padding: 0 !important;\n    font-weight: normal !important;\n    display: block !important;\n    white-space: nowrap !important;\n    \n    \/* Visual alignment *\/\n    margin-top: -0.3rem !important; \n    -webkit-font-smoothing: antialiased;\n\n    \/* ANIMATION *\/\n    opacity: 0;\n    animation: vlcFadeInUp 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n    animation-delay: 0.4s;\n}\n\n\/* --- 5. MOBILE REFINEMENT --- *\/\n@media (max-width: 480px) {\n    .hero-decode {\n        font-size: 56px !important; \n        line-height: 0.95 !important; \n        letter-spacing: 0.02em !important; \n    }\n    \n    .hero-visual-logic {\n        font-size: 40px !important; \n        margin-top: 0 !important; \n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cb3bde elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"4cb3bde\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>30 years of photographic methodology. Reverse-engineered, documented, and made transferable for professionals who demand mastery.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-694ef70 e-con-full e-flex e-con e-child\" data-id=\"694ef70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01b52e1 elementor-widget elementor-widget-html\" data-id=\"01b52e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"vlc-btn-row\">\n  <a href=\"https:\/\/vlc.asip.co\/logic\" class=\"vlc-btn vlc-btn-solid\">\n    ENTER THE LOGIC\n  <\/a>\n\n  <a href=\"#techniques\" class=\"vlc-btn vlc-btn-ghost\">\n    BROWSE TECHNIQUES\n  <\/a>\n<\/div>\n\n<style>\n  \/* 1. CONTAINER LOGIC: Side-by-side Desktop *\/\n  .vlc-btn-row {\n    display: flex !important;\n    flex-direction: row !important;\n    gap: 1.5rem !important;\n    align-items: center !important;\n    justify-content: flex-start !important;\n    margin: 2rem 0 !important;\n  }\n\n  \/* 2. BASE BUTTON ARCHITECTURE (Reset & Mono) *\/\n  .vlc-btn {\n    all: unset !important; \/* The Nuclear Reset *\/\n    box-sizing: border-box !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    font-family: ui-monospace, Menlo, Monaco, Consolas, \"Courier New\", monospace !important;\n    font-size: 9px !important;\n    letter-spacing: 0.18em !important;\n    text-transform: uppercase !important;\n    padding: 14px 28px !important;\n    cursor: pointer !important;\n    border-radius: 0px !important;\n    transition: all 0.3s ease !important;\n    text-align: center !important;\n  }\n\n  \/* 3. BUTTON 01: SOLID (Ink Background \/ Paper Text) *\/\n  .vlc-btn-solid {\n    background-color: #0f0e0c !important; \/* Ink *\/\n    color: #f5f2ee !important;           \/* Paper *\/\n    border: 0.5px solid #0f0e0c !important;\n  }\n\n  .vlc-btn-solid:hover {\n    background-color: #b8952a !important; \/* Accent Gold *\/\n    border-color: #b8952a !important;\n    color: #f5f2ee !important;\n  }\n\n  \/* 4. BUTTON 02: GHOST (Transparent \/ Ink Text \/ 0.5px Rule) *\/\n  .vlc-btn-ghost {\n    background-color: transparent !important;\n    color: #0f0e0c !important;             \/* Ink *\/\n    border: 0.5px solid rgba(90, 75, 50, 0.18) !important; \/* Rule *\/\n  }\n\n  .vlc-btn-ghost:hover {\n    border-color: #b8952a !important;      \/* Accent Gold *\/\n    color: #b8952a !important;\n  }\n\n  \/* 5. MOBILE REFINEMENT: Stacked & Scaled *\/\n  @media (max-width: 768px) {\n    .vlc-btn-row {\n      flex-direction: column !important; \/* Stacks vertically *\/\n      gap: 1rem !important;\n      width: 100% !important;\n    }\n\n    .vlc-btn {\n      width: 100% !important; \/* Full width button *\/\n      font-size: 13px !important;\n      letter-spacing: 0.12em !important;\n      padding: 16px 0 !important;\n      min-height: 44px !important;\n      border-width: 1px !important; \/* Thicker for clarity on mobile *\/\n    }\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c9a09a e-con-full e-flex e-con e-child\" data-id=\"0c9a09a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85294c4 elementor-widget elementor-widget-html\" data-id=\"85294c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<a href=\"YOUR_URL_HERE\" \n   style=\"\n    \/* 1. THE RESET: Ignores all theme\/global styles *\/\n    all: unset; \n    \n    \/* 2. CORE TYPOGRAPHY *\/\n    font-family: ui-monospace, Menlo, Monaco, Consolas, 'Courier New', monospace !important;\n    font-size: 9px !important;\n    letter-spacing: 0.18em !important;\n    text-transform: uppercase !important;\n    color: #b8952a !important; \/* Accent Gold *\/\n    text-decoration: none !important;\n    \n    \/* 3. STRUCTURE & GHOST EFFECT *\/\n    display: inline-block !important;\n    background-color: rgba(15, 14, 12, 0.5) !important;\n    border: 0.5px solid #c8b89a !important; \/* Warm Mid *\/\n    border-radius: 0px !important;\n    padding: 14px 28px !important;\n    cursor: pointer !important;\n    \n    \/* 4. KILLING THE GHOST BORDERS *\/\n    outline: none !important;\n    box-shadow: none !important;\n    -webkit-appearance: none !important;\n    \n    \/* 5. SMOOTH TRANSITION *\/\n    transition: background-color 0.3s ease, border-color 0.3s ease !important;\n   \"\n   onmouseover=\"this.style.backgroundColor='rgba(15, 14, 12, 0.8)'; this.style.borderColor='#b8952a';\"\n   onmouseout=\"this.style.backgroundColor='rgba(15, 14, 12, 0.5)'; this.style.borderColor='#c8b89a';\"\n>\n PPL Interactive Pro Archive \u2014 Flagship Release\n<\/a>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c9d6934 e-con-full e-flex e-con e-parent\" data-id=\"c9d6934\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-390c09a elementor-widget elementor-widget-html\" data-id=\"390c09a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"vlc-strip-container\">\n  <div class=\"vlc-strip-content\">\n    <span class=\"strip-item\">Professional Reverse-Engineering<\/span>\n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item\">Photographic Logic<\/span>\n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item\">Master DNG \u00b7 XMP \u00b7 Blueprint Formats<\/span>\n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item\">Fine Art Authority<\/span>\n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item\">30-Year Visual Legacy<\/span>\n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item strip-url\">vlc.asip.co\/logic<\/span>\n    \n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item\">Professional Reverse-Engineering<\/span>\n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item\">Photographic Logic<\/span>\n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item\">Master DNG \u00b7 XMP \u00b7 Blueprint Formats<\/span>\n    <span class=\"strip-dot\"><\/span>\n    <span class=\"strip-item\">Fine Art Authority<\/span>\n  <\/div>\n<\/div>\n\n<style>\n  \/* 1. CONTAINER: Now includes the Archival 0.5px Border *\/\n  .vlc-strip-container {\n    width: 100% !important;\n    overflow: hidden !important;\n    padding: 16px 0 !important;\n    background-color: transparent !important;\n    display: flex !important;\n    align-items: center !important;\n    white-space: nowrap !important;\n    \n    \/* THE MISSING BORDER *\/\n    border-top: 0.5px solid rgba(122, 110, 98, 0.2) !important;\n    border-bottom: 0.5px solid rgba(122, 110, 98, 0.2) !important;\n  }\n\n  \/* 2. THE SLIDING TRACK *\/\n  .vlc-strip-content {\n    display: inline-flex !important;\n    align-items: center !important;\n    gap: 40px !important; \n    will-change: transform;\n    animation: vlcSlide 35s linear infinite !important;\n  }\n\n  \/* 3. ITEM STYLING (Muted #7a6e62) *\/\n  .strip-item {\n    font-family: ui-monospace, Menlo, Monaco, Consolas, \"Courier New\", monospace !important;\n    font-size: 9px !important;\n    letter-spacing: 0.18em !important;\n    text-transform: uppercase !important;\n    color: #7a6e62 !important; \n    -webkit-font-smoothing: antialiased;\n  }\n\n  .strip-url {\n    font-weight: 700 !important;\n    color: #7a6e62 !important;\n  }\n\n  \/* 4. SEPARATOR DOT *\/\n  .strip-dot {\n    width: 3px !important;\n    height: 3px !important;\n    background-color: rgba(122, 110, 98, 0.2) !important;\n    border-radius: 50% !important;\n    flex-shrink: 0 !important;\n  }\n\n  \/* 5. ANIMATION *\/\n  @keyframes vlcSlide {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n\n  \/* 6. MOBILE REFINEMENT *\/\n  @media (max-width: 768px) {\n    .vlc-strip-content {\n      animation: vlcSlide 25s linear infinite !important;\n      gap: 30px !important;\n    }\n    .strip-item {\n      font-size: 8px !important;\n    }\n  }\n\n  .vlc-strip-container:hover .vlc-strip-content {\n    animation-play-state: paused !important;\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1559c71 e-con-full e-flex e-con e-parent\" data-id=\"1559c71\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-65a034a e-con-full e-flex e-con e-child\" data-id=\"65a034a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0adaab7 elementor-widget elementor-widget-text-editor\" data-id=\"0adaab7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The Logic<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f69cb2f elementor-widget elementor-widget-spacer\" data-id=\"f69cb2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19938b3 elementor-widget elementor-widget-heading\" data-id=\"19938b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">01<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9494cf0 e-con-full e-flex e-con e-child\" data-id=\"9494cf0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-787a22e e-con-full e-flex e-con e-child\" data-id=\"787a22e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a88cb10 elementor-widget elementor-widget-text-editor\" data-id=\"a88cb10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>&#8220;I have spent 30 years building a visual language. Every frame was deliberate. Every decision had logic. This is where I document the methodology \u2014 the lighting decisions, the tonal architecture, the compositional thinking behind four decades of work. Made transferable. For the first time.&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-45f277e e-con-full e-flex e-con e-parent\" data-id=\"45f277e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb6e0dd elementor-widget elementor-widget-html\" data-id=\"fb6e0dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"vlc-collection-desktop\">\n    <div class=\"vlc-desktop-col-title\">\n        <h2 class=\"vlc-desktop-title\">THE COLLECTION<\/h2>\n    <\/div>\n    <div class=\"vlc-desktop-col-sub\">\n        <span class=\"vlc-desktop-sub\">Three instruments of mastery<\/span>\n    <\/div>\n<\/div>\n\n<style>\n\/* \u2500\u2500 TOGGLE LOGIC: Hide on screens smaller than 768px \u2500\u2500 *\/\n@media (max-width: 767px) {\n    .vlc-collection-desktop { \n        display: none !important; \n    }\n}\n\n\/* \u2500\u2500 DESKTOP STYLES (768px and wider) \u2500\u2500 *\/\n@media (min-width: 768px) {\n    .vlc-collection-desktop {\n        padding: 3.5rem 3rem 2rem;\n        display: flex !important;\n        flex-direction: row !important;\n        align-items: center !important; \n        gap: 3.5rem; \n        border-bottom: 0.5px solid var(--rule);\n        width: 100%;\n        box-sizing: border-box;\n    }\n\n    .vlc-desktop-col-title { flex: 0 0 auto; }\n    .vlc-desktop-col-sub { flex: 1 1 auto; }\n\n    \/* The 38px horizontal title *\/\n    h2.vlc-desktop-title {\n        margin: 0 !important;\n        font-family: var(--font-display), Impact, sans-serif !important;\n        color: var(--ink) !important;\n        text-transform: uppercase !important;\n        line-height: 1 !important; \n        font-size: 38px !important;\n        letter-spacing: 0.08em !important; \n        white-space: nowrap !important;\n        -webkit-font-smoothing: antialiased !important;\n    }\n\n    .vlc-desktop-sub {\n        font-family: ui-monospace, Menlo, Consolas, \"Courier New\", monospace !important;\n        font-weight: 400 !important;\n        color: #7a6e62 !important;\n        font-size: 9px !important; \n        text-transform: uppercase !important;\n        letter-spacing: 0.18em !important; \n        line-height: 1.4 !important;\n        text-align: left !important;\n        display: block !important;\n        -webkit-font-smoothing: antialiased !important;\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1998de1 elementor-widget elementor-widget-html\" data-id=\"1998de1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"vlc-collection-mobile\">\n    <h2 class=\"vlc-mobile-title\">THE COLLECTION<\/h2>\n    <span class=\"vlc-mobile-sub\">Three instruments of mastery<\/span>\n<\/div>\n\n<style>\n\/* \u2500\u2500 TOGGLE LOGIC: Hide on screens 768px and wider \u2500\u2500 *\/\n@media (min-width: 768px) {\n    .vlc-collection-mobile { \n        display: none !important; \n    }\n}\n\n\/* \u2500\u2500 MOBILE STYLES (767px and smaller) \u2500\u2500 *\/\n@media (max-width: 767px) {\n    .vlc-collection-mobile {\n        display: flex !important;\n        flex-direction: column !important; \/* Forces the vertical stack *\/\n        align-items: flex-start !important; \n        padding: 2.5rem 1.5rem 1.5rem !important; \/* Optimized mobile padding *\/\n        gap: 0.8rem !important; \/* Space between title and subtitle *\/\n        border-bottom: 0.5px solid var(--rule);\n        width: 100%;\n        box-sizing: border-box;\n        overflow: hidden !important; \/* CRITICAL: Prevents horizontal scroll from the 38px font *\/\n    }\n\n    \/* Isolated class bypasses theme's override completely *\/\n    h2.vlc-mobile-title {\n        margin: 0 !important;\n        font-family: var(--font-display), Impact, sans-serif !important;\n        color: var(--ink) !important;\n        text-transform: uppercase !important;\n        line-height: 1 !important; \n        \n        \/* \u2500\u2500 MATCHING DESKTOP SIZE \u2500\u2500 *\/\n        font-size: 38px !important; \n        letter-spacing: 0.08em !important;\n        \n        \/* The crucial lock to prevent word breaking *\/\n        white-space: nowrap !important; \n        -webkit-font-smoothing: antialiased !important;\n    }\n\n    .vlc-mobile-sub {\n        font-family: ui-monospace, Menlo, Consolas, \"Courier New\", monospace !important;\n        font-weight: 400 !important;\n        color: #7a6e62 !important;\n        font-size: 9px !important;\n        text-transform: uppercase !important;\n        letter-spacing: 0.12em !important;\n        line-height: 1.4 !important;\n        display: block !important;\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-90fcb94 e-con-full e-flex e-con e-parent\" data-id=\"90fcb94\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5a3745 elementor-widget elementor-widget-html\" data-id=\"d5a3745\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"products-grid\">\n  \n  <div class=\"product-card\">\n    <span class=\"product-tag\">Flagship \u00b7 Blueprint<\/span>\n    <div class=\"product-index\">01<\/div>\n    <h3 class=\"product-name\">PPL Interactive Pro Archive<\/h3>\n    <p class=\"product-format\">Premium Hardcover Technical Manual<\/p>\n    <p class=\"product-desc\">The definitive technical authority. Comprehensive blueprints, lighting diagrams, and deep-dive logic for a 30-year visual legacy \u2014 with digital access to corresponding DNG Master Bundles.<\/p>\n    <div class=\"product-specs\">\n      <p class=\"product-spec\">Paper \u2014 <span>High-GMS archival stock<\/span><\/p>\n      <p class=\"product-spec\">Includes \u2014 <span>DNG + XMP + JPG digital access<\/span><\/p>\n    <\/div>\n    <div class=\"product-footer\">\n      <span class=\"product-price\">\u20aa750+<\/span>\n      <span class=\"product-arrow\">\u2192<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"product-card\">\n    <span class=\"product-tag\">Accessible \u00b7 Editorial<\/span>\n    <div class=\"product-index\">02<\/div>\n    <h3 class=\"product-name\">PPL Standard Playbook<\/h3>\n    <p class=\"product-format\">Digital \/ Physical Educational Guide<\/p>\n    <p class=\"product-desc\">Essential techniques, the Visual Life philosophy, and actionable lighting plays for modern wedding and portrait photography. The entry point into the PPL methodology.<\/p>\n    <div class=\"product-specs\">\n      <p class=\"product-spec\">Format \u2014 <span>Digital + Physical available<\/span><\/p>\n      <p class=\"product-spec\">Style \u2014 <span>Crash Mag editorial aesthetic<\/span><\/p>\n    <\/div>\n    <div class=\"product-footer\">\n      <span class=\"product-price\">\u20aa95<\/span>\n      <span class=\"product-arrow\">\u2192<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"product-card legacy\">\n    <span class=\"product-tag\">Legacy Edition \u00b7 Collector<\/span>\n    <div class=\"product-index\">03<\/div>\n    <h3 class=\"product-name\">Arnold Szmerling: The Collected Works<\/h3>\n    <p class=\"product-format\">12\u00d712\u2033 Fine Art Collector's Edition Album \u00b7 1981\u20132026<\/p>\n    <p class=\"product-desc\">A personal monument to four decades of photographic accomplishment. Museum-grade Matte Velvet printing, genuine leather cover, blind-embossed typography, and a custom clamshell presentation box.<\/p>\n    <div class=\"product-specs\">\n      <p class=\"product-spec\">Binding \u2014 <span>Fine Art lay-flat, leather cover<\/span><\/p>\n      <p class=\"product-spec\">Plates \u2014 <span>40\u201350 curated. One image per page.<\/span><\/p>\n      <p class=\"product-spec\">Includes \u2014 <span>Clamshell box + Technical Index<\/span><\/p>\n    <\/div>\n    <div class=\"product-footer\">\n      <span class=\"product-price\">\u20aa8,000 \u2013 \u20aa12,000<\/span>\n      <span class=\"product-arrow\">\u2192<\/span>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<style>\n\/* --- GRID ARCHITECTURE --- *\/\n.products-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    border-bottom: 0.5px solid var(--rule);\n    width: 100%;\n    -webkit-font-smoothing: antialiased;\n}\n\n\/* --- THE PRODUCT CARD --- *\/\n.product-card {\n    padding: 3rem;\n    border-right: 0.5px solid var(--rule);\n    display: flex;\n    flex-direction: column;\n    gap: 1.2rem;\n    transition: background 0.3s ease;\n    cursor: pointer;\n    background: transparent;\n}\n\n.product-card:last-child { border-right: none; }\n.product-card:hover { background: rgba(184, 149, 42, 0.03); }\n\n\/* Typography Logic *\/\n.product-tag {\n    font-family: ui-monospace, Menlo, Monaco, monospace !important;\n    font-size: 8px !important;\n    letter-spacing: 0.22em !important;\n    text-transform: uppercase !important;\n    color: var(--accent-gold) !important;\n    display: block;\n}\n\n.product-index {\n    font-family: 'Bebas Neue', Impact, sans-serif !important;\n    font-size: 48px !important;\n    color: rgba(90, 75, 50, 0.07) !important;\n    line-height: 1 !important;\n    margin-bottom: -0.5rem !important;\n}\n\n\/* \u2500\u2500 STRENGTH FIX FOR HEADINGS \u2500\u2500 *\/\n.product-name {\n    font-family: 'Cormorant Garamond', Georgia, serif !important;\n    font-size: 22px !important;\n    font-weight: 700 !important; \/* Fixed: Forced Bold weight *\/\n    line-height: 1.1 !important;\n    color: var(--ink) !important;\n    margin: 0 !important;\n    font-style: normal !important;\n}\n\n.product-format {\n    font-size: 14px !important;\n    font-style: italic !important;\n    color: var(--muted) !important;\n    margin: 0 !important;\n}\n\n.product-desc {\n    font-size: 15px !important;\n    font-weight: normal !important;\n    color: var(--ink) !important;\n    line-height: 1.65 !important;\n    flex: 1;\n}\n\n.product-specs {\n    margin-top: 0.5rem !important;\n    display: flex;\n    flex-direction: column;\n    gap: 0.4rem !important;\n}\n\n.product-spec {\n    font-family: ui-monospace, Menlo, Monaco, monospace !important;\n    font-size: 9px !important;\n    letter-spacing: 0.05em !important;\n    color: var(--muted) !important;\n    line-height: 1.5 !important;\n    margin: 0 !important;\n    text-transform: uppercase !important;\n}\n\n.product-spec span { color: var(--ink) !important; text-transform: none !important; }\n\n.product-footer {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 1rem !important;\n    padding-top: 1.2rem !important;\n    border-top: 0.5px solid var(--rule);\n}\n\n.product-price {\n    font-family: ui-monospace, Menlo, Monaco, monospace !important;\n    font-size: 13px !important;\n    letter-spacing: 0.06em !important;\n    color: var(--ink) !important;\n}\n\n.product-arrow {\n    font-family: ui-monospace, Menlo, Monaco, monospace !important;\n    font-size: 16px !important;\n    color: var(--muted) !important;\n    transition: transform 0.2s, color 0.2s;\n}\n\n.product-card:hover .product-arrow { \n    transform: translateX(5px); \n    color: var(--ink); \n}\n\n\/* --- THE LEGACY CARD (THIRD BLOCK SPECIAL COLOR) --- *\/\n.product-card.legacy {\n    background: #0f0e0c !important; \/* Deepest Ink background for the Collector piece *\/\n    border-right: none;\n}\n\n.product-card.legacy .product-tag  { color: var(--accent-gold) !important; }\n.product-card.legacy .product-name { color: #f5f2ee !important; font-weight: 700 !important; } \/* White-Paper color for text *\/\n.product-card.legacy .product-format { color: #7a6e62 !important; }\n.product-card.legacy .product-desc { color: rgba(245, 242, 238, 0.8) !important; }\n.product-card.legacy .product-spec { color: #7a6e62 !important; }\n.product-card.legacy .product-spec span { color: #f5f2ee !important; }\n.product-card.legacy .product-price { color: var(--accent-gold) !important; } \/* Price in Gold to highlight value *\/\n.product-card.legacy .product-arrow { color: var(--accent-gold) !important; }\n.product-card.legacy .product-footer { border-top-color: rgba(245, 242, 238, 0.1) !important; }\n.product-card.legacy .product-index { color: rgba(245, 242, 238, 0.05) !important; }\n\n\/* --- RESPONSIVE LOGIC --- *\/\n@media (max-width: 1024px) {\n    .products-grid { grid-template-columns: 1fr 1fr 1fr; }\n    .product-card { padding: 2rem 1.5rem; }\n}\n\n@media (max-width: 767px) {\n    .products-grid { grid-template-columns: 1fr; }\n    .product-card { \n        border-right: none; \n        border-bottom: 0.5px solid var(--rule); \n        padding: 3.5rem 1.5rem;\n    }\n    .product-card.legacy { border-bottom: none; }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fdd658c e-con-full e-flex e-con e-parent\" data-id=\"fdd658c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1933e03 elementor-widget elementor-widget-html\" data-id=\"1933e03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"products-header\">\n    <div class=\"col-title\">\n        <h2 class=\"products-title\">Sample Technique Domains<\/h2>\n    <\/div>\n    <div class=\"col-sub\">\n        <span class=\"products-header-sub\">from the logic<\/span>\n    <\/div>\n<\/div>\n\n<style>\n\/* 1. THE HEADER WRAPPER *\/\n.products-header {\n    padding: 3.5rem 3rem 2rem;\n    display: flex;\n    flex-direction: row !important;\n    align-items: center !important; \n    gap: 3.5rem; \n    border-bottom: 0.5px solid var(--rule);\n    width: 100%;\n}\n\n\/* 2. THE COLUMNS *\/\n.col-title {\n    flex: 0 0 auto;\n}\n\n.col-sub {\n    flex: 0 1 auto;\n}\n\n\/* 3. THE TITLE: \"Sample Technique Domains\" *\/\n.products-title {\n    margin: 0;\n    font-family: var(--font-display), Impact, sans-serif;\n    color: var(--ink);\n    text-transform: uppercase;\n    line-height: 1; \n    font-size: 38px !important;\n    letter-spacing: 0.08em !important; \n    white-space: nowrap; \/* Stays single line on Desktop *\/\n    -webkit-font-smoothing: antialiased;\n}\n\n\/* 4. THE SUBTITLE: \"from the logic\" *\/\n.products-header-sub {\n    font-family: ui-monospace, Menlo, Consolas, \"Courier New\", monospace !important;\n    font-weight: 400;\n    color: #7a6e62;\n    font-size: 9px !important; \n    text-transform: uppercase !important;\n    letter-spacing: 0.18em !important; \n    line-height: 1.4;\n    text-align: left !important;\n    display: block;\n    -webkit-font-smoothing: antialiased;\n}\n\n\/* 5. MOBILE REFINEMENT *\/\n@media (max-width: 480px) {\n    .products-header {\n        padding: 2.5rem 1.5rem 1.5rem;\n        gap: 1.5rem; \n        align-items: center !important; \n    }\n    \n    .products-title {\n        font-size: 26px !important; \/* Slightly smaller for mobile room *\/\n        letter-spacing: 0.04em !important;\n        \n        \/* THE BREAK LOGIC *\/\n        white-space: normal !important; \n        max-width: 180px; \/* Constrains width to force 2-line wrap *\/\n        line-height: 1.1 !important; \n    }\n    \n    .products-header-sub {\n        text-align: left !important;\n        white-space: normal !important; \n        max-width: 80px; \/* Forces subtitle to break if needed *\/\n        font-size: 9px !important;\n        letter-spacing: 0.12em !important;\n        line-height: 1.5;\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e60a6b5 e-con-full e-flex e-con e-parent\" data-id=\"e60a6b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6416914 elementor-widget elementor-widget-html\" data-id=\"6416914\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"tech-grid\">\n    \n    <a href=\"javascript:void(0)\" class=\"tech-card lighting\">\n        <span class=\"tech-id\">T-001<\/span>\n        <h4 class=\"tech-name\">High-Key Sculpting<\/h4>\n        <div class=\"tech-meta\">\n            <span class=\"tech-cat\">Lighting<\/span>\n            <span class=\"tech-arrow\">\u2192<\/span>\n        <\/div>\n    <\/a>\n\n    <a href=\"javascript:void(0)\" class=\"tech-card tonal\">\n        <span class=\"tech-id\">T-002<\/span>\n        <h4 class=\"tech-name\">Deep Shadow Compression<\/h4>\n        <div class=\"tech-meta\">\n            <span class=\"tech-cat\">Tonal<\/span>\n            <span class=\"tech-arrow\">\u2192<\/span>\n        <\/div>\n    <\/a>\n\n    <a href=\"javascript:void(0)\" class=\"tech-card colour\">\n        <span class=\"tech-id\">T-003<\/span>\n        <h4 class=\"tech-name\">Chromatographic Logic<\/h4>\n        <div class=\"tech-meta\">\n            <span class=\"tech-cat\">Colour<\/span>\n            <span class=\"tech-arrow\">\u2192<\/span>\n        <\/div>\n    <\/a>\n\n    <a href=\"javascript:void(0)\" class=\"tech-card composition\">\n        <span class=\"tech-id\">T-004<\/span>\n        <h4 class=\"tech-name\">The Golden Anchor<\/h4>\n        <div class=\"tech-meta\">\n            <span class=\"tech-cat\">Composition<\/span>\n            <span class=\"tech-arrow\">\u2192<\/span>\n        <\/div>\n    <\/a>\n\n<\/div>\n\n<style>\n\/* --- GRID ARCHITECTURE --- *\/\n.tech-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr); \n    width: 100%;\n    \/* Added top border since the filter bar is gone *\/\n    border-top: 0.5px solid var(--rule);\n}\n\n.tech-card {\n    padding: 2.5rem;\n    border-right: 0.5px solid var(--rule);\n    border-bottom: 0.5px solid var(--rule);\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n    text-decoration: none;\n    transition: background 0.25s ease;\n    min-height: 200px;\n    cursor: pointer; \n}\n\n\/* Remove right border on the last item of each row *\/\n.tech-card:nth-child(4n) { border-right: none; }\n.tech-card:hover { background: rgba(184, 149, 42, 0.03); }\n\n\/* --- THE \"THINNER\" ID STYLING --- *\/\n.tech-id {\n    \/* Using system font stack for the ID *\/\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif;\n    font-weight: 300; \n    font-size: 15px; \n    color: var(--accent-gold, #b8952a); \n    letter-spacing: 0.2em; \n    text-transform: uppercase;\n    -webkit-font-smoothing: antialiased;\n}\n\n.tech-name {\n    font-family: var(--font-serif), Georgia, serif;\n    font-size: 18px;\n    font-weight: bold;\n    color: var(--ink);\n    line-height: 1.2;\n    margin: 0;\n    flex-grow: 1;\n}\n\n.tech-meta {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-top: 2rem;\n}\n\n.tech-cat {\n    font-family: ui-monospace, Menlo, Monaco, monospace;\n    font-size: 8px;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--muted);\n}\n\n.tech-arrow {\n    font-family: ui-monospace, Menlo, Monaco, monospace;\n    font-size: 12px;\n    color: var(--muted);\n    transition: transform 0.2s;\n}\n\n.tech-card:hover .tech-arrow { transform: translateX(4px); color: var(--ink); }\n\n\/* --- RESPONSIVE LOGIC --- *\/\n@media (max-width: 1024px) {\n    .tech-grid { grid-template-columns: repeat(2, 1fr); }\n    .tech-card:nth-child(2n) { border-right: none; }\n    \/* Reset the 4n rule for 2-column layout *\/\n    .tech-card:nth-child(4n) { border-right: 0.5px solid var(--rule); }\n    .tech-card:nth-child(2n) { border-right: none; }\n}\n\n@media (max-width: 600px) {\n    .tech-grid { grid-template-columns: 1fr; }\n    .tech-card { border-right: none !important; padding: 2.5rem 1.5rem; min-height: 160px; }\n    \n    \/* Mobile Legibility Adjustments *\/\n    .tech-cat {\n        font-size: 10px;\n        letter-spacing: 0.05em;\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ec7538 e-con-full e-flex e-con e-parent\" data-id=\"4ec7538\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-aef2e85 e-con-full e-flex e-con e-child\" data-id=\"aef2e85\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e65e0c elementor-widget elementor-widget-text-editor\" data-id=\"0e65e0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>ARNOLD SZMERLING<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4eba855 elementor-widget elementor-widget-text-editor\" data-id=\"4eba855\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"hero-eyebrow\">Visual Legacy Artist \u00b7 asip.co<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-211f538 e-con-full e-flex e-con e-child\" data-id=\"211f538\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-acdba33 elementor-widget elementor-widget-text-editor\" data-id=\"acdba33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"hero-eyebrow\">The Artist Behind The Logic<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-881a5a2 elementor-widget elementor-widget-heading\" data-id=\"881a5a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">30 Years of Visual Logic<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<p class=\"e-59a87df-ec5b179 e-paragraph-base\" data-interaction-id=\"59a87df\">Arnold Szmerling is not a teacher who theorizes. Every technique documented in The Logic originates from real work \u2014 images published, exhibited, and collected over three decades of professional practice.<br><br>The Visual Life Collective exists because the methodology behind the work is as precise as the images themselves. This is the first time it has been systematically decoded and made transferable.<\/p>\n\t\t\t\t<div class=\"elementor-element elementor-element-c16e285 elementor-widget elementor-widget-button\" data-id=\"c16e285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Visit asip.co \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbd600d e-con-full e-flex e-con e-parent\" data-id=\"fbd600d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-da1db42 e-con-full e-flex e-con e-child\" data-id=\"da1db42\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb05cdb elementor-widget elementor-widget-text-editor\" data-id=\"cb05cdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"hero-eyebrow\">The Source of Authority<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50bf653 elementor-widget elementor-widget-heading\" data-id=\"50bf653\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Collected Works 1981\u20132026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<p class=\"e-70614d1-d4b864d e-paragraph-base\" data-interaction-id=\"70614d1\">Every technique in The Logic originates from a real, published fine art image. The Collected Works is not a companion to this archive \u2014 it is the foundation upon which all reverse-engineering stands.<br><br>40\u201350 curated plates. One image per page. Museum-grade Matte Velvet on lay-flat binding. Genuine leather. A monument to four decades.<\/p>\n\t\t\t\t<div class=\"elementor-element elementor-element-909778b elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"909778b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Inquire about The Collected Works \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aceb908 e-con-full e-flex e-con e-child\" data-id=\"aceb908\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53201f3 elementor-widget elementor-widget-text-editor\" data-id=\"53201f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"hero-eyebrow\">curated plates\u00a0 \u00a0 \u00a0 original year<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14e2de1 elementor-widget elementor-widget-text-editor\" data-id=\"14e2de1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>45\u00a0 \u00a0 \u00a0 1981<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>vlc.asip.co\/logic \u2014 Visual Life Collective DECODE THE Visual Logic 30 years of photographic methodology. Reverse-engineered, documented, and made transferable for professionals who demand mastery. ENTER THE LOGIC BROWSE TECHNIQUES PPL Interactive Pro Archive \u2014 Flagship [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_seopress_titles_title":"Visual Life Collective | Photography Technique & Inspiration \u2014 Arnold Szmerling","_seopress_titles_desc":"Visual Life Collective \u2014 an exploration of photographic technique, artistic inspiration, and the visual philosophy of Arnold Szmerling. Collector fine print albums available.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"Visual Life Collective | Photography Technique & Inspiration \u2014 Arnold Szmerling","_seopress_social_fb_desc":"Visual Life Collective \u2014 an exploration of photographic technique, artistic inspiration, and the visual philosophy of Arnold Szmerling. Collector fine print albums available.","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"Visual Life Collective | Photography Technique & Inspiration \u2014 Arnold Szmerling","_seopress_social_twitter_desc":"Visual Life Collective \u2014 an exploration of photographic technique, artistic inspiration, and the visual philosophy of Arnold Szmerling. Collector fine print albums available.","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/asip.co\/vlc\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asip.co\/vlc\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/asip.co\/vlc\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/asip.co\/vlc\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/asip.co\/vlc\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":0,"href":"https:\/\/asip.co\/vlc\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"wp:attachment":[{"href":"https:\/\/asip.co\/vlc\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}