.hero{position:relative;width:100vw;height:100svh;padding:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden}.hero .hero-header h1{font-size:18vw;line-height:.9}.hero .hero-header.hero-header-1{position:relative;transform:translate(-2%);z-index:-1}.hero .hero-header.hero-header-2{position:relative;transform:translate(10%);z-index:2}.hero .hero-footer{position:absolute;width:100%;bottom:0;padding:2em;display:flex;justify-content:space-between}.hero .hero-footer .hero-footer-scroll-down{position:absolute;left:50%;transform:translate(-50%)}.hero .hero-footer .hero-footer-symbols{height:1rem}.hero .hero-footer .hero-footer-tags{max-width:34ch;text-align:right}.hero .hero-footer .hero-footer-tags p{overflow-wrap:anywhere}.hero-img-holder{position:relative;width:100vw;height:100svh;padding:2em}.hero-img-holder .hero-img{position:relative;width:100%;height:100%;transform:translateY(-110%) scale(.25) rotate(-15deg);border:.3em solid var(--fg);border-radius:2em;overflow:hidden}.featured-work{position:relative;width:100vw;height:100svh;overflow:hidden}.featured-work .featured-titles{position:relative;width:500vw;height:100vh;display:flex;will-change:transform}.featured-work .featured-title-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.featured-title-img{position:relative;top:0;width:calc(100% - 4em);height:150px;border:.2em solid var(--fg);border-radius:1em;overflow:hidden;display:none}.featured-work .featured-title-wrapper h1{text-align:center;transform:translateY(-.5em)}.featured-work .featured-images{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200vw;height:200vh;transform-style:preserve-3d;perspective:500px}.featured-work .featured-img-card{position:absolute;width:300px;height:300px;border-radius:2em;overflow:hidden}.featured-work .featured-work-indicator{position:absolute;top:50%;right:2em;transform:translateY(-50%);width:2rem;height:max-content;padding:1.25rem .65rem;background-color:var(--fg);color:var(--bg);border-radius:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;z-index:10}.featured-work .featured-work-indicator .indicator{width:100%;height:1.5px;background-color:var(--bg);opacity:.2}.featured-work .featured-work-footer{position:absolute;bottom:0;width:100%;padding:2em;display:flex;justify-content:space-between;align-items:center;z-index:2}.services-header{position:relative;width:100vw;height:100vh;padding:2em;display:flex;justify-content:center;align-items:center;text-align:center}.services-header .services-profile-icon{position:relative;width:100px;height:100px;border-radius:1em;margin-bottom:2em;outline:.25rem solid var(--accent3);border:.25rem solid var(--fg);overflow:hidden}.services-header .services-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.services-header .services-header-title{margin-bottom:6em}.services .service-card{position:relative;min-height:300px}.services .service-card-inner{position:relative;will-change:transform;width:calc(100vw - 4em);height:100%;margin:0 auto;padding:2em;display:flex;gap:4em;border-radius:2em;min-height:500px}.services .service-card-content{flex:3;display:flex;flex-direction:column;gap:2em}.services .service-card-content p{max-width:760px;font-size:clamp(1.05rem,2vw,1.5rem)}.services .service-card-img{flex:1;aspect-ratio:4/5;border-radius:2em;overflow:hidden}.services #service-card-1 .service-card-inner{background-color:var(--accent1)}.services #service-card-2 .service-card-inner{background-color:var(--accent2)}.services #service-card-3 .service-card-inner{background-color:var(--accent3)}.services #service-card-4 .service-card-inner{background-color:var(--fg);color:var(--bg)}.services{position:relative;z-index:1;padding-bottom:5em}.portfolio-banner{position:relative;width:100vw;min-height:220px;padding:2.25em 2em;border-top:4px solid var(--fg);border-bottom:4px solid var(--fg);background-color:var(--bg2);color:var(--fg);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2em;overflow:hidden;isolation:isolate}.portfolio-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#d5ddbff5,#c9b45a57),repeating-linear-gradient(90deg,rgba(24,32,15,.08) 0,rgba(24,32,15,.08) 1px,transparent 1px,transparent 64px);pointer-events:none}.portfolio-banner-copy,.portfolio-banner-button{position:relative;z-index:1}.portfolio-banner-copy{max-width:720px;display:flex;flex-direction:column;gap:.75em}.portfolio-banner-copy h2{font-size:3.6rem}.portfolio-banner-copy p:not(.mn){max-width:520px;color:#18200fd1;font-size:1.1rem}.portfolio-banner-button{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;padding:0 1.5em;border:2px solid var(--fg);border-radius:.5em;background-color:var(--fg);color:var(--bg);font-family:supply-mono;font-size:.875rem;font-weight:500;text-transform:uppercase;box-shadow:5px 5px 0 var(--accent2);transition:transform .2s ease,box-shadow .2s ease}.portfolio-banner-button:hover{transform:translateY(-2px);box-shadow:7px 7px 0 var(--accent2)}.method-section{position:relative;width:100%;max-width:100%;padding:8em 2em;background-color:var(--fg);color:var(--bg);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:3em;overflow:hidden}.method-header,.method-intro{position:relative;z-index:1}.method-header{display:flex;flex-direction:column;gap:1.5em}.method-header h1{max-width:920px;font-size:clamp(4rem,10vw,10rem)}.method-intro{align-self:end}.method-intro p{max-width:560px;font-size:clamp(1.25rem,2.2vw,1.75rem)}.method-grid{grid-column:1 / -1;width:100%;min-width:0;display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:1em;margin-top:2em}.method-step{min-width:0;min-height:280px;padding:1.25em;border:2px solid var(--bg);border-radius:.5em;display:flex;flex-direction:column;justify-content:space-between;gap:1.5em;background-color:#f1f3e80f}.method-step:nth-child(2),.method-step:nth-child(4){background-color:var(--accent1);color:var(--bg)}.method-step h3{font-size:clamp(2rem,3vw,3rem)}.method-step p:not(.mn){font-size:1rem;overflow-wrap:anywhere}.post-shop{position:relative;width:100%;max-width:100%;padding:5em 2em;background-color:var(--bg2);color:var(--fg);overflow:hidden}.post-shop-header{display:flex;justify-content:flex-start;margin-bottom:2em}.post-shop-copy{display:flex;flex-direction:column;gap:2em}.post-shop-header h1{max-width:980px;font-size:clamp(4.5rem,10vw,10.5rem);text-align:left}.post-carousel-frame{padding:1em;border:2px solid var(--fg);border-radius:1em;background-color:var(--fg);color:var(--bg);overflow:hidden}.post-carousel-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:1em;margin-bottom:1em}.post-carousel-heading p:not(.mn){max-width:32ch;text-align:right;opacity:.72}.post-carousel{display:grid;grid-template-columns:minmax(0,1fr);align-items:center}.post-carousel-track{min-width:0;display:flex;gap:1em;overflow-x:auto;scroll-behavior:auto;scrollbar-width:none}.post-carousel-track::-webkit-scrollbar{display:none}.post-carousel-item{position:relative;flex:0 0 min(24vw,320px);aspect-ratio:4 / 5;border:2px solid var(--bg);border-radius:.75em;overflow:hidden;scroll-snap-align:center;background-color:var(--bg2)}.post-carousel-item img{transition:transform .4s ease}.post-carousel-item:hover img{transform:scale(1.05)}.post-carousel-label{position:absolute;left:1em;right:1em;bottom:1em;min-height:4.5rem;padding:.75em;background-color:var(--bg);color:var(--fg);border:2px solid var(--fg);border-radius:.5em;display:flex;flex-direction:column;justify-content:space-between}.post-carousel-label p:not(.mn){font-size:1.15rem}.post-qty-btn,.post-cart-action{border:2px solid var(--fg);background-color:var(--bg2);color:var(--fg);font-family:supply-mono;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.post-qty-btn:hover,.post-cart-action:hover{transform:translateY(-2px);box-shadow:3px 3px 0 var(--fg)}.post-pricing{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1em;margin:2em 0 4em}.post-pricing div{min-height:120px;padding:1em;border:2px solid var(--fg);border-radius:.5em;background-color:var(--bg2);display:flex;flex-direction:column;justify-content:space-between}.post-pricing h3{font-size:clamp(1.75rem,2.8vw,3rem)}.post-shop-actions{display:flex;justify-content:center;margin-top:2em}.post-shop-link{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:0 1.5em;border:2px solid var(--fg);border-radius:.5em;background-color:var(--fg);color:var(--bg);font-family:supply-mono;font-size:.875rem;font-weight:500;text-transform:uppercase;box-shadow:4px 4px 0 var(--accent1)}.post-shop-link:hover{transform:translateY(-2px)}.post-gallery-heading{display:flex;justify-content:space-between;gap:1em;align-items:end;margin-bottom:1em}.post-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1em}.post-card{border:2px solid var(--fg);border-radius:.5em;overflow:hidden;background-color:var(--bg2);display:flex;flex-direction:column;min-width:0}.post-card.is-selected{box-shadow:6px 6px 0 var(--accent1)}.post-card-img{aspect-ratio:4 / 5;overflow:hidden;border-bottom:2px solid var(--fg)}.post-card-content{padding:1em;display:flex;flex-direction:column;gap:.75em}.post-card-content h3{font-size:clamp(1.5rem,2vw,2.25rem);overflow-wrap:anywhere}.post-card-actions{margin-top:auto;padding:0 1em 1em;display:grid;grid-template-columns:2.75rem 1fr 2.75rem;align-items:center;gap:.75em}.post-qty-btn{width:2.75rem;height:2.75rem;border-radius:.5em;font-size:1.25rem}.post-card-count{min-height:2.75rem;border:2px solid var(--fg);border-radius:.5em;display:grid;place-items:center;font-family:supply-mono;font-size:.875rem;background-color:var(--bg)}.post-cart-action{min-height:3rem;padding:0 1.25em;border-radius:.5em;background-color:var(--accent2)}.post-cart-action:disabled{cursor:not-allowed;opacity:.45}.post-cart-action:disabled:hover{transform:none;box-shadow:none}.post-gallery-page{width:100%;min-height:100vh;padding:8em 2em 10em;background-color:var(--bg)}.post-gallery-page-header{display:flex;flex-direction:column;align-items:center;gap:1.25em;text-align:center;margin-bottom:3em}.post-gallery-page-header h1{max-width:1100px;font-size:clamp(4.5rem,11vw,11rem)}.post-gallery-page-header>p:not(.mn){max-width:720px;font-size:clamp(1.15rem,2vw,1.5rem)}.post-gallery-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5em;align-items:start}.posts-page .post-card-content h3{font-size:clamp(1.35rem,2.4vw,2.25rem)}.post-gallery-main{min-width:0}.post-bag-panel{border:2px solid var(--fg);border-radius:.5em;padding:1.25em;background-color:var(--fg);color:var(--bg);display:flex;flex-direction:column;gap:1em}.post-bag-panel h2{font-size:clamp(2.5rem,4vw,4rem)}.post-bag-panel .post-cart-action{width:100%;border-color:var(--bg)}.post-bag-popup{position:fixed;left:50%;bottom:1em;transform:translate(-50%);width:min(760px,calc(100vw - 2em));z-index:95}.post-bag-toggle{width:100%;min-height:4.25rem;padding:.8em 1em;border:2px solid var(--bg);border-radius:.75em;background-color:var(--fg);color:var(--bg);display:flex;justify-content:space-between;align-items:center;gap:1em;text-align:left;box-shadow:0 16px 40px #18200f47;cursor:pointer}.post-bag-toggle span{display:flex;flex-direction:column;gap:.25em}.post-bag-toggle strong,.post-bag-toggle>span:last-child{font-family:supply-mono;font-size:.85rem;font-weight:500;text-transform:uppercase}.post-bag-toggle>span:last-child{text-align:right}.post-bag-drawer{display:none;margin-bottom:.75em;padding:1.25em;border:2px solid var(--fg);border-radius:.75em;background-color:var(--bg);color:var(--fg);box-shadow:0 16px 40px #18200f38}.post-bag-popup.is-open .post-bag-drawer{display:flex;flex-direction:column;gap:1em}.post-bag-drawer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1em}.post-bag-drawer-header h2{font-size:clamp(2rem,4vw,3.5rem)}.post-bag-close{min-height:2.5rem;padding:0 .85em;border:2px solid var(--fg);border-radius:.5em;background-color:var(--bg2);color:var(--fg);font-family:supply-mono;font-size:.75rem;font-weight:500;text-transform:uppercase;cursor:pointer}.post-bag-items{display:flex;flex-direction:column;gap:.5em;max-height:min(42vh,380px);overflow-y:auto}.post-bag-item,.post-bag-empty{padding:.75em;border:1px solid rgba(241,243,232,.35);border-radius:.5em;font-family:supply-mono;font-size:.75rem;text-transform:uppercase}.post-bag-item{display:flex;justify-content:space-between;gap:1em}.post-bag-actions{display:grid;grid-template-columns:1fr auto;gap:.75em}.post-clear-action{min-height:2.75rem;padding:0 1em;border:2px solid var(--fg);border-radius:.5em;background-color:transparent;color:var(--fg);font-family:supply-mono;font-size:.75rem;font-weight:500;text-transform:uppercase;cursor:pointer}@media (max-width: 1280px){.method-section{grid-template-columns:1fr;gap:2.5em}.method-header h1{max-width:780px;font-size:clamp(3.5rem,10vw,8rem)}.method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.post-shop-header{grid-template-columns:1fr;align-items:start}.post-shop-copy{min-height:0}.post-carousel-item{flex-basis:min(38vw,360px)}.post-pricing,.post-gallery-grid,.posts-page .post-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.post-gallery-layout{grid-template-columns:1fr}}@media (max-width: 1000px){.hero .hero-footer .hero-footer-symbols{display:none}.hero .hero-footer{display:flex;justify-content:flex-end}.hero .hero-footer .hero-footer-scroll-down{left:2em;transform:translate(0)}.hero .hero-footer .hero-footer-tags{max-width:min(44vw,17rem)}.featured-work{padding:4em 0}.featured-work,.featured-work .featured-titles{height:max-content}.featured-work .featured-title-wrapper{gap:1em}.featured-work .featured-title-wrapper:nth-child(1){margin-bottom:2em}.featured-work .featured-title-wrapper h1{transform:translateY(0);width:75%}.featured-work .featured-work-footer{position:relative;margin-top:4em;justify-content:center}.featured-work .featured-work-footer p:nth-child(1),.featured-work .featured-work-footer p:nth-child(2){display:none}.featured-work .featured-work-indicator,.featured-work .featured-images{display:none}.featured-title-img{display:block}.featured-work .featured-titles{width:100vw;flex-direction:column;gap:2em}.services-header{height:max-content}.services{display:flex;flex-direction:column;gap:2em;padding-bottom:2.5em}.services .service-card-inner{min-height:0;flex-direction:column;justify-content:center;gap:1em;text-align:center;border:.2em solid var(--fg);border-radius:1em}.services .service-card-content p{max-width:100%}.services .service-card-img{aspect-ratio:5/3;border:.2em solid var(--fg);border-radius:1em}.portfolio-banner{min-height:0;padding:2.5em 1em;grid-template-columns:1fr;align-items:start;gap:1.5em}.portfolio-banner-copy h2{font-size:3rem}.portfolio-banner-button{justify-self:start}.method-section{padding:5em 1em;grid-template-columns:1fr;gap:2em}.method-header h1{font-size:clamp(3rem,16vw,5rem)}.method-intro{align-self:start}.method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1em;margin-top:0}.method-step{min-height:220px}.post-shop{padding:3.5em 1em 4em}.post-shop-header h1{font-size:clamp(3rem,15vw,5rem)}.post-shop-header{margin-bottom:2em}.post-carousel-frame{padding:.75em}.post-carousel-heading{align-items:flex-start;flex-direction:column}.post-carousel-heading p:not(.mn){text-align:left}.post-carousel{grid-template-columns:1fr}.post-carousel-item{flex-basis:min(70vw,320px)}.post-pricing{grid-template-columns:repeat(2,minmax(0,1fr))}.post-gallery-grid,.posts-page .post-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.post-gallery-heading{flex-direction:column;align-items:flex-start}.post-gallery-page{padding:6em 1em 10em}.post-gallery-page-header h1{font-size:clamp(3rem,15vw,5rem)}.posts-page .post-pricing{display:flex;gap:.85em;margin:1.5em 0 2.5em;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.posts-page .post-pricing::-webkit-scrollbar{display:none}.posts-page .post-pricing div{flex:0 0 min(72vw,280px);min-height:110px;scroll-snap-align:start}.post-cart-action{width:100%}.post-bag-popup{bottom:.75em;width:calc(100vw - 1em)}.post-bag-toggle{min-height:4rem}}@media (max-width: 640px){.hero .hero-footer{padding:1.25em;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.75em}.hero .hero-footer .hero-footer-scroll-down{position:relative;left:auto;transform:none;order:1}.hero .hero-footer .hero-footer-tags{order:2;max-width:100%;text-align:left}.method-section{padding:4em .85em}.method-grid{grid-template-columns:1fr;width:100%}.method-step{min-height:190px;padding:1em;border-width:1px}.post-shop{padding:3em .85em 3.5em}.portfolio-banner{padding:2em .85em}.portfolio-banner-button{width:100%}.portfolio-banner-copy h2{font-size:2.35rem}.portfolio-banner-copy p:not(.mn){font-size:1rem}.post-carousel-item{flex-basis:82vw}.post-gallery-grid,.posts-page .post-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65em}.posts-page .post-pricing div{flex-basis:72vw;padding:.85em}.posts-page .post-card-content{padding:.7em;gap:.4em}.posts-page .post-card-content h3{font-size:clamp(1.05rem,5vw,1.35rem);line-height:1}.post-card-actions{grid-template-columns:2.15rem 1fr 2.15rem;gap:.45em;padding:0 .65em .65em}.post-qty-btn{width:2.15rem;height:2.15rem}.post-card-count{min-height:2.15rem;font-size:.75rem}.post-gallery-page{padding:5em .85em 11em}.post-bag-panel,.post-bag-drawer{padding:1em}.post-bag-toggle{align-items:flex-start;flex-direction:column}.post-bag-toggle>span:last-child{text-align:left}.post-bag-drawer-header{align-items:stretch;flex-direction:column}.post-bag-actions{grid-template-columns:1fr}}
