.footer{border-top:1px solid rgba(255,255,255,.1);padding:28px 0;margin-top:96px}.footer__inner{display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:space-between;font-size:13px;color:#9a968f}.footer__muted{color:#9a968f}.header{position:sticky;top:0;z-index:10;height:84px;display:flex;align-items:center;background-color:#0a0a0cd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.header__inner{width:100%;display:flex;align-items:center;justify-content:space-between}.header__wordmark{font-family:Dosis,sans-serif;font-size:20px;font-weight:500}.header__nav{display:flex;gap:32px}@media(max-width:640px){.header__nav{gap:18px}}.header__link{font-size:16px;font-weight:500;color:#9a968f;transition:color .2s ease;padding-bottom:4px;border-bottom:1px solid transparent}.header__link:hover{color:#f2efe9}.header__link--active{color:#f2efe9;border-bottom-color:#8c6dff}.admin-page{padding:56px 0 96px;max-width:820px}.admin-page__header{display:flex;flex-direction:column;gap:8px;margin-bottom:40px}.admin-page__header h1{font-size:clamp(28px,3.4vw,40px)}.admin-page__header--row{flex-direction:row;align-items:center;justify-content:space-between}.admin-login{display:flex;flex-direction:column;gap:16px;max-width:320px}.admin-login input{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:12px 14px;font-family:Rajdhani,sans-serif;font-size:15px;color:#f2efe9}.admin-login input::placeholder{color:#9a968f}.admin-login input:focus{outline:none;border-color:#8c6dff}.admin-login__error{color:#f28b82;font-size:14px;margin:0}.admin-orders{display:flex;flex-direction:column;gap:16px}.admin-order{border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:20px}.admin-order__row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:14px}.admin-order__who{display:flex;flex-direction:column;gap:2px}.admin-order__date{font-size:12px;color:#9a968f}.admin-order__email{font-size:15px;font-weight:600}.admin-order__total{font-size:16px;font-weight:600}.admin-order__status{background-color:#141317;border:1px solid rgba(255,255,255,.1);border-radius:2px;color:#f2efe9;font-family:Rajdhani,sans-serif;font-size:14px;padding:6px 10px}.admin-order__items{display:flex;flex-direction:column;gap:4px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);margin-bottom:12px}.admin-order__item{display:flex;justify-content:space-between;font-size:14px;color:#9a968f}.admin-order__address{font-size:13px;color:#9a968f;margin:0}.cart-page{padding:56px 0 96px;max-width:760px}.cart-page__header{display:flex;flex-direction:column;gap:8px;margin-bottom:40px}.cart-page__header h1{font-size:clamp(28px,3.4vw,40px)}.cart-page__empty{color:#9a968f;font-size:16px}.cart-page__empty-link{color:#a186ff;text-decoration:underline;text-underline-offset:3px}.cart-page__items{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.cart-item{display:grid;grid-template-columns:88px 1fr auto auto;align-items:center;gap:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:560px){.cart-item{grid-template-columns:64px 1fr;grid-template-areas:"image details" "controls controls" "total total"}}.cart-item__image{width:88px;height:88px;object-fit:cover;border-radius:2px;background-color:#141317}@media(max-width:560px){.cart-item__image{width:64px;height:64px;grid-area:image}}.cart-item__image--placeholder{background:linear-gradient(135deg,#141317,#1c1b20)}.cart-item__details{display:flex;flex-direction:column;gap:2px}@media(max-width:560px){.cart-item__details{grid-area:details}}.cart-item__title{font-family:Dosis,sans-serif;font-size:17px}.cart-item__variant,.cart-item__price{font-size:13px;color:#9a968f}.cart-item__controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}@media(max-width:560px){.cart-item__controls{grid-area:controls;flex-direction:row;justify-content:space-between;align-items:center;margin-top:12px}}.cart-item__stepper{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:4px 10px}.cart-item__stepper button{background:none;border:none;color:#f2efe9;font-size:16px;cursor:pointer;line-height:1;padding:4px}.cart-item__stepper span{min-width:16px;text-align:center;font-size:14px}.cart-item__remove{background:none;border:none;color:#9a968f;font-size:13px;text-decoration:underline;text-underline-offset:2px;cursor:pointer;padding:0}.cart-item__remove:hover{color:#f2efe9}.cart-item__line-total{font-size:15px;font-weight:600;min-width:70px;text-align:right}@media(max-width:560px){.cart-item__line-total{grid-area:total;text-align:left;margin-top:8px}}.cart-page__summary{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-page__subtotal{display:flex;justify-content:space-between;width:100%;max-width:280px;font-size:18px;font-weight:600}.cart-page__note{color:#9a968f;font-size:13px;margin:0}.cart-page__error{color:#f28b82;font-size:14px;margin:0}.cart-page__checkout{margin-top:12px;width:100%;max-width:280px}.checkout-success{padding:80px 0 96px;max-width:560px;display:flex;flex-direction:column;align-items:flex-start;gap:28px}.checkout-success__header{display:flex;flex-direction:column;gap:10px}.checkout-success__header h1{font-size:clamp(28px,3.4vw,40px)}.checkout-success__header p{color:#9a968f;font-size:15px;margin:0}.checkout-success__note{color:#9a968f;font-size:14px}.checkout-success__summary{width:100%;display:flex;flex-direction:column;gap:10px;padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:2px}.checkout-success__item{display:flex;justify-content:space-between;font-size:14px;color:#9a968f}.checkout-success__total{display:flex;justify-content:space-between;font-size:16px;font-weight:600;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 24px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.product-grid{grid-template-columns:repeat(2,1fr);gap:20px 16px}}.product-card{display:flex;flex-direction:column;gap:12px}.product-card__image-wrap{overflow:hidden;background-color:#141317;border-radius:2px}.product-card__image{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.045)}.product-card__image--placeholder{background:linear-gradient(135deg,#141317,#1c1b20)}.product-card__meta{display:flex;flex-direction:column;gap:2px}.product-card__title{font-family:Dosis,sans-serif;font-size:18px;font-weight:500}.not-found{padding:140px 0;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.not-found h1{font-size:32px}.collection-page{padding:56px 0 96px}.collection-page__header{display:flex;flex-direction:column;gap:10px;max-width:640px;margin-bottom:40px}.collection-page__header h1{font-size:clamp(28px,3.4vw,40px)}.collection-page__description{color:#9a968f;font-size:15px;line-height:1.6;margin:0}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.collection-grid{grid-template-columns:1fr}}.collection-card{position:relative;display:block;border-radius:2px;overflow:hidden}.collection-card__image-wrap{position:relative;aspect-ratio:4/3;background-color:#141317}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__image--placeholder{background:linear-gradient(135deg,#141317,#1c1b20)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#0000 55%)}.collection-card__meta{position:absolute;left:20px;bottom:16px;display:flex;flex-direction:column;gap:2px}.collection-card__title{font-family:Dosis,sans-serif;font-size:20px;font-weight:500}.collection-card__count{font-size:14px;color:#f2efe9b3}.collections-index{padding:56px 0 96px}.collections-index__header{display:flex;flex-direction:column;gap:8px;margin-bottom:40px}.collections-index__header h1{font-size:clamp(28px,3.4vw,40px)}.contact-page{padding:56px 0 96px;display:flex;flex-direction:column;align-items:center;text-align:center}.contact-page__header{max-width:560px;margin-bottom:40px}.contact-page__header h1{font-size:clamp(28px,3.4vw,40px);margin-bottom:14px}.contact-page__header p{color:#9a968f;font-size:15px;margin:0}.contact-page__header a{color:#a186ff;text-decoration:underline;text-underline-offset:3px}.contact-page__form{display:flex;flex-direction:column;gap:16px;width:100%;max-width:480px;text-align:left}.contact-page__row{display:flex;gap:16px}@media(max-width:480px){.contact-page__row{flex-direction:column}}.contact-page input,.contact-page textarea{width:100%;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:12px 14px;font-family:Rajdhani,sans-serif;font-size:15px;color:#f2efe9;resize:vertical}.contact-page input::placeholder,.contact-page textarea::placeholder{color:#9a968f}.contact-page input:focus,.contact-page textarea:focus{outline:none;border-color:#8c6dff}.contact-page__form .button{align-self:flex-start}.contact-page__status{font-size:14px;color:#9a968f;margin:0}.contact-page__status--error{color:#f28b82}.contact-page__decoration{margin-top:64px;width:min(420px,80vw);aspect-ratio:1/1;object-fit:cover}.feature-panel{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px 8vw;background-size:cover;background-position:center;background-attachment:fixed}@media(max-width:768px){.feature-panel{background-attachment:scroll;flex-direction:column!important;text-align:center;padding:40px 24px}}.feature-panel--reverse{flex-direction:row-reverse}.feature-panel__frame{display:block;flex-shrink:0;width:min(420px,70vw);filter:drop-shadow(0 16px 36px rgba(0,0,0,.55));transition:transform .3s ease}.feature-panel__frame:hover{transform:translateY(-4px)}.feature-panel__frame img{display:block;width:100%}.feature-panel__content{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media(max-width:768px){.feature-panel__content{align-items:center}}.feature-panel__content h2{font-size:clamp(22px,2.6vw,32px);font-weight:400;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.7)}.home__hero{position:relative;display:flex;align-items:center;padding:130px 0;background-size:cover;background-position:center;background-attachment:fixed}.home__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000059,#00000040,#0a0a0cd9)}@media(max-width:768px){.home__hero{background-attachment:scroll;padding:90px 0}}.home__hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:20px;max-width:720px}.home__headline{font-size:clamp(48px,8vw,96px);color:#fff;text-shadow:0 4px 30px rgba(0,0,0,.6)}.home__tagline{font-size:clamp(16px,1.8vw,22px);color:#ffffffeb;text-shadow:0 2px 16px rgba(0,0,0,.6);margin:0;max-width:560px}.bio-panel{position:relative;display:flex;align-items:center;background-size:100% auto;background-repeat:no-repeat;background-position:center;background-attachment:fixed;padding:64px 8vw}@media(max-width:768px){.bio-panel{background-attachment:scroll;padding:56px 24px}}.bio-panel__card{background-color:#0a0a0cb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:40px;max-width:640px;border-radius:2px}.bio-panel__card h2{font-size:clamp(26px,3.4vw,38px);margin-bottom:20px}.bio-panel__card p{font-size:16px;line-height:1.7;color:#f2efe9d9;margin:0 0 18px}.bio-panel__card p:last-child{margin-bottom:0}.home__section-title{font-size:clamp(28px,3.4vw,40px);font-weight:400;color:#f2efe9;margin:0 0 20px}.home__featured{padding:96px 0}.home__featured-cta{display:flex;justify-content:center;margin-top:56px}.on-the-wall{padding:56px 0 96px}.on-the-wall__header{display:flex;flex-direction:column;gap:8px;margin-bottom:48px}.on-the-wall__header h1{font-size:clamp(28px,3.4vw,40px)}.on-the-wall__section{margin-bottom:64px}.on-the-wall__section:last-child{margin-bottom:0}.on-the-wall__section h2{font-size:clamp(22px,2.6vw,28px);font-weight:400;margin-bottom:8px}.on-the-wall__subtitle{color:#9a968f;font-size:15px;margin:0 0 24px}.on-the-wall__photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}@media(max-width:640px){.on-the-wall__photo-grid{grid-template-columns:1fr}}.on-the-wall__photo-grid--three{grid-template-columns:repeat(3,1fr)}@media(max-width:860px){.on-the-wall__photo-grid--three{grid-template-columns:1fr}}.on-the-wall__photo-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:2px}.on-the-wall__photo-grid .on-the-wall__photo-grid--three img{aspect-ratio:3/4}.on-the-wall__entries{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 24px;margin-top:24px}@media(max-width:900px){.on-the-wall__entries{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.on-the-wall__entries{grid-template-columns:1fr}}.on-the-wall__entry{margin:0}.on-the-wall__entry img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:2px;margin-bottom:10px}.on-the-wall__entry figcaption{display:flex;flex-direction:column;gap:2px}.on-the-wall__entry-title{font-family:Dosis,sans-serif;font-size:18px}.on-the-wall__entry-location{font-size:13px;color:#9a968f}.on-the-wall__entry-caption{font-family:Dosis,sans-serif;font-size:16px;color:#9a968f}.ordering-page{padding:56px 0 96px;max-width:720px}.ordering-page__header{display:flex;flex-direction:column;gap:8px;margin-bottom:48px}.ordering-page__header h1{font-size:clamp(28px,3.4vw,40px)}.ordering-page__section{margin-bottom:44px}.ordering-page__section:last-child{margin-bottom:0}.ordering-page__section h2{font-size:clamp(22px,2.6vw,28px);font-weight:400;margin-bottom:16px}.ordering-page__section p{font-size:16px;line-height:1.7;color:#9a968f;margin:0 0 14px}.ordering-page__section p:last-child{margin-bottom:0}.ordering-page__section a{color:#a186ff;text-decoration:underline;text-underline-offset:3px}.ordering-page__image{width:min(400px,100%);border-radius:2px;margin-top:8px}.product-page{padding:48px 0 96px;display:grid;grid-template-columns:1.1fr .9fr;gap:64px}@media(max-width:860px){.product-page{grid-template-columns:1fr;gap:32px}}.product-page__gallery{display:flex;flex-direction:column;gap:12px}.product-page__image{width:100%;aspect-ratio:1/1;object-fit:cover;background-color:#141317;border-radius:2px}.product-page__image--placeholder{background:linear-gradient(135deg,#141317,#1c1b20)}.product-page__thumbs{display:flex;gap:10px}.product-page__thumb{width:72px;height:72px;object-fit:cover;border-radius:2px;opacity:.6;cursor:pointer}.product-page__thumb:hover{opacity:1}.product-page__details{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.product-page__details h1{font-size:clamp(26px,3vw,36px)}.product-page__price{font-size:20px;font-weight:600;color:#a186ff;margin:0}.product-page__description{color:#9a968f;font-size:15px;line-height:1.7}.product-page__description p{margin:0 0 12px}.product-page__option{display:flex;flex-direction:column;gap:8px;width:100%}.product-page__option-label{font-size:14px;font-weight:600;color:#9a968f}.product-page__option-values{display:flex;flex-wrap:wrap;gap:8px}.option-pill{padding:9px 16px;border-radius:2px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#f2efe9;font-size:13px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.option-pill:hover{border-color:#9a968f}.option-pill--active{border-color:#8c6dff;background-color:#8c6dff24}.product-page__add{margin-top:10px;width:100%}@media(min-width:480px){.product-page__add{width:auto}}*{box-sizing:border-box}html,body{margin:0;padding:0}html{touch-action:manipulation}body{font-family:Rajdhani,sans-serif;background-color:#0a0a0c;color:#f2efe9;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}h1,h2,h3,h4{font-family:Dosis,sans-serif;font-weight:500;margin:0}#root{min-height:100%}.app{min-height:100vh;display:flex;flex-direction:column}.app__main{flex:1}.container{max-width:1400px;margin:0 auto;padding:0 32px}@media(max-width:640px){.container{padding:0 20px}}.eyebrow{font-size:13px;font-weight:600;color:#9a968f}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border:1px solid #f2efe9;border-radius:2px;background:transparent;color:#f2efe9;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.button:hover{background-color:#f2efe9;color:#0a0a0c}.button--primary{background-color:#8c6dff;border-color:#8c6dff;color:#fff}.button--primary:hover{background-color:#a186ff;border-color:#a186ff}.button--dark{background-color:#1a1a1a;border-color:#1a1a1a;color:#fff}.button--dark:hover{background-color:#2c2c2c;border-color:#2c2c2c}.button:disabled{opacity:.4;cursor:not-allowed}.button:disabled:hover{background-color:transparent;color:#f2efe9}.state-message{padding:120px 0;text-align:center;color:#9a968f;font-size:15px}
