{"product_id":"professional-branding-kit","title":"Professional Branding Kit (Spring Sale)","description":"\u003cstyle\u003e\n  :root {\n    --ivory: #F4EFE7;\n    --wheat: #ECCDA4;\n    --brown: #3D3031;\n    --sand: #D9C3A5;\n    --taupe: #BCA188;\n    --agave: #7E9C97;\n    --bluegray: #7A8A8F;\n    --off-white: #FAF7F3;\n  }\n\n  .intro-strip {\n    background: var(--wheat);\n    padding: 40px 80px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n  }\n\n  .intro-item {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n\n  .intro-item-header {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .intro-star {\n    color: var(--agave);\n    font-size: 10px;\n    flex-shrink: 0;\n  }\n\n  .intro-item-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--brown);\n    line-height: 1.2;\n  }\n\n  .intro-item-desc {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--brown);\n    line-height: 1.6;\n    opacity: 0.8;\n  }\n\n  .section-eyebrow {\n    font-size: 11px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--agave);\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .section-eyebrow::before {\n    content: '';\n    display: block;\n    width: 32px;\n    height: 1px;\n    background: var(--agave);\n  }\n\n  .section-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 4vw, 58px);\n    font-weight: 300;\n    line-height: 1.1;\n    color: var(--brown);\n    margin-bottom: 24px;\n  }\n\n  .section-body {\n    font-size: 15px;\n    line-height: 1.8;\n    color: #6B5B56;\n    max-width: 560px;\n  }\n\n  .why-section {\n    background: var(--brown);\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    padding: 0;\n    overflow: hidden;\n  }\n\n  .why-left {\n    padding: 100px 70px 100px 80px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .why-left .section-eyebrow { color: var(--agave); }\n  .why-left .section-headline { color: var(--ivory); }\n  .why-left .section-body { color: var(--sand); max-width: 440px; }\n\n  .why-right {\n    padding: 80px 80px 80px 60px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    gap: 0;\n    border-left: 1px solid rgba(255,255,255,0.08);\n  }\n\n  .why-item {\n    padding: 28px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.08);\n    display: grid;\n    grid-template-columns: 40px 1fr;\n    gap: 20px;\n    align-items: start;\n  }\n\n  .why-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 300;\n    color: var(--wheat);\n    line-height: 1;\n    padding-top: 2px;\n  }\n\n  .why-content h3 {\n    font-size: 14px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    color: var(--ivory);\n    margin-bottom: 6px;\n    text-transform: uppercase;\n  }\n\n  .why-content p {\n    font-size: 13px;\n    line-height: 1.7;\n    color: var(--taupe);\n  }\n\n  .inside-section {\n    background: var(--ivory);\n    padding: 100px 80px;\n  }\n\n  .inside-header {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    margin-bottom: 70px;\n    align-items: end;\n  }\n\n  .inside-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n  }\n\n  .inside-card {\n    background: white;\n    padding: 36px 32px;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.3s, box-shadow 0.3s;\n  }\n\n  .inside-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: var(--agave);\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.3s;\n  }\n\n  .inside-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(61,48,49,0.12); }\n  .inside-card:hover::before { transform: scaleX(1); }\n\n  .card-icon {\n    width: 44px;\n    height: 44px;\n    background: var(--ivory);\n    border: 1px solid var(--sand);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n  }\n\n  .card-icon svg { width: 20px; height: 20px; stroke: var(--agave); fill: none; stroke-width: 1.5; }\n\n  .inside-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 400;\n    color: var(--brown);\n    margin-bottom: 10px;\n    line-height: 1.2;\n  }\n\n  .inside-card p {\n    font-size: 13px;\n    line-height: 1.7;\n    color: #7A6A65;\n  }\n\n  .voice-section {\n    background: var(--off-white);\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    padding: 0;\n    min-height: 560px;\n  }\n\n  .voice-left {\n    background: var(--taupe);\n    padding: 80px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .voice-left .section-eyebrow { color: var(--ivory); opacity: 0.7; }\n  .voice-left .section-headline { color: var(--ivory); }\n\n  .voice-quote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-style: italic;\n    font-weight: 300;\n    color: var(--ivory);\n    line-height: 1.5;\n    margin-top: 32px;\n    padding-left: 24px;\n    border-left: 2px solid var(--wheat);\n    opacity: 0.85;\n  }\n\n  .voice-right {\n    padding: 80px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .voice-trait-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-top: 36px;\n  }\n\n  .trait-pill {\n    background: var(--ivory);\n    border: 1px solid var(--sand);\n    padding: 16px 20px;\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--brown);\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .trait-pill::before {\n    content: '';\n    display: block;\n    width: 6px;\n    height: 6px;\n    background: var(--agave);\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n\n  .forwho-section {\n    background: var(--wheat);\n    padding: 100px 80px;\n    text-align: center;\n  }\n\n  .forwho-section .section-eyebrow { justify-content: center; }\n  .forwho-section .section-eyebrow::before { display: none; }\n  .forwho-section .section-headline { text-align: center; max-width: 700px; margin: 0 auto 20px; }\n  .forwho-section .section-body { text-align: center; margin: 0 auto 64px; }\n\n  .forwho-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  .forwho-card {\n    background: white;\n    padding: 36px 24px;\n    text-align: left;\n    border-bottom: 3px solid transparent;\n    transition: border-color 0.3s, transform 0.3s;\n  }\n  .forwho-card:hover { border-bottom-color: var(--agave); transform: translateY(-4px); }\n\n  .forwho-icon {\n    font-size: 28px;\n    margin-bottom: 16px;\n    display: block;\n  }\n\n  .forwho-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 400;\n    color: var(--brown);\n    margin-bottom: 8px;\n  }\n\n  .forwho-card p {\n    font-size: 12px;\n    line-height: 1.7;\n    color: #7A6A65;\n  }\n\n  .value-section {\n    background: var(--brown);\n    padding: 100px 80px;\n  }\n\n  .value-section .section-eyebrow { color: var(--agave); }\n  .value-section .section-headline { color: var(--ivory); }\n\n  .value-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1px;\n    background: rgba(255,255,255,0.06);\n    margin-top: 60px;\n    border: 1px solid rgba(255,255,255,0.06);\n  }\n\n  .value-item {\n    background: rgba(61,48,49,0.95);\n    padding: 36px 40px;\n    display: flex;\n    gap: 20px;\n    align-items: start;\n    transition: background 0.3s;\n  }\n  .value-item:hover { background: rgba(80,60,60,0.8); }\n\n  .value-check {\n    width: 24px;\n    height: 24px;\n    border: 1px solid var(--agave);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .value-check svg { width: 12px; height: 12px; stroke: var(--agave); fill: none; stroke-width: 2; }\n\n  .value-item-text h4 {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--ivory);\n    margin-bottom: 6px;\n    letter-spacing: 0.04em;\n  }\n\n  .value-item-text p {\n    font-size: 13px;\n    line-height: 1.65;\n    color: var(--taupe);\n  }\n\n  @media (max-width: 900px) {\n    .intro-strip { padding: 32px 40px; grid-template-columns: repeat(2, 1fr); }\n    .why-section { grid-template-columns: 1fr; }\n    .inside-grid { grid-template-columns: 1fr 1fr; }\n    .forwho-grid { grid-template-columns: 1fr 1fr; }\n    .value-grid { grid-template-columns: 1fr; }\n    .voice-section { grid-template-columns: 1fr; }\n    .inside-header { grid-template-columns: 1fr; }\n    .inside-section { padding: 80px 40px; }\n    .forwho-section { padding: 80px 40px; }\n    .value-section { padding: 80px 40px; }\n  }\n\n  @media (max-width: 600px) {\n    .intro-strip { grid-template-columns: 1fr; padding: 32px 28px; }\n    .inside-grid { grid-template-columns: 1fr; }\n    .forwho-grid { grid-template-columns: 1fr; }\n    .voice-trait-grid { grid-template-columns: 1fr; }\n    .inside-section, .forwho-section, .value-section { padding: 60px 28px; }\n  }\n\u003c\/style\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003c!-- WHAT YOU GET STRIP --\u003e\n\u003cdiv class=\"intro-strip\"\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003eArtist Brand Story\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003eA crafted narrative capturing your artistic voice — ready for your website and press materials.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003eVisual Mood Board\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003eA curated reference board of images, textures, and swatches anchoring every design decision.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003eFull Color Palette\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003e7 brand colors with exact hex codes — 3 primary and 4 supporting — plus 9 approved combinations.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003eLogo Usage Guide\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003ePlacement rules, clear space requirements, size specs, and a misuse reference for every format.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003eTypography System\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003eTwo curated fonts with a full hierarchy for web, social, email, and print use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003eTexture \u0026amp; Pattern Library\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003eFour named brand textures — Linen, Travertine, Limewash, Subtle Brushstrokes — with usage guidance.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003eBrand Voice Definition\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003eTone, personality traits, phrases to use and avoid — your verbal identity made tangible.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003e6 Caption Frameworks\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003eStorytelling, artwork launch, behind-the-scenes, emotional, educational, and soft sales — with full templates.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro-item\"\u003e\n    \u003cdiv class=\"intro-item-header\"\u003e\n      \u003cspan class=\"intro-star\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"intro-item-title\"\u003eBrand Application Examples\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro-item-desc\"\u003eThe full system applied to Instagram posts, business cards, letterhead, and calendar print.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHY IT MATTERS --\u003e\n\u003cdiv class=\"why-section\"\u003e\n  \u003cdiv class=\"why-left\"\u003e\n    \u003cp class=\"section-eyebrow\"\u003eWhy It Matters\u003c\/p\u003e\n    \u003ch2 class=\"section-headline\"\u003eThe gap between\u003cbr\u003eart and income\u003cbr\u003e\u003cem style=\"font-style:italic; color:var(--wheat);\"\u003eis branding.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"section-body\"\u003eCollectors don't just buy art — they buy into an artist. A cohesive, professional brand signals that you're serious, established, and worth collecting. Without it, even stunning work can be overlooked.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"why-right\"\u003e\n    \u003cdiv class=\"why-item\"\u003e\n      \u003cdiv class=\"why-num\"\u003e01\u003c\/div\u003e\n      \u003cdiv class=\"why-content\"\u003e\n        \u003ch3\u003eFirst Impressions Are Permanent\u003c\/h3\u003e\n        \u003cp\u003eCollectors decide within seconds. A polished visual identity ensures that every first impression communicates credibility and artistry.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"why-item\"\u003e\n      \u003cdiv class=\"why-num\"\u003e02\u003c\/div\u003e\n      \u003cdiv class=\"why-content\"\u003e\n        \u003ch3\u003eConsistency Builds Trust\u003c\/h3\u003e\n        \u003cp\u003eWhen your colors, fonts, and voice match across every platform, collectors recognize you — and recognition converts to sales.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"why-item\"\u003e\n      \u003cdiv class=\"why-num\"\u003e03\u003c\/div\u003e\n      \u003cdiv class=\"why-content\"\u003e\n        \u003ch3\u003eYour Work Gets the Stage It Deserves\u003c\/h3\u003e\n        \u003cp\u003eA strong brand framework lets your artwork shine — every post, email, and printed piece becomes a curated gallery moment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"why-item\"\u003e\n      \u003cdiv class=\"why-num\"\u003e04\u003c\/div\u003e\n      \u003cdiv class=\"why-content\"\u003e\n        \u003ch3\u003eSave Hours Every Month\u003c\/h3\u003e\n        \u003cp\u003eStop second-guessing design decisions. With a kit in hand, every content decision becomes effortless and instant.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"why-item\"\u003e\n      \u003cdiv class=\"why-num\"\u003e05\u003c\/div\u003e\n      \u003cdiv class=\"why-content\"\u003e\n        \u003ch3\u003eScale Without Losing Yourself\u003c\/h3\u003e\n        \u003cp\u003eBring on collaborators, assistants, or designers and hand them one document that keeps everything perfectly on-brand.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT'S INSIDE --\u003e\n\u003cdiv class=\"inside-section\"\u003e\n  \u003cdiv class=\"inside-header\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWhat's Inside\u003c\/p\u003e\n      \u003ch2 class=\"section-headline\"\u003eEverything your\u003cbr\u003ebrand needs —\u003cbr\u003ein one document.\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"section-body\"\u003eThis isn't a template — it's a fully developed visual and verbal identity system, built around your artwork's unique character and carefully crafted to be used immediately across every channel.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"inside-grid\"\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12a4 4 0 0 1 8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eArtist Brand Story\u003c\/h3\u003e\n      \u003cp\u003eA crafted narrative that captures the essence of your artistic voice, visual language, and the emotional world your work creates.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\u003crect x=\"14\" y=\"3\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\u003crect x=\"3\" y=\"14\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\u003crect x=\"14\" y=\"14\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eMood Board\u003c\/h3\u003e\n      \u003cp\u003eA curated visual reference collage — images, textures, and colors that anchor every creative decision to your brand's aesthetic world.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"16\" cy=\"8\" r=\"4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"16\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eFull Color Palette\u003c\/h3\u003e\n      \u003cp\u003e7 brand colors with hex codes — 3 primary and 4 supporting — plus 9 approved text-and-background combinations for instant use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 6h16M4 12h10M4 18h7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eLogo Usage Guide\u003c\/h3\u003e\n      \u003cp\u003eLogo placement on light and dark backgrounds, required clear space rules, minimum size specs, and a visual misuse guide so nothing ever looks off.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20h16M4 4h16\"\u003e\u003c\/path\u003e\u003crect x=\"7\" y=\"8\" width=\"10\" height=\"8\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eTypography System\u003c\/h3\u003e\n      \u003cp\u003eTwo curated brand fonts with a full hierarchy — which font to use, at what size, and in what context across web, social, email, and print.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eTextures \u0026amp; Patterns\u003c\/h3\u003e\n      \u003cp\u003eFour named brand textures — Linen, Travertine, Limewash, Subtle Brushstrokes — with guidance on how to use them as backgrounds and overlays.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eBrand Voice Definition\u003c\/h3\u003e\n      \u003cp\u003eYour exact tone, personality traits, phrases to lean into, and language patterns to avoid — so every caption and email sounds unmistakably like you.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 20h9\"\u003e\u003c\/path\u003e\u003cpath d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eCaption Frameworks\u003c\/h3\u003e\n      \u003cp\u003eSix ready-to-use caption structures — storytelling, artwork launch, behind-the-scenes, emotional narrative, educational, and soft sales — with full examples.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-card\"\u003e\n      \u003cdiv class=\"card-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 21h8M12 17v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3\u003eBrand Applications\u003c\/h3\u003e\n      \u003cp\u003eReal-world examples showing your brand in action: social media posts, business cards, letterhead, and calendar print — all on-brand.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- BRAND VOICE --\u003e\n\u003cdiv class=\"voice-section\"\u003e\n  \u003cdiv class=\"voice-left\"\u003e\n    \u003cp class=\"section-eyebrow\"\u003eBrand Voice\u003c\/p\u003e\n    \u003ch2 class=\"section-headline\"\u003eWords that sound like your work feels.\u003c\/h2\u003e\n    \u003cdiv class=\"voice-quote\"\u003e\n      \"Poetic, reflective, expressive, and softly inspirational.\"\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"voice-right\"\u003e\n    \u003cp class=\"section-eyebrow\"\u003ePersonality Traits\u003c\/p\u003e\n    \u003cp class=\"section-body\"\u003eYour brand voice isn't just a style — it's the reason collectors feel something when they read your captions. These traits are baked into every framework in your kit.\u003c\/p\u003e\n    \u003cdiv class=\"voice-trait-grid\"\u003e\n      \u003cdiv class=\"trait-pill\"\u003eSoulful \u0026amp; Introspective\u003c\/div\u003e\n      \u003cdiv class=\"trait-pill\"\u003eEncouraging \u0026amp; Empowering\u003c\/div\u003e\n      \u003cdiv class=\"trait-pill\"\u003eAuthentic \u0026amp; Heartfelt\u003c\/div\u003e\n      \u003cdiv class=\"trait-pill\"\u003eSoftly Inspirational\u003c\/div\u003e\n      \u003cdiv class=\"trait-pill\"\u003ePoetic \u0026amp; Expressive\u003c\/div\u003e\n      \u003cdiv class=\"trait-pill\"\u003eEmotionally Warm\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOR WHO --\u003e\n\u003cdiv class=\"forwho-section\"\u003e\n  \u003cp class=\"section-eyebrow\"\u003eMade For\u003c\/p\u003e\n  \u003ch2 class=\"section-headline\"\u003eBuilt for every artist\u003cbr\u003eready to show up professionally.\u003c\/h2\u003e\n  \u003cp class=\"section-body\"\u003eWhether you're just beginning to sell or you've been at it for years — this kit meets you where you are and takes your presentation to the next level.\u003c\/p\u003e\n  \u003cdiv class=\"forwho-grid\"\u003e\n    \u003cdiv class=\"forwho-card\"\u003e\n      \u003cspan class=\"forwho-icon\"\u003e🎨\u003c\/span\u003e\n      \u003ch3\u003ePainters \u0026amp; Fine Artists\u003c\/h3\u003e\n      \u003cp\u003eTranslate the feeling of your work into a brand that collectors recognize and remember across every touchpoint.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"forwho-card\"\u003e\n      \u003cspan class=\"forwho-icon\"\u003e📸\u003c\/span\u003e\n      \u003ch3\u003ePhotographers\u003c\/h3\u003e\n      \u003cp\u003eEstablish a cohesive visual language that extends beyond your portfolio and into every marketing moment.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"forwho-card\"\u003e\n      \u003cspan class=\"forwho-icon\"\u003e🖋️\u003c\/span\u003e\n      \u003ch3\u003eMixed Media Artists\u003c\/h3\u003e\n      \u003cp\u003eBring order and identity to a multi-disciplinary practice — one clear brand that speaks for all of it.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"forwho-card\"\u003e\n      \u003cspan class=\"forwho-icon\"\u003e🏺\u003c\/span\u003e\n      \u003ch3\u003eSculptors \u0026amp; Craft Artists\u003c\/h3\u003e\n      \u003cp\u003eGive your tactile work the visual brand presence it needs to stand out in galleries, online, and in print.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- EVERYTHING YOU RECEIVE --\u003e\n\u003cdiv class=\"value-section\"\u003e\n  \u003cp class=\"section-eyebrow\"\u003eEverything You Receive\u003c\/p\u003e\n  \u003ch2 class=\"section-headline\"\u003eEvery piece of your\u003cbr\u003ebrand, covered.\u003c\/h2\u003e\n  \u003cdiv class=\"value-grid\"\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eArtist Brand Story\u003c\/h4\u003e\n        \u003cp\u003eA narrative that captures the character, emotion, and vision behind your work — ready to use on your website and in press materials.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eVisual Mood Board\u003c\/h4\u003e\n        \u003cp\u003eA reference board of images, textures, and swatches that keeps every design decision rooted in your brand's aesthetic direction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003ePrimary Color Palette with Hex Codes\u003c\/h4\u003e\n        \u003cp\u003eThree signature colors — Ivory, Wheat, and Brown — defined with exact hex codes so every design is perfectly on-brand.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eSupporting Color Palette\u003c\/h4\u003e\n        \u003cp\u003eFour accent colors — Sand, Warm Taupe, Agave, and Blue Gray — that add depth and contrast without competing with your work.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003e9 Approved Color Combinations\u003c\/h4\u003e\n        \u003cp\u003ePre-tested, on-brand pairings for text and backgrounds — readable, beautiful, and ready to apply anywhere.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eLogo Placement Guide\u003c\/h4\u003e\n        \u003cp\u003eLight and dark background variations, proper clear space rules, and minimum size requirements for print and digital.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eLogo Misuse Reference\u003c\/h4\u003e\n        \u003cp\u003eSix visual examples of what never to do with your logo — so collaborators and vendors always get it right the first time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eTexture \u0026amp; Pattern Library\u003c\/h4\u003e\n        \u003cp\u003eFour named brand textures — Linen, Travertine, Limewash, and Subtle Brushstrokes — with overlay and opacity guidance.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eTwo-Font Typography System\u003c\/h4\u003e\n        \u003cp\u003eSignPainter Medium for headers and Inter for body text — with a complete size hierarchy for web, social, email, and print.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eBrand Voice Definition\u003c\/h4\u003e\n        \u003cp\u003eTone description, personality traits, phrases to lean into, and language to avoid — your verbal identity made tangible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003e6 Social Media Caption Frameworks\u003c\/h4\u003e\n        \u003cp\u003eStorytelling, artwork launch, behind-the-scenes, emotional narrative, educational, and soft sales formats — all with fill-in-the-blank templates.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eTwo Complete Caption Guides\u003c\/h4\u003e\n        \u003cp\u003eHook → Story → Meaning → CTA and Visual → Emotion → Context → Invitation — two proven structures, fully demonstrated.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eReal-World Brand Application Examples\u003c\/h4\u003e\n        \u003cp\u003eSee the full brand system applied to Instagram posts, business cards, letterhead, and a calendar print — in context, not just theory.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"value-item\"\u003e\n      \u003cdiv class=\"value-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"value-item-text\"\u003e\n        \u003ch4\u003eHow to Use Your Branding Kit Guide\u003c\/h4\u003e\n        \u003cp\u003eA practical orientation page so you can open the document and start using it confidently on the same day it lands in your inbox.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"artstorefronts","offers":[{"title":"Default Title","offer_id":45035106500808,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0511\/1414\/8040\/files\/5_0f54fccd-4667-46bd-b60c-4129ab15542e.png?v=1774376903","url":"https:\/\/services.artstorefronts.com\/products\/professional-branding-kit","provider":"artstorefronts","version":"1.0","type":"link"}