:root{--color-background:#000000;--color-link:#ffffff;--color-link-hover:#ffffff;--color-p5-color:#ed225d;--color-text:#ffffff;--color-border:#000000;--color-ohmg-blue:#94dbff;--color-ohmg-red:#cc4722;--color-ohmg-yellow:#ffbf35;--color-ohmg-lilac:#b0afed;--nav-header-height:70px;--text-width:600px;--max-width-container-small:800px;--max-width-container-large:1000px;--max-width-container:var(--max-width-container);--font-heading:"Public Sans",sans-serif;--font-body:Georgia,serif;--font-size-00:0.5rem;--font-size-0:0.75rem;--font-size-1:1rem;--font-size-2:1.1rem;--font-size-3:1.25rem;--font-size-4:1.5rem;--font-size-5:2rem;--font-size-6:2.5rem;--font-size-7:3rem;--font-size-8:3.5rem;--font-size-fluid-0:clamp(0.75rem,2vw,1rem);--font-size-fluid-1:clamp(1rem,4vw,1.5rem);--font-size-fluid-2:clamp(1.5rem,6vw,2.5rem);--font-size-fluid-3:clamp(2rem,9vw,3.5rem);--size-000:-8px;--size-00:-4px;--size-01:4px;--size-02:8px;--size-03:16px;--size-04:20px;--size-05:24px;--size-06:28px;--size-07:32px;--size-08:48px;--size-09:64px;--size-10:80px;--size-11:120px;--size-12:160px;--size-13:240px;--size-14:320px;--size-15:480px;--font-size-display-s:var(--font-size-5);--font-size-display-m:var(--font-size-6);--font-size-display-l:var(--font-size-7);--font-size-paragraph-s:var(--font-size-2);--font-size-paragraph-m:var(--font-size-3);--font-size-paragraph-l:var(--font-size-4);--font-size-detail-s:var(--font-size-0);--font-size-detail-m:var(--font-size-1);--font-size-detail-l:var(--font-size-2);--space-stack-xs:var(--size-02);--space-stack-s:var(--size-03);--space-stack-m:var(--size-05);--space-stack-l:var(--size-07);--space-stack-xl:var(--size-09)}.nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--size-07);padding-top:var(--size-04);padding-bottom:var(--size-04);position:relative;z-index:60;height:var(--nav-header-height);width:100%;max-width:var(--max-width-container);margin-left:auto;margin-right:auto;color:var(--color-text)}.nav__logo{line-height:0;transition:opacity .2s ease}.nav__logo:hover{opacity:.8}.nav__menu-button{display:flex;align-items:center;gap:var(--size-02);font-family:var(--font-heading);background:rgba(0,0,0,0);border:none;cursor:pointer;padding:var(--size-02);transition:opacity .2s ease;color:var(--color-text)}.nav__menu-button:hover{opacity:.8;text-decoration:underline}.drawer-open{--color-text:#000000}.drawer{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-ohmg-red);z-index:50;display:flex;flex-direction:column;align-items:center;opacity:0;pointer-events:none;visibility:hidden;color:var(--color-text)}.drawer.open{opacity:1;pointer-events:auto;visibility:visible}.drawer__content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.drawer__inner-content{width:100%;max-width:var(--max-width-container);margin-top:var(--nav-header-height);padding:var(--size-08) var(--size-04) var(--size-04);margin-left:auto;margin-right:auto;height:calc(100vh - var(--nav-header-height));overflow-y:auto;-webkit-overflow-scrolling:touch}.drawer__list{display:flex;flex-direction:column;gap:var(--size-04);width:100%;margin-bottom:var(--size-06)}@media(min-width:768px){.drawer__list{margin-bottom:0}}.drawer__list-title{font-family:var(--font-heading);font-size:var(--font-size-2);font-weight:700}.drawer__list-items{display:flex;flex-direction:column;gap:var(--size-02)}.drawer__link{font-family:var(--font-heading);font-size:var(--font-size-2);text-decoration:none;transition:opacity .2s ease;opacity:1;display:block}.drawer__link:hover{opacity:.8;text-decoration:underline}.drawer__link--disabled{opacity:.4;cursor:default}.drawer__link--disabled:hover{opacity:.4}.drawer__nav{display:flex;width:100%;justify-content:center;gap:var(--size-05)}.drawer__nav-link{font-family:var(--font-heading);font-size:var(--font-size-5);text-decoration:none;transition:opacity .2s ease}.drawer__nav-link:hover{opacity:.8}.post-footnote,.post-heading,.post-section,.post-subsection,.post-text{margin-top:0;margin-bottom:0}.post-heading{margin-top:4rem;margin-bottom:2rem;text-wrap:pretty;font-size:var(--font-size-display-l);font-weight:700;line-height:1.2}.post-heading:first-child{margin-top:0}.post-section,.post-subsection{margin-top:1.5rem;margin-bottom:.5rem;text-wrap:pretty;line-height:1.3}@media(min-width:768px){.post-section,.post-subsection{margin-top:2rem}}.post-section{font-size:var(--font-size-display-m);font-weight:600}.post-subsection{font-size:var(--font-size-display-s);font-weight:500}.post-text{margin-bottom:1rem;line-height:1.6}.post-text+.post-text{margin-top:1rem}.post-text ol,.post-text ul{padding-left:2rem}.post-text li{margin-bottom:.25rem;line-height:140%}.post-heading:first-of-type,.post-section:first-of-type,.post-subsection:first-of-type,.post-text:first-of-type{margin-top:0}.body-section{max-width:var(--text-width);margin-bottom:var(--size-7)}@media(min-width:1024px){.body-section{margin-bottom:var(--size-10)}}.post-media-image,.post-media-video{margin:var(--space-stack-m) 0}.post-media-image figcaption,.post-media-video figcaption{font-size:var(--font-size-detail-m);margin-top:var(--space-stack-xs);opacity:.8;font-style:italic}.post-link{color:var(--color-link);text-decoration:underline;transition:color .2s ease}.post-link:hover{color:var(--color-link-hover)}.carousel-section{margin-bottom:var(--size-07);width:100%}.carousel-section .carousel-container{width:100%;overflow:hidden}.carousel-section .carousel-slide{width:100%;opacity:0;animation:fadeIn .5s ease forwards}.carousel-section .carousel-slide-content{display:flex;width:100%;gap:var(--size-03);flex-wrap:wrap;flex-direction:column;justify-content:center}@media(min-width:768px){.carousel-section .carousel-slide-content{gap:var(--size-05);flex-wrap:nowrap;flex-direction:row}}.carousel-section .carousel-item{flex:1 1;width:100%;max-width:var(--max-width-container);margin:0 auto}.carousel-section .carousel-image-container{width:100%;height:auto;position:relative;overflow:hidden}.carousel-section .carousel-image-container img.carousel-image,.carousel-section .carousel-image-container video.carousel-video{width:100%;height:auto;display:block;object-fit:contain;object-position:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.carousel-section .carousel-caption{font-size:var(--font-size-detail-m);margin-top:var(--space-stack-xs);color:var(--color-text);opacity:.8;text-align:center;padding:0 var(--size-03);margin-bottom:var(--size-03);font-style:italic}.carousel-section .carousel-navigation{display:flex;justify-content:center;align-items:center;margin-top:var(--size-05);gap:var(--size-04)}.carousel-section .carousel-navigation--mobile{display:flex;margin-top:0;margin-bottom:var(--size-05)}@media(min-width:768px){.carousel-section .carousel-navigation--mobile{display:none}}.carousel-section .carousel-nav-button{background:rgba(0,0,0,0);border:none;color:var(--color-text);width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:var(--font-size-3);transition:all .2s ease}.carousel-section .carousel-nav-button:hover{opacity:.7}.carousel-section .carousel-nav-button:focus{outline:none}.carousel-section .carousel-pagination{font-family:var(--font-heading);font-size:var(--font-size-2);min-width:60px;text-align:center;display:flex;justify-content:center;align-items:center;gap:var(--size-01)}.carousel-section .carousel-pagination .current{font-weight:700}.carousel-section .carousel-pagination .separator{margin:0 var(--size-01);opacity:.7}.carousel-section .carousel-pagination .total{opacity:.7}.hero-section{margin-bottom:var(--size-10)}.hero-section h1{font-size:var(--font-size-display-l);font-family:var(--font-heading);margin-bottom:var(--space-stack-s);text-transform:uppercase;font-weight:700;text-wrap:balance}.hero-section p{font-size:var(--font-size-paragraph-m);margin-bottom:var(--space-stack-m)}.hero-section .hero-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--size-03)}@media(min-width:768px){.hero-section .hero-footer{flex-wrap:nowrap}}.hero-section .hero-metadata{display:flex;flex-wrap:wrap;gap:var(--size-03);min-height:1.5rem}.hero-section .hero-metadata:empty{margin-right:auto}.hero-section .hero-cta,.hero-section .hero-metadata span{font-family:var(--font-heading);font-size:var(--font-size-detail-m)}.hero-section .hero-cta{display:inline-block;font-weight:700;text-decoration:none;transition:opacity .2s ease;color:var(--color-text)}.hero-section .hero-cta:hover{opacity:.8;text-decoration:underline}.post-carousel{margin:var(--space-stack-m) 0}.post-carousel-items{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:var(--size-03);padding-bottom:var(--size-02)}.post-carousel-items::-webkit-scrollbar{height:4px}.post-carousel-items::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.post-carousel-items::-webkit-scrollbar-thumb{background:var(--color-link);border-radius:4px}.post-carousel-item{flex:0 0 auto;width:200px}.post-carousel-item img{width:100%;height:auto;display:block}.post-carousel-caption{font-size:var(--font-size-detail-m);margin-top:var(--space-stack-xs);opacity:.8}.collection-header{max-width:var(--max-width-container);margin:0 auto var(--size-10)}.collection-header__title{font-size:var(--font-size-display-l);font-family:var(--font-heading);font-weight:700;text-transform:uppercase;margin:0 0 var(--size-03);text-wrap:balance}.collection-header__summary{font-size:var(--font-size-paragraph-m);margin:0 0 var(--size-04);line-height:1.6}.collection-header__metadata{display:flex;flex-wrap:wrap;gap:var(--size-03)}.collection-header__metadata span{font-family:var(--font-heading);font-size:var(--font-size-detail-m)}.collection-pieces{max-width:var(--max-width-container);margin:0 auto var(--size-10)}.carousel-slider{gap:var(--size-10)}.carousel-slider,.piece-preview{display:flex;flex-direction:column}.piece-preview__media{display:flex;flex-direction:row;overflow-x:auto;gap:var(--size-05);padding-bottom:var(--size-02);margin-bottom:var(--size-04)}.piece-preview__media::-webkit-scrollbar{height:4px}.piece-preview__media::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.piece-preview__media::-webkit-scrollbar-thumb{background:var(--color-text);border-radius:4px}.piece-preview__media>div{flex:0 0 auto;display:flex;align-items:center}.piece-preview__media>div.horizontal img{max-height:400px;max-width:600px;width:auto;height:auto;object-fit:contain;display:block}.piece-preview__media>div.vertical img{max-height:600px;max-width:400px;width:auto;height:auto;object-fit:contain;display:block}.piece-preview__content{display:flex;flex-direction:column;gap:var(--size-01)}.piece-preview__title{font-family:var(--font-heading);font-size:var(--font-size-display-s);font-weight:700;margin:0 0 var(--size-02)}.piece-preview__metadata{display:flex;flex-wrap:wrap;gap:var(--size-03);margin-bottom:var(--size-03)}.piece-preview__metadata span{font-family:var(--font-heading);font-size:var(--font-size-detail-m)}.piece-preview__description{font-size:var(--font-size-2);margin:0;line-height:1.4}.header{display:block;margin:auto;max-width:var(--text-width)}.header--grid{max-width:none}@media(min-width:1024px){.header--grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:var(--size-09);gap:var(--size-09)}.header--grid>:first-child{grid-column:span 5}.header--grid>:nth-child(2){grid-column:7/-1}}