:root{--psy-marigold: #f0b557;--psy-apricot: #f19c62;--psy-terracotta: #9c461c;--psy-clay: #a64e27;--psy-lilac: #cdaed3;--psy-sunlight: #f6cc82;--psy-ink: #6f2d12;--psy-ink-muted: #84401f;--psy-positive: #536b43;--psy-warning: #8b5116;--psy-danger: #8b2c20;--psy-font-display: Inter, "Helvetica Neue", Arial, sans-serif;--psy-font-body: Inter, "Helvetica Neue", Arial, sans-serif;--psy-space-1: .25rem;--psy-space-2: .5rem;--psy-space-3: .75rem;--psy-space-4: 1rem;--psy-space-6: 1.5rem;--psy-space-8: 2rem;--psy-space-12: 3rem;--psy-space-16: 4rem;--psy-space-24: 6rem;--psy-radius-sm: .375rem;--psy-radius-md: .625rem;--psy-radius-lg: 1.125rem;--psy-radius-organic: 56% 44% 52% 48% / 46% 58% 42% 54%;--psy-stroke: 2px solid var(--psy-terracotta);--psy-focus: 0 0 0 3px var(--psy-lilac), 0 0 0 5px var(--psy-ink)}@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{min-width:320px;min-height:100%;height:100%}body{margin:0;color:var(--psy-ink);background:var(--psy-sunlight);font-family:var(--psy-font-body);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{color:inherit}img{display:block;max-width:100%}:focus-visible{outline:none;box-shadow:var(--psy-focus)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 450,"GRAD" 0,"opsz" 24}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{scrollbar-width:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--psy-rail-width: 236px;--psy-page-gutter: clamp(1.5rem, 4vw, 4.5rem);--psy-page-max: 1480px}.psy-brand{display:inline-block;color:var(--psy-sunlight);font-size:1.7rem;font-weight:800;line-height:1;letter-spacing:-.075em;white-space:nowrap}.psy-brand--compact{font-size:.82rem}.psy-icon{font-size:1.45rem;line-height:1}.psy-shell{display:grid;grid-template-columns:var(--psy-rail-width) minmax(0,1fr);min-height:100dvh;background:var(--psy-sunlight)}.psy-rail{position:relative;z-index:20;display:flex;min-height:100dvh;flex-direction:column;padding:2.7rem 1.25rem 2rem;overflow:hidden;color:var(--psy-sunlight);background:var(--psy-terracotta);border-right:var(--psy-stroke)}.psy-rail__mark{padding:0 1rem 2.4rem}.psy-rail__nav{display:grid;gap:.65rem;margin-top:.75rem}.psy-rail__link{position:relative;display:flex;align-items:center;gap:.85rem;min-height:56px;padding:.75rem 1rem;color:var(--psy-sunlight);border:2px solid transparent;border-radius:var(--psy-radius-sm);font-weight:650;text-decoration:none;transition:transform .16s ease,color .16s ease,background .16s ease}.psy-rail__link:hover{transform:translateY(-2px);border-color:var(--psy-sunlight)}.psy-rail__link[aria-current=page]{color:var(--psy-ink);background:var(--psy-sunlight)}.psy-rail__badge,.psy-mobile-nav__badge{display:inline-grid;min-width:1.55rem;height:1.55rem;margin-left:auto;padding:0 .35rem;place-items:center;color:var(--psy-sunlight);background:var(--psy-ink);border-radius:50%;font-size:.72rem;font-weight:800}.psy-rail__orbit{position:absolute;left:-5rem;bottom:-4rem;width:15rem;aspect-ratio:1;border:2px solid var(--psy-lilac);border-radius:50%;pointer-events:none}.psy-rail__orbit:before,.psy-rail__orbit:after{content:"";position:absolute;border:2px solid var(--psy-lilac);border-radius:50%}.psy-rail__orbit:before{inset:2.2rem -1rem}.psy-rail__orbit:after{inset:5rem 3rem}.psy-main{display:flex;min-width:0;height:100dvh;flex-direction:column;overflow:hidden}.psy-main__content{display:flex;min-height:0;flex:1;flex-direction:column}.psy-mobile-header,.psy-mobile-nav{display:none}.psy-page{flex:1;min-height:0;overflow-y:auto;padding:3rem var(--psy-page-gutter) 4rem}.psy-page__inner{width:min(100%,var(--psy-page-max));margin:0 auto}.psy-page-title{margin:0 0 2rem;color:var(--psy-ink);font-size:clamp(2.75rem,5vw,4.75rem);font-weight:800;line-height:.92;letter-spacing:-.065em}.psy-section-title{margin:0;font-size:1.25rem;font-weight:750;letter-spacing:-.03em}.psy-muted{color:var(--psy-ink-muted)}.psy-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1.15rem;border:var(--psy-stroke);border-radius:var(--psy-radius-sm);background:transparent;color:var(--psy-ink);font-weight:700;line-height:1;cursor:pointer;text-decoration:none;transition:transform .16s ease,color .16s ease,background .16s ease}.psy-button:hover{transform:translateY(-2px);background:var(--psy-marigold)}.psy-button:active{transform:translateY(1px);background:var(--psy-clay);color:var(--psy-sunlight)}.psy-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.psy-button--primary{color:var(--psy-marigold);background:var(--psy-terracotta)}.psy-button--primary:hover{color:var(--psy-sunlight);background:var(--psy-ink)}.psy-button--wide{width:100%}.psy-button--icon{width:44px;padding:0}.psy-field{display:grid;gap:.5rem}.psy-label{font-size:.79rem;font-weight:750}.psy-input{width:100%;min-height:48px;padding:.8rem .95rem;color:var(--psy-ink);background:transparent;border:1.5px solid var(--psy-terracotta);border-radius:var(--psy-radius-sm)}.psy-input::placeholder{color:var(--psy-ink-muted);opacity:.82}textarea.psy-input{min-height:112px;resize:vertical}.psy-error{padding:.85rem 1rem;color:var(--psy-danger);border:2px solid var(--psy-danger);border-radius:var(--psy-radius-sm)}.psy-state,.psy-empty{display:flex;min-height:100%;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:2rem;text-align:center}.psy-state{font-size:.9rem;font-weight:650}.psy-spinner{width:2.25rem;height:2.25rem;border:3px solid var(--psy-terracotta);border-top-color:transparent;border-radius:50%;animation:psy-spin .85s linear infinite}@keyframes psy-spin{to{transform:rotate(360deg)}}.psy-auth-transition{display:grid;min-height:100dvh;grid-template-rows:auto 1fr;padding:clamp(2rem,5vw,5rem);overflow:hidden;background:var(--psy-sunlight)}.psy-auth-transition>.psy-brand{color:var(--psy-terracotta);font-size:clamp(1rem,2vw,1.35rem)}.psy-particle-loader{display:grid;min-height:0;place-content:center;justify-items:center;gap:1.5rem}.psy-particle-field{position:relative;width:min(56vw,19rem);aspect-ratio:1}.psy-particle-field:before,.psy-particle-field:after{position:absolute;content:"";border:1.5px solid var(--psy-terracotta);border-radius:50%}.psy-particle-field:before{inset:7%}.psy-particle-field:after{inset:27%}.psy-particle-track{position:absolute;border:1.5px solid var(--psy-terracotta);border-radius:50%;animation:psy-particle-orbit 2.8s linear infinite}.psy-particle-track:before{position:absolute;top:50%;right:-.45rem;width:.9rem;aspect-ratio:1;content:"";background:var(--psy-terracotta);border:1.5px solid var(--psy-ink);border-radius:50%;transform:translateY(-50%)}.psy-particle-track--outer{inset:2%;animation-duration:4.8s}.psy-particle-track--middle{inset:18%;animation-direction:reverse;animation-duration:3.4s}.psy-particle-track--middle:before{right:-.36rem;width:.72rem;background:var(--psy-marigold)}.psy-particle-track--inner{inset:34%;animation-duration:2.2s}.psy-particle-track--inner:before{right:-.31rem;width:.62rem;background:var(--psy-lilac)}.psy-particle-core{position:absolute;inset:42%;background:var(--psy-apricot);border:2px solid var(--psy-terracotta);border-radius:50%;animation:psy-particle-core 1.4s ease-in-out infinite}.psy-particle-core:after{position:absolute;inset:28%;content:"";background:var(--psy-terracotta);border-radius:50%}.psy-particle-spark{position:absolute;top:50%;left:50%;width:.45rem;aspect-ratio:1;background:var(--psy-marigold);border:1px solid var(--psy-ink);border-radius:50%;animation:psy-particle-scatter 1.8s ease-out infinite}.psy-particle-spark--one{--psy-spark-x: 3.8rem;--psy-spark-y: -2.4rem}.psy-particle-spark--two{--psy-spark-x: -4rem;--psy-spark-y: 2rem;animation-delay:-.45s}.psy-particle-spark--three{--psy-spark-x: 2.4rem;--psy-spark-y: 4rem;animation-delay:-.9s}.psy-particle-spark--four{--psy-spark-x: -2.8rem;--psy-spark-y: -3.8rem;animation-delay:-1.35s}.psy-particle-loader__label{font-size:.82rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}@keyframes psy-particle-orbit{to{transform:rotate(360deg)}}@keyframes psy-particle-core{50%{transform:scale(1.18);background:var(--psy-marigold)}}@keyframes psy-particle-scatter{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}24%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--psy-spark-x)),calc(-50% + var(--psy-spark-y))) scale(1)}}.psy-empty{background:var(--psy-apricot)}.psy-empty__icon{display:grid;width:5rem;height:5rem;place-items:center;border:var(--psy-stroke);border-radius:50%}.psy-empty__icon .psy-icon{font-size:2.4rem}.psy-empty h1{margin:0;font-size:2rem;letter-spacing:-.04em}.psy-empty p{max-width:34rem;margin:0;line-height:1.55}.psy-login{position:relative;display:grid;min-height:100dvh;grid-template-columns:minmax(220px,.75fr) minmax(360px,1fr);align-items:center;gap:clamp(2rem,4vw,5rem);padding:clamp(2rem,5vw,5.5rem);overflow:hidden;background:var(--psy-sunlight)}.psy-login__identity{align-self:start;padding-top:.5rem}.psy-login__identity .psy-brand{color:var(--psy-terracotta);font-size:clamp(2.2rem,4vw,3.2rem)}.psy-login__orbit{position:absolute;left:-13rem;bottom:-9rem;width:36rem;aspect-ratio:1;border:var(--psy-stroke);border-radius:50%;pointer-events:none}.psy-login__orbit:before,.psy-login__orbit:after{content:"";position:absolute;border:var(--psy-stroke);border-radius:50%}.psy-login__orbit:before{inset:4rem -5rem}.psy-login__orbit:after{inset:10rem 7rem;background:var(--psy-terracotta)}.psy-login__panel{position:relative;z-index:1;width:min(100%,680px);justify-self:center;padding:clamp(2rem,4vw,4rem);background:var(--psy-apricot);border:var(--psy-stroke);border-radius:var(--psy-radius-md)}.psy-login__panel h1{margin:0;font-size:clamp(2.7rem,4vw,4.5rem);font-weight:800;line-height:.98;letter-spacing:-.065em}.psy-login__panel>p{margin:1.2rem 0 2.5rem;font-size:1.12rem;line-height:1.45}.psy-login__form{display:grid;gap:1rem}.psy-login__divider{display:flex;align-items:center;gap:.75rem;color:var(--psy-ink-muted);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.psy-login__divider:before,.psy-login__divider:after{content:"";height:1px;flex:1;background:var(--psy-terracotta);opacity:.45}.psy-phone-input{display:grid;grid-template-columns:64px 1fr;border:1.5px solid var(--psy-terracotta);border-radius:var(--psy-radius-sm)}.psy-phone-input span{display:grid;place-items:center;border-right:1.5px solid var(--psy-terracotta);font-weight:750}.psy-phone-input input{border:0}.psy-login__note{margin:.4rem 0 0!important;font-size:.88rem!important}.psy-categories{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto}.psy-category{min-height:44px;flex:0 0 auto;padding:.65rem 1.35rem;color:var(--psy-ink);background:transparent;border:2px solid transparent;border-radius:var(--psy-radius-sm);font-weight:700;cursor:pointer}.psy-category:hover{border-color:var(--psy-terracotta)}.psy-category[aria-pressed=true]{background:var(--psy-marigold);border-color:var(--psy-terracotta)}.psy-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.psy-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:var(--psy-sunlight);border:var(--psy-stroke);border-radius:var(--psy-radius-sm)}.psy-product-card__button{display:flex;width:100%;flex:1;flex-direction:column;padding:0;color:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.psy-product-card__media{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:var(--psy-lilac);border-bottom:var(--psy-stroke)}.psy-product-card__body{display:flex;width:100%;flex:1;flex-direction:column;gap:.5rem;padding:1.2rem}.psy-product-card__body h2{margin:0;font-size:1.35rem;line-height:1.05;letter-spacing:-.045em}.psy-product-card__body p{margin:0;color:var(--psy-ink-muted);font-size:.88rem;line-height:1.45}.psy-product-card__meta{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1rem}.psy-product-card__price{font-size:1.15rem;font-weight:800}.psy-product-card__count{font-size:.75rem;font-weight:700}.psy-product-fallback{position:relative;overflow:hidden;background:var(--psy-lilac)}.psy-product-fallback__orbit{position:absolute;left:50%;top:50%;width:55%;aspect-ratio:1;transform:translate(-50%,-50%);border:var(--psy-stroke);border-radius:50%}.psy-product-fallback__orbit:before,.psy-product-fallback__orbit:after{content:"";position:absolute;border:var(--psy-stroke);border-radius:50%}.psy-product-fallback__orbit:before{inset:18%}.psy-product-fallback__orbit:after{inset:43%;background:var(--psy-terracotta)}.psy-modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:2rem;background:#6f2d1252}.psy-product-modal{position:relative;display:grid;width:min(920px,100%);max-height:calc(100dvh - 4rem);grid-template-columns:minmax(300px,1fr) minmax(320px,1fr);gap:2.5rem;padding:2rem;overflow:auto;color:var(--psy-ink);background:var(--psy-apricot);border:var(--psy-stroke);border-radius:var(--psy-radius-md)}.psy-product-modal__close{position:absolute;z-index:2;top:.8rem;right:.8rem}.psy-product-modal__media{width:100%;aspect-ratio:4 / 5;object-fit:cover;background:var(--psy-lilac);border:var(--psy-stroke);border-radius:var(--psy-radius-sm)}.psy-product-modal__content{display:flex;flex-direction:column;padding-top:1rem}.psy-product-modal__content h2{margin:0;font-size:clamp(2.2rem,4vw,3.5rem);line-height:.95;letter-spacing:-.06em}.psy-product-modal__description{margin:1.2rem 0 1.5rem;line-height:1.5}.psy-modifiers{display:grid;gap:.6rem;margin-top:.65rem}.psy-modifier{display:grid;min-height:58px;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:.8rem 1rem;border:var(--psy-stroke);border-radius:var(--psy-radius-sm);cursor:pointer}.psy-modifier:has(input:checked){background:var(--psy-sunlight)}.psy-modifier input{width:1.2rem;height:1.2rem;accent-color:var(--psy-terracotta)}.psy-product-modal__bottom{margin-top:auto;padding-top:1.5rem;border-top:var(--psy-stroke)}.psy-product-modal__actions{display:grid;grid-template-columns:minmax(120px,.65fr) minmax(0,1fr);gap:.75rem}.psy-product-modal__price{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.psy-product-modal__price strong{font-size:2.3rem;line-height:1;letter-spacing:-.05em}.psy-quantity{display:grid;grid-template-columns:44px 44px 44px;border:var(--psy-stroke);border-radius:var(--psy-radius-sm);overflow:hidden}.psy-quantity button{min-height:44px;background:transparent;border:0;cursor:pointer;font-size:1.2rem}.psy-quantity button+span,.psy-quantity span+button{border-left:1.5px solid var(--psy-terracotta)}.psy-quantity span{display:grid;place-items:center;font-weight:750}.psy-cart-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.85fr);gap:2.5rem}.psy-cart-list{border-top:var(--psy-stroke)}.psy-cart-row{display:grid;grid-template-columns:96px minmax(0,1fr) auto auto;align-items:center;gap:1.2rem;padding:1.25rem 0;border-bottom:var(--psy-stroke)}.psy-cart-row__image{width:96px;aspect-ratio:1;object-fit:cover;background:var(--psy-lilac);border:var(--psy-stroke);border-radius:var(--psy-radius-sm)}.psy-cart-row h2{margin:0;font-size:1.15rem}.psy-cart-row p{margin:.2rem 0 0;font-size:.82rem}.psy-cart-row__total{min-width:6rem;text-align:right;font-weight:800}.psy-checkout{align-self:start;padding-left:2rem;border-left:var(--psy-stroke)}.psy-addresses{display:grid;gap:.5rem;margin:.75rem 0 1.25rem}.psy-address-option{display:flex;min-height:48px;align-items:center;gap:.75rem;padding:.7rem .85rem;text-align:left;background:transparent;border:1.5px solid var(--psy-terracotta);border-radius:var(--psy-radius-sm);cursor:pointer}.psy-address-option[aria-pressed=true]{background:var(--psy-marigold)}.psy-summary{margin:1.5rem 0;padding:1.25rem 0;border-top:var(--psy-stroke);border-bottom:var(--psy-stroke)}.psy-summary__line{display:flex;align-items:center;justify-content:space-between;gap:1rem}.psy-summary__total{margin-top:.7rem;font-size:1.7rem;font-weight:800}.psy-checkout__actions{display:grid;gap:.65rem}.psy-checkout__note{margin:1rem 0 0;font-size:.8rem}.psy-orders{border-top:var(--psy-stroke)}.psy-order{border-bottom:var(--psy-stroke)}.psy-order__header{display:grid;min-height:84px;grid-template-columns:1fr 1fr .8fr .7fr auto;align-items:center;gap:1rem}.psy-order__header strong{font-size:1.2rem}.psy-order__status{font-weight:700}.psy-order__status:before{content:"";display:inline-block;width:.65rem;height:.65rem;margin-right:.5rem;background:var(--psy-positive);border:1px solid var(--psy-ink);border-radius:50%}.psy-order__status--cancelled:before{background:var(--psy-danger)}.psy-order__status--pending:before{background:var(--psy-warning)}.psy-order__details{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(230px,.6fr);gap:2.5rem;margin-bottom:2rem;padding:1.5rem;background:var(--psy-apricot);border:var(--psy-stroke);border-radius:var(--psy-radius-sm)}.psy-order-item{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:1rem;padding:.8rem 0;border-bottom:1.5px solid var(--psy-terracotta)}.psy-order-item:last-child{border-bottom:0}.psy-order-item__image{width:72px;aspect-ratio:1;object-fit:cover;background:var(--psy-lilac);border:1.5px solid var(--psy-terracotta);border-radius:var(--psy-radius-sm)}.psy-order__delivery{padding-left:2rem;border-left:var(--psy-stroke)}.psy-order__delivery p{white-space:pre-wrap;line-height:1.5}.psy-chat-page{display:flex;flex:1;min-height:0;flex-direction:column;padding:2.5rem var(--psy-page-gutter) 0}.psy-chat-page__inner{display:flex;width:min(100%,var(--psy-page-max));min-height:0;flex:1;flex-direction:column;margin:0 auto}.psy-chat-page .psy-page-title{margin-bottom:1rem}.psy-chat-context{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1rem;border:var(--psy-stroke);border-radius:var(--psy-radius-sm)}.psy-chat-context__summary{display:flex;align-items:center;gap:.6rem;font-weight:650}.psy-chat{display:flex;min-height:0;flex:1;flex-direction:column}.psy-chat__heading{margin:1.2rem 0 .5rem;font-size:1.1rem}.psy-chat__timeline{display:flex;min-height:0;flex:1;flex-direction:column;gap:1rem;padding:.5rem 0 1.5rem;overflow-y:auto}.psy-message{display:flex;max-width:min(620px,72%);flex-direction:column;gap:.25rem}.psy-message--mine{align-self:flex-end;align-items:flex-end}.psy-message__sender,.psy-message__time{font-size:.7rem;font-weight:650}.psy-message__bubble{padding:.9rem 1.1rem;background:var(--psy-apricot);border:1.5px solid var(--psy-terracotta);border-radius:var(--psy-radius-md) var(--psy-radius-md) var(--psy-radius-md) 2px;line-height:1.45}.psy-message--mine .psy-message__bubble{background:var(--psy-lilac);border-radius:var(--psy-radius-md) var(--psy-radius-md) 2px var(--psy-radius-md)}.psy-message__bubble p{margin:0}.psy-message__order{min-width:min(480px,100%)}.psy-message__order h3{margin:0 0 .7rem;font-size:1.05rem}.psy-message__order-row{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:1px solid var(--psy-terracotta)}.psy-message__order-total{display:flex;justify-content:space-between;gap:1rem;padding-top:.75rem;font-weight:800}.psy-chat__composer{display:grid;grid-template-columns:1fr 52px;gap:.75rem;padding:1rem 0 max(1rem,env(safe-area-inset-bottom));border-top:var(--psy-stroke);background:var(--psy-sunlight)}.psy-chat__composer .psy-input{min-height:52px}@media(max-width:1080px){:root{--psy-rail-width: 198px;--psy-page-gutter: 2rem}.psy-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.psy-cart-layout{grid-template-columns:1fr}.psy-checkout{padding:1.5rem 0 0;border-top:var(--psy-stroke);border-left:0}.psy-login{grid-template-columns:minmax(180px,.6fr) minmax(360px,1fr)}}@media(max-width:760px){:root{--psy-page-gutter: 20px}.psy-shell{display:flex;min-height:100dvh;flex-direction:column}.psy-rail{display:none}.psy-main{height:100dvh;padding-bottom:calc(74px + env(safe-area-inset-bottom))}.psy-mobile-header{display:flex;min-height:88px;align-items:center;padding:0 20px;border-bottom:var(--psy-stroke);background:var(--psy-sunlight)}.psy-mobile-header .psy-brand{color:var(--psy-terracotta)}.psy-mobile-nav{position:fixed;z-index:90;left:0;right:0;bottom:0;display:grid;min-height:calc(74px + env(safe-area-inset-bottom));grid-template-columns:repeat(4,1fr);padding:.5rem .35rem max(.55rem,env(safe-area-inset-bottom));background:var(--psy-marigold);border-top:var(--psy-stroke)}.psy-mobile-nav__link{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:.2rem;color:var(--psy-ink);font-size:.7rem;font-weight:650;text-decoration:none}.psy-mobile-nav__link[aria-current=page]{color:var(--psy-terracotta);font-weight:800}.psy-mobile-nav__badge{position:absolute;top:-.2rem;left:calc(50% + .5rem);margin:0}.psy-page{padding:1.4rem 20px 2rem}.psy-page-title{margin-bottom:1.25rem;font-size:2.8rem}.psy-categories{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem;overflow:visible}.psy-category{min-height:34px;padding:.4rem .7rem;border-width:1.5px;border-radius:999px;font-size:.78rem;line-height:1;white-space:nowrap}.psy-product-grid{grid-template-columns:1fr}.psy-modal-backdrop{top:88px;bottom:calc(74px + env(safe-area-inset-bottom));align-items:stretch;padding:0;background:#6f2d1233}.psy-product-modal{width:100%;height:100%;max-height:none;grid-template-columns:1fr;gap:1.4rem;padding:4.25rem 20px 1.5rem;border-right:0;border-bottom:0;border-left:0;border-radius:var(--psy-radius-lg) var(--psy-radius-lg) 0 0}.psy-product-modal:before{position:absolute;top:1.45rem;left:50%;content:"";width:4rem;height:.3rem;background:var(--psy-terracotta);border-radius:999px;transform:translate(-50%)}.psy-product-modal__close{top:.75rem;right:20px}.psy-product-modal__media{aspect-ratio:4 / 3}.psy-product-modal__content{padding-top:0}.psy-product-modal__content h2{font-size:2.5rem}.psy-product-modal__bottom{padding-top:1rem}.psy-product-modal__actions{grid-template-columns:1fr}.psy-product-modal__secondary-close{display:none}.psy-cart-row{grid-template-columns:72px minmax(0,1fr) auto;align-items:start;gap:.75rem .85rem;padding:1rem 0}.psy-cart-row__image{width:72px;grid-row:1 / 3}.psy-cart-row__details{grid-column:2 / 4;min-width:0}.psy-cart-row__details h2{font-size:1.2rem;line-height:1.15}.psy-cart-row .psy-quantity{grid-column:2;grid-template-columns:repeat(3,36px);justify-self:start}.psy-cart-row .psy-quantity button{min-height:36px}.psy-cart-row__total{min-width:0;grid-column:3;align-self:center;text-align:right}.psy-order__header{grid-template-columns:1fr auto;gap:.35rem;padding:1rem 0}.psy-order__header>:nth-child(2),.psy-order__header>:nth-child(3){font-size:.78rem}.psy-order__details{grid-template-columns:1fr;gap:1.25rem;padding:1rem}.psy-order__delivery{padding:1rem 0 0;border-top:var(--psy-stroke);border-left:0}.psy-order-item{grid-template-columns:56px 1fr auto}.psy-order-item__image{width:56px}.psy-main--chat .psy-mobile-header{min-height:52px;justify-content:space-between}.psy-mobile-header__context{font-size:.9rem;font-weight:750}.psy-chat-page{padding:.75rem 20px 0}.psy-chat-page .psy-page-title{margin:0 0 .5rem;font-size:1.5rem;line-height:1}.psy-main--chat .psy-chat-page{padding-top:.75rem}.psy-main--chat .psy-chat-page .psy-page-title{display:none}.psy-chat-context{min-height:42px;gap:.5rem;padding:.4rem .5rem .4rem .7rem;border-width:1.5px;border-radius:999px}.psy-chat-context__summary{min-width:0;gap:.4rem;font-size:.82rem;white-space:nowrap}.psy-chat-context__summary .psy-icon{font-size:1.15rem}.psy-chat-context .psy-button{min-height:32px;flex:0 0 auto;padding:.35rem .75rem;border-width:1.5px;border-radius:999px;font-size:.78rem;white-space:nowrap}.psy-chat__heading{display:none}.psy-chat__timeline{gap:.75rem;padding:.25rem 0 .75rem;scrollbar-width:none}.psy-chat__timeline::-webkit-scrollbar{display:none}.psy-message{max-width:88%}.psy-message__order{min-width:0}.psy-chat__composer{padding:.75rem 0}.psy-login{display:block;min-height:100dvh;padding:2rem 20px;overflow-y:auto}.psy-login__identity{margin-bottom:3rem}.psy-login__identity .psy-brand{font-size:clamp(2.3rem,11vw,3.1rem)}.psy-login__orbit{left:auto;right:-15rem;bottom:-13rem}.psy-login__panel{padding:1.5rem}.psy-login__panel h1{font-size:2.7rem}.psy-auth-transition{padding:1.5rem 20px}.psy-particle-field{width:min(68vw,15rem)}}@media(prefers-reduced-motion:reduce){.psy-particle-track,.psy-particle-core,.psy-particle-spark{animation:none}}*{box-sizing:border-box}html{scroll-behavior:smooth}.ds-page{min-height:100vh;background:var(--psy-apricot);color:var(--psy-ink);font-family:var(--psy-font-body);font-size:16px;line-height:1.5}.ds-page button,.ds-page input,.ds-page select,.ds-page textarea{font:inherit}.ds-page button{color:inherit}.ds-page :focus-visible{outline:none;box-shadow:var(--psy-focus)}.ds-page ::selection{background:var(--psy-lilac);color:var(--psy-ink)}.ds-skip{position:fixed;z-index:100;top:.75rem;left:.75rem;transform:translateY(-180%);background:var(--psy-ink);color:var(--psy-marigold);padding:.7rem 1rem;border-radius:var(--psy-radius-sm)}.ds-skip:focus{transform:translateY(0)}.ds-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ds-index{position:fixed;inset:0 auto 0 0;z-index:30;width:236px;display:flex;flex-direction:column;padding:1.5rem 1.25rem;background:var(--psy-marigold);border-right:var(--psy-stroke)}.ds-mark{display:block;width:100%;padding:0 0 1.25rem;color:var(--psy-ink);text-decoration:none;border-bottom:var(--psy-stroke)}.ds-mark span{font-family:var(--psy-font-display);font-size:1.25rem;font-weight:800;line-height:1;letter-spacing:-.075em;white-space:nowrap}.ds-index-title{margin:2rem 0 .7rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ds-index nav{display:grid;gap:.15rem}.ds-index nav a{display:grid;grid-template-columns:2rem 1fr;align-items:center;padding:.62rem .65rem;border:1px solid transparent;border-radius:var(--psy-radius-sm);color:var(--psy-ink);text-decoration:none;font-size:.82rem;font-weight:600;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.ds-index nav a span{font-size:.66rem;font-weight:500;opacity:.7}.ds-index nav a:hover{background:var(--psy-sunlight);border-color:var(--psy-terracotta);transform:translate(3px)}.ds-index-meta{display:grid;gap:.2rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--psy-terracotta);font-size:.67rem}.ds-index-meta span:first-child{font-weight:700;text-transform:uppercase;letter-spacing:.08em}.ds-main{margin-left:236px;overflow:hidden}.ds-hero{position:relative;min-height:720px;padding:4.5rem clamp(2rem,6vw,6.5rem) 6rem;isolation:isolate;overflow:hidden;background:var(--psy-apricot);border-bottom:var(--psy-stroke)}.ds-hero-wave{position:absolute;z-index:-2;left:-7%;right:-12%;bottom:-23%;height:42%;background:var(--psy-marigold);border-top:var(--psy-stroke);border-radius:54% 46% 0 0/40% 36% 0 0;transform:rotate(-2.5deg)}.ds-hero-lilac{position:absolute;z-index:-3;width:380px;height:250px;right:-110px;bottom:-70px;background:var(--psy-lilac);border:var(--psy-stroke);border-radius:var(--psy-radius-organic);transform:rotate(-8deg)}.ds-hero-sun{position:absolute;z-index:-1;top:-100px;left:20px;width:220px;height:220px;overflow:hidden;background:var(--psy-marigold);border:var(--psy-stroke);border-radius:50%;opacity:.72}.ds-hero-sun:before,.ds-hero-sun:after{content:"";position:absolute;border-radius:50%}.ds-hero-sun:before{inset:23%;background:var(--psy-apricot);border:var(--psy-stroke)}.ds-hero-sun:after{inset:43%;background:var(--psy-terracotta)}.ds-hero-content{position:relative;max-width:1080px;margin-inline:auto}.ds-hero-version{margin:0 0 2rem auto;width:max-content;max-width:100%;padding-bottom:.35rem;border-bottom:1px solid var(--psy-terracotta);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ds-hero h1{margin:0;font-family:var(--psy-font-display);font-size:clamp(4.8rem,10.5vw,10.5rem);font-weight:800;line-height:.8;letter-spacing:-.065em;color:var(--psy-ink);-webkit-text-stroke:0;text-wrap:balance}.ds-mirror{display:inline-block;transform:scaleX(-1)}.ds-hero-summary{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(300px,1fr);gap:3.5rem;max-width:720px;margin:3.6rem 0 0 auto}.ds-hero-summary p{margin:0}.ds-hero-summary p:first-child{font-family:var(--psy-font-display);font-size:1.85rem;font-weight:700;line-height:1.08;letter-spacing:-.035em}.ds-hero-summary p:last-child{font-size:.95rem;max-width:38rem}.ds-section{padding:5.5rem clamp(2rem,6vw,6.5rem);border-bottom:var(--psy-stroke);scroll-margin-top:1rem;content-visibility:auto;contain-intrinsic-size:800px}.ds-section-heading{display:grid;grid-template-columns:3rem minmax(220px,.7fr) minmax(280px,1fr);align-items:end;gap:1.5rem;margin-bottom:3.5rem}.ds-section-heading>span{font-size:.72rem;font-weight:700;letter-spacing:.12em}.ds-section-heading h2{margin:0;font-family:var(--psy-font-display);font-size:clamp(3rem,5vw,5.2rem);font-weight:800;line-height:.9;letter-spacing:-.065em}.ds-section-heading p{margin:0;max-width:33rem;font-size:.9rem}.ds-colors{background:var(--psy-marigold)}.ds-swatch-grid{display:grid;grid-template-columns:repeat(6,minmax(92px,1fr));gap:1rem}.ds-swatch{appearance:none;min-width:0;padding:0;text-align:left;border:0;background:transparent;cursor:pointer}.ds-swatch-color{display:block;aspect-ratio:1 / 1;border:var(--psy-stroke);border-radius:var(--psy-radius-md);transition:transform .18s ease,border-radius .18s ease}.ds-swatch:hover .ds-swatch-color{transform:translateY(-6px);border-radius:45% 55% 48% 52%/55% 44% 56% 45%}.ds-swatch-color.marigold{background:var(--psy-marigold)}.ds-swatch-color.apricot{background:var(--psy-apricot)}.ds-swatch-color.terracotta{background:var(--psy-terracotta)}.ds-swatch-color.clay{background:var(--psy-clay)}.ds-swatch-color.lilac{background:var(--psy-lilac)}.ds-swatch-color.ink{background:var(--psy-ink)}.ds-swatch-label{display:grid;gap:.05rem;padding-top:.75rem}.ds-swatch-label strong{font-size:.82rem}.ds-swatch-label>span{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem}.ds-swatch-label small{font-size:.64rem;opacity:.72}.ds-rule{margin:2.5rem 0 0;padding-top:1.2rem;border-top:1px solid var(--psy-terracotta);font-size:.84rem}.ds-type{background:var(--psy-apricot)}.ds-type-grid{display:grid;grid-template-columns:1.1fr 1fr;border:var(--psy-stroke)}.ds-type-display,.ds-type-utility{min-width:0;padding:clamp(1.5rem,4vw,4rem)}.ds-type-display{border-right:var(--psy-stroke)}.ds-type-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ds-big-aa{font-family:var(--psy-font-display);font-size:clamp(8rem,15vw,14rem);font-weight:800;line-height:.82;letter-spacing:-.09em}.ds-type-display>p{max-width:27rem;margin:1.5rem 0 3.5rem;font-size:.82rem}.ds-display-line{font-family:var(--psy-font-display);font-size:clamp(3rem,6vw,6.5rem);font-weight:800;line-height:.86;letter-spacing:-.065em}.ds-utility-aa{font-size:clamp(5rem,10vw,9rem);line-height:1;letter-spacing:-.075em;font-weight:600}.ds-type-sample-lg{margin:1.5rem 0 .8rem;font-size:1.25rem;font-weight:600;line-height:1.25}.ds-type-sample-md{max-width:30rem;margin:0 0 3rem;font-size:.9rem}.ds-type-scale{display:grid}.ds-type-scale div{display:grid;grid-template-columns:5.5rem 1fr;padding:.7rem 0;border-top:1px solid var(--psy-terracotta);font-size:.75rem}.ds-type-scale div span{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.ds-controls{background:var(--psy-sunlight)}.ds-controls-grid{display:grid;grid-template-columns:1.25fr 1fr;border:var(--psy-stroke)}.ds-control-family,.ds-form{padding:clamp(1.5rem,4vw,3.5rem)}.ds-control-family{border-right:var(--psy-stroke)}.ds-control-family h3,.ds-form h3,.ds-layout-notes h3{margin:0 0 2rem;font-family:var(--psy-font-display);font-size:2rem;font-weight:700;letter-spacing:-.04em}.ds-state-row{display:grid;grid-template-columns:repeat(4,minmax(100px,1fr));gap:.7rem;align-items:end}.ds-state-row>span{font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.ds-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.72rem 1rem;border:var(--psy-stroke);border-radius:var(--psy-radius-sm);background:transparent;font-size:.76rem;font-weight:700;cursor:pointer;transition:transform .15s ease,background-color .15s ease,color .15s ease}.ds-button.primary{background:var(--psy-terracotta);color:var(--psy-marigold)}.ds-button.primary:hover,.ds-button.primary.hover-demo{background:var(--psy-ink);transform:translateY(-2px)}.ds-button.primary:active,.ds-button.primary.pressed-demo{background:var(--psy-clay);transform:translateY(1px)}.ds-button:disabled{opacity:.35;cursor:not-allowed;transform:none!important}.ds-button.secondary:hover{background:var(--psy-lilac)}.ds-button.text{border-color:transparent;padding-inline:.3rem}.ds-button.text:hover{border-bottom-color:var(--psy-terracotta)}.ds-button-row{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;margin-top:2.5rem}.ds-icon{width:1.15em;height:1.15em;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ds-icon-button{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:var(--psy-stroke);border-radius:var(--psy-radius-sm);background:var(--psy-marigold);cursor:pointer}.ds-icon-button:hover{background:var(--psy-lilac)}.ds-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ds-form h3{grid-column:1 / -1}.ds-form label{display:grid;gap:.38rem;min-width:0;font-size:.7rem;font-weight:700}.ds-form input,.ds-form select,.ds-form textarea{width:100%;min-width:0;border:1.5px solid var(--psy-terracotta);border-radius:var(--psy-radius-sm);background:transparent;color:var(--psy-ink);padding:.72rem .8rem;font-size:.82rem}.ds-form input::placeholder,.ds-form textarea::placeholder{color:var(--psy-ink-muted);opacity:.7}.ds-form textarea{min-height:82px;resize:vertical}.ds-full-field{grid-column:1 / -1}.ds-check{grid-column:1 / -1;display:flex!important;grid-template-columns:auto 1fr;align-items:center}.ds-check input{appearance:none;width:19px;height:19px;padding:0;display:grid;place-items:center}.ds-check input:checked{background:var(--psy-terracotta)}.ds-check input:checked:after{content:"\2713";color:var(--psy-marigold);font-size:.75rem}.ds-form output{align-self:center;font-size:.72rem;font-weight:700}.ds-commerce{background:var(--psy-apricot)}.ds-commerce-layout{display:grid;gap:2rem}.ds-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-width:860px}.ds-product-card{display:grid;grid-template-columns:45% 55%;min-height:250px;border:var(--psy-stroke);border-radius:var(--psy-radius-md);overflow:hidden}.ds-product-art{overflow:hidden;background:var(--psy-marigold);border-right:var(--psy-stroke)}.ds-product-art img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .32s ease}.ds-product-card:hover .ds-product-art img{transform:scale(1.055)}.ds-product-copy{display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:1.3rem}.ds-product-copy h3,.ds-cart-row h3{margin:0;font-family:var(--psy-font-display);font-size:1.55rem;font-weight:700;line-height:1;letter-spacing:-.04em}.ds-product-copy p,.ds-cart-row p{margin:.45rem 0 0;font-size:.75rem}.ds-product-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.ds-product-footer strong{font-size:1.15rem}.ds-cart-row{display:grid;grid-template-columns:78px 1fr auto auto;gap:1.2rem;align-items:center;padding:1rem;max-width:860px;border-top:var(--psy-stroke);border-bottom:var(--psy-stroke)}.ds-cart-row>img{width:78px;height:78px;object-fit:cover;border:1px solid var(--psy-terracotta);border-radius:var(--psy-radius-sm)}.ds-quantity{display:grid;grid-template-columns:repeat(3,34px);align-items:center;border:1px solid var(--psy-terracotta);border-radius:var(--psy-radius-sm);overflow:hidden}.ds-quantity button{height:34px;border:0;background:transparent;cursor:pointer}.ds-quantity button:hover{background:var(--psy-marigold)}.ds-quantity output{text-align:center;font-size:.78rem;font-weight:700}.ds-conversation{background:var(--psy-marigold)}.ds-chat-shell{max-width:760px;margin-left:auto;border:var(--psy-stroke);border-radius:var(--psy-radius-lg);overflow:hidden;background:var(--psy-sunlight)}.ds-chat-top{display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem;background:var(--psy-apricot);border-bottom:var(--psy-stroke)}.ds-avatar{display:grid;place-items:center;width:40px;height:40px;background:var(--psy-lilac);border:var(--psy-stroke);border-radius:50%;font-family:var(--psy-font-display);font-size:1.2rem;font-weight:700}.ds-chat-top div:last-child{display:grid}.ds-chat-top strong{font-size:.82rem}.ds-chat-top span{font-size:.68rem}.ds-chat-log{display:flex;flex-direction:column;gap:.85rem;min-height:320px;padding:2.2rem}.ds-bubble{max-width:68%;padding:.85rem 1rem .55rem;border:1.5px solid var(--psy-terracotta);font-size:.83rem}.ds-bubble time{display:block;margin-top:.35rem;text-align:right;font-size:.58rem;opacity:.75}.ds-bubble.received{align-self:flex-start;background:var(--psy-apricot);border-radius:.9rem .9rem .9rem .15rem}.ds-bubble.sent{align-self:flex-end;background:var(--psy-lilac);border-radius:.9rem .9rem .15rem}.ds-chat-input{display:flex;align-items:center;gap:1rem;margin:0 1rem 1rem;padding:.4rem .4rem .4rem .9rem;background:var(--psy-apricot);border:1.5px solid var(--psy-terracotta);border-radius:var(--psy-radius-md);font-size:.78rem}.ds-chat-input span{flex:1;opacity:.75}.ds-chat-input button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:var(--psy-radius-sm);background:var(--psy-terracotta);color:var(--psy-marigold);cursor:pointer}.ds-feedback{background:var(--psy-apricot)}.ds-notice-stack{display:grid;gap:.8rem;max-width:720px}.ds-notice{display:grid;grid-template-columns:2.5rem 1fr auto;gap:.8rem;align-items:center;padding:.85rem;border:var(--psy-stroke);border-radius:var(--psy-radius-sm)}.ds-notice>span{display:grid;place-items:center;width:36px;height:36px;border:1.5px solid currentColor;border-radius:50%;font-family:var(--psy-font-display);font-weight:700}.ds-notice strong{font-size:.78rem}.ds-notice p{margin:0;font-size:.7rem}.ds-notice button{border:0;background:transparent;font-size:1.25rem;cursor:pointer}.ds-notice.success{background:var(--psy-lilac);color:var(--psy-ink)}.ds-notice.info{background:var(--psy-marigold)}.ds-notice.warning{background:var(--psy-apricot);color:var(--psy-danger);border-color:var(--psy-danger)}.ds-responsive{background:var(--psy-sunlight)}.ds-responsive-layout{display:grid;grid-template-columns:minmax(260px,390px) 1fr;gap:clamp(3rem,7vw,8rem);align-items:center}.ds-mobile-shell{width:min(100%,330px);margin-inline:auto;overflow:hidden;background:var(--psy-marigold);border:3px solid var(--psy-terracotta);border-radius:2rem}.ds-mobile-top{display:flex;align-items:center;justify-content:space-between;padding:1.1rem;border-bottom:1.5px solid var(--psy-terracotta)}.ds-mobile-top strong{font-family:var(--psy-font-display);font-size:1.25rem}.ds-mobile-top .ds-icon{width:1.2rem}.ds-mobile-copy{padding:1.5rem 1.2rem;background:var(--psy-apricot)}.ds-mobile-copy span{font-size:.68rem;font-weight:700;text-transform:uppercase}.ds-mobile-copy h3{margin:.6rem 0 0;font-family:var(--psy-font-display);font-size:2.4rem;font-weight:800;line-height:.9;letter-spacing:-.055em}.ds-mobile-product{display:grid;grid-template-columns:70px 1fr auto;gap:.8rem;align-items:center;padding:1rem}.ds-mobile-product img{width:70px;height:86px;object-fit:cover;border:1px solid var(--psy-terracotta);border-radius:var(--psy-radius-sm)}.ds-mobile-product strong{font-size:.74rem}.ds-mobile-product span{font-size:.78rem;font-weight:700}.ds-mobile-shell nav{display:flex;justify-content:space-around;padding:.8rem;border-top:1.5px solid var(--psy-terracotta);font-size:.65rem;font-weight:700}.ds-layout-notes ol{list-style:none;margin:0;padding:0}.ds-layout-notes li{display:grid;grid-template-columns:3rem 1fr;gap:1rem;padding:1.2rem 0;border-top:1px solid var(--psy-terracotta)}.ds-layout-notes li>span{font-size:.68rem;font-weight:700}.ds-layout-notes p{margin:0;font-size:.85rem}.ds-footer{display:grid;grid-template-columns:1fr 1fr auto;gap:2rem;align-items:end;padding:3.5rem clamp(2rem,6vw,6.5rem);background:var(--psy-ink);color:var(--psy-marigold)}.ds-footer strong{font-family:var(--psy-font-display);font-size:2.2rem;font-weight:800;letter-spacing:-.055em}.ds-footer p{margin:0;font-size:.72rem}.ds-footer a{color:inherit;font-size:.72rem;font-weight:700}@media(max-width:1100px){.ds-index{width:198px}.ds-main{margin-left:198px}.ds-swatch-grid{grid-template-columns:repeat(3,1fr)}.ds-controls-grid{grid-template-columns:1fr}.ds-control-family{border-right:0;border-bottom:var(--psy-stroke)}.ds-product-grid{grid-template-columns:1fr;max-width:620px}}@media(max-width:760px){html{scroll-behavior:auto}.ds-index{display:none}.ds-main{margin-left:0}.ds-hero{min-height:700px;padding:3rem 1.25rem 6.5rem}.ds-hero-wave{bottom:-24%;height:35%}.ds-hero-lilac{width:210px;height:135px;right:-76px;bottom:-42px}.ds-hero-sun{top:-72px;left:-42px;width:170px;height:170px;opacity:.58}.ds-hero-version{margin-bottom:4rem}.ds-hero h1{font-size:clamp(3.6rem,19vw,6rem);line-height:.84}.ds-hero-summary{grid-template-columns:1fr;gap:1rem;margin-top:3rem}.ds-hero-summary p:first-child{font-size:1.45rem}.ds-section{padding:4rem 1.25rem}.ds-section-heading{grid-template-columns:2.3rem 1fr;gap:.8rem;align-items:start;margin-bottom:2.5rem}.ds-section-heading p{grid-column:2}.ds-swatch-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem .8rem}.ds-type-grid{grid-template-columns:1fr}.ds-type-display{border-right:0;border-bottom:var(--psy-stroke)}.ds-state-row{grid-template-columns:repeat(2,minmax(100px,1fr))}.ds-state-row>span:nth-child(3),.ds-state-row>span:nth-child(4){display:none}.ds-form{grid-template-columns:1fr}.ds-form h3,.ds-full-field,.ds-check{grid-column:1}.ds-product-card{grid-template-columns:1fr}.ds-product-art{height:220px;border-right:0;border-bottom:var(--psy-stroke)}.ds-cart-row{grid-template-columns:58px 1fr auto;gap:.7rem}.ds-cart-row>img{width:58px;height:58px}.ds-cart-row>strong{grid-column:3}.ds-quantity{grid-column:2;width:max-content}.ds-chat-log{min-height:290px;padding:1rem}.ds-bubble{max-width:82%}.ds-responsive-layout{grid-template-columns:1fr}.ds-footer{grid-template-columns:1fr;align-items:start}}@media(prefers-reduced-motion:reduce){.ds-page *,.ds-page *:before,.ds-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
