*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size-base, 16px);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:var(--font-body, Inter, system-ui, -apple-system, sans-serif);color:var(--color-text, #171717);background-color:var(--color-background, #ffffff);line-height:1.6;min-height:100vh;-webkit-text-size-adjust:100%}#root{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;font-size:inherit;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, Inter, system-ui, -apple-system, sans-serif);font-weight:600;line-height:1.2;letter-spacing:-.01em}h1{letter-spacing:-.02em;line-height:1.1}::selection{background-color:var(--color-primary, #171717);color:var(--color-on-primary, #ffffff)}.container{width:100%;max-width:var(--layout-max-width, 1200px);margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.main-content{flex:1}.aside-overlay{position:fixed;inset:0;background:#0006;z-index:999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.aside-overlay--open{opacity:1;visibility:visible;pointer-events:auto}.aside{position:fixed;top:0;bottom:0;width:380px;max-width:100%;z-index:1000;background:var(--color-background, #ffffff);display:flex;flex-direction:column;will-change:transform;contain:layout style paint;transition:transform .28s cubic-bezier(.32,.72,0,1)}.aside--right{right:0;transform:translate3d(100%,0,0)}.aside--left{left:0;transform:translate3d(-100%,0,0)}.aside--open{transform:translateZ(0);box-shadow:-8px 0 32px var(--color-shadow, rgba(0, 0, 0, .08))}.aside-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border, #e5e5e5);flex-shrink:0}.aside-title{font-size:1rem;font-weight:600;margin:0;letter-spacing:-.01em}.aside-close{background:none;border:none;cursor:pointer;padding:.375rem;color:var(--color-text-muted, #737373);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.aside-close:hover{background:var(--color-surface, #f5f5f4);color:var(--color-text, #171717)}.aside-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}@media(max-width:768px){.aside{width:100%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.875rem;border-radius:var(--layout-border-radius, 8px);transition:all .2s ease-out;white-space:nowrap;line-height:1.4;text-decoration:none}.btn-primary{background-color:var(--color-primary, #171717);color:var(--color-on-primary, #ffffff);border:1px solid var(--color-primary, #171717)}.btn-primary:hover{background-color:var(--color-primary-hover, color-mix(in srgb, var(--color-primary, #171717) 85%, white));transform:translateY(-1px);box-shadow:0 4px 12px var(--color-shadow, color-mix(in srgb, #000 15%, transparent))}.btn-primary:active{transform:translateY(0);box-shadow:none}.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background-color:var(--color-secondary, #4f46e5);color:var(--color-on-primary, #ffffff);border:1px solid var(--color-secondary, #4f46e5)}.btn-secondary:hover{background-color:var(--color-secondary-hover, color-mix(in srgb, var(--color-secondary, #4f46e5) 85%, white));transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in srgb,var(--color-secondary, #4f46e5) 25%,transparent)}.btn-secondary:active{transform:translateY(0);box-shadow:none}.btn-secondary:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.btn-outline{border:1px solid var(--color-border, #e5e5e5);color:var(--color-text, #171717);background-color:transparent}.btn-outline:hover{background-color:var(--color-primary, #171717);color:var(--color-on-primary, #ffffff);border-color:var(--color-primary, #171717)}.btn-outline:disabled{opacity:.4;cursor:not-allowed;background-color:transparent;color:var(--color-text, #171717);border-color:var(--color-border, #e5e5e5)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.btn-full{width:100%}.announcement-bar{background-color:var(--color-primary, #171717);color:var(--color-on-primary, #ffffff);text-align:center;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.01em}.announcement-bar a{color:inherit;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.announcement-bar a:hover{text-decoration-thickness:2px}.product-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(var(--layout-product-columns, 4),1fr);gap:1.5rem}}.product-card{display:flex;flex-direction:column;border-radius:var(--layout-border-radius, 8px);overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out}.product-card:hover{transform:translateY(-2px);box-shadow:0 1px 3px color-mix(in srgb,var(--color-text, #000) 4%,transparent),0 8px 24px color-mix(in srgb,var(--color-text, #000) 6%,transparent)}.product-card-image{position:relative;aspect-ratio:3 / 4;background-color:var(--color-surface, #f5f5f4);overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-out}.product-card:hover .product-card-image img{transform:scale(1.03)}.product-card-badge{position:absolute;top:.75rem;left:.75rem;background-color:var(--color-secondary, #4f46e5);color:var(--color-on-primary, #ffffff);font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:999px;letter-spacing:.02em;text-transform:uppercase}.product-card-body{padding:.875rem 0 .25rem}.product-card-title{font-size:.875rem;font-weight:500;margin-bottom:.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text, #171717)}.product-card-price{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.product-card-price-current{font-weight:600;color:var(--color-text, #171717)}.product-card-price-compare{color:var(--color-text-muted, #737373);text-decoration:line-through;font-size:.8125rem}.product-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-text-muted, #737373);font-size:.75rem}.search-aside .aside-content{padding:0}.predictive-search{display:flex;flex-direction:column;height:100%}.predictive-search__form{display:flex;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid var(--color-border, #e5e5e5);gap:.5rem}.predictive-search__input{flex:1;border:none;outline:none;font-size:1rem;padding:.5rem 0;background:transparent;color:var(--color-text, #171717)}.predictive-search__input::placeholder{color:var(--color-text-muted, #a3a3a3)}.predictive-search__clear{display:flex;align-items:center;justify-content:center;padding:.25rem;color:var(--color-text-muted, #737373);border-radius:50%;transition:background-color .2s ease-out}.predictive-search__clear:hover{background:var(--color-surface, #f5f5f4)}.predictive-search__loading{padding:2rem 1.25rem;text-align:center;color:var(--color-text-muted, #737373);font-size:.875rem}.predictive-search__results{flex:1;overflow-y:auto}.predictive-search__item{display:flex;align-items:center;gap:.875rem;width:100%;padding:.75rem 1.25rem;text-align:left;transition:background-color .2s ease-out;cursor:pointer}.predictive-search__item:hover{background:var(--color-surface, #f5f5f4)}.predictive-search__item-image{width:48px;height:48px;border-radius:calc(var(--layout-border-radius, 8px) / 2);overflow:hidden;flex-shrink:0;background:var(--color-surface, #f5f5f4)}.predictive-search__item-image img{width:100%;height:100%;object-fit:cover}.predictive-search__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.predictive-search__item-title{font-size:.875rem;font-weight:500;color:var(--color-text, #171717);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.predictive-search__item-price{font-size:.8125rem;color:var(--color-text-muted, #737373)}.predictive-search__view-all{display:block;width:100%;padding:.875rem 1.25rem;text-align:center;font-size:.875rem;font-weight:600;color:var(--color-primary, #171717);border-top:1px solid var(--color-border, #e5e5e5);cursor:pointer;transition:background-color .2s ease-out}.predictive-search__view-all:hover{background:var(--color-surface, #f5f5f4)}.predictive-search__no-results{padding:2.5rem 1.25rem;text-align:center;color:var(--color-text-muted, #737373);font-size:.875rem}.search-page{padding:2.5rem 0 3rem}.search-page-title{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.02em}.search-input-wrapper{margin-bottom:2rem}.search-results-info{font-size:.875rem;color:var(--color-text-muted, #737373);margin-bottom:1.5rem}.search-no-results{text-align:center;padding:4rem 0;color:var(--color-text-muted, #737373)}.search-bar{display:flex;width:100%}.search-bar input{flex:1;padding:.75rem 1rem;border:1.5px solid var(--color-border, #e5e5e5);border-right:none;border-radius:var(--layout-border-radius, 8px) 0 0 var(--layout-border-radius, 8px);font-size:1rem;background-color:var(--color-background, #ffffff);transition:border-color .2s ease-out}.search-bar input:focus{outline:none;border-color:var(--color-primary, #171717)}.search-bar button{padding:.75rem 1.5rem;background-color:var(--color-primary, #171717);color:var(--color-on-primary, #ffffff);border-radius:0 var(--layout-border-radius, 8px) var(--layout-border-radius, 8px) 0;font-weight:600;font-size:.875rem;transition:all .2s ease-out}.search-bar button:hover{opacity:.9}.skeleton{background:linear-gradient(90deg,var(--color-surface, #f5f5f4) 25%,var(--color-border, #e5e5e5) 50%,var(--color-surface, #f5f5f4) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--layout-border-radius, 8px)}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{aspect-ratio:3 / 4}.skeleton-text{height:1rem;margin-bottom:.5rem;border-radius:4px}.skeleton-text--short{width:60%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-center{text-align:center}.text-muted{color:var(--color-text-muted, #737373)}.section{padding:3.5rem 0}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem}.section-title{font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.section-link{font-size:.875rem;font-weight:500;color:var(--color-text-muted, #737373);transition:color .2s ease-out;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.section-link:hover{color:var(--color-text, #171717)}.matris-product-price{display:flex;align-items:baseline;gap:.75rem}.matris-product-price__current{font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.matris-product-price__compare{font-size:1.125rem;color:var(--color-text-muted, #737373);text-decoration:line-through}.product-card .matris-product-price{gap:.5rem;font-size:.875rem}.product-card .matris-product-price__current{font-size:.875rem;font-weight:600}.product-card .matris-product-price__compare{font-size:.8125rem}.matris-quantity-selector__controls{display:flex;align-items:center;border:1px solid var(--color-border, #e5e5e5);border-radius:var(--layout-border-radius, 8px);overflow:hidden}.matris-quantity-selector__btn{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:background-color .2s ease-out,color .2s ease-out;color:var(--color-text-muted, #737373)}.matris-quantity-selector__btn:hover:not(:disabled){background-color:var(--color-surface, #f5f5f4);color:var(--color-text, #171717)}.matris-quantity-selector__btn:disabled{opacity:.3;cursor:not-allowed}.matris-quantity-selector__input{width:3rem;text-align:center;font-weight:600;border:none;background:transparent;padding:0;-moz-appearance:textfield;appearance:textfield}.matris-quantity-selector__input::-webkit-inner-spin-button,.matris-quantity-selector__input::-webkit-outer-spin-button{display:none}.matris-quantity-selector__label{font-size:.875rem;font-weight:500;margin-bottom:.5rem;display:block;color:var(--color-text, #171717)}.matris-stock-indicator{font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:.375rem}.matris-stock-indicator--in_stock{color:var(--color-success, #22c55e)}.matris-stock-indicator--low_stock{color:var(--color-accent, #f59e0b)}.matris-stock-indicator--out_of_stock{color:var(--color-error, #ef4444)}.matris-stock-indicator--backorder{color:var(--color-accent, #f59e0b)}.matris-add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-weight:600;font-size:1rem;border-radius:var(--layout-border-radius, 8px);background-color:var(--color-primary, #171717);color:var(--color-on-primary, #ffffff);border:1px solid var(--color-primary, #171717);transition:all .2s ease-out;width:100%;line-height:1.4}.matris-add-to-cart:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px var(--color-shadow, color-mix(in srgb, #000 15%, transparent))}.matris-add-to-cart:active:not(:disabled){transform:translateY(0);box-shadow:none}.matris-add-to-cart:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.matris-variant-selector{display:flex;flex-direction:column;gap:1.25rem}.matris-variant-selector__group{display:flex;flex-direction:column;gap:.625rem}.matris-variant-selector__group-label{font-size:.875rem;font-weight:500;color:var(--color-text, #171717)}.matris-variant-selector__options{display:flex;flex-wrap:wrap;gap:.5rem}.matris-variant-selector__option{padding:.5rem 1.25rem;border:1.5px solid var(--color-border, #e5e5e5);border-radius:999px;font-size:.875rem;font-weight:500;transition:all .2s ease-out;cursor:pointer;color:var(--color-text, #171717);background-color:transparent}.matris-variant-selector__option:hover{border-color:var(--color-text, #171717)}.matris-variant-selector__option--selected{border-color:var(--color-primary, #171717);background-color:var(--color-primary, #171717);color:var(--color-on-primary, #ffffff)}.matris-variant-selector__option--unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.matris-variant-selector__option--unavailable:hover{border-color:var(--color-border, #e5e5e5)}.matris-money{font:inherit}.matris-image{max-width:100%;height:auto;display:block;object-fit:cover;border-radius:var(--layout-border-radius, 8px)}.matris-image--placeholder{display:flex;align-items:center;justify-content:center;background-color:var(--color-surface, #f5f5f4);color:var(--color-text-muted, #737373);font-size:.75rem;min-height:200px}.product-page{padding:2.5rem 0 3rem}.product-layout{display:grid;gap:2rem}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery-main{aspect-ratio:1;background-color:var(--color-surface, #f5f5f4);border-radius:var(--layout-border-radius, 8px);overflow:hidden}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumb{width:4.5rem;height:4.5rem;border-radius:calc(var(--layout-border-radius, 8px) / 2);overflow:hidden;cursor:pointer;border:2px solid transparent;flex-shrink:0;background-color:var(--color-surface, #f5f5f4);transition:border-color .2s ease-out,opacity .2s ease-out;opacity:.7}.product-gallery-thumb:hover{opacity:1}.product-gallery-thumb--active{border-color:var(--color-primary, #171717);opacity:1}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2rem;font-weight:600;letter-spacing:-.02em;line-height:1.15}@media(min-width:768px){.product-title{font-size:2.5rem}}.product-price{display:flex;align-items:baseline;gap:.75rem}.product-price-current{font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.product-price-compare{font-size:1.125rem;color:var(--color-text-muted, #737373);text-decoration:line-through}.product-description{color:var(--color-text-muted, #737373);line-height:1.7;font-size:.9375rem}.product-stock{font-size:.875rem;font-weight:500}.product-stock--in{color:var(--color-success, #22c55e)}.product-stock--low{color:var(--color-accent, #f59e0b)}.product-stock--out{color:var(--color-error, #ef4444)}.product-quantity{display:flex;align-items:center;gap:.75rem}.product-quantity label{font-size:.875rem;font-weight:500}.quantity-control{display:flex;align-items:center;border:1px solid var(--color-border, #e5e5e5);border-radius:var(--layout-border-radius, 8px);overflow:hidden}.quantity-control button{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:background-color .2s ease-out}.quantity-control button:hover{background-color:var(--color-surface, #f5f5f4)}.quantity-control span{width:3rem;text-align:center;font-weight:500}.cart-page{padding:2.5rem 0 3rem}.cart-page-title{font-size:1.75rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em}.cart-layout{display:grid;gap:2rem}@media(min-width:768px){.cart-layout{grid-template-columns:1fr 22rem;gap:3rem}}.cart-items{display:flex;flex-direction:column}.cart-item{display:flex;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border, #e5e5e5);overflow:hidden;min-width:0}.cart-item:first-child{padding-top:0}.cart-item-image{width:5.5rem;height:5.5rem;border-radius:var(--layout-border-radius, 8px);overflow:hidden;background-color:var(--color-surface, #f5f5f4);flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-item-title{font-weight:500;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text, #171717)}.cart-item-variant{font-size:.8125rem;color:var(--color-text-muted, #737373)}.cart-item-price{font-weight:600;font-size:.9375rem}.cart-item-actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.cart-item-remove{font-size:.8125rem;color:var(--color-text-muted, #737373);transition:color .2s ease-out;text-decoration:underline;text-underline-offset:2px}.cart-item-remove:hover{color:var(--color-error, #ef4444)}.cart-item--out-of-stock{border-color:var(--color-error, #dc2626);background-color:color-mix(in srgb,var(--color-error, #dc2626) 5%,transparent)}.cart-item-stock-badge{color:var(--color-error, #dc2626);font-size:.75rem;font-weight:600}.cart-stock-warning{padding:.75rem 1rem;background-color:color-mix(in srgb,var(--color-error, #dc2626) 8%,transparent);border:1px solid var(--color-error, #dc2626);border-radius:var(--layout-border-radius, 8px);color:var(--color-error, #dc2626);margin-bottom:1rem;font-size:.875rem;line-height:1.5}.cart-empty{text-align:center;padding:5rem 0}.cart-empty p{color:var(--color-text-muted, #737373);margin-bottom:1.5rem;font-size:1.125rem}.cart-summary{background-color:var(--color-surface, #f5f5f4);border-radius:var(--layout-border-radius, 8px);padding:1.5rem;height:fit-content;position:sticky;top:6rem}.cart-summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:.9375rem}.cart-summary-row--total{border-top:1px solid var(--color-border, #e5e5e5);font-weight:700;font-size:1.125rem}.cart-summary-note{font-size:.8125rem;color:var(--color-text-muted, #737373);margin-top:.75rem;margin-bottom:1rem}.cart-summary-note--tax{margin-top:0;margin-bottom:.75rem}.cart-drawer-notice{margin:.75rem 1.25rem 0;padding:.75rem 1rem;background:color-mix(in srgb,var(--color-error, #dc2626) 6%,transparent);color:var(--color-error, #991b1b);border:1px solid color-mix(in srgb,var(--color-error, #dc2626) 25%,transparent);border-radius:calc(var(--layout-border-radius, 8px) / 2);font-size:.8125rem;line-height:1.5;flex-shrink:0}.cart-drawer-items{flex:1;overflow-y:auto;padding:1rem 1.25rem}.cart-drawer-items .cart-item{padding-top:1rem;padding-bottom:1rem;border-top:none;border-bottom:1px solid var(--color-border, #e5e5e5)}.cart-drawer-items .cart-item:last-child{border-bottom:none}.cart-drawer-footer{border-top:1px solid var(--color-border, #e5e5e5);padding:1.25rem;flex-shrink:0}.cart-drawer-subtotal{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1rem;margin-bottom:.25rem}.cart-drawer-shipping-note{font-size:.75rem;color:var(--color-text-muted, #737373);margin-bottom:1rem}.cart-drawer-checkout{margin-bottom:.5rem}.cart-drawer-view-cart{font-size:.875rem}.cart-drawer-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;text-align:center}.cart-drawer-empty p{color:var(--color-text-muted, #737373);font-size:1rem}.checkout-page{padding:0}.checkout-layout{display:flex;flex-direction:column;min-height:calc(100vh - 4rem);position:relative}@media(min-width:768px){.checkout-layout{flex-direction:row}.checkout-layout:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background-color:#f5f5f0;z-index:-1;pointer-events:none}}.checkout-form{display:flex;flex-direction:column;gap:2rem;padding:38px;background-color:var(--color-background, #ffffff)}@media(min-width:768px){.checkout-form{width:50%;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;box-shadow:inset -1px 0 0 var(--color-border, #e5e7eb),4px 0 12px color-mix(in srgb,var(--color-text, #000) 4%,transparent);position:relative;z-index:1;padding-right:48px}.checkout-form>*{width:100%;max-width:480px}}.checkout-summary{padding:38px;background-color:#f5f5f0;border-top:1px solid var(--color-border, #e5e7eb)}@media(min-width:768px){.checkout-summary{width:50%;flex-shrink:0;border-top:none;border-left:1px solid var(--color-border, #e5e7eb);position:sticky;top:4rem;align-self:flex-start;max-height:calc(100vh - 4rem);overflow-y:auto}.checkout-summary__products,.checkout-summary__totals{max-width:480px}}.checkout-section{width:100%;min-width:0;overflow:hidden}.checkout-section h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.form-grid{display:grid;gap:1rem;min-width:0;width:100%}.form-grid--2col{grid-template-columns:1fr 1fr}.form-grid--3col{grid-template-columns:1fr 1fr 1fr}@media(max-width:639px){.form-grid--3col{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:.375rem;min-width:0}.form-field label{font-size:.8125rem;font-weight:500}.form-field input,.form-field select{width:100%;padding:13.5px 11px;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--layout-border-radius, 8px);background-color:var(--color-background, #ffffff);transition:border-color .15s;min-width:0}.form-field select{padding-right:32px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.form-field input:focus,.form-field select:focus{outline:none;border-color:var(--color-secondary, #6366f1);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-secondary, #6366f1) 10%,transparent)}.form-field--floating{position:relative}.form-field--floating label{position:absolute;top:50%;left:12px;transform:translateY(-50%);font-size:14px;font-weight:400;color:var(--color-text-muted, #6b7280);pointer-events:none;transition:all .15s ease;background-color:var(--color-background, #ffffff);padding:0 3px}.form-field--floating input:focus+label,.form-field--floating input:not(:placeholder-shown)+label{top:0;transform:translateY(-50%);font-size:11px;font-weight:500;color:var(--color-secondary, #6366f1)}.form-field--floating input:not(:focus):not(:placeholder-shown)+label{color:var(--color-text-muted, #6b7280)}.form-field--floating select+label{top:0;transform:translateY(-50%);font-size:11px;font-weight:500;color:var(--color-text-muted, #6b7280)}.form-field--floating select:focus+label{color:var(--color-secondary, #6366f1)}.checkout-error{padding:1rem;background-color:color-mix(in srgb,var(--color-error, #ef4444) 8%,transparent);border:1px solid var(--color-error, #ef4444);border-radius:var(--layout-border-radius, 8px);color:var(--color-error, #ef4444);font-size:.875rem}.checkout-error-items{list-style:disc;padding-left:1.25rem;margin:.5rem 0}.checkout-error-link{display:inline-block;margin-top:.5rem;color:var(--color-primary);text-decoration:underline;cursor:pointer;background:none;border:none;font-size:inherit;padding:0}.checkout-shipping-note{font-size:.875rem;color:var(--color-text-muted, #6b7280);padding:.75rem 0}.shipping-rate-groups{display:flex;flex-direction:column;gap:1rem}.shipping-rate-group-name{font-size:.8125rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text, #111827)}.shipping-rate-options{display:flex;flex-direction:column;gap:.5rem}.shipping-rate-option{display:flex;align-items:center;gap:.75rem;padding:14px;border:1px solid var(--color-border, #e5e7eb);border-radius:7px;cursor:pointer;transition:border-color .15s,background-color .15s}.shipping-rate-option:hover{background-color:var(--color-surface, #f9fafb)}.shipping-rate-option--selected{border-color:var(--color-secondary, #6366f1);background-color:color-mix(in srgb,var(--color-secondary, #6366f1) 4%,transparent)}.shipping-rate-option input[type=radio]{accent-color:var(--color-secondary, #6366f1);margin:0}.shipping-rate-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.shipping-rate-name{font-size:14px;font-weight:500;line-height:21px;color:var(--color-text, #111827)}.shipping-rate-days{font-size:.75rem;color:var(--color-text-muted, #6b7280)}.shipping-rate-price{font-size:.875rem;font-weight:600;color:var(--color-text, #111827);white-space:nowrap}.checkout-success{text-align:center;padding:4rem 0}.checkout-success h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--color-success, #22c55e)}.checkout-success p{color:var(--color-text-muted, #6b7280);margin-bottom:1.5rem}.delivery-method-options{display:flex;flex-direction:column;gap:.5rem}.delivery-method-option{display:flex;align-items:center;gap:.75rem;padding:14px;border:1px solid var(--color-border, #e5e7eb);border-radius:7px;cursor:pointer;transition:border-color .15s,background-color .15s}.delivery-method-option:hover{background-color:var(--color-surface, #f9fafb)}.delivery-method-option--selected{border-color:var(--color-secondary, #6366f1);background-color:color-mix(in srgb,var(--color-secondary, #6366f1) 4%,transparent)}.delivery-method-option input[type=radio]{accent-color:var(--color-secondary, #6366f1);margin:0;flex-shrink:0}.delivery-method-option__icon{flex-shrink:0;color:var(--color-text-muted, #6b7280)}.delivery-method-option--selected .delivery-method-option__icon{color:var(--color-secondary, #6366f1)}.delivery-method-option__label{flex:1;font-size:14px;font-weight:500;line-height:21px;color:var(--color-text, #111827)}.pickup-locations{display:flex;flex-direction:column;gap:.5rem}.pickup-location-option{display:flex;align-items:flex-start;gap:.75rem;padding:14px;border:1px solid var(--color-border, #e5e7eb);border-radius:7px;cursor:pointer;transition:border-color .15s,background-color .15s}.pickup-location-option:hover{background-color:var(--color-surface, #f9fafb)}.pickup-location-option--selected{border-color:var(--color-secondary, #6366f1);background-color:color-mix(in srgb,var(--color-secondary, #6366f1) 4%,transparent)}.pickup-location-option input[type=radio]{accent-color:var(--color-secondary, #6366f1);margin-top:.125rem;flex-shrink:0}.pickup-location-info{display:flex;flex-direction:column;gap:.125rem}.pickup-location-name{font-size:.875rem;font-weight:500;color:var(--color-text, #111827)}.pickup-location-address{font-size:.8125rem;color:var(--color-text-muted, #6b7280)}.pickup-location-time{font-size:.75rem;color:var(--color-text-muted, #6b7280)}.pickup-location-warning{font-size:.75rem;color:var(--color-accent, #f59e0b);margin-top:.25rem}.payment-method-options{display:flex;flex-direction:column;gap:.5rem}.payment-method-option{display:flex;align-items:center;gap:.75rem;padding:14px;border:1px solid var(--color-border, #e5e7eb);border-radius:7px;cursor:pointer;transition:border-color .15s,background-color .15s}.payment-method-option:hover{background-color:var(--color-surface, #f9fafb)}.payment-method-option--selected{border-color:var(--color-secondary, #6366f1);background-color:color-mix(in srgb,var(--color-secondary, #6366f1) 4%,transparent)}.payment-method-option input[type=radio]{accent-color:var(--color-secondary, #6366f1);margin-top:.125rem;flex-shrink:0}.payment-method-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.payment-method-name{font-size:14px;font-weight:500;line-height:21px;color:var(--color-text, #111827)}.payment-method-option__icon{flex-shrink:0;color:var(--color-text-muted, #6b7280)}.payment-method-option--selected .payment-method-option__icon{color:var(--color-secondary, #6366f1)}.payment-method-description{font-size:.8125rem;color:var(--color-text-muted, #6b7280)}.billing-address-toggle{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.billing-address-option{display:flex;align-items:center;gap:.75rem;padding:14px;border:1px solid var(--color-border, #e5e7eb);border-radius:7px;cursor:pointer;font-size:14px;font-weight:500;line-height:21px;color:var(--color-text, #111827);transition:border-color .15s,background-color .15s}.billing-address-option:hover{background-color:var(--color-surface, #f9fafb)}.billing-address-option--selected{border-color:var(--color-secondary, #6366f1);background-color:color-mix(in srgb,var(--color-secondary, #6366f1) 4%,transparent)}.billing-address-option input[type=radio]{accent-color:var(--color-secondary, #6366f1);margin:0;flex-shrink:0}.checkout-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--color-text, #111827)}.checkout-checkbox input[type=checkbox]{accent-color:var(--color-secondary, #6366f1);width:1rem;height:1rem;flex-shrink:0}.checkout-checkbox--warning{color:var(--color-accent, #f59e0b)}.checkout-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--color-text, #111827);padding:.5rem 0}.checkout-radio input[type=radio]{accent-color:var(--color-secondary, #6366f1);width:1rem;height:1rem;flex-shrink:0}.checkout-digital-notice{font-size:.875rem;color:var(--color-text-muted, #6b7280);padding:.75rem 1rem;background-color:color-mix(in srgb,var(--color-secondary, #6366f1) 6%,transparent);border-radius:var(--layout-border-radius, 8px);border:1px solid color-mix(in srgb,var(--color-secondary, #6366f1) 15%,transparent)}.shipping-rate-option__phone{padding:.75rem 14px 0;margin-top:.5rem;border-top:1px solid var(--color-border, #e5e7eb)}.checkout-summary__products{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.checkout-summary__product{display:flex;align-items:center;gap:.875rem}.checkout-summary__product-image{position:relative;width:64px;height:64px;flex-shrink:0;border-radius:8px;border:1px solid var(--color-border, #e5e7eb);overflow:hidden;background-color:var(--color-background, #ffffff)}.checkout-summary__product-image img{width:100%;height:100%;object-fit:cover}.checkout-summary__product-placeholder{width:100%;height:100%;background-color:var(--color-border, #e5e7eb)}.checkout-summary__product-qty{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:var(--color-text, #111827);color:#fff;font-size:11px;font-weight:600;border-radius:50%;padding:0 5px;line-height:1}.checkout-summary__product-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.checkout-summary__product-title{font-size:14px;font-weight:500;color:var(--color-text, #111827);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-summary__product-variant{font-size:12px;color:var(--color-text-muted, #6b7280)}.checkout-summary__product-price{font-size:14px;font-weight:500;color:var(--color-text, #111827);white-space:nowrap;flex-shrink:0}.checkout-summary__totals{padding-top:1.25rem;display:flex;flex-direction:column}.checkout-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:14px;color:var(--color-text-muted, #6b7280)}.checkout-summary__free{text-transform:uppercase;font-size:12px;font-weight:500;letter-spacing:.02em}.checkout-summary__row--total{border-top:1px solid var(--color-border, #e5e7eb);margin-top:.75rem;padding-top:1.25rem;color:var(--color-text, #111827)}.checkout-summary__total-label{font-size:14px}.checkout-summary__total-value{text-align:right}.checkout-summary__total-price{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.checkout-summary__row--tax-note{justify-content:flex-end;padding-top:0}.checkout-summary__tax-note{font-size:.75rem;color:var(--color-text-muted, #6b7280)}.account-page{padding:2.5rem 0 3rem}.account-page-title{font-size:1.75rem;font-weight:600;letter-spacing:-.02em}.account-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.account-layout{display:grid;gap:1.5rem}.account-profile{background-color:var(--color-surface, #f5f5f4);border-radius:var(--layout-border-radius, 8px);padding:1.5rem}.account-profile-info{display:flex;flex-direction:column;gap:.125rem}.account-profile-name{font-size:1.125rem;font-weight:600;margin-bottom:.125rem}.account-profile-email{font-size:.875rem;color:var(--color-text-muted, #737373)}.account-nav{display:flex;flex-direction:column;border:1px solid var(--color-border, #e5e5e5);border-radius:var(--layout-border-radius, 8px);overflow:hidden}.account-nav-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-weight:500;transition:background-color .2s ease-out}.account-nav-item:not(:last-child){border-bottom:1px solid var(--color-border, #e5e5e5)}.account-nav-item:hover{background-color:var(--color-surface, #f5f5f4)}.account-nav-item-title{font-size:.9375rem}.account-nav-item-arrow{font-size:1.25rem;color:var(--color-text-muted, #737373);transition:transform .2s ease-out}.account-nav-item:hover .account-nav-item-arrow{transform:translate(2px)}.account-login{max-width:24rem;margin:0 auto;text-align:center;padding:3rem 0}.account-login-title{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em}.account-login-description{font-size:.875rem;color:var(--color-text-muted, #737373);margin-bottom:2rem;line-height:1.5}.account-login-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.account-code-hint{font-size:.875rem;color:var(--color-text-muted, #737373);text-align:center;margin-bottom:.5rem}.account-error{padding:.75rem 1rem;background-color:color-mix(in srgb,var(--color-error, #ef4444) 6%,transparent);border:1px solid var(--color-error, #ef4444);border-radius:var(--layout-border-radius, 8px);color:var(--color-error, #ef4444);font-size:.875rem;text-align:center}.account-orders-page{padding:2.5rem 0 3rem}.account-orders-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.account-orders-title{font-size:1.75rem;font-weight:600;letter-spacing:-.02em}.account-orders-empty{text-align:center;padding:5rem 0}.account-orders-empty p{color:var(--color-text-muted, #737373);margin-bottom:1.5rem;font-size:1.125rem}.account-orders-list{display:flex;flex-direction:column;gap:.75rem}.account-order-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border:1px solid var(--color-border, #e5e5e5);border-radius:var(--layout-border-radius, 8px);transition:border-color .2s ease-out,box-shadow .2s ease-out}.account-order-card:hover{border-color:var(--color-primary, #171717);box-shadow:0 1px 3px color-mix(in srgb,var(--color-text, #000) 4%,transparent)}.account-order-card-main{display:flex;flex-direction:column;gap:.375rem}.account-order-card-info{display:flex;align-items:baseline;gap:.75rem}.account-order-number{font-weight:600;font-size:.9375rem}.account-order-date{font-size:.8125rem;color:var(--color-text-muted, #737373)}.account-order-card-meta{display:flex;align-items:center;gap:.75rem}.account-order-status{display:inline-block;font-size:.6875rem;font-weight:600;padding:.1875rem .625rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em;background-color:var(--color-surface, #f5f5f4);color:var(--color-text-muted, #737373)}.order-status--success{background-color:color-mix(in srgb,var(--color-success, #22c55e) 10%,transparent);color:var(--color-success, #22c55e)}.order-status--info{background-color:color-mix(in srgb,var(--color-secondary, #4f46e5) 10%,transparent);color:var(--color-secondary, #4f46e5)}.order-status--error{background-color:color-mix(in srgb,var(--color-error, #ef4444) 6%,transparent);color:var(--color-error, #ef4444)}.account-order-items{font-size:.8125rem;color:var(--color-text-muted, #737373)}.account-order-card-total{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.account-order-total-amount{font-size:1rem;font-weight:700}.account-order-view{font-size:.75rem;color:var(--color-text-muted, #737373);font-weight:500}@media(max-width:639px){.account-order-card{flex-direction:column;align-items:flex-start}.account-order-card-total{align-items:flex-start;flex-direction:row;justify-content:space-between;width:100%;padding-top:.75rem;border-top:1px solid var(--color-border, #e5e5e5)}}.account-order-back{margin-bottom:1.5rem}.account-order-back a{font-size:.875rem;color:var(--color-text-muted, #737373);transition:color .2s ease-out;text-decoration:underline;text-underline-offset:3px}.account-order-back a:hover{color:var(--color-text, #171717)}.account-order-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.account-order-empty{text-align:center;padding:4rem 0;color:var(--color-text-muted, #737373)}.account-order-status-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.account-order-items{border:1px solid var(--color-border, #e5e5e5);border-radius:var(--layout-border-radius, 8px);overflow:hidden;margin-bottom:1.5rem}.account-order-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border, #e5e5e5)}.account-order-item:last-child{border-bottom:none}.account-order-item-info{display:flex;flex-direction:column;gap:.125rem}.account-order-item-title{font-weight:500;font-size:.9375rem}.account-order-item-variant,.account-order-item-qty{font-size:.8125rem;color:var(--color-text-muted, #737373)}.account-order-item-price{font-weight:600;font-size:.9375rem;flex-shrink:0}.account-order-totals{background-color:var(--color-surface, #f5f5f4);border-radius:var(--layout-border-radius, 8px);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.account-order-totals-row{display:flex;justify-content:space-between;padding:.375rem 0;font-size:.9375rem;color:var(--color-text-muted, #737373)}.account-order-totals-row--total{border-top:1px solid var(--color-border, #e5e5e5);margin-top:.5rem;padding-top:.75rem;font-weight:700;font-size:1.125rem;color:var(--color-text, #171717)}.account-order-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.account-order-refund-status{margin-bottom:1.5rem}.account-order-refund-info{display:flex;flex-direction:column;gap:.375rem;background-color:var(--color-surface, #f5f5f4);border-radius:var(--layout-border-radius, 8px);padding:1rem 1.25rem}.account-order-refund-info-row{display:flex;justify-content:space-between;font-size:.875rem}.account-order-refund-success{padding:1rem;background-color:color-mix(in srgb,var(--color-success, #22c55e) 8%,transparent);border:1px solid var(--color-success, #22c55e);border-radius:var(--layout-border-radius, 8px);color:var(--color-success, #22c55e);font-size:.875rem;margin-bottom:1.5rem}.account-order-refund-form-wrapper{margin-bottom:1.5rem}.account-order-refund-form{display:flex;flex-direction:column;gap:1rem}.account-order-refund-error{padding:.75rem 1rem;background-color:color-mix(in srgb,var(--color-error, #ef4444) 6%,transparent);border:1px solid var(--color-error, #ef4444);border-radius:var(--layout-border-radius, 8px);color:var(--color-error, #ef4444);font-size:.875rem}.account-order-refund-actions{display:flex;gap:.75rem}.account-back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--color-text-muted, #737373);margin-bottom:1.5rem;transition:color .2s ease-out;text-decoration:underline;text-underline-offset:3px}.account-back-link:hover{color:var(--color-text, #171717)}.account-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.account-address-form-wrapper{background-color:var(--color-surface, #f5f5f4);border-radius:var(--layout-border-radius, 8px);padding:1.5rem;margin-bottom:2rem}.account-address-form{display:flex;flex-direction:column;gap:1rem}.account-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--color-text, #171717)}.account-checkbox input[type=checkbox]{accent-color:var(--color-secondary, #4f46e5);width:1rem;height:1rem;flex-shrink:0}.account-form-actions{display:flex;gap:.75rem;margin-top:.5rem}.account-empty{text-align:center;padding:3rem 0;color:var(--color-text-muted, #737373)}.account-address-list{display:grid;gap:1rem}@media(min-width:640px){.account-address-list{grid-template-columns:repeat(2,1fr)}}.account-address-card{border:1px solid var(--color-border, #e5e5e5);border-radius:var(--layout-border-radius, 8px);overflow:hidden;transition:border-color .2s ease-out}.account-address-card:hover{border-color:var(--color-text-muted, #737373)}.account-address-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}.account-address-name{font-weight:600;font-size:.9375rem;margin-bottom:.25rem}.account-address-line{font-size:.875rem;color:var(--color-text-muted, #737373);line-height:1.5}.account-address-badge{display:inline-block;font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:999px;background-color:color-mix(in srgb,var(--color-success, #22c55e) 10%,transparent);color:var(--color-success, #22c55e);text-transform:uppercase;letter-spacing:.03em;margin-top:.375rem}.account-address-card-actions{display:flex;gap:.5rem;padding:.75rem 1.25rem;border-top:1px solid var(--color-border, #e5e5e5);background-color:var(--color-surface, #f5f5f4)}.account-address-delete-btn{color:var(--color-error, #ef4444)!important}.not-found{text-align:center;padding:8rem 0}.not-found h1{font-size:3rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.not-found p{color:var(--color-text-muted, #737373);margin-bottom:2.5rem;font-size:1.125rem}.collections-page{padding:2.5rem 0 3rem}.collections-page-title{font-size:1.75rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em}.collections-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.collections-grid-card{display:flex;align-items:center;justify-content:center;padding:3.5rem 1.5rem;background-color:var(--color-surface, #f5f5f4);border-radius:var(--layout-border-radius, 8px);text-decoration:none;transition:all .2s ease-out}.collections-grid-card:hover{background-color:var(--color-primary, #171717)}.collections-grid-card-title{font-size:1.125rem;font-weight:600;color:var(--color-text, #171717);text-transform:capitalize;transition:color .2s ease-out}.collections-grid-card:hover .collections-grid-card-title{color:var(--color-on-primary, #ffffff)}.collections-empty{text-align:center;padding:4rem 0;color:var(--color-text-muted, #737373)}.collection-load-more{display:flex;justify-content:center;padding:2.5rem 0 1rem}.collection-load-more__btn{padding:.75rem 2.5rem;font-size:.875rem;font-weight:500;letter-spacing:.02em;color:var(--color-text, #171717);background:transparent;border:1px solid var(--color-border, #e5e5e5);border-radius:var(--layout-border-radius, 8px);cursor:pointer;transition:all .2s ease-out}.collection-load-more__btn:hover{background:var(--color-primary, #171717);color:var(--color-on-primary, #ffffff);border-color:var(--color-primary, #171717)}.collection-load-more__btn:disabled{opacity:.6;cursor:not-allowed}.custom-page{padding:2.5rem 0 3rem}.custom-page-title{font-size:1.75rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em}.policy-page{padding:2.5rem 0 3rem}.policy-page-title{font-size:1.75rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em}.policy-content{max-width:48rem;font-size:1.0625rem;line-height:1.75;color:var(--color-text, #171717)}.policy-content h2{font-size:1.375rem;font-weight:600;margin-top:2em;margin-bottom:.75em;letter-spacing:-.01em}.policy-content h3{font-size:1.125rem;font-weight:600;margin-top:1.5em;margin-bottom:.5em}.policy-content p{margin-bottom:1.25em}.policy-content ul,.policy-content ol{padding-left:1.5em;margin-bottom:1.25em}.policy-content ul{list-style:disc}.policy-content ol{list-style:decimal}.policy-content li{margin-bottom:.375em}.policy-content a{color:var(--color-primary, #171717);text-decoration:underline;text-underline-offset:3px}.blog-page{padding:2.5rem 0 3rem}.blog-page-title{font-size:1.75rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em}.blog-posts-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.blog-posts-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-posts-grid{grid-template-columns:repeat(3,1fr)}}.blog-post-card{border:1px solid var(--color-border, #e5e5e5);border-radius:var(--layout-border-radius, 8px);overflow:hidden;transition:border-color .2s ease-out,box-shadow .2s ease-out;text-decoration:none;color:inherit}.blog-post-card:hover{border-color:var(--color-primary, #171717);box-shadow:0 1px 3px color-mix(in srgb,var(--color-text, #000) 4%,transparent)}.blog-post-card-image{aspect-ratio:16 / 9;background-color:var(--color-surface, #f5f5f4);overflow:hidden}.blog-post-card-image img{width:100%;height:100%;object-fit:cover}.blog-post-card-body{padding:1.25rem}.blog-post-card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.blog-post-card-excerpt{font-size:.875rem;color:var(--color-text-muted, #737373);line-height:1.5;margin-bottom:.75rem}.blog-post-card-date{font-size:.75rem;color:var(--color-text-muted, #737373)}.blog-empty{text-align:center;padding:4rem 0;color:var(--color-text-muted, #737373)}.blog-article{padding:2.5rem 0 3rem}.blog-article-header{margin-bottom:2rem}.blog-article-title{font-size:2rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.15}@media(min-width:768px){.blog-article-title{font-size:2.5rem}}.blog-article-meta{font-size:.875rem;color:var(--color-text-muted, #737373)}.blog-article-content{max-width:48rem;font-size:1.0625rem;line-height:1.75}.blog-article-content p{margin-bottom:1.25em}.blog-article-content h2{font-size:1.5rem;margin-top:2em;margin-bottom:.75em}.blog-article-content h3{font-size:1.25rem;margin-top:1.5em;margin-bottom:.5em}.blog-article-content img{max-width:100%;border-radius:var(--layout-border-radius, 8px);margin:1.5em 0}.blog-article-content a{color:var(--color-primary, #171717);text-decoration:underline;text-underline-offset:3px}.blog-article-content ul,.blog-article-content ol{padding-left:1.5em;margin-bottom:1.25em}.blog-article-content ul{list-style:disc}.blog-article-content ol{list-style:decimal}.blog-article-content blockquote{border-left:3px solid var(--color-border, #e5e5e5);padding-left:1.25rem;margin:1.5em 0;color:var(--color-text-muted, #737373);font-style:italic}.header-logo-img{height:40px;width:auto;display:block;object-fit:contain}@media(min-width:768px){.header-logo-img{height:48px}}
