:root{color:#252321;background:#fff;font-family:Arimo,ui-sans-serif,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #252321;--muted: #6e6964;--line: #dedbd7;--paper: #fff;--white: #ffffff;--green: #ec5a2a;--green-dark: #c84016;--mint: #fff0e9;--coral: #ec5a2a;--yellow: #f3ab31;--danger: #b6402a}*{box-sizing:border-box;letter-spacing:0}html{min-width:320px;background:var(--paper);scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:var(--paper);color:var(--ink);overflow-x:hidden}body,button,input,select,textarea{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button,a{color:inherit;touch-action:manipulation}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}a{text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{overflow-wrap:anywhere}h1,h2{font-family:inherit;font-weight:400;line-height:.98}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--coral);outline-offset:3px}#app,.app-shell{min-height:100vh}.app-main{min-height:calc(100vh - 72px)}.app-shell--studio .app-main{min-height:100vh}.eyebrow{color:var(--green);font-size:11px;font-weight:750;line-height:1.3;text-transform:uppercase}.wordmark,.studio-wordmark,.auth-modal__brand{display:inline-flex;align-items:center;gap:10px;min-width:0;font-size:13px;font-weight:800;white-space:nowrap}.wordmark__mark{display:inline-grid;width:31px;height:31px;flex:0 0 31px;place-items:center;border:1px solid currentColor;border-radius:50%;font-family:inherit;font-size:18px;font-style:italic;font-weight:700}.site-header{position:sticky;z-index:100;top:0;height:72px;border-bottom:1px solid rgba(32,37,35,.12);background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{display:grid;width:min(100% - 48px,1380px);height:100%;margin:0 auto;grid-template-columns:1fr auto 1fr;align-items:center}.desktop-nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:650}.desktop-nav a,.text-button,.account-link{position:relative}.desktop-nav a:after{position:absolute;right:0;bottom:-8px;left:0;height:1px;background:var(--green);content:"";opacity:0;transform:scaleX(.5);transition:.18s ease}.desktop-nav a:hover:after,.desktop-nav a.router-link-active:after{opacity:1;transform:scaleX(1)}.site-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;min-width:0}.header-cart-button{position:relative}.header-cart-count{position:absolute;top:1px;right:0;display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;overflow:hidden;border:2px solid var(--paper);border-radius:9px;background:var(--green);color:#fff;font-size:8px;font-weight:800;line-height:1}.header-cart-count__value{display:grid;grid-area:1 / 1;place-items:center}.header-cart-count__value--old{animation:cart-count-old-up .42s cubic-bezier(.2,.75,.3,1) both}.header-cart-count__value--new{animation:cart-count-new-up .42s cubic-bezier(.2,.75,.3,1) both}.header-cart-button--impact>svg{animation:header-cart-impact .48s cubic-bezier(.2,.9,.3,1);transform-origin:center}.cart-flight-parcel{position:fixed;z-index:300;top:var(--cart-flight-start-y);left:var(--cart-flight-start-x);display:grid;width:34px;height:34px;place-items:center;border-radius:7px;background:var(--coral);color:#fff;box-shadow:0 8px 18px #2025233d;pointer-events:none;animation:cart-parcel-flight .68s cubic-bezier(.3,.05,.2,1) both;will-change:transform,opacity}@keyframes cart-parcel-flight{0%{opacity:0;transform:translate(-50%,-50%) scale(.45) rotate(-12deg)}12%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(-4deg)}58%{opacity:1;transform:translate(-50%,-50%) translate(var(--cart-flight-middle-x),var(--cart-flight-middle-y)) scale(.88) rotate(10deg)}to{opacity:.25;transform:translate(-50%,-50%) translate(var(--cart-flight-end-x),var(--cart-flight-end-y)) scale(.3) rotate(20deg)}}@keyframes header-cart-impact{0%,to{transform:scale(1) rotate(0)}38%{transform:scale(1.38) rotate(-9deg)}68%{transform:scale(.9) rotate(5deg)}}@keyframes cart-count-old-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-130%)}}@keyframes cart-count-new-up{0%{opacity:0;transform:translateY(130%)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.cart-flight-parcel{display:none}.header-cart-button--impact>svg,.header-cart-count__value--old,.header-cart-count__value--new{animation:none}}.text-button,.account-link{display:inline-flex;min-width:0;align-items:center;gap:7px;padding:10px;border-radius:4px;background:transparent;font-size:13px;font-weight:650}.account-link span{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-button{display:inline-grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid transparent;border-radius:4px;background:transparent}.icon-button:hover{border-color:var(--line);background:var(--white)}.mobile-menu-button,.mobile-menu,.mobile-menu-backdrop,.mobile-bottom-nav{display:none}.primary-button,.secondary-button{display:inline-flex;min-height:46px;max-width:100%;align-items:center;justify-content:center;gap:10px;padding:0 20px;border-radius:4px;font-size:13px;font-weight:750;line-height:1.2;text-align:center;white-space:normal;transition:background .18s ease,color .18s ease,transform .18s ease}.primary-button{background:var(--green);color:#fff}.primary-button:hover{background:var(--green-dark);transform:translateY(-1px)}.secondary-button{border:1px solid #bfc5c1;background:transparent}.secondary-button:hover{border-color:var(--ink);background:var(--white)}.inline-link{display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid currentColor;padding:4px 0;font-size:13px;font-weight:700}.home-intro{display:flex;min-height:calc(100vh - 72px);min-height:calc(100svh - 72px);flex-direction:column}.home-intro .home-hero{min-height:0;flex:1 1 auto}.home-intro .service-strip{flex:0 0 auto}@media(min-width:901px){.home-intro{min-height:0}.home-intro .home-hero{min-height:0;flex:0 0 auto}}.home-hero{display:grid;width:min(100% - 48px,1380px);min-height:calc(100vh - 150px);margin:0 auto;padding:42px 0;grid-template-columns:minmax(340px,.86fr) minmax(500px,1.14fr);gap:64px;align-items:center}.home-hero__copy{max-width:560px;padding-left:clamp(0px,3vw,44px)}.home-hero__copy h1{margin:14px 0 18px;font-size:82px;line-height:.9}.home-hero__lead{max-width:520px;font-family:inherit;font-size:29px;line-height:1.14}.home-hero__support{max-width:490px;margin-top:22px;color:var(--muted);font-size:15px;line-height:1.7}.home-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.home-hero__proof{display:flex;flex-wrap:wrap;gap:22px;margin-top:26px;color:var(--muted);font-size:12px;font-weight:650}.home-hero__proof span{display:inline-flex;align-items:center;gap:7px}.home-hero__visual{position:relative;width:100%;min-width:0}.hero-image-stage{position:relative;height:min(65vh,660px);min-height:480px;overflow:hidden;border-radius:6px;background:#e4e9e6}.hero-image-stage:after{position:absolute;top:0;bottom:0;left:0;width:7px;background:var(--palette-accent);content:"";transition:background .25s ease}.hero-image-stage .bracelet-artwork{width:100%;height:100%}.hero-product-photo,.hero-product-photo picture,.hero-product-photo img{display:block;width:100%;height:100%}.hero-product-photo img{animation:hero-slide-enter .42s ease both;object-fit:cover;object-position:center}.hero-product-photo--link{cursor:pointer}.hero-carousel__arrows{position:absolute;z-index:3;top:18px;right:18px;display:flex;gap:7px}.hero-carousel__arrows button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid rgba(37,35,33,.18);border-radius:50%;background:#ffffffeb;box-shadow:0 5px 18px #2523211a}.hero-carousel__arrows button:hover{background:#fff;transform:translateY(-1px)}.hero-carousel__dots{position:absolute;z-index:3;bottom:23px;left:23px;display:flex;gap:7px}.hero-carousel__dots button{width:7px;height:7px;padding:0;border:1px solid rgba(37,35,33,.35);border-radius:50%;background:#fffc;transition:width .18s ease,background .18s ease}.hero-carousel__dots button.active{width:22px;border-color:var(--coral);border-radius:10px;background:var(--coral)}@keyframes hero-slide-enter{0%{opacity:.35;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.hero-image-stage__label{position:absolute;right:18px;bottom:18px;display:flex;width:min(220px,calc(100% - 36px));min-height:76px;flex-direction:column;justify-content:center;padding:14px 18px;border-radius:4px;background:#ffffffeb;pointer-events:none}.hero-image-stage__label span,.palette-panel__label{color:var(--muted);font-size:9px;font-weight:800}.hero-image-stage__label strong{margin-top:5px;font-family:inherit;font-size:18px;font-weight:400}.palette-panel{display:flex;width:calc(100% - 72px);min-height:94px;margin:-20px auto 0;padding:18px 20px;border:1px solid var(--line);border-radius:4px;background:var(--white);box-shadow:0 14px 32px #20252314;position:relative;z-index:2;align-items:center;justify-content:space-between;gap:20px}.palette-panel>div:first-child{display:grid;min-width:0;gap:3px}.palette-panel strong{font-family:inherit;font-size:17px;font-weight:400}.palette-panel small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.palette-panel__swatches{display:flex;flex:0 0 auto;gap:7px}.palette-panel__swatches button{display:grid;width:34px;height:34px;padding:3px;border:1px solid transparent;border-radius:50%;background:transparent;grid-template-columns:1fr 1fr;overflow:hidden}.palette-panel__swatches button.active{border-color:var(--ink)}.palette-panel__swatches span{border-radius:50%}.service-strip{display:grid;min-height:78px;padding:0 max(24px,calc((100% - 1280px)/2));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);grid-template-columns:repeat(4,1fr);align-items:center}.service-strip span{padding:8px 24px;border-right:1px solid var(--line);color:var(--muted);font-size:12px}.service-strip span:last-child{border-right:0}.service-strip strong{margin-right:12px;color:var(--coral);font-family:inherit;font-size:17px;font-weight:400}.home-section,.collection-page,.account-page{width:min(100% - 48px,1280px);margin:0 auto}.home-section{padding:110px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px}.section-heading h2{margin-top:10px;font-size:48px}.design-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}.design-card{min-width:0}.design-card__image-wrap{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:5px;background:#fff}.design-card__image-wrap .bracelet-artwork{width:100%;height:100%;transition:transform .35s ease}.design-card__cover{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.design-card:hover .bracelet-artwork{transform:scale(1.025)}.bracelet-artwork{position:relative;display:grid;place-items:center;overflow:hidden;background:#fff}.bracelet-artwork:before{position:absolute;width:72%;aspect-ratio:1;border:1px solid rgba(31,90,76,.12);border-radius:50%;content:""}.bracelet-artwork__ring{position:absolute;width:72%;aspect-ratio:1}.bracelet-artwork__ring>span{position:absolute;top:50%;left:50%;display:grid;width:12%;aspect-ratio:1;margin:-6%;place-items:center;transform:rotate(calc(var(--i) * 20deg)) translate(420%) rotate(calc(var(--i) * -20deg))}.bracelet-artwork__ring img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 7px rgba(32,37,35,.2))}.bracelet-artwork__center{position:relative;display:grid;width:20%;min-width:58px;max-width:104px;aspect-ratio:1;place-items:center;border:1px solid rgba(31,90,76,.22);border-radius:50%;background:#ffffffbd;color:var(--green-dark)}.bracelet-artwork__center strong{align-self:end;font-family:inherit;font-size:30px;font-style:italic}.bracelet-artwork__center small{width:76%;align-self:start;overflow:hidden;font-size:7px;font-weight:800;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.design-card .bracelet-artwork__center strong{font-size:22px}.design-card .bracelet-artwork__center small{font-size:6px}.design-card__number,.design-card__open{position:absolute;top:12px;display:grid;height:32px;place-items:center;border-radius:4px;background:#ffffffe6}.design-card__number{left:12px;width:38px;font-family:inherit;font-size:13px}.design-card__open{right:12px;width:32px}.design-card__body{display:flex;min-width:0;align-items:start;justify-content:space-between;gap:16px;padding:15px 2px 10px}.design-card__copy{min-width:0}.design-card__copy h3{overflow:hidden;font-family:inherit;font-size:20px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.design-card__copy p{margin-top:4px;color:var(--muted);font-size:11px}.design-card__likes{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;color:var(--muted);font-size:11px}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.tag-row span{padding:5px 8px;border:1px solid var(--line);border-radius:4px;color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.studio-invite{display:grid;min-height:520px;background:#1d2926;color:#f9faf8;grid-template-columns:1fr 1fr;align-items:center}.studio-invite__graphic{position:relative;height:100%;min-height:520px;overflow:hidden;background:#e7e6e2}.studio-invite__graphic img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.studio-invite__copy{max-width:600px;padding:80px}.studio-invite__copy .eyebrow{color:#87b5a7}.studio-invite__copy h2{margin:16px 0 22px;font-size:50px}.studio-invite__copy p:not(.eyebrow){max-width:470px;margin-bottom:30px;color:#b9c4c0;font-size:15px;line-height:1.65}.studio-invite__copy .primary-button{background:#fff;color:var(--ink)}.site-footer{display:grid;min-height:170px;padding:48px max(24px,calc((100% - 1280px)/2));background:#fff;grid-template-columns:1.1fr 1fr auto;grid-template-rows:auto auto;align-items:center;gap:12px 28px}.site-footer>p,.site-footer>span{color:var(--muted);font-size:11px}.site-footer>span{grid-column:1 / -1}.site-footer__links{display:flex;gap:22px;justify-self:end;font-size:12px;font-weight:650}.collection-page{padding:72px 0 110px}.collection-hero{position:relative;display:grid;min-height:360px;padding:52px 48px;overflow:hidden;border-radius:0;background:url(/images/gemloo-hero-desktop.png) center 54% / cover no-repeat;grid-template-columns:1.3fr .7fr;align-items:end;gap:40px}.collection-hero:before{position:absolute;inset:0;background:#f7f6f39e;content:""}.collection-hero>*{position:relative;z-index:1}.collection-hero h1{max-width:780px;margin-top:14px;font-size:66px}.collection-hero>p{max-width:420px;padding-bottom:6px;color:#4f4a46;font-size:14px;line-height:1.65}.collection-toolbar{display:flex;min-height:86px;align-items:center;justify-content:space-between;gap:24px}.search-field,.studio-search{display:flex;min-width:220px;min-height:42px;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--muted)}.search-field input,.studio-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.filter-row{display:flex;max-width:100%;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-row button,.studio-type-tabs button{min-height:34px;padding:0 12px;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--muted);font-size:11px;font-weight:700;white-space:nowrap}.filter-row button.active,.studio-type-tabs button.active{border-color:var(--green);background:var(--mint);color:var(--green-dark)}.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.loading-grid span{aspect-ratio:1;border-radius:5px;background:#e4e9e6;animation:pulse 1.2s ease-in-out infinite alternate}@keyframes pulse{to{opacity:.45}}.empty-state,.account-empty{display:flex;min-height:300px;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px solid var(--line);border-radius:5px;background:var(--white);text-align:center}.empty-state h2{font-size:32px}.home-designs-empty{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;gap:16px;border:1px solid var(--line);background:var(--white);color:var(--muted);text-align:center}.home-designs-empty p{margin:0;font-size:15px}.home-designs-loading{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:760px){.home-designs-loading{grid-template-columns:repeat(2,minmax(0,1fr))}}.empty-state p,.account-empty p{color:var(--muted);font-size:13px}.material-catalog{display:grid;border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr))}.material-catalog__item{display:grid;min-width:0;min-height:150px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:20px}.material-catalog__item:nth-child(2n){border-right:0}.material-catalog__image{display:grid;width:110px;height:110px;place-items:center;overflow:hidden;border-radius:5px;background:#e7ebe8}.material-catalog__image img,.material-catalog__image>span{display:block;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain}.material-catalog__info{min-width:0}.material-catalog__info>span{color:var(--green);font-size:9px;font-weight:800;text-transform:uppercase}.material-catalog__info h2{margin:8px 0;font-family:inherit;font-size:16px;font-weight:700;line-height:1.2}.material-catalog__info p{color:var(--muted);font-size:11px}.material-catalog__item>strong{font-family:inherit;font-size:17px;font-weight:400}.material-catalog__more{margin:34px auto 0}.catalog-cta{display:flex;min-height:180px;margin-top:72px;padding:36px 42px;border-radius:5px;background:var(--mint);align-items:center;justify-content:space-between;gap:30px}.catalog-cta h2{margin-top:10px;font-size:36px}.account-page{padding:70px 0 110px}.account-guest{display:flex;width:min(100%,660px);min-height:560px;margin:0 auto;flex-direction:column;align-items:center;justify-content:center;text-align:center}.account-guest__icon{display:grid;width:72px;height:72px;margin-bottom:24px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green)}.account-guest h1{margin:14px 0 20px;font-size:58px}.account-guest>p:not(.eyebrow){max-width:520px;color:var(--muted);font-size:14px;line-height:1.7}.account-guest__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px}.account-header{display:flex;min-height:180px;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:36px}.account-header h1{margin:12px 0 8px;font-size:56px}.account-header>div>p:last-child{color:var(--muted);font-size:13px;overflow-wrap:anywhere}.account-summary{display:grid;min-height:130px;border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);align-items:center}.account-summary div{display:flex;flex-direction:column;gap:5px;border-right:1px solid var(--line);text-align:center}.account-summary div:last-child{border:0}.account-summary strong{font-family:inherit;font-size:32px;font-weight:400}.account-summary span{color:var(--muted);font-size:12px;font-weight:650;line-height:1.3;text-transform:uppercase}.account-quick-links{display:grid;border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr))}.account-quick-links a{display:grid;min-width:0;min-height:88px;padding:18px 22px;border-right:1px solid var(--line);grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;transition:background-color .18s ease,color .18s ease}.account-quick-links a:last-child{border-right:0}.account-quick-links a:hover{background:var(--white);color:var(--green-dark)}.account-quick-links__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:4px;background:var(--mint);color:var(--green-dark)}.account-quick-links__copy{display:grid;min-width:0;gap:5px}.account-quick-links__copy strong{font-size:15px;line-height:1.2}.account-quick-links__copy small{color:var(--muted);font-size:12px;line-height:1.4;overflow-wrap:anywhere}.account-quick-links a>svg{color:var(--muted);transition:transform .18s ease}.account-quick-links a:hover>svg{transform:translate(3px)}.account-section{padding-top:64px}.saved-designs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.saved-design{display:grid;min-width:0;padding:12px;border:1px solid var(--line);border-radius:5px;background:#fff;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:12px}.saved-design img{width:70px;height:70px;border-radius:4px;background:#e7ebe8;object-fit:cover}.saved-design div{display:grid;min-width:0;gap:6px}.saved-design strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.saved-design span{color:var(--muted);font-size:11px}.saved-designs-page__heading{margin-bottom:30px}.saved-designs--library{grid-template-columns:repeat(3,minmax(0,1fr))}.saved-design--library{min-height:96px}.saved-designs-page__empty{min-height:320px}.account-empty{padding:30px}.account-empty h3{font-family:inherit;font-size:24px;font-weight:400}.account-empty .primary-button{margin-top:10px}.account-loading{padding:60px;color:var(--muted);text-align:center}.modal-backdrop{position:fixed;z-index:500;inset:0;display:grid;padding:20px;place-items:center;background:#1218169e;overflow-y:auto}.auth-modal{position:relative;width:min(100%,470px);max-height:calc(100vh - 40px);padding:36px 40px 30px;overflow-y:auto;border-radius:6px;background:var(--white)}.auth-modal__close{position:absolute;top:14px;right:14px}.auth-modal__brand{margin-bottom:30px}.auth-modal h2{margin:10px 0 12px;font-size:40px}.auth-modal__intro{color:var(--muted);font-size:13px;line-height:1.6}.auth-form{display:grid;gap:15px;margin-top:24px}.auth-form label{display:grid;gap:7px}.auth-form label>span{font-size:11px;font-weight:750}.auth-form input{width:100%;height:46px;min-width:0;padding:0 13px;border:1px solid var(--line);border-radius:4px;outline:0;background:var(--white);font-size:13px}.auth-form input:focus{border-color:var(--green);box-shadow:0 0 0 2px #1f5a4c1a}.password-field{position:relative}.password-field input{padding-right:48px}.password-field button{position:absolute;top:3px;right:3px;display:grid;width:40px;height:40px;place-items:center;background:transparent;color:var(--muted)}.form-error{padding:10px 12px;border-left:3px solid var(--danger);background:#faece9;color:#7c302a;font-size:11px;line-height:1.45}.auth-submit{width:100%;margin-top:2px}.auth-benefits{display:grid;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.auth-benefits span{display:flex;align-items:center;gap:7px}.auth-switch{width:100%;margin-top:20px;background:transparent;color:var(--green);font-size:11px;font-weight:750}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .18s ease}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0}.studio-page{position:relative;height:100dvh;min-height:620px;background:var(--white);overflow:hidden}.studio-header{position:relative;z-index:40;display:flex;height:64px;padding:0 14px;border-bottom:1px solid var(--line);background:#fff;align-items:center;justify-content:space-between;gap:14px}.studio-header__left,.studio-header__actions{display:flex;min-width:0;align-items:center;gap:6px}.studio-header__divider{width:1px;height:24px;margin:0 7px;background:var(--line)}.studio-wordmark{font-size:12px}.studio-wordmark .wordmark__mark{width:28px;height:28px;flex-basis:28px;font-size:15px}.design-name-field{position:relative;display:flex;min-width:90px;align-items:center}.design-name-field>svg{position:absolute;right:8px;flex:0 0 auto;color:var(--muted);pointer-events:none;transition:color .16s ease}.design-name-field:focus-within>svg,.design-name-field:hover>svg{color:var(--ink)}.design-name-input{width:min(190px,20vw);height:36px;min-width:90px;padding:0 30px 0 8px;border:1px solid transparent;border-radius:4px;outline:0;background:transparent;font-size:12px;font-weight:650}.design-name-input:hover,.design-name-input:focus{border-color:var(--line);background:var(--white)}.studio-save-button{display:inline-flex;height:40px;align-items:center;gap:8px;padding:0 16px;border-radius:4px;background:var(--green);color:#fff;font-size:11px;font-weight:750}.discard-dialog-backdrop{position:fixed;z-index:300;inset:0;display:grid;padding:20px;place-items:center;background:#181b199e}.discard-dialog{width:min(100%,440px);padding:32px 28px 26px;border-radius:8px;background:#fff;box-shadow:0 24px 70px #181b193d;text-align:center}.discard-dialog h2{font-family:inherit;font-size:30px;font-weight:400;line-height:1.15}.discard-dialog p{max-width:340px;margin:14px auto 23px;color:var(--muted);font-size:14px;line-height:1.55}.discard-dialog__actions{display:grid;gap:9px}.discard-dialog__actions button{min-height:50px;border:1px solid var(--line);border-radius:6px;font-size:14px;font-weight:750}.discard-dialog__leave{border-color:var(--danger)!important;background:var(--danger);color:#fff}.discard-dialog__stay{background:#fff;color:var(--ink)}.discard-dialog--leave .discard-dialog__leave{border-color:var(--line)!important;background:#fff;color:var(--ink)}.discard-dialog--leave .discard-dialog__stay{border-color:var(--green)!important;background:var(--green);color:#fff}.studio-workspace{display:grid;height:calc(100dvh - 64px);min-height:556px;grid-template-columns:480px minmax(430px,1fr) 270px}.studio-library,.studio-details{min-width:0;background:#fff}.studio-library-backdrop{display:none}.studio-library{display:flex;min-height:0;flex-direction:column;border-right:1px solid var(--line)}.library-mobile-handle{display:none}.studio-library__heading{display:flex;padding:24px 20px 14px;align-items:start;justify-content:space-between;gap:10px}.studio-library__heading h2{margin-top:7px;font-family:inherit;font-size:16px;font-weight:750;line-height:1.2}.studio-search{flex:0 0 42px;margin:0 20px}.studio-search--mobile,.studio-search-mobile{display:none}.studio-library__controls{display:flex;flex:0 0 auto;padding:12px 20px 10px;align-items:center;justify-content:space-between;gap:12px}.studio-type-tabs{display:flex;min-width:0;gap:2px;overflow-x:auto}.studio-grid-columns{display:inline-flex;flex:0 0 auto;align-items:center;gap:2px;padding:2px;border:1px solid var(--line);border-radius:4px;background:var(--white)}.studio-grid-columns button{display:inline-grid;width:28px;height:28px;padding:0;place-items:center;border-radius:3px;background:transparent;color:var(--muted)}.studio-grid-columns button:hover,.studio-grid-columns button:focus-visible{color:var(--ink)}.studio-grid-columns button.active{background:var(--white);color:var(--green-dark);box-shadow:0 1px 3px #20252324}.studio-library__materials{display:flex;min-height:0;flex:1 1 auto}.studio-category-list{display:flex;width:92px;min-width:92px;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;border-top:1px solid var(--line);border-right:1px solid var(--line);background:var(--white)}.studio-category-list button{position:relative;display:flex;min-height:42px;width:100%;align-items:center;justify-content:space-between;gap:5px;padding:9px 9px 9px 13px;border-bottom:1px solid rgba(222,219,215,.7);background:transparent;color:var(--muted);font-size:10px;line-height:1.25;text-align:left;overflow-wrap:anywhere}.studio-category-list button strong{flex:0 0 auto;color:var(--coral);font-size:9px}.studio-category-swatch{width:13px;height:13px;flex:0 0 13px;border:1px solid rgba(32,37,35,.18);border-radius:50%}.studio-category-name{min-width:0;flex:1 1 auto}.studio-category-list button.active{background:var(--white);color:var(--ink);font-weight:750}.studio-category-list button.active:before{position:absolute;top:0;bottom:0;left:0;width:3px;background:var(--coral);content:""}.studio-material-grid{display:grid;min-height:0;padding:0 20px 24px;flex:1 1 auto;align-content:start;grid-auto-rows:max-content;grid-template-columns:repeat(var(--material-columns, 3),minmax(0,1fr));gap:14px 10px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.studio-empty{grid-column:1 / -1;padding:28px 8px;color:var(--muted);font-size:11px;line-height:1.4;text-align:center}.studio-material-loading{display:grid;grid-column:1 / -1;grid-template-columns:repeat(var(--material-columns, 3),minmax(0,1fr));gap:10px}.studio-material-loading span{aspect-ratio:1;border-radius:5px;background:#eef1ee;animation:pulse .8s ease-in-out infinite alternate}.studio-material-load-more{display:inline-flex;grid-column:1 / -1;min-height:40px;align-items:center;justify-content:center;gap:7px;margin-top:4px;border:1px solid var(--line);border-radius:4px;background:var(--white);color:var(--muted);font-size:11px;font-weight:750}.studio-material-load-more:hover:not(:disabled){border-color:var(--green);color:var(--green-dark)}@media(prefers-reduced-motion:reduce){.studio-material-loading span{animation:none}}.studio-material{position:relative;min-width:0;padding:0;background:transparent;text-align:left}.studio-material__add{display:block;width:100%;min-width:0;min-height:0;padding:0;background:transparent;text-align:inherit;touch-action:manipulation}.studio-material__image{position:relative;display:block;box-sizing:border-box;width:100%;min-width:0;min-height:0;height:auto;aspect-ratio:1 / 1;place-items:center;contain:size;overflow:hidden;border:1px solid transparent;border-radius:5px;background:#eef1ee}.studio-material:hover .studio-material__image{border-color:var(--green)}.studio-material__image img,.studio-material__image>span{display:block;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center}.studio-material__image img{box-sizing:border-box;padding:10%}.studio-material>strong,.studio-material>small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-material__used{position:absolute;z-index:2;top:5px;right:5px;min-width:16px;padding:3px 4px;border-radius:10px;background:#ffffffeb;color:var(--coral);font-size:9px;font-weight:800;line-height:1;text-align:center;box-shadow:0 2px 7px #20252324}.studio-material>strong{margin-top:7px;font-size:10px}.studio-material>small{margin-top:3px;color:var(--muted);font-size:9px}.studio-canvas{position:relative;display:grid;min-width:0;min-height:0;padding:18px 24px 16px;background:#fff;grid-template-rows:auto minmax(270px,1fr) auto auto;align-items:center;justify-items:center;overflow:hidden}.open-library-button{position:absolute;z-index:20;top:18px;left:18px;display:inline-flex;height:38px;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:4px;background:#fff;font-size:10px;font-weight:700}.canvas-meta{display:flex;width:min(100%,510px);min-height:48px;align-items:center;justify-content:space-between;gap:16px}.canvas-meta>div{display:grid;flex:0 0 auto;gap:3px}.canvas-meta span,.studio-totals span,.selection-toolbar span,.detail-row span,.detail-total span{color:var(--muted);font-size:9px;font-weight:650;text-transform:uppercase}.canvas-meta strong{font-size:12px}.canvas-meta>p{color:var(--muted);font-size:10px;line-height:1.35;text-align:right}.canvas-meta__rule--invalid{color:var(--coral)!important;font-weight:750}.bracelet-stage{position:relative;z-index:0;width:min(58vh,560px,88%);aspect-ratio:1;isolation:isolate;align-self:center;touch-action:none;-webkit-user-select:none;user-select:none}.bracelet-stage__content{position:absolute;inset:0;transform:rotate(var(--bracelet-rotation, 0deg)) scale(var(--bracelet-scale, 1));transform-origin:center;transition:transform .18s ease;will-change:transform}.bracelet-stage--rotating .bracelet-stage__content,.bracelet-stage--pinching .bracelet-stage__content{transition:none}.bracelet-guide{position:absolute;top:50%;left:50%;width:var(--bracelet-diameter, 72%);height:var(--bracelet-diameter, 72%);border:1px solid rgba(89,105,98,.2);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%)}.canvas-bead{position:absolute;top:50%;left:50%;display:grid;padding:0;border:0;border-radius:50%;background:transparent;touch-action:none;place-items:center;transform:translate(-50%,-50%) translate(var(--bead-x, 0px),var(--bead-y, 0px)) rotate(var(--bead-rotation, 0deg));box-shadow:var(--bead-shadow, 6px 6px 14px rgba(0, 0, 0, .3));cursor:grab;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,filter .28s ease,opacity .24s ease;will-change:transform}.canvas-bead.adding{animation:bead-entry .42s cubic-bezier(.22,.8,.3,1) both}@keyframes bead-entry{0%{opacity:0;transform:translate(-50%,-50%) translate(var(--bead-x, 0px),var(--bead-y, 0px)) rotate(var(--bead-rotation, 0deg)) scale(.42)}to{opacity:1;transform:translate(-50%,-50%) translate(var(--bead-x, 0px),var(--bead-y, 0px)) rotate(var(--bead-rotation, 0deg)) scale(1)}}.canvas-bead.entering{pointer-events:none;animation:bead-stage-entry .54s cubic-bezier(.16,.88,.28,1.18) var(--bead-entry-delay, 0ms) both}@keyframes bead-stage-entry{0%{opacity:0;transform:translate(-50%,-50%) translate(var(--bead-entry-x, 0px),var(--bead-entry-y, 0px)) rotate(var(--bead-rotation, 0deg)) scale(.16)}66%{opacity:1;transform:translate(-50%,-50%) translate(var(--bead-x, 0px),var(--bead-y, 0px)) rotate(var(--bead-rotation, 0deg)) scale(1.1)}to{opacity:1;transform:translate(-50%,-50%) translate(var(--bead-x, 0px),var(--bead-y, 0px)) rotate(var(--bead-rotation, 0deg)) scale(1)}}@media(prefers-reduced-motion:reduce){.canvas-bead.entering{animation:none}}.canvas-bead:hover,.canvas-bead.selected{border-color:var(--coral);box-shadow:var(--bead-shadow-hover, 8px 8px 18px rgba(0, 0, 0, .35));transform:translate(-50%,-50%) translate(var(--bead-x, 0px),var(--bead-y, 0px)) rotate(var(--bead-rotation, 0deg)) scale(1.08)}.canvas-bead img,.canvas-bead>span{width:100%;height:100%;object-fit:contain;object-position:center}.bead-light-layer{position:absolute;z-index:2;inset:0;border-radius:inherit;display:block;isolation:isolate;pointer-events:none;mix-blend-mode:screen}.bead-highlight-dot{position:absolute;top:50%;left:50%;width:var(--bead-highlight-dot-width, 11px)!important;height:var(--bead-highlight-dot-height, 6px)!important;border-radius:50%;display:block;z-index:1;background:radial-gradient(ellipse at center,rgba(255,255,255,var(--bead-highlight-dot-alpha, .95)) 0% 58%,#ffffff57 84%,#fff0)!important;box-shadow:0 0 1.5px #ffffffe6,0 0 4px #ffffff7a;filter:blur(.1px);opacity:1;pointer-events:none;transform:translate(-50%,-50%) translate(var(--bead-highlight-dot-x, -6px),var(--bead-highlight-dot-y, -6px)) rotate(var(--bead-highlight-dot-rotation, 0deg))}.canvas-bead:not(.accessory) img,.canvas-bead:not(.accessory)>span{border-radius:50%}.canvas-bead.accessory{overflow:visible;border-radius:4px;box-shadow:none;filter:drop-shadow(var(--bead-shadow, 6px 6px 14px rgba(0, 0, 0, .3)))}.canvas-bead.accessory img,.canvas-bead.accessory>span{border-radius:0;object-fit:contain}.canvas-bead.accessory:hover,.canvas-bead.accessory.selected{box-shadow:none;filter:drop-shadow(var(--bead-shadow-hover, 8px 8px 18px rgba(0, 0, 0, .35)))}.canvas-bead.dragging{cursor:grabbing;box-shadow:var(--bead-shadow-drag, 8px 8px 18px rgba(0, 0, 0, .36));transform:translate(-50%,-50%) translate(var(--bead-x, 0px),var(--bead-y, 0px)) rotate(var(--bead-rotation, 0deg)) scale(1.06)}.canvas-bead.accessory.dragging{box-shadow:none;filter:drop-shadow(var(--bead-shadow-drag, 8px 8px 18px rgba(0, 0, 0, .36)))}.bracelet-stage--rotating{cursor:grabbing}.bracelet-stage__center{position:absolute;top:50%;left:50%;display:grid;width:74px;height:74px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#ffffffd1;transform:translate(-50%,-50%)}.bracelet-stage__center span{align-self:end;font-family:inherit;font-size:16px;white-space:nowrap}.bracelet-stage__center small{align-self:start;color:var(--muted);font-size:6px;font-weight:750;white-space:nowrap}.studio-totals{display:flex;width:min(100%,510px);min-height:48px;align-items:center;justify-content:space-between;gap:20px}.studio-totals>div{display:grid;gap:2px}.studio-totals strong{font-family:inherit;font-size:22px;font-weight:400}.studio-totals>span{display:flex;align-items:center;gap:6px}.selection-toolbar{position:absolute;right:22px;bottom:18px;display:grid;width:min(360px,calc(100% - 44px));min-height:62px;padding:8px 10px;border:1px solid var(--line);border-radius:5px;background:#fff;box-shadow:0 10px 28px #2025231c;grid-template-columns:44px minmax(0,1fr) auto 40px;align-items:center;gap:9px}.selection-toolbar img{width:44px;height:44px;border-radius:4px;background:#eef1ee;object-fit:contain}.selection-toolbar>div{display:grid;min-width:0;gap:4px}.selection-toolbar strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.icon-button.danger{color:var(--muted)}.canvas-actions{display:none}.studio-details{padding:28px 20px;border-left:1px solid var(--line)}.detail-row{display:flex;min-height:50px;border-bottom:1px solid var(--line);align-items:center;justify-content:space-between;gap:12px}.detail-row strong{font-size:11px}.detail-note{display:grid;margin-top:24px;padding:14px;border-radius:4px;background:var(--mint);color:var(--green-dark);grid-template-columns:auto 1fr;gap:9px}.detail-note p{font-size:10px;line-height:1.5}.detail-total{display:flex;margin-top:30px;align-items:end;justify-content:space-between;gap:10px}.detail-total strong{font-family:inherit;font-size:25px;font-weight:400}.studio-details .primary-button{width:100%;margin-top:18px}.studio-toast{position:fixed;z-index:200;bottom:22px;left:50%;width:min(calc(100% - 32px),460px);padding:13px 16px;border-radius:4px;background:#202523;color:#fff;font-size:11px;line-height:1.4;text-align:center;transform:translate(-50%)}.toast-enter-active,.toast-leave-active{transition:opacity .18s ease,transform .18s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,8px)}@media(max-width:1180px){.home-hero{grid-template-columns:minmax(320px,.9fr) minmax(460px,1.1fr);gap:34px}.home-hero__copy h1{font-size:70px}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-workspace{grid-template-columns:minmax(300px,42%) minmax(0,1fr)}.studio-details{display:none}}@media(min-width:1181px){.studio-workspace.studio-workspace--library-closed{grid-template-columns:minmax(430px,1fr) 270px}.studio-workspace--library-closed .studio-library{display:none}}@media(min-width:761px)and (max-width:1180px){.studio-workspace.studio-workspace--library-closed{grid-template-columns:minmax(430px,1fr)}.studio-workspace--library-closed .studio-library{display:none}}@media(max-width:900px){:root{--mobile-menu-offset: 72px}.site-header__inner{width:min(100% - 32px,1380px);grid-template-columns:1fr auto}.desktop-nav{display:none}.mobile-menu-button{display:inline-grid}.mobile-menu{position:absolute;z-index:2;top:72px;right:0;left:0;display:grid;padding:12px 16px 20px;border-bottom:1px solid var(--line);background:var(--paper);box-shadow:0 14px 30px #20252314;justify-items:center}.mobile-menu a,.mobile-menu button{display:flex;width:min(100%,420px);min-height:46px;padding:0 16px;align-items:center;justify-content:center;border-bottom:1px solid var(--line);background:transparent;font-size:13px;font-weight:650;line-height:1.2;text-align:center}.mobile-menu button{justify-self:center}.mobile-menu-backdrop{position:fixed;z-index:90;top:var(--mobile-menu-offset);right:0;bottom:0;left:0;display:block;border:0;background:#2025231f;cursor:default}.home-hero{min-height:auto;padding:48px 0 60px;grid-template-columns:1fr}.home-hero__copy{max-width:680px;padding-left:0}.home-hero__visual{width:min(100%,760px)}.collection-hero{padding:42px 36px;grid-template-columns:1fr;align-content:end;gap:18px}.collection-hero>p{max-width:520px}.hero-image-stage{height:570px}.service-strip{grid-template-columns:repeat(2,1fr)}.home-intro{min-height:0}.home-intro .home-hero{flex:0 0 auto}.service-strip span:nth-child(2){border-right:0}.service-strip span:nth-child(-n+2){border-bottom:1px solid var(--line)}.studio-invite__copy{padding:52px}.studio-invite{grid-template-columns:1fr}.studio-invite__graphic{height:auto;min-height:0;aspect-ratio:3 / 2}.studio-invite__copy h2{font-size:42px}.studio-invite__graphic img{object-position:52% center}.material-catalog{grid-template-columns:1fr}.material-catalog__item,.material-catalog__item:nth-child(2n){border-right:0}.saved-designs{grid-template-columns:1fr 1fr}}@media(max-width:760px){:root{--mobile-menu-offset: 60px}body{padding-bottom:0}.app-shell--has-mobile-nav{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.site-header{height:60px}.site-header__inner{width:calc(100% - 24px)}.desktop-only,.site-header__actions>.icon-button:not(.mobile-menu-button):not(.header-cart-button){display:none!important}.mobile-menu{top:60px}.mobile-bottom-nav{position:fixed;z-index:120;right:0;bottom:0;left:0;display:grid;height:68px;padding:5px 10px calc(5px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);grid-template-columns:repeat(5,minmax(0,1fr))}.mobile-bottom-nav a{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#757c78;font-size:8px;font-weight:700}.mobile-bottom-nav a.router-link-active{color:var(--green)}.mobile-bottom-nav__design svg{padding:6px;width:34px;height:34px;margin-top:-12px;border-radius:50%;background:var(--green);color:#fff}.mobile-bottom-nav__icon{position:relative;display:grid;width:24px;height:24px;place-items:center}.mobile-bottom-nav__count{position:absolute;top:-5px;left:14px;display:grid;min-width:16px;height:16px;padding:0 4px;place-items:center;border:2px solid #fff;border-radius:9px;background:var(--green);color:#fff;font-size:8px;font-weight:800;line-height:1}.app-shell--has-mobile-nav .app-main{min-height:calc(100vh - 128px)}.app-shell--studio.app-shell--has-mobile-nav .app-main{min-height:calc(100dvh - 68px - env(safe-area-inset-bottom))}.home-hero,.home-section,.collection-page,.account-page{width:calc(100% - 28px)}.home-hero{width:100%;padding:0 0 18px;gap:0}.home-hero__visual{order:-1;width:100%}.home-hero__copy{width:calc(100% - 36px);max-width:620px;margin:0 auto;padding:18px 0 0}.home-hero__copy h1{margin:8px 0 10px;font-size:48px}.home-hero__lead{max-width:15ch;font-size:25px;line-height:1.08}.home-hero__support{max-width:none;margin-top:12px;font-size:13px;line-height:1.5}.home-hero__actions{display:grid;margin-top:16px;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.home-hero__proof{margin-top:14px;gap:10px 18px}.hero-image-stage{height:clamp(275px,36svh,320px);min-height:0;border-radius:0;aspect-ratio:auto}.hero-product-photo img{object-position:center}.hero-image-stage:after{top:auto;right:0;width:auto;height:4px}.hero-image-stage__label{right:16px;bottom:16px;width:auto;min-width:166px;min-height:64px;padding:11px 14px;border:1px solid rgba(37,35,33,.12);background:#fffffff0}.hero-carousel__arrows{top:12px;right:12px}.hero-carousel__arrows button{width:34px;height:34px}.hero-carousel__dots{bottom:18px;left:16px}.palette-panel{width:calc(100% - 20px);min-height:88px;margin-top:-10px;padding:14px;gap:10px}.palette-panel small{max-width:150px}.palette-panel__swatches button{width:30px;height:30px}.service-strip{min-height:120px;padding:0 10px}.home-intro{min-height:0}.service-strip span{display:flex;min-height:60px;min-width:0;padding:13px 8px;align-items:center;font-size:12px;line-height:1.3;overflow-wrap:anywhere}.service-strip strong{margin-right:8px;flex:0 0 auto;font-size:17px}.home-section{padding:72px 0}.section-heading{align-items:start}.section-heading h2{font-size:38px}.section-heading .inline-link{flex:0 0 auto}.design-grid,.collection-grid{grid-template-columns:1fr 1fr;gap:24px 10px}.design-card__copy h3{font-size:16px}.design-card__body{gap:8px;padding-top:10px}.design-card__likes{font-size:9px}.studio-invite{grid-template-columns:1fr}.studio-invite__graphic{height:auto;min-height:0;aspect-ratio:4 / 3}.studio-invite__copy{padding:52px 24px 62px}.studio-invite__copy h2{font-size:40px}.site-footer{min-height:250px;padding:36px 20px;grid-template-columns:1fr}.site-footer__links{justify-self:start}.site-footer>span{grid-column:auto}.collection-page{padding:48px 0 80px}.inspiration-page{padding-top:0}.collection-hero{min-height:390px;margin-right:-14px;margin-left:-14px;padding:30px 28px;background-image:url(/images/gemloo-hero-mobile.png);background-position:center 48%;grid-template-columns:1fr;gap:22px}.collection-hero:before{background:#f7f6f38f}.collection-hero h1{font-size:46px}.collection-toolbar{min-height:0;padding:18px 0 24px;flex-direction:column;align-items:stretch;gap:10px}.search-field,.filter-row{width:100%}.loading-grid{grid-template-columns:1fr 1fr}.material-catalog__item{min-height:114px;padding:12px 4px;grid-template-columns:82px minmax(0,1fr) auto;gap:11px}.material-catalog__image{width:82px;height:82px}.material-catalog__info h2{font-size:13px}.material-catalog__item>strong{font-size:14px}.catalog-cta{min-height:230px;margin-top:50px;padding:30px 22px;flex-direction:column;align-items:start;justify-content:center}.account-page{padding:42px 0 80px}.account-guest{min-height:500px}.account-guest h1{font-size:44px}.account-header{min-height:150px;align-items:start;flex-direction:column}.account-header h1{font-size:42px}.account-signout{min-height:40px}.account-summary{min-height:105px}.account-summary strong{font-size:25px}.account-summary span{padding:0 6px;font-size:10px}.saved-designs{grid-template-columns:1fr}.auth-modal{padding:30px 22px 24px}.auth-modal__brand{margin-bottom:24px}.auth-modal h2{font-size:34px}html:has(.studio-page),body:has(.studio-page),#app:has(.studio-page),.app-shell--studio,.app-shell--studio .app-main{height:calc(var(--studio-vh, 1vh) * 100);min-height:0;overflow:hidden}body:has(.studio-page){padding-bottom:0;overscroll-behavior:none}.studio-page{height:calc(var(--studio-vh, 1vh) * 100);min-height:0}.studio-header{height:56px;padding:0 8px}.studio-wordmark,.studio-header__divider,.design-name-field,.studio-header__actions .icon-button:not(.studio-cart-button){display:none}.studio-save-button{height:38px;padding:0 12px}.studio-workspace{position:relative;display:block;height:calc((var(--studio-vh, 1vh) * 100) - 56px);min-height:0}.studio-canvas{height:calc((var(--studio-vh, 1vh) * 60) - 56px);min-height:0;padding:10px 14px 8px;grid-template-rows:auto minmax(185px,1fr) auto auto}.canvas-meta{width:min(100%,430px);min-height:42px;gap:14px}.bracelet-stage{width:min(80vw,calc(var(--studio-vh, 1vh) * 38),320px)}.studio-drag-note{position:absolute;z-index:2;top:64px;right:14px;width:min(116px,32vw);align-items:flex-start;justify-content:flex-end;line-height:1.25;text-align:right;pointer-events:none}.studio-drag-note svg{flex:0 0 auto}.studio-totals{width:100%;min-height:42px}.studio-totals>span{display:none}.studio-totals strong{font-size:20px}.canvas-actions{display:flex;width:100%;justify-content:flex-end;gap:5px}.canvas-actions .secondary-button{min-width:0;min-height:34px;flex:0 1 82px;gap:5px;padding:0 6px;font-size:12px;line-height:1.05}.canvas-actions .primary-button{min-width:0;min-height:34px;flex:0 1 156px;gap:5px;padding:0 8px;font-size:12px;line-height:1.05}.canvas-actions svg{width:14px;height:14px}.selection-toolbar{display:none}.studio-library{position:absolute;z-index:80;right:0;bottom:0;left:0;width:100%;height:calc(var(--studio-vh, 1vh) * 40);max-height:calc(var(--studio-vh, 1vh) * 82);margin:0!important;border:0;border-top:1px solid var(--line);box-shadow:0 -12px 28px #2025231a;overflow:hidden;transition:height .22s ease}.studio-library.studio-library--open{height:calc(var(--studio-vh, 1vh) * 82)}.studio-library-backdrop{position:absolute;z-index:70;inset:0;display:block;border:0;background:#2025232e;cursor:default}.library-mobile-handle{display:flex;height:20px;flex:0 0 20px;align-items:center;justify-content:center;gap:6px;background:#fff}.library-mobile-handle>span{width:28px;height:3px;border-radius:2px;background:#bdc3bf}.library-mobile-handle svg{width:14px;height:14px}.studio-library--open .library-mobile-handle svg{transform:rotate(180deg)}.studio-library__heading{display:none}.studio-library__heading h2{font-size:14px}.studio-search--desktop{display:none}.studio-search-mobile{position:absolute;z-index:4;top:4px;right:10px;display:flex;width:34px;max-width:calc(100% - 20px);min-width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:flex-end;overflow:hidden;border:1px solid transparent;border-radius:4px;color:var(--muted);transition:width .26s cubic-bezier(.22,.8,.3,1),min-width .26s cubic-bezier(.22,.8,.3,1),border-color .18s ease,background .18s ease,box-shadow .18s ease}.studio-search-mobile--open{width:min(220px,calc(100% - 20px));min-width:0;padding-left:10px;border-color:var(--line);background:var(--white);box-shadow:0 8px 20px #20252324;gap:6px}.studio-search-mobile--has-query:not(.studio-search-mobile--open){width:min(160px,calc(100% - 20px));min-width:0;border-color:var(--line);background:#fffffff5;box-shadow:0 4px 12px #20252314}.studio-search-mobile__toggle{display:inline-grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:3px;background:transparent;color:inherit;transition:color .18s ease,transform .26s cubic-bezier(.22,.8,.3,1)}.studio-search-mobile__toggle:hover,.studio-search-mobile__toggle:focus-visible,.studio-search-mobile--open .studio-search-mobile__toggle{color:var(--green)}.studio-search-mobile--open .studio-search-mobile__toggle{transform:none}.studio-search-mobile input{width:0;min-width:0;flex:0 1 0;padding:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:11px;opacity:0;transition:width .22s ease,opacity .15s ease 70ms}.studio-search-mobile--open input{width:100%;flex:1 1 auto;opacity:1}.studio-search-mobile__query{min-width:0;padding-left:9px;flex:1 1 auto;overflow:hidden;color:var(--ink);font-size:11px;line-height:1.2;text-align:right;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.studio-library__controls{position:relative;min-height:42px;padding:4px 10px;justify-content:flex-start;gap:6px}.studio-type-tabs{flex:0 0 auto;gap:2px;overflow:visible}.studio-type-tabs button{min-height:34px;padding:0 7px;font-size:10px}.studio-grid-columns{display:none}.studio-library__materials{display:flex;min-height:0;flex-direction:row}.studio-category-list{display:flex;width:78px;min-width:78px;height:auto;min-height:0;flex-direction:column;overflow-x:hidden;overflow-y:auto;border-right:1px solid var(--line);border-bottom:0}.studio-category-list button{width:100%;min-width:0;min-height:40px;padding:7px 6px 7px 10px;border-bottom:1px solid rgba(222,219,215,.7);font-size:9px;white-space:normal}.studio-category-list button.active:before{inset:0 auto 0 0;width:3px;height:auto}.studio-material-grid{display:grid;min-height:0;flex:1 1 auto;padding:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow-x:hidden;overflow-y:auto}.studio-material{width:auto;flex:0 0 auto}.studio-material__image{width:100%;height:60px;aspect-ratio:auto}.studio-material>strong{margin-top:5px;font-size:9px;text-align:center}.studio-material>small{margin-top:2px;font-size:8px;text-align:center}.studio-page .studio-toast{bottom:calc((var(--studio-vh, 1vh) * 40) + 14px)}.studio-page--library-open .studio-toast{top:68px;bottom:auto}.open-library-button{display:none}}@media(min-width:761px)and (max-width:1180px){.studio-material__image img{padding:0}}@media(max-width:390px){.wordmark{gap:7px;font-size:11px}.wordmark__mark{width:28px;height:28px;flex-basis:28px}.home-hero__actions{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.home-hero__proof{display:grid;grid-template-columns:1fr 1fr}.palette-panel{align-items:start;flex-direction:column}.design-grid,.collection-grid{grid-template-columns:1fr}.section-heading{flex-direction:column}.material-catalog__item{grid-template-columns:72px minmax(0,1fr)}.material-catalog__image{width:72px;height:72px}.material-catalog__item>strong{grid-column:2}.selection-toolbar{grid-template-columns:42px minmax(0,1fr) 38px}.selection-toolbar>span{display:none}}@media(max-width:760px)and (max-height:760px){.home-hero{padding-bottom:14px}.hero-image-stage{height:230px}.home-hero__copy{padding-top:14px}.home-hero__copy h1{margin:5px 0 7px;font-size:44px}.home-hero__lead{max-width:18ch;font-size:22px}.home-hero__support{display:none}.home-hero__actions{margin-top:14px}.home-hero__proof{margin-top:12px}.hero-image-stage__label{bottom:12px;min-height:54px}}@media(min-width:761px)and (max-width:1180px){.collection-page{padding-top:24px}.detail-page,.account-page,.checkout-page,.order-success-page{width:min(100% - 40px,980px)}.design-detail__layout{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:30px}.address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail__grid{grid-template-columns:1fr 1fr}.studio-library__materials{grid-template-columns:210px minmax(0,1fr)}}@media(max-width:760px){.detail-page,.account-page{width:calc(100% - 28px);padding-top:22px}.design-detail{margin-top:2px}.page-heading{min-height:125px;padding-bottom:22px}.page-heading h1{font-size:42px}.design-detail__layout{display:block;margin-top:14px}.design-detail__content{padding-top:22px}.design-detail__content h1{font-size:42px;line-height:1.04}.design-detail__facts{margin:20px 0}.design-detail__actions{position:static;z-index:auto;margin:22px 0 0;padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.design-detail__actions .primary-button{min-height:46px}.coupon-summary{margin-top:20px}.coupon-summary strong{font-size:24px}.coupon-summary div{padding:14px 6px}.coupon-item{grid-template-columns:1fr auto;gap:10px}.coupon-item__amount{grid-column:1 / -1}.coupon-item__status{grid-column:2;grid-row:2}.address-grid{grid-template-columns:1fr}.address-form{grid-template-columns:1fr;gap:13px}.address-form__wide,.address-default-toggle,.address-form__submit{grid-column:auto}.order-filters{flex-wrap:nowrap;margin-right:-14px;padding-bottom:4px;overflow-x:auto}.order-filters button{flex:0 0 auto}.order-card{grid-template-columns:54px minmax(0,1fr);gap:11px}.order-card__preview{width:54px;height:54px}.order-card__amount{grid-column:2;justify-items:start;text-align:left}.order-detail__header{display:block}.order-detail__header h1{font-size:41px}.order-detail__header>.order-status{display:inline-block;margin-top:15px}.order-detail__grid{grid-template-columns:1fr}.order-panel{padding:18px}.checkout-address-picker{flex-wrap:nowrap;margin-right:-14px;overflow-x:auto;padding-bottom:3px}.checkout-address-picker button{flex:0 0 145px}.discount-toggle{min-height:58px}}.verification-field{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;gap:8px}.verification-field button{display:inline-flex;min-height:40px;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--line);border-radius:4px;background:var(--white);color:var(--ink);font-size:10px;font-weight:750;white-space:nowrap}.auth-form__hint,.form-success{margin-top:6px;color:var(--muted);font-size:10px;line-height:1.4}.form-success{color:var(--green-dark)}.studio-loading,.checkout-loading{display:grid;min-height:180px;place-items:center;color:var(--muted);font-size:13px}.studio-drag-note{display:inline-flex;width:min(100%,510px);align-items:center;gap:6px;color:var(--muted);font-size:10px}.bracelet-stage--dragging .canvas-bead{transition:none}.canvas-bead.dragging{opacity:.82;transform:translate(-50%,-50%) translate(var(--bead-x, 0px),var(--bead-y, 0px)) rotate(var(--bead-rotation, 0deg)) scale(1.06)}.canvas-bead.drag-target{border-color:var(--green);box-shadow:0 0 0 4px #ec5a2a26}.selection-toolbar{grid-template-columns:44px minmax(0,1fr) auto}.selection-toolbar__actions{display:flex!important;align-items:center;gap:2px}.account-error,.checkout-error,.checkout-notice{margin:16px 0;padding:12px 14px;border-radius:4px;font-size:12px;line-height:1.45}.account-error,.checkout-error{background:#fff0ed;color:var(--danger)}.checkout-notice{background:var(--mint);color:var(--green-dark)}.saved-design__fallback{display:grid;width:68px;height:68px;place-items:center;border-radius:4px;background:var(--mint);color:var(--green-dark)}.account-section--orders{margin-top:52px}.order-list{display:grid;border-top:1px solid var(--line)}.order-list__item{display:grid;min-width:0;padding:16px 0;border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px}.order-list__item>svg{color:var(--green)}.order-list__item>div{display:grid;min-width:0;gap:5px}.order-list__item>div:last-child{justify-items:end;text-align:right}.order-list__item strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.order-list__item span{color:var(--muted);font-size:11px}.order-status{color:var(--green-dark)!important;font-weight:700}.order-status--pending{color:#9b6200!important}.account-empty--compact{min-height:180px}.checkout-page,.order-success-page{width:min(100% - 48px,1220px);margin:0 auto;padding:42px 0 76px}.checkout-header{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:700}.checkout-header .text-button{padding-left:0;color:var(--ink)}.checkout-layout{display:grid;margin-top:34px;grid-template-columns:minmax(0,1fr) minmax(320px,390px);align-items:start;gap:58px}.checkout-form{min-width:0}.checkout-section{padding:0 0 32px;margin-bottom:30px;border-bottom:1px solid var(--line)}.checkout-section__heading{display:flex;align-items:start;gap:13px}.checkout-section__heading h1,.checkout-section__heading h2{font-family:inherit;font-size:29px;font-weight:400;line-height:1.05}.checkout-section__heading p{margin-top:7px;color:var(--muted);font-size:12px;line-height:1.5}.checkout-step{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:10px;font-weight:800}.checkout-fields{display:grid;margin-top:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.checkout-fields label{display:grid;min-width:0;gap:7px}.checkout-fields label>span{color:var(--muted);font-size:10px;font-weight:750;text-transform:uppercase}.checkout-fields em{font-style:normal;font-weight:500;text-transform:none}.checkout-fields input,.checkout-fields select{min-width:0;width:100%;height:44px;border:1px solid var(--line);border-radius:4px;padding:0 12px;background:var(--white);color:var(--ink);font-size:13px}.checkout-fields input:focus,.checkout-fields select:focus{border-color:var(--green);outline:0;box-shadow:0 0 0 3px #ec5a2a1c}.checkout-fields__wide{grid-column:1 / -1}.checkout-choice-grid{display:grid;margin-top:22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkout-choice{display:grid;min-width:0;min-height:92px;padding:14px;border:1px solid var(--line);border-radius:4px;background:var(--white);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;cursor:pointer}.checkout-choice.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.checkout-choice input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.checkout-choice>svg{color:var(--green)}.checkout-choice span{display:grid;min-width:0;gap:5px}.checkout-choice strong{overflow-wrap:anywhere;font-size:12px}.checkout-choice small{color:var(--muted);font-size:10px;line-height:1.35}.checkout-submit{width:100%;min-height:52px}.checkout-security{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;color:var(--muted);font-size:10px;text-align:center}.order-summary{position:sticky;top:94px;min-width:0;padding:24px;border:1px solid var(--line);border-radius:5px;background:var(--white)}.order-summary>img{width:100%;aspect-ratio:1.2;margin:16px 0 19px;border-radius:4px;background:#ebe7e1;object-fit:contain}.order-summary__preview{display:grid;width:100%;aspect-ratio:1.2;margin:16px 0 19px;place-items:center;border-radius:4px;background:var(--mint);color:var(--green-dark)}.order-summary__preview span{font-family:inherit;font-size:34px}.order-summary__preview small{margin-top:-28px;font-size:9px;font-weight:800}.order-summary h2{font-family:inherit;font-size:27px;font-weight:400;overflow-wrap:anywhere}.order-summary__materials{display:grid;max-height:190px;margin:19px 0;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:8px;overflow-y:auto}.order-summary__materials div,.order-summary dl div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.order-summary__materials span{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.order-summary__materials strong,.order-summary dd{flex:0 0 auto;font-size:11px}.order-summary dl{display:grid;margin:0;gap:10px}.order-summary dt{color:var(--muted);font-size:11px}.order-summary dd{margin:0}.order-summary__total{margin-top:6px;padding-top:14px;border-top:1px solid var(--line)}.order-summary__total dt,.order-summary__total dd{color:var(--ink);font-size:15px;font-weight:800}.order-summary>p{display:flex;align-items:center;gap:7px;margin-top:19px;color:var(--green-dark);font-size:10px;line-height:1.4}.order-summary__items{display:grid;max-height:330px;margin:17px 0 20px;gap:10px;overflow-y:auto}.order-summary__items article{display:grid;min-width:0;padding-bottom:10px;border-bottom:1px solid var(--line);grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:10px}.order-summary__item-image{display:grid;width:62px;height:56px;place-items:center;overflow:hidden;border-radius:4px;background:#e7ebe8;color:var(--muted);font-size:12px}.order-summary__item-image img{width:100%;height:100%;object-fit:contain}.order-summary__items article>div:nth-child(2){display:grid;min-width:0;gap:4px}.order-summary__items h2{font-family:inherit;font-size:12px;font-weight:800;line-height:1.3}.order-summary__items p{color:var(--muted);font-size:10px}.order-summary__items article>strong{font-size:11px;white-space:nowrap}.checkout-empty{display:grid;max-width:550px;min-height:420px;margin:0 auto;place-content:center;gap:16px;text-align:center}.checkout-empty h1{font-size:44px}.checkout-empty p{color:var(--muted);line-height:1.6}.checkout-empty .primary-button{justify-self:center}.order-success{max-width:900px;margin:22px auto 0;text-align:center}.order-success__icon{display:inline-grid;width:76px;height:76px;margin-bottom:22px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green-dark)}.order-success__icon--pending{background:#fff4df;color:#9b6200}.order-success h1{max-width:710px;margin:14px auto;font-size:clamp(38px,5vw,62px)}.order-success>p:not(.eyebrow){max-width:610px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.65}.order-success__reference{display:inline-flex;max-width:100%;align-items:center;gap:8px;margin-top:24px;padding:9px 12px;border:1px solid var(--line);border-radius:4px;background:var(--white);font-size:11px;font-weight:750;overflow-wrap:anywhere}.order-success__grid{display:grid;margin-top:42px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;text-align:left}.order-success__grid section{min-width:0;padding:22px;border:1px solid var(--line);border-radius:5px;background:var(--white)}.order-success__grid h2{display:flex;align-items:center;gap:8px;margin-bottom:19px;font-family:inherit;font-size:13px;font-weight:800}.order-success__grid h2 svg{color:var(--green)}.order-success__row{display:flex;min-width:0;padding:8px 0;align-items:center;justify-content:space-between;gap:12px}.order-success__row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-success__row strong{flex:0 0 auto}.order-success__row--muted{color:var(--muted);font-size:11px}.order-success address{display:grid;font-style:normal;gap:5px;color:var(--muted);font-size:12px;line-height:1.4}.order-success address strong{color:var(--ink)}.order-success__grid section>p{margin-top:16px;color:var(--green-dark);font-size:11px}.order-success__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px}.page-heading{display:flex;min-height:150px;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:18px 0 30px}.page-heading h1{margin:12px 0 8px;font-size:56px}.page-heading p:last-child{color:var(--muted);font-size:13px;line-height:1.5}.detail-page{width:min(100% - 48px,1280px);margin:0 auto;padding:22px 0 100px}.design-detail{margin-top:0}.design-detail__layout{display:grid;margin-top:18px;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:58px;align-items:start}.design-detail__cover{display:grid;aspect-ratio:1 / .88;place-items:center;overflow:hidden;border-radius:5px;background:#fff}.design-detail__cover img{min-width:0;min-height:0;width:100%;height:100%;object-fit:contain}.design-detail__cover-fallback{display:grid;width:100%;height:100%;place-content:center;justify-items:center;gap:12px;padding:28px;background:var(--mint);color:var(--green-dark);text-align:center}.design-detail__cover-fallback span{max-width:18ch;font-family:inherit;font-size:clamp(22px,3vw,38px);line-height:1.05;overflow-wrap:anywhere}.design-detail__gallery{display:grid;margin-top:12px;grid-template-columns:repeat(3,1fr);gap:12px}.design-detail__gallery img{width:100%;aspect-ratio:1;border-radius:4px;object-fit:cover}.design-detail__content{min-width:0;padding-top:12px}.design-detail__content h1{margin:13px 0 14px;font-size:clamp(42px,5vw,72px)}.design-detail__tags,.tag-row{display:flex;flex-wrap:wrap;gap:7px}.design-detail__tags span,.tag-row span{padding:5px 9px;border-radius:999px;background:var(--mint);color:var(--green-dark);font-size:10px;font-weight:700}.design-detail__author{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:var(--muted);font-size:12px}.design-detail__author img{width:28px;height:28px;border-radius:50%;object-fit:cover}.design-detail__facts{display:grid;margin:28px 0;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.design-detail__facts div{padding:13px 0}.design-detail__facts dt{color:var(--muted);font-size:10px;text-transform:uppercase}.design-detail__facts dd{margin:6px 0 0;font-size:14px;font-weight:700}.design-detail__price{font-family:inherit;font-size:34px}.design-detail__actions{margin-top:10px}.design-detail__creative-actions,.design-detail__commerce-actions{display:flex;min-width:0;align-items:center;gap:9px}.design-detail__creative-actions{margin-top:18px}.design-detail__creative-actions>.secondary-button,.design-detail__creative-actions>.primary-button,.design-detail__commerce-actions>button{min-width:0;flex:1 1 0}.design-detail__start-button>svg,.design-detail__use-button>svg{width:21px;height:21px;flex:0 0 21px}.design-detail__commerce-actions>button{min-height:50px}.design-detail__commerce-actions .secondary-button.is-added{border-color:var(--green);background:var(--mint);color:var(--green-dark);animation:cart-added-pop .42s cubic-bezier(.2,.8,.3,1)}.design-detail__commerce-actions .secondary-button.is-added svg{animation:cart-added-check .36s cubic-bezier(.2,.8,.3,1) 70ms both}.inline-notice{display:flex;align-items:center;gap:7px;margin-top:12px;color:var(--muted);font-size:13px;font-weight:650;line-height:1.45}.inline-notice--success{color:var(--green-dark);animation:cart-notice-in .28s ease-out both}.inline-notice--success svg{flex:0 0 auto}@keyframes cart-added-pop{0%{transform:scale(1)}42%{transform:scale(1.035)}to{transform:scale(1)}}@keyframes cart-added-check{0%{opacity:0;transform:scale(.45) rotate(-18deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes cart-notice-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.design-detail__commerce-actions .secondary-button.is-added,.design-detail__commerce-actions .secondary-button.is-added svg,.inline-notice--success{animation:none}}.design-detail__interaction-button{border-color:var(--line);background:var(--white)}.design-detail__interaction-button.is-active{border-color:var(--coral);color:var(--coral)}.design-detail__materials{margin-top:38px}.design-detail__materials h2{margin-bottom:13px;font-family:inherit;font-size:14px;font-weight:800}.material-row{display:grid;min-width:0;padding:10px 0;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.material-row img{width:38px;height:38px;padding:2px;border-radius:4px;object-fit:contain;background:#eee}.material-row span{min-width:0;font-size:12px;overflow-wrap:anywhere}.material-row small{display:block;margin-top:3px;color:var(--muted);font-size:10px}.material-row strong{font-size:12px}.detail-empty{display:grid;min-height:500px;place-content:center;justify-items:center;gap:14px;text-align:center}.detail-empty h1{font-size:48px}.detail-empty p{color:var(--muted)}.coupon-summary{display:grid;margin:28px 0;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:var(--white)}.coupon-summary div{display:grid;padding:18px;justify-items:center;gap:4px;border-right:1px solid var(--line)}.coupon-summary div:last-child{border-right:0}.coupon-summary strong{font-family:inherit;font-size:30px;font-weight:400}.coupon-summary span{color:var(--muted);font-size:10px;text-transform:uppercase}.segmented-tabs,.order-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.order-filters{gap:10px;margin-top:20px}.segmented-tabs button,.order-filters button{min-height:36px;padding:0 13px;border:1px solid var(--line);border-radius:4px;background:transparent;color:var(--muted);font-size:11px;font-weight:700}.segmented-tabs button.active,.order-filters button.active{border-color:var(--green);background:var(--green);color:#fff}.coupon-list{display:grid;gap:10px}.coupon-item{display:grid;min-width:0;padding:18px;grid-template-columns:minmax(130px,.35fr) minmax(0,1fr) auto;align-items:center;gap:18px;border:1px solid var(--line);background:var(--white)}.coupon-item__amount{color:var(--green-dark);font-family:inherit;font-size:20px}.coupon-item__content{display:grid;min-width:0;gap:5px}.coupon-item__content strong{overflow-wrap:anywhere}.coupon-item__content span,.coupon-item__content small{color:var(--muted);font-size:11px}.coupon-item__status{color:var(--green-dark);font-size:10px;font-weight:800;white-space:nowrap}.pagination-controls{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:24px;color:var(--muted);font-size:12px}.address-grid{display:grid;margin-top:28px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.address-card{display:grid;min-width:0;padding:18px;gap:7px;border:1px solid var(--line);background:var(--white)}.address-card--default{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.address-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.address-card p,.address-card address{color:var(--muted);font-size:11px;font-style:normal;overflow-wrap:anywhere}.address-badge{display:inline-flex;align-items:center;gap:3px;color:var(--green-dark);font-size:10px;font-weight:800;white-space:nowrap}.address-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:12px}.address-card__actions .secondary-button{min-height:36px;padding:0 9px;font-size:10px}.address-add{margin-top:18px}.address-form{display:grid;max-width:760px;margin-top:30px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.address-form label{display:grid;min-width:0;gap:7px}.address-form label>span{color:var(--muted);font-size:10px;font-weight:750;text-transform:uppercase}.address-form input:not([type=checkbox]),.address-form select{min-width:0;width:100%;height:44px;border:1px solid var(--line);border-radius:4px;padding:0 12px;background:var(--white);font-size:13px}.address-form__wide{grid-column:1 / -1}.address-default-toggle{display:flex!important;grid-column:1 / -1;align-items:center}.address-default-toggle span{display:inline-flex;align-items:center;gap:6px;text-transform:none!important}.address-form__submit{grid-column:1 / -1;justify-self:start}.orders-list{display:grid;gap:10px}.order-card{display:grid;min-width:0;padding:14px;grid-template-columns:66px minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid var(--line);background:var(--white)}.order-card__preview{display:grid;width:66px;height:66px;place-items:center;border-radius:4px;background:var(--mint);color:var(--green-dark)}.order-card__preview img{width:100%;height:100%;border-radius:4px;object-fit:cover}.order-card__main{display:grid;min-width:0;gap:5px}.order-card__title{display:flex;min-width:0;align-items:center;gap:9px}.order-card__title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card__main p{color:var(--muted);font-size:11px}.order-card__amount{display:grid;justify-items:end;gap:7px;text-align:right}.order-card__amount span{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:10px}.order-detail{margin-top:20px}.order-detail__header{display:flex;align-items:end;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:18px 0 28px}.order-detail__header h1{margin:11px 0 8px;font-size:52px}.order-detail__header p:last-child{color:var(--muted);font-size:12px}.order-detail__grid{display:grid;margin-top:22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.order-panel{min-width:0;padding:22px;border:1px solid var(--line);background:var(--white)}.order-panel h2{display:flex;align-items:center;gap:8px;margin-bottom:17px;font-family:inherit;font-size:13px;font-weight:800}.order-panel h2 svg{color:var(--green)}.order-design-snapshot{display:flex;min-width:0;align-items:center;gap:12px}.order-design-snapshot img{width:64px;height:64px;border-radius:4px;object-fit:cover;background:var(--mint)}.order-design-snapshot div{display:grid;min-width:0;gap:5px}.order-design-snapshot strong{overflow-wrap:anywhere}.order-design-snapshot span,.muted-copy{color:var(--muted);font-size:11px}.order-design-snapshot>strong:last-child{margin-left:auto;font-size:11px;white-space:nowrap}.order-design-item{padding:15px 0;border-top:1px solid var(--line)}.order-design-item:first-of-type{padding-top:0;border-top:0}.order-design-item:last-child{padding-bottom:0}.order-material-lines{display:grid;margin-top:17px;gap:8px}.order-material-lines div,.order-panel dl div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.order-material-lines span{color:var(--muted);font-size:11px;overflow-wrap:anywhere}.order-material-lines strong{font-size:11px}.order-panel address{display:grid;gap:5px;color:var(--muted);font-size:11px;font-style:normal;line-height:1.45}.order-panel address strong{color:var(--ink)}.order-fulfillment{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;color:var(--green-dark);font-size:10px}.order-fulfillment span,.tracking-line{display:inline-flex;align-items:center;gap:5px}.order-timeline{display:grid;margin:0;padding:0;gap:14px;list-style:none}.order-timeline li{display:flex;align-items:flex-start;gap:9px}.order-timeline__dot{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;background:#ebe7e1;color:var(--muted)}.order-timeline li.active .order-timeline__dot{background:var(--mint);color:var(--green-dark)}.order-timeline li div{display:grid;gap:3px}.order-timeline small{color:var(--muted);font-size:10px}.tracking-line{margin-top:17px;color:var(--green-dark);font-size:11px}.order-panel--pricing dl{display:grid;gap:12px}.order-panel dt{color:var(--muted);font-size:11px}.order-panel dd{margin:0;font-size:11px}.order-pricing-total{margin-top:7px;padding-top:14px;border-top:1px solid var(--line)}.order-pricing-total dt,.order-pricing-total dd{color:var(--ink);font-size:16px;font-weight:800}.checkout-address-picker{display:flex;flex-wrap:wrap;align-items:stretch;gap:7px;margin-top:20px}.checkout-address-picker button{display:grid;min-width:130px;padding:10px;gap:3px;border:1px solid var(--line);border-radius:4px;background:var(--white);text-align:left}.checkout-address-picker button.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.checkout-address-picker button span{color:var(--muted);font-size:10px}.checkout-default-toggle{display:flex;align-items:center;gap:7px;margin-top:15px;color:var(--muted);font-size:11px}.discount-toggle{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:13px;border:1px solid var(--line);border-radius:4px;background:var(--white);text-align:left}.discount-toggle.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.discount-toggle input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.discount-toggle span{display:grid;min-width:0;gap:4px}.discount-toggle small{color:var(--muted);font-size:10px}.discount-toggle>svg{flex:0 0 auto;color:var(--green)}.cart-page{width:min(100% - 48px,1180px);margin:0 auto;padding:24px 0 90px}.cart-back{padding-left:0}.cart-heading{display:flex;min-height:132px;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:14px 0 26px}.cart-heading h1{margin:11px 0 8px;font-size:54px}.cart-heading p:last-child{color:var(--muted);font-size:13px;line-height:1.5}.cart-layout{display:grid;margin-top:26px;grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:28px}.cart-list{display:grid;min-width:0;gap:10px}.cart-select-all{display:flex;min-height:42px;align-items:center;gap:9px;padding:0 12px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.cart-select-all strong{margin-left:auto;color:var(--ink);font-size:11px}.cart-item{display:grid;min-width:0;padding:14px;grid-template-columns:22px 88px minmax(0,1fr) auto 106px 40px;align-items:center;gap:14px;border:1px solid var(--line);border-radius:5px;background:var(--white)}.cart-item--blocked{border-color:#b6402a73}.cart-item__check{display:grid;place-items:center}.cart-item__image{display:grid;width:88px;height:76px;place-items:center;overflow:hidden;border-radius:4px;background:#e7ebe8;color:var(--muted)}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__copy{display:grid;min-width:0;gap:6px}.cart-item__copy h2{font-family:inherit;font-size:14px;font-weight:800;line-height:1.25}.cart-item__copy p{color:var(--muted);font-size:11px;line-height:1.45}.cart-item__warning{color:var(--danger);font-size:10px}.cart-item__price{font-size:13px;white-space:nowrap}.cart-quantity{display:grid;height:38px;border:1px solid var(--line);border-radius:4px;grid-template-columns:34px 36px 34px;align-items:center}.cart-quantity button{display:grid;height:100%;place-items:center;background:transparent}.cart-quantity span{text-align:center;font-size:12px;font-weight:750}.cart-item__remove{color:var(--muted)}.cart-summary{position:sticky;top:94px;padding:24px;border:1px solid var(--line);border-radius:5px;background:var(--white)}.cart-summary dl{display:grid;margin:23px 0;gap:12px}.cart-summary dl div{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-summary dt{color:var(--muted);font-size:11px}.cart-summary dd{margin:0;font-size:12px;font-weight:750}.cart-summary .cart-summary__total{margin-top:5px;padding-top:15px;border-top:1px solid var(--line)}.cart-summary__total dt,.cart-summary__total dd{color:var(--ink);font-size:16px}.cart-summary .primary-button{width:100%}.cart-summary>p:last-child{margin-top:13px;color:var(--muted);font-size:10px;line-height:1.45;text-align:center}.cart-empty{display:grid;min-height:520px;place-content:center;justify-items:center;gap:15px;text-align:center}.cart-empty h1{font-size:46px}.cart-empty p{color:var(--muted)}.cart-empty>div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.order-success__row--total{margin-top:12px;padding-top:14px;border-top:1px solid var(--line)}@media(min-width:761px)and (max-width:1180px){.cart-page{width:min(100% - 40px,980px)}.cart-layout{grid-template-columns:1fr 280px;gap:18px}.cart-item{grid-template-columns:22px 72px minmax(0,1fr) auto 106px;gap:11px}.cart-item__image{width:72px;height:66px}.cart-item__remove{grid-column:5;justify-self:end;width:34px;height:34px}}@media(max-width:760px){.cart-page{width:calc(100% - 28px);padding:12px 0 calc(112px + env(safe-area-inset-bottom))}.cart-heading{min-height:112px;padding-bottom:20px}.cart-heading h1{font-size:40px}.cart-heading>svg{display:none}.cart-layout{display:block;margin-top:17px}.cart-item{padding:12px;grid-template-columns:20px 68px minmax(0,1fr) 36px;grid-template-rows:auto auto auto;gap:10px}.cart-item__image{width:68px;height:64px;grid-row:1 / 4;grid-column:2}.cart-item__copy{grid-column:3 / 5;grid-row:1}.cart-item__price{grid-column:3 / 5;grid-row:2}.cart-quantity{width:100px;height:36px;grid-column:3;grid-row:3;grid-template-columns:32px 34px 32px}.cart-item__remove{grid-column:4;grid-row:3;width:36px;height:36px}.cart-item__check{grid-row:1 / 4}.cart-summary{position:fixed;z-index:105;inset:auto 0 0;display:grid;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-width:1px 0 0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;box-shadow:0 -8px 22px #20252314}.cart-summary>.eyebrow,.cart-summary>p:last-child,.cart-summary dl div:not(.cart-summary__total){display:none}.cart-summary dl{margin:0}.cart-summary .cart-summary__total{display:grid;margin:0;padding:0;border:0;gap:2px}.cart-summary__total dt{font-size:10px}.cart-summary__total dd{font-size:16px}.cart-summary .primary-button{width:auto;min-height:46px;padding:0 15px}.cart-empty{min-height:430px}.cart-empty h1{font-size:38px}}@media(max-width:900px){.checkout-layout{grid-template-columns:1fr;gap:26px}.order-summary{position:static;order:-1}}@media(max-width:760px){.checkout-page,.order-success-page{width:calc(100% - 28px);padding:24px 0 40px}.checkout-header>span{display:none}.checkout-layout{margin-top:23px}.checkout-section__heading h1,.checkout-section__heading h2{font-size:25px}.checkout-fields,.checkout-choice-grid,.order-success__grid{grid-template-columns:1fr}.checkout-fields__wide{grid-column:auto}.checkout-choice{min-height:78px}.order-summary{padding:18px}.order-success h1{font-size:40px}.order-success__grid section{padding:18px}.order-list__item{grid-template-columns:auto minmax(0,1fr)}.order-list__item>div:last-child{grid-column:2;justify-items:start;text-align:left}.selection-toolbar{right:12px;bottom:12px;width:calc(100% - 24px);padding:6px}.selection-toolbar__actions .icon-button{width:34px;height:34px;flex-basis:34px}}@media(max-width:390px){.verification-field{grid-template-columns:1fr}.verification-field button{justify-content:center}.order-success h1{font-size:34px}}@media(min-width:761px)and (max-width:1180px){.detail-page,.account-page,.checkout-page,.order-success-page{width:min(100% - 40px,980px)}.detail-page{padding-top:16px}.design-detail__layout{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:30px}.account-quick-links a{padding-right:16px;padding-left:16px}.saved-designs--library,.address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail__grid{grid-template-columns:1fr 1fr}}@media(min-width:761px)and (max-width:900px){.design-detail__layout{grid-template-columns:1fr;gap:26px}.design-detail__content{padding-top:0}}@media(max-width:760px){.detail-page,.account-page{width:calc(100% - 28px);padding-top:12px}.detail-page{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.design-detail{margin-top:0}.page-heading{min-height:125px;padding-bottom:22px}.page-heading h1{font-size:42px}.account-quick-links{grid-template-columns:repeat(3,minmax(0,1fr))}.account-quick-links a{min-height:92px;padding:12px 5px;border-right:1px solid var(--line);grid-template-columns:1fr;grid-template-rows:38px auto;justify-items:center;gap:7px;text-align:center}.account-quick-links a:last-child{border-right:0}.account-quick-links__icon{width:38px;height:38px}.account-quick-links__copy{justify-items:center}.account-quick-links__copy small,.account-quick-links a>svg{display:none}.saved-designs-page__heading{min-height:0;align-items:stretch;flex-direction:column;gap:20px}.saved-designs-page__heading .primary-button{min-height:42px;align-self:flex-start}.saved-designs--library{grid-template-columns:1fr}.design-detail__layout{display:block;margin-top:14px}.design-detail__content{padding-top:22px}.design-detail__content h1{font-size:42px;line-height:1.04}.design-detail__facts{margin:20px 0}.design-detail__creative-actions{width:100%;margin-top:18px;flex-wrap:wrap}.design-detail__actions{position:fixed;z-index:110;right:0;bottom:0;left:0;margin:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff7;box-shadow:0 -8px 22px #20252314;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.design-detail__actions .primary-button,.design-detail__actions .secondary-button{min-height:44px;padding:0 12px;font-size:12px}.design-detail__commerce-actions{width:100%}.design-detail__creative-actions>.secondary-button,.design-detail__creative-actions>.primary-button{min-width:100px;flex:1 1 0}.design-detail__creative-actions .icon-button{flex:0 0 40px}.coupon-summary{margin-top:20px}.coupon-summary strong{font-size:24px}.coupon-summary div{padding:14px 6px}.coupon-item{grid-template-columns:1fr auto;gap:10px}.coupon-item__amount{grid-column:1 / -1}.address-grid{grid-template-columns:1fr}.address-form{grid-template-columns:1fr;gap:13px}.address-form__wide,.address-default-toggle,.address-form__submit{grid-column:auto}.order-filters{flex-wrap:nowrap;gap:8px;margin-top:16px;margin-right:-14px;padding-bottom:4px;overflow-x:auto}.order-filters button{flex:0 0 auto}.order-card{grid-template-columns:54px minmax(0,1fr);gap:11px}.order-card__preview{width:54px;height:54px}.order-card__amount{grid-column:2;justify-items:start;text-align:left}.order-detail__header{display:block}.order-detail__header h1{font-size:41px}.order-detail__header>.order-status{display:inline-block;margin-top:15px}.order-detail__grid{grid-template-columns:1fr}.order-panel{padding:18px}.checkout-address-picker{flex-wrap:nowrap;margin-right:-14px;overflow-x:auto;padding-bottom:3px}.checkout-address-picker button{flex:0 0 145px}.discount-toggle{min-height:58px}}.studio-page{font-family:inherit}.studio-page .studio-wordmark,.studio-page .design-name-input{font-size:13px}.studio-page .studio-save-button,.studio-page .open-library-button{font-size:12px}.studio-page .studio-library__heading .eyebrow,.studio-page .studio-details>.eyebrow{font-size:12px}.studio-page .studio-library__heading h2{font-size:18px;font-weight:700}.studio-page .studio-search input,.studio-page .studio-search-mobile input{font-size:13px}.studio-page .studio-type-tabs button{min-height:36px;font-size:12px;font-weight:700}.studio-page .studio-category-list{width:108px;min-width:108px}.studio-page .studio-category-list button{min-height:48px;padding:10px 10px 10px 14px;font-size:12px;font-weight:550;line-height:1.3}.studio-page .studio-category-list button strong{font-size:10px}.studio-page .studio-category-list button.active{font-weight:750}.studio-page .studio-material>strong{font-size:13px;font-weight:700;line-height:1.3}.studio-page .studio-material>small{font-size:11px;line-height:1.3}.studio-page .studio-material__used{min-width:18px;font-size:10px}.studio-page .canvas-meta span,.studio-page .studio-totals span,.studio-page .selection-toolbar span,.studio-page .detail-row span,.studio-page .detail-total span{font-size:11px;font-weight:700}.studio-page .canvas-meta strong{font-size:14px}.studio-page .canvas-meta>p{font-size:12px}.studio-page .bracelet-stage__center span,.studio-page .studio-totals strong,.studio-page .detail-total strong{font-family:inherit;font-weight:700}.studio-page .bracelet-stage__center span{font-size:18px}.studio-page .bracelet-stage__center small{font-size:8px}.studio-page .studio-drag-note{font-size:11px}.studio-page .studio-totals strong{font-size:24px}.studio-page .selection-toolbar strong,.studio-page .detail-row strong{font-size:12px}.studio-page .detail-note p{font-size:11px}.studio-page .detail-total strong{font-size:27px}@media(min-width:761px)and (max-width:1180px){.studio-page .studio-workspace:not(.studio-workspace--library-closed){grid-template-columns:minmax(350px,45%) minmax(0,1fr)}.studio-page .studio-workspace.studio-workspace--library-closed{grid-template-columns:minmax(0,1fr)}.studio-page .studio-category-list{width:98px;min-width:98px}.studio-page .studio-category-list button{padding-right:8px;padding-left:12px;font-size:11px}.studio-page .studio-material>strong{font-size:13px}.studio-page .studio-material>small{font-size:11px}}@media(max-width:760px){.studio-page .studio-save-button{font-size:12px}.studio-page .studio-canvas{grid-template-rows:auto minmax(185px,1fr) 34px 34px}.studio-page .canvas-actions{justify-content:flex-start}.studio-page .canvas-actions .secondary-button:first-child{display:none}.studio-page .canvas-actions .secondary-button{flex:0 0 96px}.studio-page .canvas-actions .primary-button{flex:1 1 auto}.studio-page .canvas-actions .secondary-button,.studio-page .canvas-actions .primary-button{font-size:12px}.studio-page .studio-drag-note{position:static;grid-row:3;grid-column:1;width:min(160px,52%);align-self:center;justify-self:end;align-items:center;justify-content:flex-end;font-size:9px;line-height:1.25;text-align:right;pointer-events:none}.studio-page .studio-drag-note svg{flex:0 0 auto}.studio-page .studio-totals{grid-row:3;grid-column:1;width:auto;min-height:32px;align-self:center;justify-self:start}.studio-page .studio-totals>div{gap:0}.studio-page .studio-totals span{font-size:9px}.studio-page .studio-totals strong{font-size:18px;line-height:1.1}.studio-page .canvas-actions{grid-row:4;grid-column:1}.studio-page .studio-type-tabs button{min-height:36px;padding:0 9px;font-size:12px}.studio-page .studio-search-mobile input{font-size:12px}.studio-page .studio-category-list{width:96px;min-width:96px}.studio-page .studio-category-list button{min-height:44px;padding:8px 7px 8px 11px;font-size:11px;line-height:1.25}.studio-page .studio-material>strong{font-size:13px}.studio-page .studio-material>small{font-size:11px}}.studio-page .studio-material>strong{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;line-height:1.25;min-height:0}.studio-page .studio-material>small{margin-top:1px}.studio-page .canvas-bead:hover,.studio-page .canvas-bead.selected,.studio-page .canvas-bead.drag-target{border-color:transparent}body{font-size:16px;line-height:1.5}.eyebrow{font-size:12px;line-height:1.35}.wordmark,.studio-wordmark,.auth-modal__brand,.desktop-nav,.text-button,.account-link{font-size:14px}.header-cart-count{font-size:9px}.primary-button,.secondary-button{min-height:48px;font-size:14px}.inline-link{font-size:14px}.home-hero__support{font-size:16px;line-height:1.65}.home-hero__proof{font-size:14px;line-height:1.45}.hero-image-stage__label span,.palette-panel__label{font-size:11px}.hero-image-stage__label strong{font-size:20px}.palette-panel strong{font-size:18px}.palette-panel small{font-size:13px}.service-strip span{font-size:14px;line-height:1.45}.service-strip strong{font-size:18px}.site-footer>p,.site-footer>span,.site-footer__links{font-size:13px}.design-card__copy h3{font-size:22px;line-height:1.15}.design-card__copy p,.design-card__likes{font-size:13px;line-height:1.4}.tag-row span,.design-detail__tags span{font-size:11px}.design-card__number{font-size:14px}.collection-hero>p{font-size:16px;line-height:1.6}.search-field input,.studio-search input{font-size:14px}.filter-row button{min-height:38px;font-size:13px}.empty-state p,.account-empty p{font-size:15px;line-height:1.55}.material-catalog__info>span{font-size:11px}.material-catalog__info h2{font-size:18px;line-height:1.3}.material-catalog__info p{font-size:13px;line-height:1.45}.material-catalog__item>strong{font-size:19px}.account-guest>p:not(.eyebrow),.account-header>div>p:last-child,.page-heading p:last-child{font-size:15px;line-height:1.6}.account-summary span{font-size:13px}.account-quick-links__copy strong{font-size:16px}.account-quick-links__copy small{font-size:13px}.saved-design strong,.order-list__item strong{font-size:14px}.saved-design span,.order-list__item span{font-size:13px}.auth-modal__intro{font-size:15px}.auth-form label>span,.address-form label>span,.checkout-fields label>span{font-size:12px}.auth-form input,.address-form input:not([type=checkbox]),.address-form select,.checkout-fields input,.checkout-fields select{height:48px;font-size:15px}.auth-benefits,.auth-switch,.auth-form__hint,.form-success,.form-error{font-size:12px}.verification-field button{min-height:44px;font-size:12px}.account-error,.checkout-error,.checkout-notice{font-size:14px;line-height:1.5}.order-list__item{padding:18px 0}.checkout-header{font-size:13px}.checkout-section__heading p{font-size:14px}.checkout-step{width:30px;height:30px;flex-basis:30px;font-size:11px}.checkout-choice{min-height:98px;padding:16px}.checkout-choice strong{font-size:14px;line-height:1.35}.checkout-choice small,.checkout-security,.discount-toggle small{font-size:12px;line-height:1.45}.discount-toggle{min-height:64px;padding:15px}.discount-toggle strong{font-size:14px}.checkout-default-toggle{font-size:13px}.order-summary__materials span,.order-summary__materials strong,.order-summary dt,.order-summary dd,.order-summary__items article>strong{font-size:13px}.order-summary>p,.order-summary__items p{font-size:12px;line-height:1.45}.order-summary__items h2{font-size:14px}.order-summary__total dt,.order-summary__total dd{font-size:17px}.order-success__reference,.order-success__row--muted,.order-success__grid section>p{font-size:13px}.order-success address{font-size:14px;line-height:1.5}.order-success__grid h2{font-size:15px}.design-detail__author{font-size:14px}.design-detail__facts dt{font-size:12px}.design-detail__facts dd,.design-detail__materials h2{font-size:16px}.material-row span,.material-row strong{font-size:14px}.material-row small{font-size:12px}.coupon-summary span,.coupon-item__status,.address-badge{font-size:11px}.segmented-tabs button,.order-filters button{min-height:40px;font-size:13px}.coupon-item__content span,.coupon-item__content small{font-size:13px}.pagination-controls{font-size:14px}.address-card p,.address-card address{font-size:13px;line-height:1.5}.address-card__actions .secondary-button{min-height:40px;font-size:12px}.order-card__main p,.order-card__amount span{font-size:13px}.order-detail__header p:last-child{font-size:14px}.order-panel h2{font-size:15px}.order-design-snapshot span,.muted-copy,.order-design-snapshot>strong:last-child,.order-material-lines span,.order-material-lines strong,.order-panel dt,.order-panel dd,.tracking-line{font-size:13px}.order-panel address{font-size:13px;line-height:1.5}.order-fulfillment,.order-timeline small{font-size:12px}.cart-heading p:last-child{font-size:15px}.cart-select-all{font-size:14px}.cart-select-all strong{font-size:13px}.cart-item__copy h2{font-size:16px}.cart-item__copy p{font-size:13px}.cart-item__warning{font-size:12px}.cart-item__price{font-size:15px}.cart-quantity span,.cart-summary dt,.cart-summary dd{font-size:13px}.cart-summary__total dt,.cart-summary__total dd{font-size:18px}.cart-summary>p:last-child{font-size:12px;line-height:1.5}@media(max-width:760px){.mobile-bottom-nav a{font-size:10px}.mobile-bottom-nav__count{font-size:9px}.wordmark{font-size:13px}.mobile-menu a,.mobile-menu button{font-size:14px}.home-hero__support{font-size:15px}.home-hero__proof,.service-strip span{font-size:13px}.section-heading h2{font-size:40px}.design-card__copy h3{font-size:18px}.design-card__copy p,.design-card__likes{font-size:12px}.material-catalog__info h2{font-size:15px}.material-catalog__info p{font-size:12px}.material-catalog__item>strong{font-size:16px}.account-summary span{font-size:11px}.account-quick-links__copy strong{font-size:14px}.checkout-section__heading h1,.checkout-section__heading h2{font-size:27px}.checkout-section__heading p{font-size:13px}.checkout-choice{min-height:88px}.order-summary{padding:20px}.design-detail__actions .primary-button,.design-detail__actions .secondary-button{font-size:14px}.cart-item__copy h2{font-size:15px}.cart-item__copy p{font-size:12px}.cart-item__price{font-size:14px}.cart-summary__total dt{font-size:12px}.cart-summary__total dd{font-size:17px}.home-section--designs{width:calc(100% - 24px);padding:52px 0 60px}.home-section--designs .section-heading{margin-bottom:22px}.design-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.design-grid--featured .design-card__number{top:8px;left:8px;width:30px;height:28px;font-size:11px}.design-grid--featured .design-card__open{top:8px;right:8px;width:28px;height:28px}.design-grid--featured .design-card__open svg{width:15px;height:15px}.design-grid--featured .design-card__body{gap:6px;padding:10px 1px 6px}.design-grid--featured .design-card__copy h3{display:-webkit-box;overflow:hidden;font-size:15px;font-weight:700;line-height:1.25;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.design-grid--featured .design-card__copy p,.design-grid--featured .design-card__likes{font-size:11px}.design-grid--featured .design-card__likes{gap:3px}.design-grid--featured .design-card__likes svg{width:13px;height:13px}.design-grid--featured .tag-row{gap:4px}.design-grid--featured .tag-row span{padding:3px 5px;font-size:9px}.design-grid--featured .tag-row span:nth-child(n+3){display:none}}@media(max-width:390px){.design-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr))}}.content-page{width:min(100% - 40px,1120px);margin:0 auto;padding:72px 0 100px}.content-page__header{max-width:680px;margin-bottom:38px}.content-page__header h1,.document-article h1{margin:8px 0 12px;font-size:clamp(36px,5vw,64px);line-height:1.05}.content-page__header p:not(.eyebrow){color:var(--muted);font-size:17px}.content-page__state{padding:72px 0;color:var(--muted);text-align:center}.document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.document-card{overflow:hidden;border:1px solid var(--line);background:#fff;transition:transform .2s ease,box-shadow .2s ease}.document-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #192f251a}.document-card__cover{display:grid;aspect-ratio:16 / 10;place-items:center;background:#f1f4f0;color:var(--muted)}.document-card__cover img{width:100%;height:100%;object-fit:cover}.document-card__body{padding:20px}.document-card__body h2{margin:7px 0 8px;font-size:22px}.document-card__body p:not(.eyebrow){min-height:42px;margin:0 0 16px;color:var(--muted);line-height:1.6}.document-card__body span{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:13px;font-weight:700}.document-detail-page>.text-button{margin-bottom:38px}.document-article{width:min(100%,820px);margin:0 auto}.document-article__date{color:var(--muted)}.document-article__cover{width:100%;max-height:480px;margin:24px 0 36px;object-fit:cover}.rich-text{color:var(--ink);font-size:16px;line-height:1.9}.rich-text h2,.rich-text h3{margin:28px 0 12px}.rich-text p{margin:0 0 16px}.rich-text img{max-width:100%;height:auto}.rich-text a{color:var(--green);text-decoration:underline}.design-detail__description{margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}.design-detail__description h2{margin:0 0 12px;font-size:21px}@media(max-width:760px){.content-page{width:min(100% - 28px,620px);padding-top:44px}.document-grid{grid-template-columns:1fr;gap:16px}.document-card__body{padding:17px}}
