<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:s="http://jadedpixel.com/-/spec/shopify">
  <id>https://jasonbrickhill.com/blogs/news.atom</id>
  <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news"/>
  <link rel="self" type="application/atom+xml" href="https://jasonbrickhill.com/blogs/news.atom"/>
  <title>JASON BRICKHILL - News + Updates</title>
  <updated>2026-03-31T12:00:00-04:00</updated>
  <author>
    <name>JASON BRICKHILL</name>
  </author>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/webby-award-nomination-2026</id>
    <published>2026-03-31T12:00:00-04:00</published>
    <updated>2026-04-24T21:30:31-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/webby-award-nomination-2026"/>
    <title>Official 2026 Webby Awards Nominee</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p class="p1">Recognized at the internet’s highest honor—the 30th Annual Webby Awards in Mobile Innovation &amp; Emerging Tech. Every Jason Brickhill garment contains an NFC chip that unlocks its own digital identity.</p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/webby-award-nomination-2026">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Webby Award Nominee
  30th Annual Webby Awards
=============================================================
  TITLE:   Jason Brickhill — Official 2026 Webby Awards Nominee
  HANDLE:  webby-award-nomination-2026
=============================================================
-->
<style>
  .webby-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .webby-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 60px;
  }
  .webby-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 20px;
    display: block;
    opacity: 0.7;
  }
  .webby-body {
    font-size: 19px;
    line-height: 1.9;
    color: #d8d8d8;
  }
  .webby-body p { margin-bottom: 28px; }
  .webby-body p:last-child { margin-bottom: 0; }
  .webby-body a {
    color: #34FF82;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
  }
  .webby-body a:hover {
    color: #8234FF;
  }
  .webby-section-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 52px 0 22px;
    display: block;
  }
  .webby-badge-wrap {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
  }
  .webby-badge-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .webby-category-wrap {
    text-align: center;
    margin: 24px 0 0;
  }
  .webby-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #000;
    background: #34FF82;
    padding: 7px 20px;
    border-radius: 999px;
  }
  .webby-inline-img-wrap {
    width: 100%;
    margin: 12px 0 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .webby-inline-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  .webby-caption {
    font-size: 13.5px;
    color: #777;
    text-align: center;
    margin: 10px 0 0;
    font-style: italic;
    line-height: 1.6;
  }
  .webby-video-wrap {
    width: 100%;
    margin: 8px 0 0;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
  }
  .webby-video-wrap video {
    width: 100%;
    height: auto;
    display: block;
  }
  .webby-cta-wrap {
    text-align: center;
    margin: 36px 0 0;
  }
  a.webby-cta,
  a.webby-cta:link,
  a.webby-cta:visited,
  a.webby-cta:hover,
  a.webby-cta:focus,
  a.webby-cta:active { text-decoration: none !important; }
  a.webby-cta {
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #34FF82;
    background-image: linear-gradient(to right, #8234ff 0%, #ff34b1 51%, #8234ff 100%);
    background-size: 200% auto;
    padding: 26px 56px;
    border-radius: 999px;
    transition: background-position 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }
  a.webby-cta:hover {
    background-position: right center;
    color: #34FF82;
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(130, 52, 255, 0.5);
  }
  .webby-trust {
    font-size: 12px;
    color: #555;
    text-align: center;
    margin: 12px 0 0;
    letter-spacing: 0.06em;
  }
  .webby-divider {
    border: none;
    border-top: 1px solid #1a1a1a;
    margin: 52px 0;
  }
  .webby-pullquote {
    border-left: 3px solid #8234FF;
    margin: 48px 0;
    padding: 6px 0 6px 28px;
  }
  .webby-pullquote p {
    font-size: clamp(20px, 2.5vw, 25px);
    font-style: italic;
    line-height: 1.65;
    color: #d8d8d8;
    margin: 0;
  }
  .webby-ticker {
    overflow: hidden;
    background: #34FF82;
    padding: 11px 0;
    margin: 48px 0 0;
    border-radius: 4px;
  }
  .webby-ticker-inner {
    display: flex;
    white-space: nowrap;
    animation: webby-ticker-scroll 42s linear infinite;
    width: max-content;
  }
  .webby-ticker-inner span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #000;
    padding: 0 20px;
    flex-shrink: 0;
  }
  .webby-ticker-inner span.webby-ticker-star {
    padding: 0 8px;
    letter-spacing: 0;
  }
  @keyframes webby-ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .webby-credential {
    display: flex;
    align-items: center;
    gap: 32px;
    background: rgba(255,255,255,0.025);
    border: 1px solid #222;
    border-radius: 8px;
    padding: 28px 32px;
    margin: 48px 0 0;
  }
  .webby-credential-badge {
    flex-shrink: 0;
    width: 110px;
  }
  .webby-credential-badge img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }
  .webby-credential-text {
    flex: 1;
  }
  .webby-credential-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    opacity: 0.7;
    display: block;
    margin-bottom: 8px;
  }
  .webby-credential-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .webby-credential-meta {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }
  .webby-credential-meta a {
    color: #34FF82;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
  .webby-credential-meta a:hover {
    color: #8234FF;
  }
  /* ── Portrait image + side copy layout ── */
  .webby-portrait-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: center;
    margin: 48px 0 0;
  }
  .webby-portrait-img {
    border-radius: 6px;
    overflow: hidden;
  }
  .webby-portrait-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .webby-portrait-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .webby-portrait-copy .webby-section-label {
    margin: 0 0 4px;
  }
  .webby-portrait-stat {
    border-left: 3px solid #34FF82;
    padding-left: 18px;
  }
  .webby-portrait-stat-value {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
  .webby-portrait-stat-label {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    line-height: 1.5;
  }
  /* ── What's next ── */
  .webby-next-wrap {
    margin: 28px 0 0;
    display: flex;
    gap: 14px;
  }
  .webby-next-card {
    flex: 1;
    background: rgba(255,255,255,0.025);
    border: 1px solid #222;
    border-radius: 6px;
    padding: 28px 22px;
    transition: border-color 0.2s ease;
  }
  .webby-next-card:hover { border-color: #34FF82; }
  .webby-next-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #34FF82;
    display: block;
    margin-bottom: 10px;
  }
  .webby-next-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .webby-next-desc {
    font-size: 15px;
    color: #888;
    line-height: 1.65;
  }
  .webby-next-link {
    display: inline-block;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #34FF82;
    text-decoration: none;
  }
  .webby-next-link:hover { color: #8234FF; }
  @media (max-width: 740px) {
    .webby-credential { flex-direction: column; gap: 20px; }
    .webby-credential-badge { width: 80px; }
    .webby-portrait-layout { grid-template-columns: 1fr; }
    .webby-portrait-img { max-width: 340px; margin: 0 auto; }
    .webby-next-wrap { flex-direction: column; }
  }
</style>
<div class="webby-post">
  <span class="webby-kicker">30th Annual Webby Awards — Official Nominee</span>
  <div class="webby-badge-wrap">
    <img class="webby-badge-img" src="https://cdn.shopify.com/s/files/1/0381/4073/files/The_Webby_Awards_Nominee_Nomination_Banner.png" alt="Jason Brickhill named an official nominee at the 30th Annual Webby Awards — Connected Fashion System, Mobile Innovation and Emerging Tech 2026" loading="eager" width="860">
  </div>
  <div class="webby-body" style="margin-top: 36px;">
    <p>The <a href="https://winners.webbyawards.com/2026/websites-mobile-sites/mobile-features-design/mobile-innovation-emerging-tech/383128/connected-fashion-system-jason-brickhill" target="_blank" rel="noopener">Connected Fashion System by Jason Brickhill</a> has been named an official nominee at the 30th Annual Webby Awards — the internet's highest honor — in the category of Mobile Innovation and Emerging Tech.</p>
    <p>The Webby Awards recognize excellence on the internet across websites, apps, video, and emerging technology. To be nominated in a category at the exact intersection of fashion and technology is a validation of what we've been building since day one.</p>
    <p>Fashion has always been physical. This is the question we asked: what if every garment could unlock its own digital identity?</p>
  </div>
  <div class="webby-category-wrap">
    <span class="webby-category">✦ Official Nominee: Mobile Innovation &amp; Emerging Tech ✦</span>
  </div>
  <div class="webby-credential">
    <div class="webby-credential-badge">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Webby-Award-Nominee-Badge.jpg" alt="Official 30th Annual Webby Award Nominee badge — Jason Brickhill, Mobile Innovation and Emerging Tech 2026" loading="lazy" width="110">
    </div>
    <div class="webby-credential-text">
      <span class="webby-credential-label">Official Recognition</span>
      <div class="webby-credential-title">30th Annual Webby Awards Nominee</div>
      <div class="webby-credential-meta">
        Award: Websites &amp; Mobile Sites — Mobile Innovation &amp; Emerging Tech<br>
        Entry: <a href="https://winners.webbyawards.com/2026/websites-mobile-sites/mobile-features-design/mobile-innovation-emerging-tech/383128/connected-fashion-system-jason-brickhill" target="_blank" rel="noopener">Connected Fashion System — Jason Brickhill</a><br>
        Category: <a href="https://winners.webbyawards.com/winners/websites-and-mobile-sites/mobile-features-design/mobile-innovation-emerging-tech?years=0&amp;sort=0" target="_blank" rel="noopener">View all nominees &amp; winner →</a>
      </div>
    </div>
  </div>
  <span class="webby-section-label">See It in Action</span>
  <div class="webby-video-wrap">
    <video controls poster="https://cdn.shopify.com/s/files/1/0381/4073/files/jason-brickhill-nfc-webby-2026.jpg?v=1774626526" preload="none" aria-label="Jason Brickhill Connected Fashion System — NFC-enabled garment microsite demonstration, 30th Annual Webby Awards nominee">
      <source src="https://cdn.shopify.com/videos/c/o/v/bfe83ac65dc74377b70cf27e31b471c0.mp4" type="video/mp4"></video>
  </div>
  <p class="webby-caption">One tap. Your garment comes alive.</p>
  <div class="webby-cta-wrap">
    <a href="https://winners.webbyawards.com/2026/websites-mobile-sites/mobile-features-design/mobile-innovation-emerging-tech/383128/connected-fashion-system-jason-brickhill" target="_blank" rel="noopener" class="webby-cta">View on Webby Awards</a>
  </div>
  <p class="webby-trust">30th Annual Webby Awards — Official Nominee Listing</p>
  <hr class="webby-divider">
  <span class="webby-section-label">How It Works</span>
  <div class="webby-body">
    <p>Every Jason Brickhill piece contains an embedded NFC chip. One tap opens a mobile experience created specifically for that exact garment. No apps. No downloads. Just tap and unlock.</p>
    <p>Every piece carries a unique identifier that generates its own mobile site in seconds. The system connects each garment to its verified owner through secure authentication — creating a permanent digital identity layer for a physical object.</p>
    <p>From there, you can authenticate your piece, access production metadata, unlock rewards, and build a connected digital wardrobe. This isn't a product page. It's a living digital layer tied to something that belongs to you.</p>
  </div>
  <div class="webby-inline-img-wrap">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/jason-brickhill-connected-fashion-system.jpg" alt="Jason Brickhill GLITCH collection — NFC chip embedded in garment, tap to unlock a custom digital microsite. 2026 Webby Awards nominee for Mobile Innovation and Emerging Tech." loading="lazy" width="860">
  </div>
  <p class="webby-caption">Tap to unlock. No app required.</p>
  <div class="webby-pullquote">
    <p>Wearable art — authenticated, connected, and reimagined through the internet.</p>
  </div>
  <!-- PORTRAIT IMAGE + SIDE COPY -->
  <div class="webby-portrait-layout">
    <div class="webby-portrait-img">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-Webby-Awards-Nominee.jpg" alt="Jason Brickhill Holographic Mosaic garment — NFC-enabled digital identity system recognized at the 30th Annual Webby Awards, Mobile Innovation and Emerging Tech 2026" loading="lazy" width="340">
    </div>
    <div class="webby-portrait-copy">
      <span class="webby-section-label" style="margin-top: 0;">The Connected Fashion System</span>
      <div class="webby-portrait-stat">
        <div class="webby-portrait-stat-value">One tap.</div>
        <div class="webby-portrait-stat-label">No app. No download. Your garment's digital identity opens instantly.</div>
      </div>
      <div class="webby-portrait-stat">
        <div class="webby-portrait-stat-value">One identifier.</div>
        <div class="webby-portrait-stat-label">Every piece carries a unique ID that generates and owns its own mobile site.</div>
      </div>
      <div class="webby-portrait-stat">
        <div class="webby-portrait-stat-value">One owner.</div>
        <div class="webby-portrait-stat-label">Secure authentication connects each garment to the person it belongs to — permanently.</div>
      </div>
    </div>
  </div>
  <div class="webby-ticker">
    <div class="webby-ticker-inner" aria-hidden="true">
      <span>Jason Brickhill</span><span class="webby-ticker-star">✦</span>
      <span>#Webbys</span><span class="webby-ticker-star">✦</span>
      <span>30th Annual Webby Awards</span><span class="webby-ticker-star">✦</span>
      <span>Official Nominee</span><span class="webby-ticker-star">✦</span>
      <span>Mobile Innovation &amp; Emerging Tech</span><span class="webby-ticker-star">✦</span>
      <span>NFC Fashion</span><span class="webby-ticker-star">✦</span>
      <span>Connected Fashion System</span><span class="webby-ticker-star">✦</span>
      <span>jasonbrickhill.com</span><span class="webby-ticker-star">✦</span>
      <span>Jason Brickhill</span><span class="webby-ticker-star">✦</span>
      <span>#Webbys</span><span class="webby-ticker-star">✦</span>
      <span>30th Annual Webby Awards</span><span class="webby-ticker-star">✦</span>
      <span>Official Nominee</span><span class="webby-ticker-star">✦</span>
      <span>Mobile Innovation &amp; Emerging Tech</span><span class="webby-ticker-star">✦</span>
      <span>NFC Fashion</span><span class="webby-ticker-star">✦</span>
      <span>Connected Fashion System</span><span class="webby-ticker-star">✦</span>
      <span>jasonbrickhill.com</span><span class="webby-ticker-star">✦</span>
    </div>
  </div>
  <hr class="webby-divider">
  <span class="webby-section-label">What's Next</span>
  <div class="webby-body">
    <p>The Connected Fashion System is the foundation of everything we're building. Every piece we release expands the network — more garments, more digital identities, more ways for the physical and digital to exist as one.</p>
  </div>
  <div class="webby-next-wrap">
    <div class="webby-next-card">
      <span class="webby-next-label">The Collection</span>
      <div class="webby-next-title">Shop Jason Brickhill</div>
      <div class="webby-next-desc">NFC digital identity is built into every mainline Jason Brickhill piece — Mosaic and Glich. Each garment ships with its own embedded chip and connected microsite.</div>
      <a href="https://jasonbrickhill.com/collections/all" class="webby-next-link">Shop Now →</a>
    </div>
    <div class="webby-next-card">
      <span class="webby-next-label">The Nomination</span>
      <div class="webby-next-title">30th Annual Webby Awards</div>
      <div class="webby-next-desc">View the official nomination listing and see all nominees in the Mobile Innovation and Emerging Tech category.</div>
      <a href="https://winners.webbyawards.com/winners/websites-and-mobile-sites/mobile-features-design/mobile-innovation-emerging-tech?years=0&amp;sort=0" target="_blank" rel="noopener" class="webby-next-link">View Category →</a>
    </div>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/glitch-song</id>
    <published>2026-02-06T00:00:00-05:00</published>
    <updated>2026-04-03T17:58:33-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/glitch-song"/>
    <title>GLITCH — The Song Behind the Collection</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p class="p1">It didn’t start with the clothes. Jason Brickhill produced and co-wrote “GLITCH” for SIRE, a Harlem artist — a track about chaos, control, and what comes after the system breaks.</p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/glitch-song">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — GLITCH: The Song
  Shopify Blog Post HTML
=============================================================
  TITLE: GLITCH — The Song Behind the Collection
  SEO TITLE: GLITCH Song by SIRE — Produced by Jason Brickhill
  META DESCRIPTION (155 chars):
  SIRE's single "GLITCH," produced by Jason Brickhill. A dark
  electronic hip-hop track about disruption and control.
  Stream on Apple Music and Spotify.
  URL HANDLE: glitch-song
  TAGS: glitch, music, SIRE, production, original music,
        electronic hip-hop, NYC, 2026
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color or font-family — inherits from theme
  · Hero/banner: SIRE-Glitch-Cover-Art-Single-Jason-Brickhill.jpg
    (upload via Shopify blog editor banner slot)
  · Instagram embed requires instagram.com/embed.js to load —
    works in Shopify blog posts automatically
=============================================================
-->
<style>
  .song-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .song-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .song-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 20px;
    display: block;
    opacity: 0.8;
  }
  /* ── Body text ── */
  .song-body {
    font-size: 19px;
    line-height: 1.95;
    color: #d8d8d8;
  }
  .song-body p { margin-bottom: 28px; }
  .song-body p:last-child { margin-bottom: 0; }
  .song-body em { color: #e8e8e8; font-style: italic; }
  .song-body a { color: #34FF82; text-decoration: none; }
  .song-body a:hover { text-decoration: underline; }
  /* ── Section label ── */
  .song-section-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 52px 0 22px;
    display: block;
  }
  /* ── Pull quote ── */
  .song-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 6px 0 6px 28px;
  }
  .song-pullquote p {
    font-size: clamp(20px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #d8d8d8;
    margin: 0;
  }
  /* ── Cover art — large, centered ── */
  .song-cover-wrap {
    width: 100%;
    max-width: 480px;
    margin: 32px auto 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .song-cover-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ── Full-width image ── */
  .song-img-full {
    width: 100%;
    margin: 12px 0 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .song-img-full img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ── Caption ── */
  .song-caption {
    font-size: 13.5px;
    color: #777;
    text-align: center;
    margin: 10px 0 0;
    font-style: italic;
    line-height: 1.6;
  }
  .song-caption a { color: #777; text-decoration: none; }
  .song-caption a:hover { color: #34FF82; }
  /* ── Video embed ── */
  .song-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 8px 0 0;
    background: #000;
    border-radius: 6px;
  }
  .song-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
  }
  /* ── Stream block with album art thumbnail ── */
  .song-stream-block {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid #222;
    background: rgba(255,255,255,0.03);
    padding: 20px 28px;
    margin: 48px 0 0;
    border-radius: 6px;
    text-decoration: none !important;
    color: inherit;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .song-stream-block:hover {
    border-color: #34FF82;
    background: rgba(52, 255, 130, 0.05);
    text-decoration: none !important;
  }
  .song-stream-thumb {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
  .song-stream-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .song-stream-thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .song-stream-block:hover .song-stream-thumb-overlay { opacity: 1; }
  .song-stream-thumb-overlay svg {
    width: 22px;
    height: 22px;
    fill: #34FF82;
    margin-left: 2px;
  }
  .song-stream-text { flex: 1; min-width: 0; }
  .song-stream-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #555;
    display: block;
    margin-bottom: 5px;
  }
  .song-stream-title {
    font-size: 18px;
    font-style: italic;
    color: #e0e0e0;
    display: block;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .song-stream-cta {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #34FF82;
    display: block;
  }
  /* ── Platform links — Apple Music first ── */
  .song-platforms {
    display: flex;
    gap: 0;
    margin: 14px 0 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .song-platforms a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #555;
    text-decoration: none;
    padding: 0 16px 0 0;
    transition: color 0.2s ease;
  }
  .song-platforms a:hover { color: #34FF82; }
  .song-platforms-sep {
    color: #2a2a2a;
    font-size: 8px;
    padding-right: 16px;
  }
  /* ── Instagram embed container — centered, max width ── */
  .song-ig-wrap {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
  }
  /* ── Social links row — for SIRE's profiles ── */
  .song-social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 16px 0 0;
  }
  .song-social-links a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #444;
    text-decoration: none;
    border: 1px solid #222;
    border-radius: 999px;
    padding: 7px 16px;
    transition: border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
  }
  .song-social-links a:hover {
    border-color: #34FF82;
    color: #34FF82;
  }
  /* ── Credits block ── */
  .song-credits {
    border: 1px solid #1e1e1e;
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
    padding: 32px 36px;
    margin: 52px 0 0;
  }
  .song-credits-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #34FF82;
    display: block;
    margin-bottom: 24px;
    opacity: 0.8;
  }
  .song-credits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .song-credit-row {
    display: flex;
    gap: 20px;
  }
  .song-credit-role {
    flex-shrink: 0;
    width: 200px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-top: 3px;
    line-height: 1.5;
  }
  .song-credit-info { flex: 1; }
  .song-credit-name {
    font-size: 17px;
    color: #d0d0d0;
    display: block;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .song-credit-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }
  .song-credit-links a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .song-credit-links a:hover { color: #34FF82; }
  /* ── Divider ── */
  .song-divider {
    border: none;
    border-top: 1px solid #1a1a1a;
    margin: 52px 0;
  }
  /* ── Collection callout — secondary ── */
  .song-collection-callout {
    border: 1px solid #1e1e1e;
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 52px 0 0;
  }
  .song-collection-callout p {
    font-size: 16px;
    color: #999;
    line-height: 1.65;
    margin: 0;
  }
  .song-collection-callout p strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 6px;
  }
  .song-collection-callout-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
  }
  a.song-collection-link {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #000;
    background: #34FF82;
    padding: 13px 22px;
    border-radius: 999px;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    text-align: center;
    display: block;
  }
  a.song-collection-link:hover {
    background: #8234FF;
    color: #34FF82;
  }
  a.song-blog-link {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #555;
    text-decoration: none !important;
    border: 1px solid #222;
    padding: 12px 22px;
    border-radius: 999px;
    white-space: nowrap;
    text-align: center;
    display: block;
    transition: border-color 0.2s ease, color 0.2s ease;
  }
  a.song-blog-link:hover {
    border-color: #34FF82;
    color: #34FF82;
  }
  /* ── Mobile ── */
  @media (max-width: 740px) {
    .song-stream-block { padding: 18px 20px; gap: 16px; }
    .song-stream-title { font-size: 16px; }
    .song-credit-row { flex-direction: column; gap: 4px; }
    .song-credit-role { width: 100%; }
    .song-credits { padding: 24px 20px; }
    .song-collection-callout { flex-direction: column; align-items: flex-start; }
    .song-collection-callout-links { flex-direction: row; flex-wrap: wrap; }
    .song-cover-wrap { max-width: 320px; }
  }
</style>
<div class="song-post">
  <!-- KICKER -->
  <span class="song-kicker">Original Music</span>
  <!-- INTRO -->
  <div class="song-body">
    <p>"GLITCH" is a new single produced by Jason Brickhill and co-written with <a href="https://music.apple.com/us/artist/sire/1559493350" target="_blank" rel="noopener">SIRE</a>, a Harlem-born artist emerging from New York City's underground fashion and music scene. It released on all platforms February 6, 2026.</p>
    <p>It didn't start with the clothes. It started with a signal. Something distorted, slightly off, but completely intentional. A break in the system that reveals what's underneath.</p>
    <p>The track was built from scratch alongside the <a href="/blogs/news/introducing-glitch">GLITCH collection</a> — not as a campaign tie-in, but as a shared origin point. The same instinct, explored through a different medium.</p>
  </div>
  <!-- COVER ART — large centered -->
  <div class="song-cover-wrap">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/SIRE-Glitch-Cover-Art-Single-Jason-Brickhill.jpg?v=1775249943" alt="GLITCH song single cover by SIRE produced by Jason Brickhill" loading="eager">
  </div>
  <!-- PRIMARY STREAM BLOCK -->
  <a href="https://ffm.to/glitch-sire" target="_blank" rel="noopener" class="song-stream-block">
    <div class="song-stream-thumb">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/SIRE-Glitch-Cover-Art-Single-Jason-Brickhill.jpg?v=1775249943" alt="GLITCH single cover art" loading="lazy">
      <div class="song-stream-thumb-overlay">
        <svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
          <path d="M8 5v14l11-7z"></path>
        </svg>
      </div>
    </div>
    <div class="song-stream-text">
      <span class="song-stream-label">Now Streaming</span>
      <span class="song-stream-title">"GLITCH" feat. SIRE — produced by Jason Brickhill</span>
      <span class="song-stream-cta">Listen on all platforms</span>
    </div>
  </a>
  <div class="song-platforms">
    <a href="https://music.apple.com/us/song/glitch/1871922336" target="_blank" rel="noopener">Apple Music</a>
    <span class="song-platforms-sep">■</span>
    <a href="https://open.spotify.com/track/6tHXnqCkBuMQ7SFYCX4474" target="_blank" rel="noopener">Spotify</a>
    <span class="song-platforms-sep">■</span>
    <a href="https://ffm.to/glitch-sire" target="_blank" rel="noopener">All Platforms</a>
  </div>
  <!-- ABOUT THE TRACK -->
  <span class="song-section-label">About the Track</span>
  <div class="song-body">
    <p>"GLITCH" by SIRE is a dark, cinematic electronic hip-hop track about mastering disruption. The glitch represents the moment when the world's systems break — when everything shifts off its normal course, socially, politically, or technologically. It's about not getting consumed by that chaos but learning to ride it, control it, and use it to shift the direction of what's coming.</p>
    <p>The track opens with a bright, sharp synth — immediate, hooky, high energy — before shifting into something darker and more cinematic. The pressure deepens through verse two. The chorus hits as a layered, glitch-driven surge: communal, anthemic, designed to feel energizing rather than overwhelming. Phrases like "ride your glitch" and "systems come alive" turn disruption into momentum. Chaos becomes something you move with rather than something that moves you.</p>
    <p>The final build peaks before dissolving into a slowed outro at a different tempo entirely. That deceleration is deliberate. The moment after impact, when everything goes quiet long enough to reset — and something new takes shape.</p>
  </div>
  <!-- PULL QUOTE — direct from lyrics -->
  <div class="song-pullquote">
    <p>Don't let the chaos consume you. Stare deep into your glitch. And ride it.</p>
  </div>
  <!-- SIRE IMAGE -->
  <div class="song-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill_GLITCH_Campaign_02_SIRE.jpg?v=1772554794" alt="Close-up portrait of SIRE wearing the Jason Brickhill Digital Glitch Dress in Neon Fusion — GLITCH collection campaign New York 2026" loading="lazy">
  </div>
  <p class="song-caption">SIRE.</p>
  <!-- THE VISUAL -->
  <span class="song-section-label">The Visual</span>
  <div class="song-body">
    <p>The official campaign film was shot in New York. Built to carry the same feeling as the track — not a traditional music video, not a straightforward fashion film. Something in between. The visuals move with the sound rather than illustrating it.</p>
  </div>
  <div class="song-video-wrap">
    <iframe src="https://www.youtube.com/embed/_wb7XivG3dg" title="GLITCH — Official Campaign Film by Jason Brickhill featuring SIRE" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy"></iframe>
  </div>
  <p class="song-caption">GLITCH — Official Campaign Film. Original music produced by Jason Brickhill, featuring SIRE.</p>
  <!-- ABOUT SIRE -->
  <span class="song-section-label">About SIRE</span>
  <div class="song-body">
    <p>SIRE is a Harlem-born artist emerging from New York City's underground fashion and music scene. Her viral track "Wow Gee Jolly" caught the attention of TEMS and Erykah Badu, both of whom shared her work with their audiences. She brought that same energy — raw, specific, and uncompromising — into the studio for "GLITCH".</p>
  </div>
  <!-- SIRE SOCIAL LINKS -->
  <div class="song-social-links">
    <a href="https://music.apple.com/us/artist/sire/1559493350" target="_blank" rel="noopener">Apple Music</a>
    <a href="https://open.spotify.com/artist/371AApPlXKwrlUxi6uk1ds" target="_blank" rel="noopener">Spotify</a>
    <a href="https://www.youtube.com/@SIRE-VS-SIRI" target="_blank" rel="noopener">YouTube</a>
    <a href="https://www.instagram.com/sire.vs.siri/" target="_blank" rel="noopener">Instagram</a>
    <a href="https://www.tiktok.com/@sirevssiri" target="_blank" rel="noopener">TikTok</a>
  </div>
  <!-- INSTAGRAM EMBED -->
  <div class="song-ig-wrap">
    <blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DUfz1o9Ecco/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style="background:#FFF; border:0; border-radius:6px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:0; max-width:540px; min-width:326px; padding:0; width:100%;"></blockquote>
  </div>
  <script async src="//www.instagram.com/embed.js"></script>
  <!-- CREDITS -->
  <div class="song-credits">
    <span class="song-credits-label">Credits</span>
    <div class="song-credits-list">
      <div class="song-credit-row">
        <span class="song-credit-role">Artist</span>
        <div class="song-credit-info">
          <span class="song-credit-name">SIRE</span>
          <div class="song-credit-links">
            <a href="https://music.apple.com/us/artist/sire/1559493350" target="_blank" rel="noopener">Apple Music</a>
            <a href="https://open.spotify.com/artist/371AApPlXKwrlUxi6uk1ds" target="_blank" rel="noopener">Spotify</a>
            <a href="https://www.youtube.com/@SIRE-VS-SIRI" target="_blank" rel="noopener">YouTube</a>
            <a href="https://www.instagram.com/sire.vs.siri/" target="_blank" rel="noopener">Instagram</a>
            <a href="https://www.tiktok.com/@sirevssiri" target="_blank" rel="noopener">TikTok</a>
          </div>
        </div>
      </div>
      <div class="song-credit-row">
        <span class="song-credit-role">Producer &amp; Co-writer</span>
        <div class="song-credit-info">
          <span class="song-credit-name">Jason Brickhill</span>
        </div>
      </div>
      <div class="song-credit-row">
        <span class="song-credit-role">Recording &amp; Mixing Engineer</span>
        <div class="song-credit-info">
          <span class="song-credit-name">Scrap Elam</span>
          <div class="song-credit-links">
            <a href="https://music.apple.com/us/artist/scrap-elam/1795936610" target="_blank" rel="noopener">Apple Music</a>
            <a href="https://open.spotify.com/artist/3B05ktYkhUh5uPQKnHj0Ln" target="_blank" rel="noopener">Spotify</a>
          </div>
        </div>
      </div>
      <div class="song-credit-row">
        <span class="song-credit-role">Mixing &amp; Mastering Engineer</span>
        <div class="song-credit-info">
          <span class="song-credit-name">YoungEltro</span>
          <div class="song-credit-links">
            <a href="https://music.apple.com/us/artist/youngeltro/1477465154" target="_blank" rel="noopener">Apple Music</a>
            <a href="https://open.spotify.com/artist/0rMKqpYs1ogOp8nL7NSrTv" target="_blank" rel="noopener">Spotify</a>
          </div>
        </div>
      </div>
      <div class="song-credit-row">
        <span class="song-credit-role">Released</span>
        <div class="song-credit-info">
          <span class="song-credit-name">February 6, 2026</span>
        </div>
      </div>
    </div>
  </div>
  <hr class="song-divider">
  <!-- BOTTOM STREAM BLOCK -->
  <a href="https://ffm.to/glitch-sire" target="_blank" rel="noopener" class="song-stream-block" style="margin-top: 0;">
    <div class="song-stream-thumb">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/SIRE-Glitch-Cover-Art-Single-Jason-Brickhill.jpg?v=1775249943" alt="GLITCH single cover art" loading="lazy">
      <div class="song-stream-thumb-overlay">
        <svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
          <path d="M8 5v14l11-7z"></path>
        </svg>
      </div>
    </div>
    <div class="song-stream-text">
      <span class="song-stream-label">Now Streaming</span>
      <span class="song-stream-title">"GLITCH" feat. SIRE — produced by Jason Brickhill</span>
      <span class="song-stream-cta">Listen on all platforms</span>
    </div>
  </a>
  <div class="song-platforms">
    <a href="https://music.apple.com/us/song/glitch/1871922336" target="_blank" rel="noopener">Apple Music</a>
    <span class="song-platforms-sep">■</span>
    <a href="https://open.spotify.com/track/6tHXnqCkBuMQ7SFYCX4474" target="_blank" rel="noopener">Spotify</a>
    <span class="song-platforms-sep">■</span>
    <a href="https://ffm.to/glitch-sire" target="_blank" rel="noopener">All Platforms</a>
  </div>
  <!-- COLLECTION CALLOUT — two CTAs: collection + blog post -->
  <div class="song-collection-callout">
    <p>
      <strong>The GLITCH Collection</strong>
      The song was made alongside a fashion collection. NFC-embedded, iridescent, hand-finished in New York City.
    </p>
    <div class="song-collection-callout-links">
      <a href="/collections/glitch" class="song-collection-link">Shop GLITCH</a>
      <a href="/blogs/news/introducing-glitch" class="song-blog-link">Read the Story</a>
    </div>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/introducing-glitch</id>
    <published>2026-02-06T00:00:00-05:00</published>
    <updated>2026-04-03T18:06:27-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/introducing-glitch"/>
    <title>GLITCH: A Fashion Collection With Its Own Soundtrack</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p><meta charset="utf-8">Fashion, technology, and sound as one system. The GLITCH collection is NFC-embedded, blacklight-reactive, and hand-finished in NYC — and it arrives with its own original song.</p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/introducing-glitch">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — GLITCH Collection Blog Post
  Shopify Blog Post HTML — FINAL
  February 6, 2026
=============================================================
  SUGGESTED BLOG POST TITLES (pick one, set in Shopify):
  · "GLITCH: A Fashion Collection With Its Own Soundtrack"  ← recommended
  · "GLITCH Has Landed"
  · "Introducing GLITCH: Fashion, Technology & Sound"
  META DESCRIPTION (Shopify SEO field):
  Jason Brickhill's GLITCH collection blurs fashion, technology
  and sound. NFC-embedded garments, iridescent and
  blacklight-reactive, hand-finished in NYC. Original music
  produced by Jason Brickhill. Shop now.
  URL HANDLE: glitch-collection-jason-brickhill
  FEATURED IMAGE: Jason-Brickhill_GLITCH_Campaign_01_Hero.jpg
  NOTES:
  · No <h1> — Shopify renders post title as H1 automatically
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · Hero image block removed — theme header already shows it
  · Date removed from kicker — Shopify shows it under title
  · Alt text for all images listed at the bottom
  · T Lab translation-safe — all text is plain visible HTML
=============================================================
-->
<style>
  .jb-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .jb-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .jb-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text — soft white for long-form legibility ── */
  .jb-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .jb-body p { margin-bottom: 28px; }
  .jb-body p:last-child { margin-bottom: 0; }
  /* ── Caption ── */
  .jb-caption {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    color: #666;
    text-align: center;
    margin-bottom: 28px;
    padding: 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
  }
  .jb-caption a {
    color: #666;
    text-decoration: none;
  }
  .jb-caption a:hover {
    color: #34FF82;
    text-decoration: none;
  }
  /* ── Section label ── */
  .jb-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 40px 0 22px;
    display: block;
  }
  /* ── Pull quote — soft white, purple left border ── */
  .jb-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .jb-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Full-width image ── */
  .jb-img-full { width: 100%; margin: 40px 0 0; }
  .jb-img-full img { width: 100%; height: auto; display: block; }
  /* ── 2-col grid ── */
  .jb-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 40px 0 0;
  }
  .jb-grid-item {
    display: flex;
    flex-direction: column;
  }
  .jb-grid-item img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .jb-grid-item .jb-caption {
    margin-bottom: 0;
    text-align: left;
  }
  /* ── Video ── */
  .jb-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 40px 0 0;
    background: #000;
  }
  .jb-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
  }
  /* ── Song block — entire block is one clickable link ── */
  .jb-song-block {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid #222;
    background: rgba(255,255,255,0.03);
    padding: 28px 32px;
    margin: 48px 0;
    border-radius: 4px;
    transition: border-color 0.2s, background 0.2s;
    text-decoration: none !important;
    color: inherit;
  }
  .jb-song-block:hover {
    border-color: #34FF82;
    background: rgba(52, 255, 130, 0.05);
    text-decoration: none !important;
  }
  .jb-song-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #34FF82;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
  }
  .jb-song-block:hover .jb-song-icon { background: #8234FF; }
  .jb-song-icon svg {
    width: 20px;
    height: 20px;
    fill: #000;
    margin-left: 3px;
    pointer-events: none;
    display: block;
  }
  .jb-song-block:hover .jb-song-icon svg { fill: #34FF82; }
  .jb-song-text { flex: 1; }
  .jb-song-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #555;
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
  }
  .jb-song-title {
    font-size: 19px;
    font-style: italic;
    color: #e0e0e0;
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
  }
  .jb-song-cta {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #34FF82;
    text-decoration: none;
    display: block;
  }
  /* ── Divider ── */
  .jb-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA pill ── */
  .jb-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.jb-cta,
  a.jb-cta:link,
  a.jb-cta:visited,
  a.jb-cta:hover,
  a.jb-cta:focus,
  a.jb-cta:active {
    text-decoration: none !important;
  }
  a.jb-cta {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
    animation: jb-glitch-idle 6s infinite;
  }
  a.jb-cta:hover {
    background: #8234FF;
    color: #34FF82;
    animation: jb-glitch-burst 0.4s steps(1) infinite;
  }
  @keyframes jb-glitch-idle {
    0%, 90%, 100% { text-shadow: none; transform: translate(0); }
    92%  { text-shadow: -2px 0 #ff34b1, 2px 0 #34ffff; transform: translate(-1px, 0); }
    94%  { text-shadow: 2px 0 #ff34b1, -2px 0 #34ffff; transform: translate(1px, 0); }
    96%  { text-shadow: none; transform: translate(0); }
    98%  { text-shadow: -1px 0 #8234FF, 1px 0 #34FF82; transform: translate(0, 1px); }
  }
  @keyframes jb-glitch-burst {
    0%   { text-shadow: -3px 0 #ff34b1, 3px 0 #34ffff; transform: translate(-2px, 0); }
    25%  { text-shadow: 3px 0 #ff34b1, -3px 0 #34ffff; transform: translate(2px, 0); }
    50%  { text-shadow: -2px 0 #8234FF, 2px 0 #34FF82; transform: translate(0, -1px); }
    75%  { text-shadow: 2px 0 #8234FF, -2px 0 #34FF82; transform: translate(1px, 1px); }
    100% { text-shadow: none; transform: translate(0); }
  }
  /* ── Mobile ── */
  @media (max-width: 740px) {
    .jb-img-grid { grid-template-columns: 1fr; }
    .jb-song-block {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding: 24px 20px;
    }
  }
</style>
<div class="jb-post">
  <!-- INTRO -->
  <span class="jb-kicker">New Collection</span>
  <div class="jb-body">
    <p>The GLITCH collection is here — and it arrived with a film and an original song.</p>
    <p>Shaped by a moment of widespread instability, transformation, and recalibration, GLITCH continues Jason Brickhill's long-standing exploration of clothing as a living, evolving system rather than a static object. The designs translate digital interference into physical form: hand-applied surface treatments that respond to movement and light, creating glossy, iridescent finishes that shift as you move through different environments.</p>
    <p>Colorways intensify under low light and black light. Subtle variations are built into every size. No two pieces are ever exactly the same. Each garment is finished by hand in New York City.</p>
  </div>
  <!-- CAMPAIGN FILM -->
  <span class="jb-section-label">The Campaign Film</span>
  <div class="jb-video-wrap">
    <iframe src="https://www.youtube.com/embed/_wb7XivG3dg" title="GLITCH — Official Campaign Film by Jason Brickhill featuring SIRE" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy"></iframe>
  </div>
  <p class="jb-caption">GLITCH — Official Campaign Film. Original music produced by Jason Brickhill, featuring SIRE.</p>
  <!-- SIRE CLOSE-UP -->
  <div class="jb-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill_GLITCH_Campaign_02_SIRE.jpg?v=1772554794" alt="Close-up portrait of SIRE wearing the Jason Brickhill Digital Glitch Dress in Neon Fusion — GLITCH collection campaign New York 2026" width="1920" height="1080" loading="lazy">
  </div>
  <p class="jb-caption">SIRE. <a href="https://jasonbrickhill.com/products/digital-glitch-dress-neon-fusion">Digital Glitch Dress / Neon Fusion</a>.</p>
  <!-- THE SOUNDTRACK -->
  <span class="jb-section-label">The Soundtrack</span>
  <div class="jb-body">
    <p>The collection arrives with its own original music. <em>"GLITCH"</em> — produced by Jason Brickhill and co-written with Harlem-born artist SIRE — mirrors the collection's themes of disruption, transformation, and identity. Rather than licensing existing music, the track was built from scratch as an extension of the work itself, carrying the narrative beyond the visual and into sound.</p>
    <p>Both dropped at midnight on February 6. <a href="/blogs/news/glitch-song">Read the full story behind the track.</a></p>
  </div>
  <!-- SONG BLOCK — entire block is the link -->
  <a href="https://ffm.to/glitch-sire" target="_blank" rel="noopener" class="jb-song-block">
    <div class="jb-song-icon">
      <svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
        <path d="M8 5v14l11-7z"></path>
      </svg>
    </div>
    <div class="jb-song-text">
      <span class="jb-song-label">Now Streaming</span>
      <span class="jb-song-title">"GLITCH" — produced by Jason Brickhill, feat. SIRE</span>
      <span class="jb-song-cta">Listen on all platforms →</span>
    </div>
  </a>
  <!-- BLACKLIGHT -->
  <span class="jb-section-label">Under Black Light</span>
  <div class="jb-body">
    <p>The GLITCH colorways are built to transform. What reads as warm, layered depth in daylight ignites into vivid, electric intensity under UV — designed to move differently through every environment you take them into.</p>
  </div>
  <div class="jb-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill_GLITCH_Campaign_06_Kota_SIRE.jpg?v=1772555720" alt="Model Kota White and SIRE dancing under black light UV wearing Jason Brickhill GLITCH collection — Digital Glitch Tee Neon Pink and Digital Glitch Dress Neon Fusion" width="1920" height="1080" loading="lazy">
  </div>
  <p class="jb-caption">Kota White in the <a href="https://jasonbrickhill.com/products/digital-glitch-tee-neon-pink">Digital Glitch Tee / Neon Pink</a> and SIRE in the <a href="https://jasonbrickhill.com/products/digital-glitch-dress-neon-fusion">Digital Glitch Dress / Neon Fusion</a> — under black light.</p>
  <!-- VIDEO STILL -->
  <div class="jb-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill_GLITCH_Campaign_04_Glitch_Video.jpg?v=1772555720" alt="SIRE against a digital glitch-effect background — still from the GLITCH campaign film by Jason Brickhill 2026" width="1920" height="1080" loading="lazy">
  </div>
  <p class="jb-caption">Still from the official GLITCH campaign film.</p>
  <!-- NFC -->
  <span class="jb-section-label">Clothing You Can Tap Into</span>
  <div class="jb-body">
    <p>Every piece in the GLITCH collection is embedded with an NFC tag. A simple tap from your phone unlocks a custom-built digital microsite — exclusive content, narrative layers, and future rewards tied directly to the piece itself. The clothing evolves over time rather than remaining fixed at the point of purchase.</p>
  </div>
  <div class="jb-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill_GLITCH_Campaign_03_NFC_Wearable_Tech.jpg?v=1772554794" alt="Phone scanning NFC tag embedded in Jason Brickhill GLITCH collection garment — wearable technology interactive fashion New York 2026" width="1920" height="1080" loading="lazy">
  </div>
  <p class="jb-caption">Each garment is embedded with an NFC tag linking to a custom digital microsite. Tap to unlock.</p>
  <!-- PULL QUOTE -->
  <div class="jb-pullquote">
    <p>Clothing that can be worn, tapped, and experienced — where fashion, technology, and music operate as a single connected system.</p>
  </div>
  <!-- THE COLLECTION -->
  <span class="jb-section-label">The Collection</span>
  <div class="jb-body">
    <p>Hand-finished in New York City, the GLITCH collection spans Tees, Tanks, and Dresses — each built with surface treatments that shift with light, movement, and environment.</p>
  </div>
  <div class="jb-img-grid">
    <div class="jb-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill_GLITCH_Campaign_07_Jose_Digitsal_Glitch_tee.jpg?v=1772554794" alt="Model Jose Manuel Chacin Peña wearing the Jason Brickhill Digital Glitch Tee Neon Pink — warm coral tone iridescent finish standard lighting" width="1920" height="1080" loading="lazy">
      <p class="jb-caption" style="text-align:left;">Jose Manuel Chacin Peña in the <a href="https://jasonbrickhill.com/products/digital-glitch-tee-neon-pink">Digital Glitch Tee / Neon Pink</a>. Warm coral in standard light — electric pink under black light.</p>
    </div>
    <div class="jb-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill_GLITCH_Campaign_08_George_Godinez_Digital_Glitch_tee.jpg?v=1772554794" alt="Model George Godinez wearing the Jason Brickhill Digital Glitch Tee in Electric Teal — GLITCH collection holographic fashion 2026" width="1920" height="1080" loading="lazy">
      <p class="jb-caption" style="text-align:left;">George Godinez in the <a href="https://jasonbrickhill.com/products/digital-glitch-tee-electric-teal">Digital Glitch Tee / Electric Teal</a>.</p>
    </div>
  </div>
  <!-- SCRAP ELAM -->
  <div class="jb-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill_GLITCH_Campaign_05_Scrap_Elam_Digital_Glitch_Tee.jpg?v=1772554794" alt="Scrap Elam — engineer on GLITCH produced by Jason Brickhill — wearing the Jason Brickhill Digital Glitch Tee in Neon Green" width="1920" height="1080" loading="lazy">
  </div>
  <p class="jb-caption">Scrap Elam — engineer on the song "GLITCH" — in the Digital Glitch Tee / Neon Green.</p>
  <!-- CLOSING -->
  <div class="jb-body">
    <p>The result is a fully immersive release. Clothing you can wear, tap, and experience — where the garment is only the starting point.</p>
  </div>
  <hr class="jb-divider">
  <!-- FINAL CTA -->
  <div class="jb-cta-wrap">
    <a href="https://jasonbrickhill.com/collections/glitch" class="jb-cta">Shop the GLITCH Collection</a>
  </div>
</div>
<!--
=============================================================
  SEO CHECKLIST — complete in Shopify
  TITLE (recommended):
  GLITCH: A Fashion Collection With Its Own Soundtrack
  META DESCRIPTION (158 chars):
  Jason Brickhill's GLITCH collection blurs fashion, technology and sound. NFC-embedded, iridescent, black light-reactive, hand-finished in NYC. Original song by SIRE, produced by Jason Brickhill.
  URL HANDLE:
  glitch-collection
  TAGS:
  glitch, new collection, NFC fashion, wearable tech,
  holographic, iridescent, SIRE, NYC fashion, 2026
=============================================================
  ALT TEXT — copy/paste into Shopify Admin > Content > Files
  Select each image > click "Add alt text"
=============================================================
Jason-Brickhill_GLITCH_Campaign_01_Hero.jpg
  SIRE wearing the Jason Brickhill Digital Glitch Dress Neon Fusion in a New York City alleyway — GLITCH collection launch 2026
  (Used as blog post featured image)
Jason-Brickhill_GLITCH_Campaign_02_SIRE.jpg
  Close-up portrait of SIRE wearing the Jason Brickhill Digital Glitch Dress in Neon Fusion — GLITCH collection campaign New York 2026
Jason-Brickhill_GLITCH_Campaign_03_NFC_Wearable_Tech.jpg
  Phone scanning NFC tag embedded in Jason Brickhill GLITCH collection garment — wearable technology interactive fashion New York 2026
Jason-Brickhill_GLITCH_Campaign_04_Glitch_Video.jpg
  SIRE against a digital glitch-effect background — still from the GLITCH campaign film by Jason Brickhill 2026
Jason-Brickhill_GLITCH_Campaign_05_Scrap_Elam_Digital_Glitch_Tee.jpg
  Scrap Elam — engineer on GLITCH produced by Jason Brickhill — wearing the Jason Brickhill Digital Glitch Tee in Neon Green
Jason-Brickhill_GLITCH_Campaign_06_Kota_SIRE.jpg
  Model Kota White and SIRE dancing under black light UV wearing Jason Brickhill GLITCH collection — Digital Glitch Tee Neon Pink and Digital Glitch Dress Neon Fusion
Jason-Brickhill_GLITCH_Campaign_07_Jose_Digitsal_Glitch_tee.jpg
  Model Jose Manuel Chacin Peña wearing the Jason Brickhill Digital Glitch Tee Neon Pink — warm coral tone iridescent finish standard lighting
Jason-Brickhill_GLITCH_Campaign_08_George_Godinez_Digital_Glitch_tee.jpg
  Model George Godinez wearing the Jason Brickhill Digital Glitch Tee in Electric Teal — GLITCH collection holographic fashion 2026
=============================================================
-->]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/cosmo-has-landed</id>
    <published>2025-05-02T10:00:00-04:00</published>
    <updated>2026-03-25T10:13:15-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/cosmo-has-landed"/>
    <title>COSMO Has Landed</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Introducing COSMO by JASON BRICKHILL – a whole new universe of intergalactic, nightlife-inspired style. Graphic Tees, Tanks, and Crops with cosmic prints and rhinestone details, designed to take you from the street to the club—and beyond.</p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/cosmo-has-landed">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — COSMO Collection Blog Post
  Shopify Blog Post HTML — Updated to match GLITCH style
=============================================================
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · Gradient CTA button preserved from original
=============================================================
-->
<style>
  .cosmo-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .cosmo-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Intro text ── */
  .cosmo-post .jb-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
    text-align: center;
  }
  .cosmo-post .jb-body p { margin-bottom: 20px; }
  .cosmo-post .jb-body p:last-child { margin-bottom: 0; }
  .cosmo-post .jb-body a {
    text-decoration: none;
  }
  .cosmo-post .jb-body strong {
    color: #f0f0f0;
  }
  /* ── Section label ── */
  .cosmo-post .jb-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 40px 0 22px;
    display: block;
  }
  /* ── Product row — full width, image left, text right ── */
  .cosmo-product {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 52px;
    padding-bottom: 52px;
    border-bottom: 1px solid #1a1a1a;
  }
  .cosmo-product:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cosmo-product a.cosmo-img-link {
    display: block;
    text-decoration: none;
  }
  .cosmo-product img {
    width: 100%;
    height: auto;
    display: block;
  }
  .cosmo-product-text {
    padding-top: 4px;
  }
  .cosmo-product-text h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #34FF82;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .cosmo-product-text p {
    font-size: 16px;
    line-height: 1.85;
    color: #b0b0b0;
    margin-bottom: 20px;
  }
  .cosmo-product-text a.cosmo-shop-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #34FF82;
    text-decoration: none;
  }
  .cosmo-product-text a.cosmo-shop-link:hover {
    text-decoration: underline;
  }
  /* ── Divider ── */
  .cosmo-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — gradient button, no underline, pill ── */
  .cosmo-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.cosmo-cta,
  a.cosmo-cta:link,
  a.cosmo-cta:visited,
  a.cosmo-cta:hover,
  a.cosmo-cta:focus,
  a.cosmo-cta:active {
    text-decoration: none !important;
  }
  a.cosmo-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #34ff82;
    background-image: linear-gradient(to right, #8234ff 0%, #ff34b1 51%, #8234ff 100%);
    background-size: 200% auto;
    padding: 30px 48px;
    border-radius: 999px;
    transition: 0.5s;
    box-shadow: 0 0 0px #8234ff;
  }
  a.cosmo-cta:hover {
    background-position: right center;
  }
  /* ── Mobile ── */
  @media (max-width: 640px) {
    .cosmo-product {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
</style>
<div class="cosmo-post">
  <!-- INTRO -->
  <div class="jb-body">
    <p><strong>Introducing <a href="/collections/cosmo"><img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Cosmo-logo-small-blank.png" alt="Cosmo" width="100" style="vertical-align:middle;margin:0 4px;"></a> by JASON BRICKHILL — a whole new universe of intergalactic, nightlife-inspired style.</strong></p>
    <p>This debut drop features graphic Tees, Tanks, and Crops with cosmic prints and rhinestone sparkles.</p>
    <p>Designed to move from the street to the club — and wherever the night takes you — <a href="/collections/cosmo"><img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Cosmo-logo-small-blank.png" alt="Cosmo" width="100" style="vertical-align:middle;margin:0 4px;"></a> is your entry point into a more accessible, ready-to-wear expression of the JASON BRICKHILL world.</p>
    <p>This is just the beginning. 🛸</p>
  </div>
  <!-- HIGHLIGHTS -->
  <span class="jb-section-label">Highlights from the Collection</span>
  <!-- Disco Planet -->
  <div class="cosmo-product">
    <a href="/products/disco-planet-graphic-tee" class="cosmo-img-link">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/CosmoDiscoPlanetGraphicTShirtbyJasonBrickhill.jpg" alt="Cosmo Disco Planet Graphic T-Shirt by Jason Brickhill" loading="lazy">
    </a>
    <div class="cosmo-product-text">
      <h3>Disco Planet Graphic Tee</h3>
      <p>This black graphic tee features a 'Disco Planet' graphic with a mirror ball and planetary ring, along with a Cosmo logo on the back. Made from soft, mid-weight 100% combed cotton — an easy go-to for parties and late nights.</p>
      <a href="/products/disco-planet-graphic-tee" class="cosmo-shop-link">Shop this piece →</a>
    </div>
  </div>
  <!-- Space Cadet -->
  <div class="cosmo-product">
    <a href="/products/space-cadet-graphic-tank" class="cosmo-img-link">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Cosmo_Space_Cadet_Graphic_Tank_Top_by_Jason_Brickhill.jpg" alt="Cosmo Space Cadet Graphic Tank Top by Jason Brickhill" loading="lazy">
    </a>
    <div class="cosmo-product-text">
      <h3>Space Cadet Graphic Tank</h3>
      <p>This black graphic tank top showcases bold 'Space Cadet' lettering in a chrome-look multi-color print. Finished with a Cosmo logo on the back — made for those who were born to explore the cosmos. Made from soft, mid-weight 100% combed cotton.</p>
      <a href="/products/space-cadet-graphic-tank" class="cosmo-shop-link">Shop this piece →</a>
    </div>
  </div>
  <!-- Party Monster -->
  <div class="cosmo-product">
    <a href="/products/party-monster-rhinestone-rib-crop" class="cosmo-img-link">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Cosmo_Rhinestone_Party_Monster_Rib_Crop_Top_by_Jason_Brickhill.jpg" alt="Cosmo Party Monster Rhinestone Rib Crop Top by Jason Brickhill" loading="lazy">
    </a>
    <div class="cosmo-product-text">
      <h3>Party Monster Rhinestone Rib Crop</h3>
      <p>This ribbed crop tank features a silver AB crystal-embellished 'Party Monster' design on the chest, with a Cosmo logo on the back. Made from premium organic stretch cotton rib — it hugs close to the body, designed for those who live for the night.</p>
      <a href="/products/party-monster-rhinestone-rib-crop" class="cosmo-shop-link">Shop this piece →</a>
    </div>
  </div>
  <!-- Cosmic Heart -->
  <div class="cosmo-product">
    <a href="/products/cosmic-heart-graphic-crop-tee" class="cosmo-img-link">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Cosmo_Cosmic_Heart_Graphic_Crop_Tee_by_Jason_Brickhill.jpg" alt="Cosmo Cosmic Heart Graphic Crop Tee by Jason Brickhill" loading="lazy">
    </a>
    <div class="cosmo-product-text">
      <h3>Cosmic Heart Graphic Crop Tee</h3>
      <p>This black graphic crop tee features a pink crystal heart graphic at the chest and a Cosmo logo on the back. Made from soft, mid-weight 100% combed cotton — designed for a bold look that transitions from the street to the nightlife.</p>
      <a href="/products/cosmic-heart-graphic-crop-tee" class="cosmo-shop-link">Shop this piece →</a>
    </div>
  </div>
  <!-- CTA -->
  <div class="cosmo-cta-wrap">
    <a href="/collections/cosmo" class="cosmo-cta">Explore Cosmo</a>
  </div>
</div>
]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/holographic-mosaic-dress</id>
    <published>2025-01-06T13:09:22-05:00</published>
    <updated>2026-03-25T10:15:05-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/holographic-mosaic-dress"/>
    <title>Introducing the Revamped Holographic Mosaic Dress</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Elegance meets rock 'n' roll flair in the revamped Holographic Mosaic Dress. This stunning piece features a re-imagined silhouette, 'JB Diamond' hardware, a self-locking zipper, and embedded NFC technology. Get ready to turn heads and leave a magical trail of sparkle wherever you go!</p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/holographic-mosaic-dress">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Holographic Mosaic Dress 2025
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
=============================================================
-->
<style>
  .hmd-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .hmd-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Body text ── */
  .hmd-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .hmd-body p { margin-bottom: 28px; }
  .hmd-body p:last-child { margin-bottom: 0; }
  .hmd-body a {
    color: #34FF82;
    text-decoration: none;
  }
  .hmd-body a:hover { text-decoration: underline; }
  /* ── Section label ── */
  .hmd-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 40px 0 22px;
    display: block;
  }
  /* ── Full-width image (landscape hero) ── */
  .hmd-img-full { width: 100%; margin: 40px 0 0; }
  .hmd-img-full img { width: 100%; height: auto; display: block; }
  /* ── Square image — centered, max 600px ── */
  .hmd-img-square { width: 100%; margin: 40px 0 0; display: flex; justify-content: center; }
  .hmd-img-square img { width: 100%; max-width: 600px; height: auto; display: block; }
  /* ── Caption ── */
  .hmd-caption {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    color: #666;
    text-align: center;
    margin-bottom: 28px;
    padding: 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
  }
  .hmd-caption a { color: #666; text-decoration: none; }
  .hmd-caption a:hover { color: #34FF82; }
  /* ── Detail row — image left, text right ── */
  .hmd-detail {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
    margin: 48px 0;
  }
  .hmd-detail img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 420px;
    object-fit: cover;
    object-position: center top;
  }
  .hmd-detail-text {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .hmd-detail-text p { margin-bottom: 24px; }
  .hmd-detail-text p:last-child { margin-bottom: 0; }
  /* ── Pull quote ── */
  .hmd-pullquote {
    border-left: 3px solid #ff34b1;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .hmd-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Divider ── */
  .hmd-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — pink/purple gradient, pill, no underline ── */
  .hmd-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.hmd-cta,
  a.hmd-cta:link,
  a.hmd-cta:visited,
  a.hmd-cta:hover,
  a.hmd-cta:focus,
  a.hmd-cta:active {
    text-decoration: none !important;
  }
  a.hmd-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #34ff82;
    background-image: linear-gradient(to right, #ff34b1 0%, #8234ff 51%, #ff34b1 100%);
    background-size: 200% auto;
    padding: 30px 48px;
    border-radius: 999px;
    transition: 0.5s;
  }
  a.hmd-cta:hover {
    background-position: right center;
    color: #34ff82;
  }
  /* ── Mobile ── */
  @media (max-width: 640px) {
    .hmd-detail {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
</style>
<div class="hmd-post">
  <!-- INTRO -->
  <div class="hmd-body">
    <p>The <a href="/collections/dresses" title="Holographic Mosaic Dresses">Holographic Mosaic Dress</a> has been redesigned for 2025 — and it's the most refined version of the piece yet. Built for music festivals, clubs, rooftop parties, and anywhere the night takes you, it's designed to move between environments without losing an ounce of impact.</p>
    <p>This is wearable art. And it shows.</p>
  </div>
  <!-- HERO IMAGE -->
  <div class="hmd-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/stunning_holographic_mosaic_dress_by_jason_brickhill.jpg?v=1772562201" alt="Holographic Mosaic Dress by Jason Brickhill" loading="eager">
  </div>
  <p class="hmd-caption"><a href="/collections/dresses" title="Holographic Mosaic Dresses">Holographic Mosaic Dress</a> by Jason Brickhill.</p>
  <!-- A DAZZLING UPGRADE -->
  <span class="hmd-section-label">A Dazzling Upgrade</span>
  <div class="hmd-body">
    <p>The <a href="/products/holographic-mosaic-dress-x" title="Holographic Mosaic Dress">Holographic Mosaic Dress</a> has been part of the collection since 2023. For 2025, it arrives with a reimagined silhouette and a new back accent: the signature silver 'JB Diamond' zipper pull — a detail that's as much a design statement as a functional finish.</p>
  </div>
  <!-- ZIPPER IMAGE + TEXT -->
  <div class="hmd-detail">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/holographic-mosaic-dress-zipper-jason-brickhill.jpg?v=1772562765" alt="Jason Brickhill JB Diamond zipper pull on Holographic Mosaic Dress 2025" loading="lazy">
    <div class="hmd-detail-text">
      <p>The self-locking 'SUPER LAMPO®' zipper makes getting into the dress effortless — no fumbling, no compromises. It's the kind of detail that only reveals itself up close, which is exactly the point.</p>
      <p>Every element has been considered. Nothing is incidental.</p>
    </div>
  </div>
  <!-- ROCK N ROLL -->
  <span class="hmd-section-label">Elegant Functionality Meets Rock 'n' Roll Flair</span>
  <div class="hmd-body">
    <p>Crafted from luxuriously soft, long-staple organic Supima cotton, the dress is designed to feel as good as it looks. Strategically placed darts enhance your natural silhouette while delivering a body-hugging fit that's equal parts futuristic and confident.</p>
    <p>The hand-placed Holographic Mosaic catches and fragments light as you move — a dazzling, shifting surface that leaves an impression on every dance floor and in every room.</p>
  </div>
  <!-- PULL QUOTE -->
  <div class="hmd-pullquote">
    <p>Not just wearable fashion — wearable art. Each dress is genuinely one of a kind.</p>
  </div>
  <!-- NFC -->
  <span class="hmd-section-label">Authenticity Built In</span>
  <div class="hmd-body">
    <p>Every dress is embedded with a mobile-tap NFC chip — a guarantee of authenticity and a direct connection to the world of Jason Brickhill. Tap your phone to the dress and unlock what's inside.</p>
  </div>
  <!-- AN INVESTMENT -->
  <span class="hmd-section-label">An Investment in Style</span>
  <div class="hmd-body">
    <p>The <a href="/products/holographic-mosaic-dress-pink" title="Pink Holographic Mosaic Dress">Holographic Mosaic Dress</a> is more than a party dress. It's a piece you'll return to — something that holds its presence across seasons, settings, and occasions. The blend of craft, material, and detail puts it in a category of its own.</p>
    <p>Step into the spotlight. The dress will do the rest.</p>
  </div>
  <!-- PINK DRESS IMAGE -->
  <div class="hmd-img-square">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Holographic-Mosaic-Dress-Pink-Jason-Brickhill.jpg?v=1772561836" alt="Pink Holographic Mosaic Dress by Jason Brickhill 2025" loading="lazy">
  </div>
  <p class="hmd-caption"><a href="/products/holographic-mosaic-dress-pink" title="Pink Holographic Mosaic Dress">Holographic Mosaic Dress</a> in Pink.</p>
  <hr class="hmd-divider">
  <!-- CTA -->
  <div class="hmd-cta-wrap">
    <a href="/collections/dresses" class="hmd-cta">Shop Dresses</a>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/unveiling-the-world-s-first-holographic-polo-sport-uniform</id>
    <published>2024-06-06T05:00:00-04:00</published>
    <updated>2026-03-25T10:19:53-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/unveiling-the-world-s-first-holographic-polo-sport-uniform"/>
    <title>Unveiling the World’s First Holographic Polo Sport Uniform</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p><meta charset="utf-8">The world's first holographic professional polo uniform — designed by Jason Brickhill for The Mirror Polo Team. Where elite sport performance meets high fashion.</p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/unveiling-the-world-s-first-holographic-polo-sport-uniform">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — The Mirror Polo Team
  World's First Holographic Professional Polo Uniform
  Shopify Blog Post HTML — SEO Optimized Final
=============================================================
  SUGGESTED TITLE:
  The World's First Holographic Polo Uniform — Jason Brickhill x The Mirror Polo Team
  META DESCRIPTION (158 chars):
  Jason Brickhill designed the world's first holographic professional polo uniform for The Mirror Polo Team at the Gerald Balding Cup, Cirencester Polo Club.
  URL HANDLE (keep as-is):
  holographic-polo-uniform-the-mirror-polo-team
  TAGS:
  the-mirror-polo-team, polo, cirencester, gerald-balding-cup,
  holographic-mosaic, bespoke, sportswear, uniform, press,
  editorial, uk, holographic-fashion, 2023
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · Grid captions now inside polo-grid-item — correct on mobile
  · Breakpoint bumped to 740px
=============================================================
-->
<style>
  .polo-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .polo-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  .polo-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  .polo-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .polo-body p { margin-bottom: 28px; }
  .polo-body p:last-child { margin-bottom: 0; }
  .polo-body a { color: #34FF82; text-decoration: none; }
  .polo-body a:hover { text-decoration: underline; }
  .polo-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 40px 0 22px;
    display: block;
  }
  .polo-img-full { width: 100%; margin: 40px 0 0; }
  .polo-img-full img { width: 100%; height: auto; display: block; }
  /* ── 2-col grid with captions inside items ── */
  .polo-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 40px 0 0;
  }
  .polo-grid-item {
    display: flex;
    flex-direction: column;
  }
  .polo-grid-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .polo-grid-item .polo-caption {
    margin-bottom: 0;
    text-align: left;
  }
  /* ── Caption ── */
  .polo-caption {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    color: #666;
    text-align: center;
    margin-bottom: 28px;
    padding: 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
  }
  .polo-caption a { color: #666; text-decoration: none; }
  .polo-caption a:hover { color: #34FF82; }
  .polo-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .polo-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  .polo-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  .polo-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.polo-cta,
  a.polo-cta:link,
  a.polo-cta:visited,
  a.polo-cta:hover,
  a.polo-cta:focus,
  a.polo-cta:active { text-decoration: none !important; }
  a.polo-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.polo-cta:hover { background: #8234FF; color: #34FF82; }
  /* ── Mobile ── */
  @media (max-width: 740px) {
    .polo-img-grid { grid-template-columns: 1fr; }
  }
</style>
<div class="polo-post">
  <span class="polo-kicker">Press &amp; Collaborations</span>
  <div class="polo-body">
    <p>In a landmark moment for both sport and fashion, The Mirror Polo Team debuted the world's first holographic professional polo uniform at the Gerald Balding Cup Final at Cirencester Polo Club, UK — wearing bespoke jerseys designed by Jason Brickhill.</p>
    <p>The collaboration marks a genuine first: holographic fashion brought into professional polo competition, merging elite athletic performance with high-fashion design on one of Britain's most storied polo grounds. The <a href="/collections/mosaic" title="Holographic Mosaic Collection">Holographic Mosaic</a> — Jason Brickhill's signature surface treatment — was applied to both the purple and white match jerseys, creating a dazzling iridescent effect that shifts and catches light as players move at speed across the field.</p>
  </div>
  <div class="polo-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-Purple-Jersey-1.jpg?v=1772566538" alt="The Mirror Polo Team player wearing Jason Brickhill Holographic Mosaic purple polo jersey number 1 — Gerald Balding Cup at Cirencester Polo Club" loading="eager">
  </div>
  <p class="polo-caption">The Mirror Polo Team player #1 in the Jason Brickhill Holographic Mosaic purple jersey — Gerald Balding Cup, Cirencester Polo Club.</p>
  <span class="polo-section-label">The Design</span>
  <div class="polo-body">
    <p>Each jersey features the signature Holographic Mosaic across the chest and back panel — the same hand-crafted surface treatment found across Jason Brickhill's ready-to-wear collection, adapted here for high-performance athletic fabric. The result is a polo uniform unlike anything seen on a professional field: structurally functional, built for speed and physicality, yet visually arresting in a way that transcends the boundaries of sportswear.</p>
    <p>The purple jersey pairs a deep black base with an iridescent mosaic panel that fragments light into vivid purples, blues, and silvers. The white jersey carries the same mosaic detail on a clean white ground, the holographic surface catching the English summer sun in a way that was impossible to ignore from the stands at Cirencester.</p>
  </div>
  <div class="polo-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-Cirencester-Action-1.jpg?v=1772566538" alt="The Mirror Polo Team players in Jason Brickhill white Holographic Mosaic polo jerseys riding during match at Cirencester Polo Club Gerald Balding Cup" loading="lazy">
  </div>
  <p class="polo-caption">The Mirror Polo Team in action at Cirencester Polo Club — white Holographic Mosaic jerseys by Jason Brickhill.</p>
  <div class="polo-pullquote">
    <p>The world's first holographic professional polo uniform — where elite sport performance meets high fashion on the field.</p>
  </div>
  <div class="polo-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-Cirencester-Action-2.jpg?v=1772566538" alt="The Mirror Polo Team player in Jason Brickhill Holographic Mosaic purple jersey number 3 competing at Gerald Balding Cup Final Cirencester Polo Club with crowd" loading="lazy">
  </div>
  <p class="polo-caption">The Mirror Polo Team #3 competing at the Gerald Balding Cup Final, Cirencester — Jason Brickhill Holographic Mosaic purple jersey.</p>
  <span class="polo-section-label">On the Field</span>
  <div class="polo-body">
    <p>The Gerald Balding Cup Final at Cirencester Polo Club is one of the UK's most prestigious polo competitions — a fitting stage for the debut of a uniform that has never been seen before in professional polo. Spectators and players alike took notice. The jerseys performed as designed: moving with the players, holding their structure under physical play, and catching the light from every angle throughout the match.</p>
    <p>What makes the Holographic Mosaic so well-suited to polo — and to sport more broadly — is precisely what makes it work in fashion: it responds to movement. The faster the player moves, the more the surface activates. On horseback at full gallop, the effect is extraordinary.</p>
  </div>
  <!-- PORTRAIT PAIR 1 — backs -->
  <div class="polo-img-grid">
    <div class="polo-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-Purple-Jersey-2.jpg?v=1772566538" alt="Back view of The Mirror Polo Team players in Jason Brickhill Holographic Mosaic polo jerseys numbers 1 and 2 on horseback at Cirencester showing iridescent back panel detail" loading="lazy">
      <p class="polo-caption">Back of Holographic Mosaic jerseys #1 &amp; #2.</p>
    </div>
    <div class="polo-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-Purple-Jersey-3.jpg?v=1772566538" alt="Back view of The Mirror Polo Team players in Jason Brickhill Holographic Mosaic purple polo jerseys numbers 4 and 3 on horseback at Cirencester Polo Club" loading="lazy">
      <p class="polo-caption">Back of Holographic Mosaic jerseys #4 &amp; #3.</p>
    </div>
  </div>
  <span class="polo-section-label">The White Jersey</span>
  <div class="polo-body">
    <p>Designed as the team's away kit, the white Holographic Mosaic jersey puts the iridescent mosaic detail front and centre against a clean white ground. Under the Cirencester sun, the mosaic panel radiates a spectrum of color — from silver-white to vivid purple and teal — shifting with every movement and every change in the angle of the light.</p>
  </div>
  <!-- PORTRAIT PAIR 2 — white jerseys -->
  <div class="polo-img-grid">
    <div class="polo-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-White-Jersey-1.jpg?v=1772566538" alt="Close-up of The Mirror Polo Team players in Jason Brickhill white Holographic Mosaic polo jerseys numbers 1 and 2 showing iridescent detail at Cirencester" loading="lazy">
      <p class="polo-caption">White Holographic Mosaic jerseys #1 &amp; #2 — iridescent mosaic detail in the Cirencester sun.</p>
    </div>
    <div class="polo-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-White-Jersey-2.jpg?v=1772566538" alt="The Mirror Polo Team players in Jason Brickhill white Holographic Mosaic polo jerseys numbers 2 and 3 close-up iridescent mosaic detail Cirencester Polo Club" loading="lazy">
      <p class="polo-caption">White Holographic Mosaic jerseys #2 &amp; #3 — Cirencester Polo Club.</p>
    </div>
  </div>
  <span class="polo-section-label">The Purple Jersey</span>
  <div class="polo-body">
    <p>The home kit — a deep purple and black base with a full Holographic Mosaic chest and back panel — is the bolder of the two designs. The mosaic activates differently in lower light, shifting toward deeper violets and blues, with flashes of silver and iridescent color that read as almost luminescent at golden hour. It's a jersey designed to be noticed.</p>
  </div>
  <!-- PORTRAIT PAIR 3 — purple jerseys -->
  <div class="polo-img-grid">
    <div class="polo-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-Purple-Jersey-4.jpg?v=1772566538" alt="Portrait of The Mirror Polo Team player in Jason Brickhill Holographic Mosaic purple jersey — Gerald Balding Cup Cirencester Polo Club" loading="lazy">
      <p class="polo-caption">The Mirror Polo Team — Holographic Mosaic purple jersey, Cirencester.</p>
    </div>
    <div class="polo-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Jason-Brickhill-x-The-Mirror-Polo-Purple-Jersey-5.jpg?v=1772566538" alt="The Mirror Polo Team player number 2 in Jason Brickhill Holographic Mosaic purple polo jersey on horseback at Cirencester Polo Club Gerald Balding Cup" loading="lazy">
      <p class="polo-caption">The Mirror Polo Team #2 — Holographic Mosaic purple jersey, Gerald Balding Cup.</p>
    </div>
  </div>
  <span class="polo-section-label">A New Standard in Polo Apparel</span>
  <div class="polo-body">
    <p>The collaboration between Jason Brickhill and The Mirror Polo Team represents a genuine first in professional sport — holographic fashion, applied with the same level of craft and intention as any piece in the ready-to-wear collection, worn in competition on a professional polo field. It sets a new benchmark for what bespoke sports uniforms can be: not just functional, not just branded, but genuinely designed.</p>
    <p>The <a href="/collections/mosaic" title="Holographic Mosaic Collection">Holographic Mosaic Collection</a> continues to push into new territories — on the runway, on the red carpet, and now on the polo field. This is only the beginning.</p>
  </div>
  <hr class="polo-divider">
  <div class="polo-cta-wrap">
    <a href="/collections/mosaic" class="polo-cta">Explore Mosaic Collections</a>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/celebrating-ten-years</id>
    <published>2023-09-13T06:00:00-04:00</published>
    <updated>2026-03-25T10:20:33-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/celebrating-ten-years"/>
    <title>Celebrating Ten Years: Introducing the Holographic Mosaic X</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Ten years ago, we introduced the first Holographic Mosaic Tee, a truly one-of-a-kind creation. This September, we celebrate the milestone of JASON BRICKHILL’s tenth year with the unveiling of the 'Holographic Mosaic Dress X'. Get eXcited for new special-edition pieces throughout 2024.</p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/celebrating-ten-years">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — 10th Anniversary & Holographic Mosaic Dress X
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · Instagram embed preserved as-is
  · Green CTA button — brand milestone post
=============================================================
-->
<style>
  .anniv-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .anniv-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .anniv-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text ── */
  .anniv-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .anniv-body p { margin-bottom: 28px; }
  .anniv-body p:last-child { margin-bottom: 0; }
  .anniv-body a {
    color: #34FF82;
    text-decoration: none;
  }
  .anniv-body a:hover { text-decoration: underline; }
  /* ── Section label ── */
  .anniv-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 40px 0 22px;
    display: block;
  }
  /* ── Full-width image ── */
  .anniv-img-full { width: 100%; margin: 40px 0 0; }
  .anniv-img-full img { width: 100%; height: auto; display: block; }
  /* ── Caption ── */
  .anniv-caption {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    color: #666;
    text-align: center;
    margin-bottom: 28px;
    padding: 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
  }
  .anniv-caption a { color: #666; text-decoration: none; }
  .anniv-caption a:hover { color: #34FF82; }
  /* ── Pull quote ── */
  .anniv-pullquote {
    border-left: 3px solid #34FF82;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .anniv-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Instagram embed wrapper ── */
  .anniv-instagram {
    margin: 48px 0;
    display: flex;
    justify-content: center;
  }
  /* ── Divider ── */
  .anniv-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill, NEVER underlined ── */
  .anniv-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.anniv-cta,
  a.anniv-cta:link,
  a.anniv-cta:visited,
  a.anniv-cta:hover,
  a.anniv-cta:focus,
  a.anniv-cta:active {
    text-decoration: none !important;
  }
  a.anniv-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.anniv-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
  /* ── Mobile ── */
  @media (max-width: 600px) {
    .anniv-post { padding: 0 0 48px; }
  }
</style>
<div class="anniv-post">
  <!-- KICKER -->
  <span class="anniv-kicker">10th Anniversary</span>
  <!-- INTRO -->
  <div class="anniv-body">
    <p>Ten years ago, the <a href="/products/holographic-mosaic-tee" title="Holographic Mosaic Tee">Holographic Mosaic Tee</a> launched — a one-of-a-kind creation that set the tone for everything that followed. A decade of refinement, evolution, and creative exploration has led to this moment: the unveiling of the <a href="/products/holographic-mosaic-dress-x" title="Holographic Mosaic Dress X">Holographic Mosaic Dress X</a>.</p>
    <p>Last year's New York Fashion Week presentation marked a turning point — a redefinition of the brand's vision on one of fashion's biggest stages. This September, the tenth anniversary is celebrated with the most ambitious version of the iconic Holographic Mosaic yet.</p>
  </div>
  <!-- DRESS IMAGE -->
  <div class="anniv-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/stunning_holographic_mosaic_dress_by_jason_brickhill.jpg?v=1772562201" alt="Holographic Mosaic Dress X by Jason Brickhill" loading="eager">
  </div>
  <p class="anniv-caption"><a href="/products/holographic-mosaic-dress-x" title="Holographic Mosaic Dress X">Holographic Mosaic Dress X</a></p>
  <!-- THE DRESS X -->
  <span class="anniv-section-label">Introducing the Dress X</span>
  <div class="anniv-body">
    <p>The <a href="/products/holographic-mosaic-dress-x" title="Holographic Mosaic Dress X">Holographic Mosaic Dress X</a> is designed to captivate. Its body-hugging silhouette and convenient side zipper enhance your natural curves while delivering the futuristic presence the Holographic Mosaic collection has always stood for. This isn't just a dress — it's a one-of-a-kind piece unlike anything else in the collection.</p>
    <p>Pre-order opens September 15. More special-edition X designs drop throughout 2024 — each one infusing fresh energy into the originals that started it all.</p>
  </div>
  <!-- PULL QUOTE -->
  <div class="anniv-pullquote">
    <p>A decade of the Holographic Mosaic — and the most exciting chapter is still being written.</p>
  </div>
  <!-- INSTAGRAM -->
  <span class="anniv-section-label">As Seen at NYFW</span>
  <div class="anniv-body">
    <p>A heartfelt thank you to everyone who attended the New York Fashion Week presentation, the Patricia Field ArtFashion team, and the incredible Nayana Vishva for bringing the vision to life on the runway.</p>
  </div>
  <div class="anniv-instagram">
    <blockquote class="instagram-media" data-instgrm-captioned="" data-instgrm-permalink="https://www.instagram.com/reel/CxEvyxiOpHg/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style="background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);margin:1px;max-width:540px;min-width:326px;padding:0;width:calc(100% - 2px);">
      <div style="padding:16px;">
        <a href="https://www.instagram.com/reel/CxEvyxiOpHg/?utm_source=ig_embed&amp;utm_campaign=loading" style="background:#FFFFFF;line-height:0;padding:0;text-align:center;text-decoration:none;width:100%;" target="_blank">
          <div style="display:flex;flex-direction:row;align-items:center;">
            <div style="background-color:#f4f4f4;border-radius:50%;flex-grow:0;height:40px;margin-right:14px;width:40px;"></div>
            <div style="display:flex;flex-direction:column;flex-grow:1;justify-content:center;">
              <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;margin-bottom:6px;width:100px;"></div>
              <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;width:60px;"></div>
            </div>
          </div>
          <div style="padding:19% 0;"></div>
          <div style="display:block;height:50px;margin:0 auto 12px;width:50px;">
            <svg width="50px" height="50px" viewbox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg">
              <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                <g transform="translate(-511.000000, -20.000000)" fill="#000000">
                  <g>
                    <path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path>
                  </g>
                </g>
              </g>
            </svg>
          </div>
          <div style="padding-top:8px;">
            <div style="color:#3897f0;font-family:Arial,sans-serif;font-size:14px;font-style:normal;font-weight:550;line-height:18px;">View this post on Instagram</div>
          </div>
          <div style="padding:12.5% 0;"></div>
          <div style="display:flex;flex-direction:row;margin-bottom:14px;align-items:center;">
            <div>
              <div style="background-color:#f4f4f4;border-radius:50%;height:12.5px;width:12.5px;transform:translateX(0px) translateY(7px);"></div>
              <div style="background-color:#f4f4f4;height:12.5px;transform:rotate(-45deg) translateX(3px) translateY(1px);width:12.5px;flex-grow:0;margin-right:14px;margin-left:2px;"></div>
              <div style="background-color:#f4f4f4;border-radius:50%;height:12.5px;width:12.5px;transform:translateX(9px) translateY(-18px);"></div>
            </div>
            <div style="margin-left:8px;">
              <div style="background-color:#f4f4f4;border-radius:50%;flex-grow:0;height:20px;width:20px;"></div>
              <div style="width:0;height:0;border-top:2px solid transparent;border-left:6px solid #f4f4f4;border-bottom:2px solid transparent;transform:translateX(16px) translateY(-4px) rotate(30deg);"></div>
            </div>
            <div style="margin-left:auto;">
              <div style="width:0px;border-top:8px solid #F4F4F4;border-right:8px solid transparent;transform:translateY(16px);"></div>
              <div style="background-color:#f4f4f4;flex-grow:0;height:12px;width:16px;transform:translateY(-4px);"></div>
              <div style="width:0;height:0;border-top:8px solid #F4F4F4;border-left:8px solid transparent;transform:translateY(-4px) translateX(8px);"></div>
            </div>
          </div>
          <div style="display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-bottom:24px;">
            <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;margin-bottom:6px;width:224px;"></div>
            <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;width:144px;"></div>
          </div>
        </a>
        <p style="color:#c9c8cd;font-family:Arial,sans-serif;font-size:14px;line-height:17px;margin-bottom:0;margin-top:8px;overflow:hidden;padding:8px 0 7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;">
          <a href="https://www.instagram.com/reel/CxEvyxiOpHg/?utm_source=ig_embed&amp;utm_campaign=loading" style="color:#c9c8cd;font-family:Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:17px;text-decoration:none;" target="_blank">A post shared by JASON BRICKHILL (@jasonbrickhill.shop)</a>
        </p>
      </div>
    </blockquote>
    <script src="//www.instagram.com/embed.js" async=""></script>
  </div>
  <!-- CLOSING -->
  <span class="anniv-section-label">A Decade of Magic</span>
  <div class="anniv-body">
    <p>Ten years of the Holographic Mosaic. From the original Tee to a full collection of iridescent, light-reactive, one-of-a-kind pieces — each one hand-finished in New York City. The <a href="/collections/holographic" title="Holographic Mosaic X">X collection</a> is the next chapter, and it's only just beginning.</p>
    <p>Mark your calendars. Stay tuned. The best is still to come.</p>
  </div>
  <hr class="anniv-divider">
  <!-- CTA -->
  <div class="anniv-cta-wrap">
    <a href="/collections/holographic" class="anniv-cta">Explore the X Collection</a>
  </div>
</div>
]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/kim-cattrall-stuns-in-jason-brickhill-holographic-tank-at-tribeca-film-festival</id>
    <published>2023-06-16T11:00:00-04:00</published>
    <updated>2026-03-25T10:18:04-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/kim-cattrall-stuns-in-jason-brickhill-holographic-tank-at-tribeca-film-festival"/>
    <title>Kim Cattrall Stuns in Jason Brickhill Holographic Tank at Tribeca Film Festival</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[Talk about a showstopper! Kim Cattrall, famously known for her fabulous role as Samantha Jones on "Sex And The City," made heads turn at the Tribeca Film Festival premiere of Patricia Field's highly-anticipated "Happy Clothes" documentary. The star dazzled in the Jason Brickhill’s 'Nebula' Holographic Mosaic Tank.<p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/kim-cattrall-stuns-in-jason-brickhill-holographic-tank-at-tribeca-film-festival">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Kim Cattrall at Tribeca Film Festival
  Shopify Blog Post HTML — Updated with grid-item fix
=============================================================
  TITLE:
  Kim Cattrall Stuns in Jason Brickhill at Tribeca Film Festival
  META DESCRIPTION (157 chars):
  Kim Cattrall wore the Jason Brickhill Holographic Mosaic Tank in Nebula at the Tribeca Film Festival premiere of Patricia Field's Happy Clothes documentary.
  URL HANDLE (keep as-is):
  kim-cattrall-stuns-in-jason-brickhill-holographic-tank-at-tribeca-film-festival
  TAGS:
  kim-cattrall, samantha-jones, sex-and-the-city, patricia-field,
  tribeca-film-festival, happy-clothes, celebrity, press, editorial,
  holographic-mosaic-tank, nebula, iridescent-fashion, festival-fashion, 2023
  NOTES:
  · Grid captions now inside kim-grid-item — correct on mobile
  · Breakpoint bumped to 740px
=============================================================
-->
<style>
  .kim-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .kim-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  .kim-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .kim-body p { margin-bottom: 28px; }
  .kim-body p:last-child { margin-bottom: 0; }
  .kim-body a { color: #34FF82; text-decoration: none; }
  .kim-body a:hover { text-decoration: underline; }
  .kim-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 40px 0 22px;
    display: block;
  }
  .kim-img-portrait {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
  }
  .kim-img-portrait img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
  }
  /* ── 2-col grid with captions inside items ── */
  .kim-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 40px 0 0;
  }
  .kim-grid-item {
    display: flex;
    flex-direction: column;
  }
  .kim-grid-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .kim-grid-item .kim-caption {
    margin-bottom: 0;
    text-align: left;
  }
  .kim-caption {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    color: #666;
    text-align: center;
    margin-bottom: 28px;
    padding: 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
  }
  .kim-caption a { color: #666; text-decoration: none; }
  .kim-caption a:hover { color: #34FF82; }
  .kim-tiktok-wrap {
    margin: 48px 0;
    display: flex;
    justify-content: center;
  }
  .kim-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .kim-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  .kim-credit {
    font-size: 12px;
    color: #444;
    text-align: center;
    margin-top: 52px;
    letter-spacing: 0.04em;
  }
  .kim-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  .kim-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.kim-cta,
  a.kim-cta:link,
  a.kim-cta:visited,
  a.kim-cta:hover,
  a.kim-cta:focus,
  a.kim-cta:active { text-decoration: none !important; }
  a.kim-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #34ff82;
    background-image: linear-gradient(to right, #8234ff 0%, #ff34b1 51%, #8234ff 100%);
    background-size: 200% auto;
    padding: 30px 48px;
    border-radius: 999px;
    transition: 0.5s;
  }
  a.kim-cta:hover {
    background-position: right center;
    color: #34ff82;
  }
  /* ── Mobile ── */
  @media (max-width: 740px) {
    .kim-img-grid { grid-template-columns: 1fr; }
  }
</style>
<div class="kim-post">
  <!-- INTRO -->
  <div class="kim-body">
    <p>Kim Cattrall — beloved worldwide as Samantha Jones on <em>Sex and the City</em> — made a stunning entrance at the Tribeca Film Festival premiere of <em>Happy Clothes</em>, the highly anticipated documentary about legendary costume designer Patricia Field. She wore the JB <a href="/products/holographic-mosaic-tank-nebula" title="Holographic Mosaic Tank - Nebula">Holographic Mosaic Tank in Nebula</a>, and the effect was immediate.</p>
    <p>Patricia Field, of course, is the iconic designer behind the costumes that defined Samantha Jones and the entire <em>Sex and the City</em> aesthetic — so it felt entirely fitting that Kim arrived at her documentary premiere in a piece that carries that same fearless, unapologetic energy.</p>
    <p>The intricate holographic mosaic design caught the light throughout the evening — its bold, space-inspired iridescent colors creating a shifting, mesmerizing effect that held its own on the red carpet and commanded attention in every room.</p>
  </div>
  <!-- FIRST IMAGE — Kim solo -->
  <div class="kim-img-portrait">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Kim_Cattrall_wearing_Jason_Brickhill_Holographic_Mosaic_Tank_2R7HGR7.jpg?v=1747149991" alt="Kim Cattrall wearing the Jason Brickhill Holographic Mosaic Tank in Nebula at the Tribeca Film Festival 2023" loading="eager">
  </div>
  <p class="kim-caption">Kim Cattrall in the <a href="/products/holographic-mosaic-tank-nebula" title="Holographic Mosaic Tank - Nebula">Holographic Mosaic Tank / Nebula</a> — Tribeca Film Festival.</p>
  <!-- PATRICIA AND KIM -->
  <div class="kim-img-portrait">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Patricia_Field_and_Kim_Cattrall_2R7JE8N.jpg?v=1747149991" alt="Patricia Field and Kim Cattrall at the Tribeca Film Festival Happy Clothes documentary premiere — Kim wearing Jason Brickhill" loading="lazy">
  </div>
  <p class="kim-caption">Patricia Field and Kim Cattrall at the <em>Happy Clothes</em> premiere.</p>
  <!-- TIKTOK -->
  <span class="kim-section-label">As Seen on TikTok</span>
  <div class="kim-tiktok-wrap">
    <blockquote class="tiktok-embed" cite="https://www.tiktok.com/@jasonbrickhill/video/7246515692885806378" data-video-id="7246515692885806378" style="max-width: 605px; min-width: 325px;">
      <section><a href="https://www.tiktok.com/@jasonbrickhill" target="_blank" rel="noopener">@jasonbrickhill</a></section>
    </blockquote>
    <script src="https://www.tiktok.com/embed.js" async=""></script>
  </div>
  <!-- PULL QUOTE -->
  <div class="kim-pullquote">
    <p>A single piece making an entrance — exactly what the Holographic Mosaic Tank was made for.</p>
  </div>
  <div class="kim-body">
    <p>The TikTok clip of Kim's look went on to rack up hundreds of thousands of views — a testament to just how much the piece resonates beyond the red carpet. Holographic fashion has a way of translating through a screen, and the Nebula colorway does it better than most.</p>
  </div>
  <!-- 2-COL GRID — On the Red Carpet -->
  <span class="kim-section-label">On the Red Carpet</span>
  <div class="kim-img-grid">
    <div class="kim-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Kim_Cattrall_wearing_Jason_Brickhill_2R7HG7E.jpg?v=1747149991" alt="Kim Cattrall wearing the Jason Brickhill Holographic Mosaic Tank Nebula at Tribeca Film Festival red carpet 2023" loading="lazy">
      <p class="kim-caption">Kim Cattrall at the <em>Happy Clothes</em> premiere, Tribeca Film Festival.</p>
    </div>
    <div class="kim-grid-item">
      <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Kim_Cattrall_wearing_Jason_Brickhill_2R7HGNX.jpg?v=1747149991" alt="Kim Cattrall in Jason Brickhill Holographic Mosaic Tank at Tribeca Film Festival premiere 2023" loading="lazy">
      <p class="kim-caption">Kim Cattrall — Holographic Mosaic Tank / Nebula, Tribeca 2023.</p>
    </div>
  </div>
  <!-- FINAL PATRICIA + KIM -->
  <div class="kim-img-portrait">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/Patricia_Field_and_Kim_Cattrall_2R7HGFY.jpg?v=1747149991" alt="Patricia Field and Kim Cattrall together at the Tribeca Film Festival Happy Clothes premiere 2023 — Kim in Jason Brickhill" loading="lazy">
  </div>
  <p class="kim-caption">Patricia Field and Kim Cattrall. <em>Happy Clothes</em>, Tribeca Film Festival.</p>
  <!-- CLOSING -->
  <div class="kim-body">
    <p>The <a href="/products/holographic-mosaic-tank-nebula" title="Holographic Mosaic Tank - Nebula">Holographic Mosaic Tank in Nebula</a> is part of Jason Brickhill's wider Holographic Mosaic collection — available in multiple colorways, each with its own distinct character under different light. If you have been searching for iridescent fashion, festival outfits, or statement pieces for a night out, this is the collection to explore.</p>
  </div>
  <p class="kim-credit">Images licensed for editorial use only from Alamy.</p>
  <hr class="kim-divider">
  <div class="kim-cta-wrap">
    <a href="/products/holographic-mosaic-tank-nebula" class="kim-cta">Shop the Nebula Tank</a>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/jason-brickhill-holographic-fashion-dazzles-at-patricia-field-s-nyfw-show</id>
    <published>2022-09-16T05:00:00-04:00</published>
    <updated>2026-03-25T10:21:27-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/jason-brickhill-holographic-fashion-dazzles-at-patricia-field-s-nyfw-show"/>
    <title>Jason Brickhill’s Holographic Fashion Dazzles at Patricia Field’s NYFW Show</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[JASON BRICKHILL Holographic Fashion dazzles at Patricia Field’s NYFW Show, featuring future-forward technology and a new circular fashion program. We are thrilled to re-introduce our Holographic Mosaic fashion line, captivating audiences at Patricia Field’s iconic NYFW show.<p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/jason-brickhill-holographic-fashion-dazzles-at-patricia-field-s-nyfw-show">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — NYFW x Patricia Field ArtFashion Show
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  SUGGESTED TITLE:
  Jason Brickhill at Patricia Field's NYFW ArtFashion Show
  META DESCRIPTION (156 chars):
  Jason Brickhill's Holographic Mosaic dazzled at Patricia Field's NYFW ArtFashion show — with Cyndi Lauper, Fern Mallis and Bruce Weber in the crowd.
  TAGS:
  nyfw, new-york-fashion-week, patricia-field, holographic-mosaic,
  runway, artfashion, cyndi-lauper, nfc, buyback-revive,
  circular-fashion, nebula, press, editorial, 2023
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · Image 1: landscape (full width)
  · Image 2: portrait — Patricia Field + Jason Brickhill (centered)
  · Image 3: portrait — runway/model (centered)
  · /collections/holographic updated to /collections/mosaic
=============================================================
-->
<style>
  .nyfw-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .nyfw-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .nyfw-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text ── */
  .nyfw-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .nyfw-body p { margin-bottom: 28px; }
  .nyfw-body p:last-child { margin-bottom: 0; }
  .nyfw-body a {
    color: #34FF82;
    text-decoration: none;
  }
  .nyfw-body a:hover { text-decoration: underline; }
  /* ── Section label ── */
  .nyfw-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 40px 0 22px;
    display: block;
  }
  /* ── Full-width image ── */
  .nyfw-img-full { width: 100%; margin: 40px 0 0; }
  .nyfw-img-full img { width: 100%; height: auto; display: block; }
  /* ── Portrait image — centered, max 520px ── */
  .nyfw-img-portrait {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
  }
  .nyfw-img-portrait img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
  }
  /* ── Caption ── */
  .nyfw-caption {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    color: #666;
    text-align: center;
    margin-bottom: 28px;
    padding: 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
  }
  .nyfw-caption a { color: #666; text-decoration: none; }
  .nyfw-caption a:hover { color: #34FF82; }
  /* ── Pull quote — purple accent ── */
  .nyfw-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .nyfw-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Divider ── */
  .nyfw-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill, NEVER underlined ── */
  .nyfw-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.nyfw-cta,
  a.nyfw-cta:link,
  a.nyfw-cta:visited,
  a.nyfw-cta:hover,
  a.nyfw-cta:focus,
  a.nyfw-cta:active {
    text-decoration: none !important;
  }
  a.nyfw-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.nyfw-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
</style>
<div class="nyfw-post">
  <!-- KICKER -->
  <span class="nyfw-kicker">Runway &amp; Press</span>
  <!-- INTRO -->
  <div class="nyfw-body">
    <p>The Jason Brickhill <a href="/collections/mosaic" title="Holographic Mosaic">Holographic Mosaic</a> collection returned to the runway at Patricia Field's iconic NYFW "ArtFashion" show — and it dazzled. Patricia Field, the legendary stylist behind <em>Sex and the City</em>, <em>The Devil Wears Prada</em>, and <em>Emily in Paris</em>, provided the perfect stage for a collection that has always existed at the intersection of fashion, art, and technology.</p>
    <p>The presentation introduced a new <a href="/products/holographic-mosaic-tshirt-dress-nebula" title="Holographic Mosaic Nebula Dress">cosmic "Nebula" dress</a> alongside reinvented versions of the <a href="/products/holographic-mosaic-tee" title="Holographic T-shirt">Holographic Tee</a> and <a href="/products/holographic-mosaic-tank-gold" title="Gold Tank Top">Tank Top</a> — each piece updated with NFC technology and presented to one of New York Fashion Week's most storied crowds.</p>
  </div>
  <!-- HERO IMAGE — landscape -->
  <div class="nyfw-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/jason-brickhill-holographic-mosaic-fashion_41068802-ae53-41a8-85cb-1df64ab5c59e.jpg?v=1721747793" alt="Jason Brickhill Holographic Mosaic fashion at Patricia Field NYFW ArtFashion show New York Fashion Week" loading="eager">
  </div>
  <p class="nyfw-caption">Jason Brickhill Holographic Mosaic at Patricia Field's NYFW ArtFashion show.</p>
  <!-- PULL QUOTE -->
  <div class="nyfw-pullquote">
    <p>One-of-a-kind holographic fashion, future-forward technology, and a new circular fashion program — all on one of New York Fashion Week's most iconic stages.</p>
  </div>
  <!-- THE SHOW -->
  <span class="nyfw-section-label">The Show</span>
  <div class="nyfw-body">
    <p>The NYFW ArtFashion show was a star-studded event — with Cyndi Lauper, Fern Mallis, Bruce Weber, and Coco Austin among the crowd. The Holographic Mosaic pieces shimmered under the show lights, the iridescent surface catching and fragmenting light in a way that reads differently in every environment. On the runway, surrounded by that particular New York energy, it felt entirely at home.</p>
  </div>
  <!-- PATRICIA FIELD + JB IMAGE — portrait -->
  <div class="nyfw-img-portrait">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/patricia-field-and-jason-brickhill.jpg?v=1721747793" alt="Patricia Field and Jason Brickhill at NYFW ArtFashion show New York Fashion Week" loading="lazy">
  </div>
  <p class="nyfw-caption">Patricia Field and Jason Brickhill at the NYFW ArtFashion show.</p>
  <!-- NFC TECHNOLOGY -->
  <span class="nyfw-section-label">Technology Meets Design</span>
  <div class="nyfw-body">
    <p>Every Jason Brickhill piece now features an embedded mobile-tap NFC tag — a direct connection between the garment and the world beyond it. A simple tap from your phone unlocks exclusive content, guarantees authenticity, and opens a relationship with the brand that extends well past the point of purchase. It's the same technology built into the <a href="/collections/glitch" title="GLITCH Collection">GLITCH collection</a> — wearable fashion that evolves over time.</p>
  </div>
  <!-- RUNWAY IMAGE — portrait -->
  <div class="nyfw-img-portrait">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/jason-brickhill-fashion-show.jpg?v=1721747793" alt="Model wearing Jason Brickhill Holographic Mosaic at New York Fashion Week NYFW runway show" loading="lazy">
  </div>
  <p class="nyfw-caption">Jason Brickhill Holographic Mosaic on the runway at NYFW.</p>
  <!-- BUYBACK -->
  <span class="nyfw-section-label">BuyBack + Revive</span>
  <div class="nyfw-body">
    <p>The show also marked the introduction of <a href="/pages/buy-back-revive" title="BuyBack+Revive Trade-In Program">"BuyBack+Revive"</a> — a trade-in program inviting customers to exchange vintage Jason Brickhill pieces for a 30% discount on the latest designs. With pieces in the collection dating back to 2013, it's an opportunity to upgrade and keep the cycle going. Every returned garment is restored or customized under the "REVIVED by Jason Brickhill" initiative — a commitment to circular fashion and a more sustainable approach to design.</p>
  </div>
  <hr class="nyfw-divider">
  <!-- CTA -->
  <div class="nyfw-cta-wrap">
    <a href="/collections/mosaic" class="nyfw-cta">Shop Mosaic Collections</a>
  </div>
</div>
]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/pride-month-a-personal-story</id>
    <published>2021-06-01T16:15:00-04:00</published>
    <updated>2026-03-25T10:22:45-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/pride-month-a-personal-story"/>
    <title>Pride Month: A Personal Story</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[In honor of LGBTQ+ Pride Month, I'd like to share a personal story with you.<p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/pride-month-a-personal-story">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Pride Month: A Personal Story
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  TITLE: Pride Month: A Personal Story
  SEO DESCRIPTION:
  In honor of Pride Month 🏳️‍🌈, I'd like to share a personal
  story: When I was fourteen, I traveled to Italy with my family
  to visit relatives. It was there, in the International airport
  in Rome, that I saw something that would impact my life in so
  many ways.
  EXCERPT:
  In honor of LGBTQ+ Pride Month, I'd like to share a personal
  story with you.
  URL HANDLE (keep as-is):
  pride-month-a-personal-story
  TAGS:
  pride, lgbtq, pride-month, personal, archive, 2021,
  smile-if-youre-gay, wear-your-pride
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · Voice preserved entirely — first person, Jason's words
  · Image is landscape — full width
  · Re-activate — this is a strong, evergreen personal post
=============================================================
-->
<style>
  .pride-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .pride-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .pride-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text ── */
  .pride-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .pride-body p { margin-bottom: 28px; }
  .pride-body p:last-child { margin-bottom: 0; }
  .pride-body a {
    color: #34FF82;
    text-decoration: none;
  }
  .pride-body a:hover { text-decoration: underline; }
  /* ── Portrait image — centered, max 520px ── */
  .pride-img-full { width: 100%; margin: 0 0 52px; display: flex; justify-content: center; }
  .pride-img-full img { width: 100%; max-width: 520px; height: auto; display: block; }
  /* ── Pull quote ── */
  .pride-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .pride-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Sign-off ── */
  .pride-signoff {
    margin-top: 52px;
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  /* ── Divider ── */
  .pride-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill ── */
  .pride-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.pride-cta,
  a.pride-cta:link,
  a.pride-cta:visited,
  a.pride-cta:hover,
  a.pride-cta:focus,
  a.pride-cta:active {
    text-decoration: none !important;
  }
  a.pride-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.pride-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
</style>
<div class="pride-post">
  <!-- KICKER -->
  <span class="pride-kicker">Pride Month 🏳️‍🌈</span>
  <!-- STORY -->
  <div class="pride-body">
    <p>In honor of Pride Month 🏳️‍🌈, I'd like to share a personal story.</p>
    <p>When I was fourteen, I traveled to Italy with my family to visit relatives. It was there, in the international airport in Rome, that I saw something that would impact my life in so many ways.</p>
    <p>Let me jump back a bit. I was fourteen, in my second year of high school in Australia. A pubescent teen 🤪. I didn't think it was an option to come out as gay at the time, nor did I really think that much into it. I'd just survived years of bullying through primary school, and in high school, the bullying only intensified. I was told I was gay every day — among other things. So, just making it through my school years was my sole focus before I could even think about who I was. I'd figure everything else out whenever I'd see the light at the end of the tunnel.</p>
    <p>Back to the airport in Rome: walking with my mum and younger sister, I was observing all the international people around me. And there he was — this guy (about my age now), heading my direction. He was wearing a white t-shirt that read: <em>"SMILE, if you're gay!"</em> 🌈 I read that shirt and I SMILED. Here was this guy from somewhere in the world, traveling solo, wearing his Pride — and whether he knew it or not, impacting the lives of everyone who saw him and read his shirt.</p>
  </div>
<br>
<!-- IMAGE -->
  <div class="pride-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/81747185-18A6-41D7-8B2A-AE6C2716A625-min.jpg?v=1622660841" alt="Jason Brickhill Pride 2021 — Smile If You're Gay" loading="eager">
  </div>
  <!-- PULL QUOTE -->
  <div class="pride-pullquote">
    <p>That smile would get me through all the torment I'd endure in the years ahead.</p>
  </div>
  <div class="pride-body">
    <p>As he passed me, I quickly changed my face to 'neutral' 😶 in case I was 'detected' by my mum or someone else looking 😅. My smile lasted only a few seconds in that moment — but I stayed smiling on the inside. Whenever I felt alone, misunderstood, and like there would be no happy future, I'd think back to that moment.</p>
    <p>The moment I turned eighteen, I travelled to New York — and the rest is history.</p>
    <p>After everything this past year brought, I just needed to breathe life into that memory. Enter my <a href="/collections/pride" title="Jason Brickhill Pride Collection">2021 Pride collection</a>. 😃🏳️‍🌈 By bringing this memory to life, I hope that young, closeted, confused, victimized LGBTQ+ people will take notice and SMILE. Because being your true self is always something to smile about.</p>
  </div>
  <!-- SIGN OFF -->
  <div class="pride-signoff">
    <p>I'm a proud gay man and I'm smiling because of it. We are never alone.</p>
    <p>Happy Pride Month, everyone.<br>🖤🤎❤️🧡💛💚💙💜</p>
    <p>— Jason</p>
  </div>
  <hr class="pride-divider">
  <!-- CTA -->
  <div class="pride-cta-wrap">
    <a href="/collections/pride" class="pride-cta">Shop the Pride Collection</a>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/into-the-future-we-glow</id>
    <published>2020-12-30T08:00:00-05:00</published>
    <updated>2026-03-25T10:24:38-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/into-the-future-we-glow"/>
    <title>Into The Future We Glow!</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<meta charset="utf-8"><span><span>2020 will forever be a piece of our ever-changing mosaic. </span></span><meta charset="utf-8">We REFLEKT on our past to GLOW in our future.<p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/into-the-future-we-glow">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Into The Future We Glow / REFLEKT
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  SUGGESTED TITLE:
  Into The Future We Glow
  META DESCRIPTION (154 chars):
  Jason Brickhill's REFLEKT collection — reflective streetwear
  that glows in the dark and catches light. We REFLEKT on the
  past to glow in our future. #WearYourAura
  EXCERPT:
  2020 will forever be a piece of our ever-changing mosaic.
  We REFLEKT on our past to GLOW in our future.
  URL HANDLE (keep as-is):
  into-the-future-we-glow
  TAGS:
  reflekt, reflective, streetwear, new-year, wear-your-aura,
  archive, 2021
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · Image is landscape — full width
  · Instagram embed preserved as-is
  · Voice kept raw and poetic — this is an archival brand moment
=============================================================
-->
<style>
  .reflekt-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .reflekt-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .reflekt-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Hero statement — large centred text ── */
  .reflekt-statement {
    text-align: center;
    margin: 48px 0;
  }
  .reflekt-statement p {
    font-size: clamp(18px, 2.8vw, 26px);
    line-height: 2.0;
    color: #e0e0e0;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }
  .reflekt-statement p:last-child { margin-bottom: 0; }
  .reflekt-statement a {
    color: #34FF82;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .reflekt-statement a:hover { text-decoration: underline; }
  /* ── Full-width image ── */
  .reflekt-img-full { width: 100%; margin: 0 0 48px; }
  .reflekt-img-full img { width: 100%; height: auto; display: block; }
  /* ── Instagram embed ── */
  .reflekt-instagram {
    margin: 48px 0;
    display: flex;
    justify-content: center;
  }
  /* ── Sign-off ── */
  .reflekt-signoff {
    text-align: center;
    margin: 52px 0 0;
  }
  .reflekt-signoff p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e0e0e0;
    line-height: 2.0;
    margin-bottom: 8px;
  }
  .reflekt-signoff p:last-child { margin-bottom: 0; }
  /* ── Divider ── */
  .reflekt-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill ── */
  .reflekt-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.reflekt-cta,
  a.reflekt-cta:link,
  a.reflekt-cta:visited,
  a.reflekt-cta:hover,
  a.reflekt-cta:focus,
  a.reflekt-cta:active {
    text-decoration: none !important;
  }
  a.reflekt-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.reflekt-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
</style>
<div class="reflekt-post">
  <!-- KICKER -->
  <span class="reflekt-kicker">Archive — REFLEKT Collection</span>
  <!-- IMAGE -->
  <div class="reflekt-img-full">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/F10089BA-6507-40FD-A98D-310EEF8F22BB-min_1024x1024.jpg?v=1612902969" alt="Jason Brickhill REFLEKT Collection — reflective streetwear #WearYourAura" loading="eager">
  </div>
  <!-- STATEMENT -->
  <div class="reflekt-statement">
    <p>2020 will forever be a piece of our ever-changing mosaic.</p>
    <p>We REFLEKT on our past to GLOW in our future.</p>
    <p>Now, into the future we glow.</p>
    <p><a href="/collections/reflekt" title="JASON BRICKHILL REFLEKT Collection — Reflective Streetwear">#WearYourAura</a></p>
  </div>
  <!-- INSTAGRAM -->
  <div class="reflekt-instagram">
    <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/CJcdA4CD-IS/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="13" style="background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);margin:1px;max-width:540px;min-width:326px;padding:0;width:calc(100% - 2px);">
      <div style="padding:16px;">
        <a href="https://www.instagram.com/p/CJcdA4CD-IS/?utm_source=ig_embed&amp;utm_campaign=loading" style="background:#FFFFFF;line-height:0;padding:0;text-align:center;text-decoration:none;width:100%;" target="_blank" rel="noopener noreferrer">
          <div style="display:flex;flex-direction:row;align-items:center;">
            <div style="background-color:#f4f4f4;border-radius:50%;flex-grow:0;height:40px;margin-right:14px;width:40px;"></div>
            <div style="display:flex;flex-direction:column;flex-grow:1;justify-content:center;">
              <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;margin-bottom:6px;width:100px;"></div>
              <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;width:60px;"></div>
            </div>
          </div>
          <div style="padding:19% 0;"></div>
          <div style="display:block;height:50px;margin:0 auto 12px;width:50px;">
            <svg width="50px" height="50px" viewbox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg">
              <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                <g transform="translate(-511.000000, -20.000000)" fill="#000000">
                  <g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g>
                </g>
              </g>
            </svg>
          </div>
          <div style="padding-top:8px;">
            <div style="color:#3897f0;font-family:Arial,sans-serif;font-size:14px;font-style:normal;font-weight:550;line-height:18px;">View this post on Instagram</div>
          </div>
          <div style="padding:12.5% 0;"></div>
          <div style="display:flex;flex-direction:row;margin-bottom:14px;align-items:center;">
            <div>
              <div style="background-color:#f4f4f4;border-radius:50%;height:12.5px;width:12.5px;transform:translateX(0px) translateY(7px);"></div>
              <div style="background-color:#f4f4f4;height:12.5px;transform:rotate(-45deg) translateX(3px) translateY(1px);width:12.5px;flex-grow:0;margin-right:14px;margin-left:2px;"></div>
              <div style="background-color:#f4f4f4;border-radius:50%;height:12.5px;width:12.5px;transform:translateX(9px) translateY(-18px);"></div>
            </div>
            <div style="margin-left:8px;">
              <div style="background-color:#f4f4f4;border-radius:50%;flex-grow:0;height:20px;width:20px;"></div>
              <div style="width:0;height:0;border-top:2px solid transparent;border-left:6px solid #f4f4f4;border-bottom:2px solid transparent;transform:translateX(16px) translateY(-4px) rotate(30deg);"></div>
            </div>
            <div style="margin-left:auto;">
              <div style="width:0px;border-top:8px solid #F4F4F4;border-right:8px solid transparent;transform:translateY(16px);"></div>
              <div style="background-color:#f4f4f4;flex-grow:0;height:12px;width:16px;transform:translateY(-4px);"></div>
              <div style="width:0;height:0;border-top:8px solid #F4F4F4;border-left:8px solid transparent;transform:translateY(-4px) translateX(8px);"></div>
            </div>
          </div>
          <div style="display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-bottom:24px;">
            <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;margin-bottom:6px;width:224px;"></div>
            <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;width:144px;"></div>
          </div>
        </a>
        <p style="color:#c9c8cd;font-family:Arial,sans-serif;font-size:14px;line-height:17px;margin-bottom:0;margin-top:8px;overflow:hidden;padding:8px 0 7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;">
          <a href="https://www.instagram.com/p/CJcdA4CD-IS/?utm_source=ig_embed&amp;utm_campaign=loading" style="color:#c9c8cd;font-family:Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:17px;text-decoration:none;" target="_blank" rel="noopener noreferrer">A post shared by JASON BRICKHILL (@jasonbrickhill)</a>
        </p>
      </div>
    </blockquote>
    <script src="//www.instagram.com/embed.js" async=""></script>
  </div>
  <!-- SIGN OFF -->
  <div class="reflekt-signoff">
    <p>Happy New Year.</p>
    <p>It's gonna be powerful.</p>
    <p>🖤</p>
    <p>Jason</p>
  </div>
  <hr class="reflekt-divider">
  <!-- CTA -->
  <div class="reflekt-cta-wrap">
    <a href="/collections/reflekt" class="reflekt-cta">Shop the REFLEKT Collection</a>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/compostable-packaging-carbon-neutral-shipping</id>
    <published>2020-12-21T10:00:00-05:00</published>
    <updated>2026-03-25T11:11:06-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/compostable-packaging-carbon-neutral-shipping"/>
    <title>Compostable Packaging &amp; Carbon Neutral Shipping</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>As we continue to commit to sustainability, we're thrilled to now ship all products in these plastic-free, corn-based, </span>100% compostable<span> mailers &amp; recycled tissue paper. 🌱</span></p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/compostable-packaging-carbon-neutral-shipping">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Sustainability
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  SUGGESTED TITLE:
  Sustainable Packaging & Ethical Materials — Jason Brickhill
  META DESCRIPTION (158 chars):
  Jason Brickhill ships in 100% compostable mailers, neutralises all shipping carbon through verified permanent carbon removal, and crafts every piece from Pima and organic cotton.
  EXCERPT:
  Every order ships in compostable packaging. Every carbon emission offset. Every piece made from premium Pima or organic cotton. This is what sustainability looks like at Jason Brickhill.
  URL HANDLE (keep as-is):
  my-path-to-sustainability
  TAGS:
  sustainability, compostable-packaging, carbon-removal, carbon-neutral-shipping,
  organic-cotton, pima-cotton, ethical-fashion, packaging, environment
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · Image is square — centered, max 560px
  · Copy is evergreen — no year references
  · SUPIMA® replaced with Pima cotton
  · Scope limited to packaging and materials only
=============================================================
-->
<style>
  .sustain-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .sustain-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .sustain-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text ── */
  .sustain-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .sustain-body p { margin-bottom: 28px; }
  .sustain-body p:last-child { margin-bottom: 0; }
  .sustain-body a {
    color: #34FF82;
    text-decoration: none;
  }
  .sustain-body a:hover { text-decoration: underline; }
  /* ── Section label ── */
  .sustain-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 64px 0 22px;
    display: block;
  }
  /* ── Square image — centered, max 560px ── */
  .sustain-img-square {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
  }
  .sustain-img-square img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
  }
  /* ── Caption ── */
  .sustain-caption {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    color: #666;
    text-align: center;
    margin-bottom: 52px;
    padding: 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
  }
  /* ── Pull quote — green accent for sustainability theme ── */
  .sustain-pullquote {
    border-left: 3px solid #34FF82;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .sustain-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Stat blocks ── */
  .sustain-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 52px 0;
  }
  .sustain-stat {
    border: 1px solid #1e1e1e;
    border-radius: 24px;
    padding: 28px 20px;
    text-align: center;
  }
  .sustain-stat-number {
    font-size: 28px;
    font-weight: 900;
    color: #34FF82;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 8px;
  }
  .sustain-stat-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #34FF82;
    display: block;
    line-height: 1.6;
  }
  /* ── Divider ── */
  .sustain-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill ── */
  .sustain-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.sustain-cta,
  a.sustain-cta:link,
  a.sustain-cta:visited,
  a.sustain-cta:hover,
  a.sustain-cta:focus,
  a.sustain-cta:active {
    text-decoration: none !important;
  }
  a.sustain-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.sustain-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
  /* ── Mobile ── */
  @media (max-width: 600px) {
    .sustain-stats { grid-template-columns: 1fr; }
  }
</style>
<div class="sustain-post">
  <!-- KICKER -->
  <span class="sustain-kicker">Sustainability</span>
  <!-- INTRO -->
  <div class="sustain-body">
    <p>Sustainability at Jason Brickhill isn't a campaign — it's a set of concrete decisions built into how every order is packed and every piece is made. Here's what that looks like in practice.</p>
  </div>
  <!-- STAT BLOCKS -->
  <div class="sustain-stats">
    <div class="sustain-stat">
      <span class="sustain-stat-number">100%</span>
      <span class="sustain-stat-label">Compostable Packaging</span>
    </div>
    <div class="sustain-stat">
      <span class="sustain-stat-number">100%</span>
      <span class="sustain-stat-label">Carbon Neutral Shipping</span>
    </div>
    <div class="sustain-stat">
      <span class="sustain-stat-number">100%</span>
      <span class="sustain-stat-label">Organic or Pima Cotton</span>
    </div>
  </div>
  <!-- PACKAGING -->
  <span class="sustain-section-label">The Packaging</span>
  <div class="sustain-body">
    <p>Every order ships in corn-based, 100% compostable mailers with recycled tissue paper inside. The mailers break down completely — leaving nothing behind.</p>
    <p>Every shipment is carbon neutral. The carbon emissions from each delivery are fully addressed through a verified carbon removal program — not just offsets, but active removal, funding revolutionary projects and technologies designed to future-proof the planet. Every order. Every time. 🌱</p>
  </div>
  <!-- IMAGE -->
  <div class="sustain-img-square">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/jason-brickhill-compostable-mailer.jpg?v=1708802814" alt="Jason Brickhill 100% compostable corn-based mailer — sustainable packaging" loading="lazy">
  </div>
  <p class="sustain-caption">Jason Brickhill's 100% compostable, corn-based mailer. Plastic-free, every time.</p>
  <!-- PULL QUOTE -->
  <div class="sustain-pullquote">
    <p>Compostable packaging. Carbon neutral shipping. Cotton that is grown, not manufactured.</p>
  </div>
  <!-- MATERIALS -->
  <span class="sustain-section-label">The Materials</span>
  <div class="sustain-body">
    <p>Every piece is made from 100% premium long-staple Pima cotton or 100% organic cotton — grown under strict quality-controlled guidelines for an extraordinarily soft hand and exceptional durability. It's a material that gets better with wear, not worse.</p>
  </div>
  <hr class="sustain-divider">
  <!-- CTA -->
  <div class="sustain-cta-wrap">
    <a href="/collections/all" class="sustain-cta">Shop Jason Brickhill</a>
  </div>
</div>
]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/happy-holidays</id>
    <published>2020-12-18T10:30:00-05:00</published>
    <updated>2026-03-25T10:28:14-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/happy-holidays"/>
    <title>Happy Holidays</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<meta charset="utf-8"><span>I personally want to wish you and your loved ones a very safe and happy Holiday, no matter how you celebrate.</span><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/happy-holidays">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Happy Holidays / 2020 Year in Review
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  TITLE: Happy Holidays
  EXCERPT:
  I personally want to wish you and your loved ones a very
  safe and happy Holiday, no matter how you celebrate.
  SEO: Not needed — seasonal archive post
  URL HANDLE (keep as-is):
  happy-holidays
  TAGS:
  holiday, archive, 2020, black-lives-matter, pride,
  glitch, holographic-mosaic, year-in-review
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · All 6 images are portrait — 2-col grid, 3 rows
  · Voice preserved — first person, Jason's words
=============================================================
-->
<style>
  .holiday-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .holiday-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .holiday-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Intro text ── */
  .holiday-intro {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
    margin-bottom: 52px;
  }
  .holiday-intro p { margin-bottom: 20px; }
  .holiday-intro p:last-child { margin-bottom: 0; }
  /* ── Section label ── */
  .holiday-section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #34FF82;
    margin: 0 0 32px;
    display: block;
  }
  /* ── 2-col portrait grid ── */
  .holiday-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 0;
  }
  .holiday-grid-item {
    display: flex;
    flex-direction: column;
  }
  .holiday-grid-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ── Caption ── */
  .holiday-caption {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    color: #666;
    text-align: center;
    padding: 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  /* ── Grid gap between rows ── */
  .holiday-grid-row {
    margin-bottom: 40px;
  }
  .holiday-grid-row:last-child {
    margin-bottom: 0;
  }
  /* ── Sign-off ── */
  .holiday-signoff {
    text-align: center;
    margin-top: 64px;
  }
  .holiday-signoff p {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e0e0e0;
    line-height: 2.2;
    margin-bottom: 4px;
  }
  .holiday-signoff p:last-child { margin-bottom: 0; }
  /* ── Divider ── */
  .holiday-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── Mobile ── */
  @media (max-width: 600px) {
    .holiday-grid { grid-template-columns: 1fr; }
  }
</style>
<div class="holiday-post">
  <!-- KICKER -->
  <span class="holiday-kicker">Archive — 2020</span>
  <!-- INTRO -->
  <div class="holiday-intro">
    <p>I personally want to wish you and your loved ones a very safe and happy Holiday, no matter how you celebrate.</p>
    <p>As 2020 comes to an end, may 2021 bring peace and a truly new beginning.</p>
    <p>Here's a look back.</p>
  </div>
  <!-- SECTION LABEL -->
  <span class="holiday-section-label">2020 — A Year in Pictures</span>
  <!-- ROW 1 — BLM + Pride -->
  <div class="holiday-grid-row">
    <div class="holiday-grid">
      <div class="holiday-grid-item">
        <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/dc89872564f10faa59b39fc9dfacc69e98306d01.jpg?v=1612901127" alt="Jason Brickhill at the Black Lives Matter March in New York City 2020" loading="eager">
        <p class="holiday-caption">Black Lives Matter March, NYC, 2020</p>
      </div>
      <div class="holiday-grid-item">
        <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/0b23db1e6131a7bb1dbac045d70f078801b77d27_1.jpg?v=1612901254" alt="Jason Brickhill and Logan Browne at the New York City Pride March 2020" loading="lazy">
        <p class="holiday-caption">Pride March, NYC, 2020</p>
      </div>
    </div>
  </div>
  <!-- ROW 2 — Beach + Holographic -->
  <div class="holiday-grid-row">
    <div class="holiday-grid">
      <div class="holiday-grid-item">
        <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/c527444ee387ff9428d1b1fea7a0fb638ed5496f.jpg?v=1612901340" alt="Jason Brickhill wearing the Jason Brickhill Iridescent Cloud Tee on the beach at sunset 2020" loading="lazy">
        <p class="holiday-caption">Iridescent Cloud Tee, Summer 2020</p>
      </div>
      <div class="holiday-grid-item">
        <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/c14222e76383713fc30bfded3606a39490bba197.jpg?v=1612901450" alt="Jason Brickhill and Maria Diallo wearing genderless Jason Brickhill Holographic Mosaic Tee and Shorts 2020" loading="lazy">
        <p class="holiday-caption">Holographic Mosaic Tee &amp; Shorts — genderless, 2020</p>
      </div>
    </div>
  </div>
  <!-- ROW 3 — Glitch Riders + Glitch outfit -->
  <div class="holiday-grid-row">
    <div class="holiday-grid">
      <div class="holiday-grid-item">
        <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/9415aab61f4fe3164de2ffc194c039909c2d429e.jpg?v=1612901536" alt="The Glitch Riders — ZVH, Jason Brickhill and Sejung Lee wearing Jason Brickhill GLITCH Collection 2020" loading="lazy">
        <p class="holiday-caption">The Glitch Riders: ZVH, Jason Brickhill &amp; Sejung Lee — GLITCH Collection, 2020</p>
      </div>
      <div class="holiday-grid-item">
        <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/414cd6642b26115a806f5f22d157ef9e269d0021.jpg?v=1612901630" alt="Jason Brickhill wearing matching Glitter GLITCH Sweater and Sweatpants 2020" loading="lazy">
        <p class="holiday-caption">Glitter GLITCH Sweater &amp; Sweatpants, 2020</p>
      </div>
    </div>
  </div>
  <!-- SIGN OFF -->
  <div class="holiday-signoff">
    <p>Happy Holidays!</p>
    <p>❤️</p>
    <p>Jason Brickhill</p>
    <p>🎅🎄🦌☃️🎁🌟</p>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/buy-now-pay-later-with-klarna</id>
    <published>2020-12-12T16:00:00-05:00</published>
    <updated>2026-03-25T10:29:24-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/buy-now-pay-later-with-klarna"/>
    <title>Shop now, pay later</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<meta charset="UTF-8"><span>We've teamed up with Klarna to make shopping easier! Select "Klarna" at checkout + pay in 4 interest-free installments.</span><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/buy-now-pay-later-with-klarna">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Klarna Pay in 4
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  SUGGESTED TITLE:
  Shop Now, Pay Later — Jason Brickhill Now Accepts Klarna
  META DESCRIPTION (150 chars):
  Jason Brickhill now accepts Klarna. Shop any piece and pay in 4 interest-free installments. No catch. Just select Klarna at checkout.
  EXCERPT:
  Shop any Jason Brickhill piece and pay in 4 interest-free installments with Klarna. Select Klarna at checkout — it's that simple.
  URL HANDLE:
  klarna-pay-in-4
  TAGS:
  klarna, pay-later, buy-now-pay-later, bnpl, checkout, payments
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · No image — clean text-only layout
=============================================================
-->
<style>
  .klarna-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .klarna-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .klarna-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text ── */
  .klarna-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .klarna-body p { margin-bottom: 28px; }
  .klarna-body p:last-child { margin-bottom: 0; }
  .klarna-body a {
    color: #34FF82;
    text-decoration: none;
  }
  .klarna-body a:hover { text-decoration: underline; }
  /* ── Steps ── */
  .klarna-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 52px 0;
  }
  .klarna-step {
    border: 1px solid #1e1e1e;
    border-radius: 24px;
    padding: 32px 24px;
    text-align: center;
  }
  .klarna-step-number {
    font-size: 28px;
    font-weight: 900;
    color: #34FF82;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 12px;
  }
  .klarna-step-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #34FF82;
    display: block;
    line-height: 1.6;
  }
  /* ── Pull quote ── */
  .klarna-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .klarna-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Divider ── */
  .klarna-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill ── */
  .klarna-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.klarna-cta,
  a.klarna-cta:link,
  a.klarna-cta:visited,
  a.klarna-cta:hover,
  a.klarna-cta:focus,
  a.klarna-cta:active {
    text-decoration: none !important;
  }
  a.klarna-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.klarna-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
  /* ── Mobile ── */
  @media (max-width: 600px) {
    .klarna-steps { grid-template-columns: 1fr; }
  }
</style>
<div class="klarna-post">
  <!-- KICKER -->
  <span class="klarna-kicker">Payments</span>
  <!-- INTRO -->
  <div class="klarna-body">
    <p>Jason Brickhill now accepts Klarna — meaning you can take home any piece from the collection today and pay for it in 4 interest-free installments. No catch. No hidden fees. Just split your total into four equal payments, automatically charged every two weeks.</p>
  </div>
  <!-- STEPS -->
  <div class="klarna-steps">
    <div class="klarna-step">
      <span class="klarna-step-number">1</span>
      <span class="klarna-step-label">Add any piece to your cart</span>
    </div>
    <div class="klarna-step">
      <span class="klarna-step-number">2</span>
      <span class="klarna-step-label">Select Klarna at checkout</span>
    </div>
    <div class="klarna-step">
      <span class="klarna-step-number">3</span>
      <span class="klarna-step-label">Pay in 4 interest-free installments</span>
    </div>
  </div>
  <!-- PULL QUOTE -->
  <div class="klarna-pullquote">
    <p>The piece you want, on your terms — 4 interest-free payments with Klarna.</p>
  </div>
  <div class="klarna-body">
    <p>Klarna is available on every order at jasonbrickhill.com. Simply select it at checkout — no application, no interest, no fuss.</p>
  </div>
  <hr class="klarna-divider">
  <!-- CTA -->
  <div class="klarna-cta-wrap">
    <a href="/collections/all" class="klarna-cta">Shop the Collection</a>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/a-glitch-is-occurring</id>
    <published>2020-10-22T12:00:00-04:00</published>
    <updated>2026-03-25T10:31:00-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/a-glitch-is-occurring"/>
    <title>a GLITCH is occurring</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<meta charset="utf-8"><span>A glitch is occurring. Don't let the chaos consume you. Stare deep into your glitch and ride it.</span><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/a-glitch-is-occurring">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — A Glitch Is Occurring / Glitch Rider
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  TITLE: a GLITCH is occurring
  EXCERPT:
  A glitch is occurring. Don't let the chaos consume you.
  Stare deep into your glitch and ride it.
  URL HANDLE (keep as-is):
  a-glitch-is-occurring
  TAGS:
  glitch, glitch-rider, short-film, archive, reflective,
  glitter-glitch, wear-your-glitch, ride-your-glitch, 2020
  SEO: Not needed — archive/creative post
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No background-color — inherits from theme
  · No font-family — inherits Orbitron/Jura from theme
  · Instagram embed preserved as-is (IGTV film)
  · Voice kept raw — this is an archival creative moment
  · Products no longer exist — links to /collections/glitch
=============================================================
-->
<style>
  .glitch-rider-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .glitch-rider-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .glitch-rider-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Hero statement — large centred ── */
  .glitch-rider-statement {
    text-align: center;
    margin: 48px 0;
  }
  .glitch-rider-statement p {
    font-size: clamp(18px, 2.8vw, 24px);
    line-height: 2.0;
    color: #e0e0e0;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .glitch-rider-statement p:last-child { margin-bottom: 0; }
  .glitch-rider-statement a {
    color: #34FF82;
    text-decoration: none;
  }
  .glitch-rider-statement a:hover { text-decoration: underline; }
  /* ── Instagram embed ── */
  .glitch-rider-instagram {
    margin: 48px 0;
    display: flex;
    justify-content: center;
  }
  /* ── Credits block ── */
  .glitch-rider-credits {
    margin: 56px auto 0;
    max-width: 480px;
  }
  .glitch-rider-credits-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #34FF82;
    text-align: center;
    display: block;
    margin-bottom: 24px;
    text-decoration: none;
  }
  .glitch-rider-credits-section {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #444;
    text-align: center;
    display: block;
    margin: 28px 0 12px;
  }
  .glitch-rider-credits-row {
    font-size: 15px;
    line-height: 1.9;
    color: #888;
    text-align: center;
    display: block;
    letter-spacing: 0.04em;
  }
  .glitch-rider-credits-row span {
    color: #e0e0e0;
  }
  /* ── Divider ── */
  .glitch-rider-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill ── */
  .glitch-rider-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.glitch-rider-cta,
  a.glitch-rider-cta:link,
  a.glitch-rider-cta:visited,
  a.glitch-rider-cta:hover,
  a.glitch-rider-cta:focus,
  a.glitch-rider-cta:active {
    text-decoration: none !important;
  }
  a.glitch-rider-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.glitch-rider-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
</style>
<div class="glitch-rider-post">
  <!-- KICKER -->
  <span class="glitch-rider-kicker">Archive — GLITCH Collection</span>
  <!-- STATEMENT -->
  <div class="glitch-rider-statement">
    <p>A glitch is occurring.</p>
    <p>Don't let the chaos consume you.</p>
    <p>Stare deep into your glitch and ride it.</p>
    <p>
      <a href="/collections/glitch" title="JASON BRICKHILL GLITCH Collection">#RideYourGlitch</a>
    </p>
  </div>
  <!-- INSTAGRAM EMBED — GLITCH RIDER FILM -->
  <div class="glitch-rider-instagram">
    <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/tv/CGqgAGQHr7B/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="13" style="background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);margin:1px;max-width:540px;min-width:326px;padding:0;width:calc(100% - 2px);">
      <div style="padding:16px;">
        <a href="https://www.instagram.com/tv/CGqgAGQHr7B/?utm_source=ig_embed&amp;utm_campaign=loading" style="background:#FFFFFF;line-height:0;padding:0;text-align:center;text-decoration:none;width:100%;" target="_blank" rel="noopener noreferrer">
          <div style="display:flex;flex-direction:row;align-items:center;">
            <div style="background-color:#f4f4f4;border-radius:50%;flex-grow:0;height:40px;margin-right:14px;width:40px;"></div>
            <div style="display:flex;flex-direction:column;flex-grow:1;justify-content:center;">
              <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;margin-bottom:6px;width:100px;"></div>
              <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;width:60px;"></div>
            </div>
          </div>
          <div style="padding:19% 0;"></div>
          <div style="display:block;height:50px;margin:0 auto 12px;width:50px;">
            <svg width="50px" height="50px" viewbox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg">
              <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                <g transform="translate(-511.000000, -20.000000)" fill="#000000">
                  <g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g>
                </g>
              </g>
            </svg>
          </div>
          <div style="padding-top:8px;">
            <div style="color:#3897f0;font-family:Arial,sans-serif;font-size:14px;font-style:normal;font-weight:550;line-height:18px;">View this post on Instagram</div>
          </div>
          <div style="padding:12.5% 0;"></div>
          <div style="display:flex;flex-direction:row;margin-bottom:14px;align-items:center;">
            <div>
              <div style="background-color:#f4f4f4;border-radius:50%;height:12.5px;width:12.5px;transform:translateX(0px) translateY(7px);"></div>
              <div style="background-color:#f4f4f4;height:12.5px;transform:rotate(-45deg) translateX(3px) translateY(1px);width:12.5px;flex-grow:0;margin-right:14px;margin-left:2px;"></div>
              <div style="background-color:#f4f4f4;border-radius:50%;height:12.5px;width:12.5px;transform:translateX(9px) translateY(-18px);"></div>
            </div>
            <div style="margin-left:8px;">
              <div style="background-color:#f4f4f4;border-radius:50%;flex-grow:0;height:20px;width:20px;"></div>
              <div style="width:0;height:0;border-top:2px solid transparent;border-left:6px solid #f4f4f4;border-bottom:2px solid transparent;transform:translateX(16px) translateY(-4px) rotate(30deg);"></div>
            </div>
            <div style="margin-left:auto;">
              <div style="width:0px;border-top:8px solid #F4F4F4;border-right:8px solid transparent;transform:translateY(16px);"></div>
              <div style="background-color:#f4f4f4;flex-grow:0;height:12px;width:16px;transform:translateY(-4px);"></div>
              <div style="width:0;height:0;border-top:8px solid #F4F4F4;border-left:8px solid transparent;transform:translateY(-4px) translateX(8px);"></div>
            </div>
          </div>
          <div style="display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-bottom:24px;">
            <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;margin-bottom:6px;width:224px;"></div>
            <div style="background-color:#f4f4f4;border-radius:4px;flex-grow:0;height:14px;width:144px;"></div>
          </div>
        </a>
        <p style="color:#c9c8cd;font-family:Arial,sans-serif;font-size:14px;line-height:17px;margin-bottom:0;margin-top:8px;overflow:hidden;padding:8px 0 7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;">
          <a href="https://www.instagram.com/tv/CGqgAGQHr7B/?utm_source=ig_embed&amp;utm_campaign=loading" style="color:#c9c8cd;font-family:Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:17px;text-decoration:none;" target="_blank" rel="noopener noreferrer">A post shared by JASON BRICKHILL (@jasonbrickhill)</a>
        </p>
      </div>
    </blockquote>
    <script src="//www.instagram.com/embed.js" async=""></script>
  </div>
  <!-- CREDITS -->
  <div class="glitch-rider-credits">
    <span class="glitch-rider-credits-label">Glitch Rider — Credits</span>
    <span class="glitch-rider-credits-section">Cast</span>
    <span class="glitch-rider-credits-row"><span>Jason Brickhill</span> — GL1TCH Rider</span>
    <span class="glitch-rider-credits-row"><span>Ryan Burke</span> — Omniscient Being</span>
    <span class="glitch-rider-credits-row"><span>Valerie Geffner</span> — Voice of Omniscient Being</span>
    <span class="glitch-rider-credits-row"><span>ZVH</span> — GL2TCH Rider</span>
    <span class="glitch-rider-credits-row"><span>Sejung Lee</span> — GL3TCH Rider</span>
    <span class="glitch-rider-credits-row"><span>Sofeia Eddy</span> — GL4TCH Rider</span>
    <span class="glitch-rider-credits-section">Crew</span>
    <span class="glitch-rider-credits-row"><span>Jason Brickhill</span> — Writer, Director, Editor</span>
    <span class="glitch-rider-credits-row"><span>Ibai Vigil</span> — Director of Photography</span>
    <span class="glitch-rider-credits-section">Production</span>
    <span class="glitch-rider-credits-row">A Cave of Wonders Production</span>
    <span class="glitch-rider-credits-row">with Popsicle Studios</span>
    <span class="glitch-rider-credits-section">Special Thanks</span>
    <span class="glitch-rider-credits-row">Logan Browne · Jose Sibaja · Ibai Vigil</span>
  </div>
  <hr class="glitch-rider-divider">
  <!-- CTA -->
  <div class="glitch-rider-cta-wrap">
    <a href="/collections/glitch" class="glitch-rider-cta">Shop the GLITCH Collection</a>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/the-sun-is-setting-on-summer</id>
    <published>2020-08-20T19:30:00-04:00</published>
    <updated>2026-03-27T13:23:40-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/the-sun-is-setting-on-summer"/>
    <title>The sun is setting on Summer...</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<meta charset="utf-8"><span>The end of Summer is nearing, but it feels like it’s just beginning! We’re in a history-making season of coming together, taking action, and impacting the world.</span><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/the-sun-is-setting-on-summer">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<style>
  .summer-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .summer-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .summer-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text ── */
  .summer-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
    text-align: center;
  }
  .summer-body p { margin-bottom: 28px; }
  .summer-body p:last-child { margin-bottom: 0; }
  /* ── Square image — centered, max 560px ── */
  .summer-img {
    width: 100%;
    margin: 0 0 48px;
    display: flex;
    justify-content: center;
  }
  .summer-img img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
  }
  /* ── Pull quote ── */
  .summer-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
    text-align: left;
  }
  .summer-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Sign-off ── */
  .summer-signoff {
    text-align: center;
    margin-top: 52px;
    font-size: 20px;
    line-height: 2.0;
    color: #e0e0e0;
  }
</style>
<div class="summer-post">
<!-- KICKER --> <span class="summer-kicker">Archive — Summer 2020</span> <!-- BODY -->
<div class="summer-body">
<p>Sunny days, breezy nights &amp; magical sunsets.</p>
<p>The end of Summer is nearing — but it feels like it's just beginning. We're in a history-making season of coming together, taking action, and impacting the world. Though the sun may be setting earlier, its bright light is getting stronger than ever.</p>
</div>
<br>
<!-- IMAGE -->
<div class="summer-img" style="text-align: start;"><img loading="eager" alt="Jason Brickhill wearing the Iridescent Cloud Tee on the beach at sunset — Summer 2020" src="https://cdn.shopify.com/s/files/1/0381/4073/files/ebdab9e30f03cfd1bf1ff65bce46c2df8bef8a20.jpg?v=1612893850" style="float: none;"></div>
<!-- PULL QUOTE -->
<div class="summer-pullquote">
<p>No matter your current situation — go outside, look up, and smile. Our sky is filled with endless inspiration.</p>
</div>
<!-- CLOSING -->
<div class="summer-body">
<p>Please keep safe, positive, and focus on love.</p>
</div>
<!-- SIGN OFF -->
<div class="summer-signoff">💖 Jason 🌅✨✨✨</div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/a-personal-note-reflecting-on-pride</id>
    <published>2020-06-30T12:30:00-04:00</published>
    <updated>2026-03-25T10:34:40-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/a-personal-note-reflecting-on-pride"/>
    <title>Pride Is Forever 🌈</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[Pride month may be over, but Pride is forever.<p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/a-personal-note-reflecting-on-pride">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — End of Pride Month 2020
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  SUGGESTED TITLE:
  Pride Is Forever 🌈
  EXCERPT:
  Pride month may be over, but Pride is forever. This year
  gave me a renewed sense of purpose — and I'm going to keep
  getting louder.
  SEO: Not needed — archive/personal post
  URL HANDLE (keep as-is or suggest):
  pride-is-forever
  TAGS:
  pride, lgbtq, pride-month, archive, 2020, loud-and-proud,
  crystal-charm, equality, personal
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · Image is wide/landscape — moved further down, full width
  · Voice preserved entirely — first person, Jason's words
  · CTA links to /collections/pride
=============================================================
-->
<style>
  .pride-end-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .pride-end-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .pride-end-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text ── */
  .pride-end-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .pride-end-body p { margin-bottom: 28px; }
  .pride-end-body p:last-child { margin-bottom: 0; }
  /* ── Questions block — centred, slightly larger ── */
  .pride-end-questions {
    text-align: center;
    margin: 48px 0;
  }
  .pride-end-questions p {
    font-size: clamp(18px, 2.2vw, 22px);
    font-style: italic;
    line-height: 2.2;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Full-width image ── */
  .pride-end-img {
    width: 100%;
    margin: 52px 0;
  }
  .pride-end-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ── Pull quote ── */
  .pride-end-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .pride-end-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Sign-off ── */
  .pride-end-signoff {
    text-align: center;
    margin-top: 52px;
    font-size: 20px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  /* ── Divider ── */
  .pride-end-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill ── */
  .pride-end-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.pride-end-cta,
  a.pride-end-cta:link,
  a.pride-end-cta:visited,
  a.pride-end-cta:hover,
  a.pride-end-cta:focus,
  a.pride-end-cta:active {
    text-decoration: none !important;
  }
  a.pride-end-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.pride-end-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
</style>
<div class="pride-end-post">
  <!-- KICKER -->
  <span class="pride-end-kicker">Pride Month 🌈 — 2020</span>
  <!-- INTRO -->
  <div class="pride-end-body">
    <p>I hope everyone had a magical Pride of togetherness, celebration, action, and results. This year has been a whirlwind. This last month especially has given me a renewed sense of purpose — which had been fading in these dark times.</p>
  </div>
  <!-- QUESTIONS -->
  <div class="pride-end-questions">
    <p>"What am I doing to better our world?"</p>
    <p>"What more can I do?"</p>
    <p>"Am I fulfilling my true potential?"</p>
  </div>
  <!-- IMAGE — moved down, after the questions land -->
  <div class="pride-end-img">
    <img src="https://cdn.shopify.com/s/files/1/0381/4073/files/a62f4cfa87727b064bea1d0fe1e7e685f868b50f.jpg?v=1612890666" alt="New York City LGBTQ Pride Month 2020 — Jason Brickhill" loading="eager">
  </div>
  <!-- BODY CONTINUED -->
  <div class="pride-end-body">
    <p>Change is happening all around the world — the U.S. in particular. Good and bad. But the good is the result of our impact. Our action. I'm going to continue to educate myself so I can teach others, take action always, donate when I can, and make sure these issues continue to be highlighted until real change has been made.</p>
    <p>Creating inspiring pieces that come alive from the energy around us is what I love doing. It is my purpose and my artistic expression. I'm heads down on new designs and new ways to continue inspiring and amplifying the magic of the moment. I said it louder and prouder for Pride this year with my 'Loud &amp; Proud' and 'Crystal Charm' pieces. Can I go louder? YES. And I'll keep getting louder.</p>
  </div>
  <!-- PULL QUOTE -->
  <div class="pride-end-pullquote">
    <p>Pride month may be over — but Pride is forever.</p>
  </div>
  <!-- CLOSING -->
  <div class="pride-end-body">
    <p>Happy Pride to all my LGBTQ+ customers, allies, and action-takers. Let's leap forward with a renewed sense of purpose. Keep demanding change — because we will get it. Stay safe, stay motivated, and speak soon.</p>
  </div>
  <!-- SIGN OFF -->
  <div class="pride-end-signoff">
    💖 Jason 🌈✨✨✨
  </div>
  <hr class="pride-end-divider">
  <!-- CTA -->
  <div class="pride-end-cta-wrap">
    <a href="/collections/pride" class="pride-end-cta">Shop the Pride Collection</a>
  </div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://jasonbrickhill.com/blogs/news/pride-month-is-here</id>
    <published>2020-06-01T11:00:00-04:00</published>
    <updated>2026-03-25T10:32:11-04:00</updated>
    <link rel="alternate" type="text/html" href="https://jasonbrickhill.com/blogs/news/pride-month-is-here"/>
    <title>Pride Month is here! 🏳️‍🌈</title>
    <author>
      <name>Jason Brickhill</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>Let’s show &amp; educate the world how beautiful, diverse, resilient, strong, and magical our united rainbow really is</span><span>.</span></p><p><a class="read-more" href="https://jasonbrickhill.com/blogs/news/pride-month-is-here">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<!--
=============================================================
  JASON BRICKHILL — Pride Month is here! 🏳️‍🌈
  Shopify Blog Post HTML — Updated to match site style
=============================================================
  TITLE: Pride Month is here! 🏳️‍🌈
  EXCERPT:
  Let's show & educate the world how beautiful, diverse,
  resilient, strong, and magical our united #rainbow really is.
  SEO: Not needed — archive/editorial post
  URL HANDLE (keep as-is):
  pride-month-is-here
  TAGS:
  pride, lgbtq, pride-month, stonewall, equality,
  black-lives-matter, archive, 2020
  NOTES:
  · No <h1> — Shopify renders post title as H1
  · No images in original — text-only, keep it that way
  · Voice preserved entirely — political, passionate, Jason's words
  · CTA links to /collections/pride
=============================================================
-->
<style>
  .pride2020-post * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .pride2020-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 72px;
  }
  /* ── Kicker ── */
  .pride2020-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #34FF82;
    margin-bottom: 24px;
    display: block;
  }
  /* ── Body text ── */
  .pride2020-body {
    font-size: 19px;
    line-height: 2.0;
    color: #e0e0e0;
  }
  .pride2020-body p { margin-bottom: 28px; }
  .pride2020-body p:last-child { margin-bottom: 0; }
  /* ── Pull quote ── */
  .pride2020-pullquote {
    border-left: 3px solid #8234FF;
    margin: 52px 0;
    padding: 8px 0 8px 32px;
  }
  .pride2020-pullquote p {
    font-size: clamp(21px, 2.5vw, 26px);
    font-style: italic;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
  }
  /* ── Sign-off ── */
  .pride2020-signoff {
    text-align: center;
    margin-top: 52px;
    font-size: 22px;
    line-height: 2.0;
  }
  /* ── Divider ── */
  .pride2020-divider {
    border: none;
    border-top: 1px solid #1e1e1e;
    margin: 56px 0;
  }
  /* ── CTA — green pill ── */
  .pride2020-cta-wrap { text-align: center; margin: 52px 0 0; }
  a.pride2020-cta,
  a.pride2020-cta:link,
  a.pride2020-cta:visited,
  a.pride2020-cta:hover,
  a.pride2020-cta:focus,
  a.pride2020-cta:active {
    text-decoration: none !important;
  }
  a.pride2020-cta {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    background: #34FF82;
    padding: 30px 48px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
  }
  a.pride2020-cta:hover {
    background: #8234FF;
    color: #34FF82;
  }
</style>
<div class="pride2020-post">
  <!-- KICKER -->
  <span class="pride2020-kicker">Pride Month 🏳️‍🌈 — 2020</span>
  <!-- BODY -->
  <div class="pride2020-body">
    <p>It is important to remember:</p>
    <p>The first #Pride was a riot led by #LGBTQ+ people of color.</p>
    <p>It was LGBTQ+ people of color who threw the first brick at #Stonewall — which erupted the decades-long uprising that led to the rights we have today.</p>
    <p>There is such a long way to go. But this month especially, we look back, learn about and honor those who fought so hard for our rights. We celebrate ourselves, our own journeys, and our united LGBTQ+ community — and we remind ourselves of the long fight ahead for true #Equality.</p>
    <p>During Pride Month, the spotlight is on us.</p>
  </div>
  <!-- PULL QUOTE -->
  <div class="pride2020-pullquote">
    <p>Let's show and educate the world how beautiful, diverse, resilient, strong, and magical our united rainbow really is.</p>
  </div>
  <!-- SIGN OFF -->
  <div class="pride2020-signoff">
    🖤🤎❤️🧡💛💚💙💜🌈
  </div>
  <hr class="pride2020-divider">
  <!-- CTA -->
  <div class="pride2020-cta-wrap">
    <a href="/collections/pride" class="pride2020-cta">Shop the Pride Collection</a>
  </div>
</div>]]>
    </content>
  </entry>
</feed>
