@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
:root{--stitch-paper:#fbf9f6;--stitch-white:#fff;--stitch-ink:#1f1c1a;--stitch-muted:#81766e;--stitch-line:#eae3db;--stitch-gold:#c5a880;--stitch-blush:#e2d3cb;--stitch-espresso:#292522;--stitch-sans:'Plus Jakarta Sans','DM Sans','Noto Sans SC',sans-serif;--stitch-serif:'Playfair Display',Georgia,'Noto Serif SC',serif}
.stitch-page{--ink:var(--stitch-ink);--muted:var(--stitch-muted);--line:var(--stitch-line);--paper:var(--stitch-paper);--white:#fff;--plum:var(--stitch-espresso);background:var(--stitch-paper);color:var(--stitch-ink);font-family:var(--stitch-sans);padding-bottom:110px;overflow:hidden}
.stitch-page button,.stitch-page input,.stitch-page textarea{font-family:var(--stitch-sans)}
.stitch-page button{transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}
.stitch-page button:active{transform:scale(.98)}
.stitch-page .platform-top{height:126px;padding:17px 20px 12px;background:var(--stitch-paper)}
.stitch-page .platform-brand{width:116px;height:36px;object-fit:contain}
.stitch-page .top-title{top:66px;left:20px;right:20px}
.stitch-page .top-title small,.stitch-page .stitch-heading small{color:#917958;font:600 8px/1.4 var(--stitch-sans);letter-spacing:1.55px}
.stitch-page .top-title h1{font:400 24px/1.25 var(--stitch-serif);letter-spacing:-.3px;margin:4px 0 0;color:var(--stitch-ink)}
.stitch-page .round-action{background:#fff;color:var(--stitch-ink);border:1px solid var(--stitch-line)}
.stitch-page .location-pill{padding:7px 10px;border-color:var(--stitch-line);border-radius:20px;color:#725d43;font-size:9px}
.stitch-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 17px;border-radius:999px;font-size:10px;font-weight:600;white-space:nowrap}
.stitch-button.dark{background:var(--stitch-espresso);color:white;box-shadow:0 7px 18px #211c1930}
.stitch-button.light{background:#f7f4ef;color:var(--stitch-ink);border:1px solid #e8e0d5}
.stitch-search{height:44px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--stitch-line);border-radius:13px;background:#fff;color:#998b7b}
.stitch-search>span{font:23px/1 var(--stitch-sans)}
.stitch-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--stitch-ink);font-size:10px}
.stitch-search input::placeholder{color:#aaa097}
.stitch-search>button{padding:8px 10px;border-radius:9px;background:var(--stitch-espresso);color:white;font-size:9px;white-space:nowrap}
.home-stitch-search{margin:0 18px 13px}
.stitch-home-hero{height:400px;position:relative;overflow:hidden;margin:0 14px;border-radius:18px;background:#d7c8b7;color:white}
.stitch-hero-photo,.stitch-hero-shade{position:absolute;inset:0}
.stitch-hero-photo img{width:100%;height:100%;object-fit:cover}
.stitch-hero-shade{background:linear-gradient(0deg,#1f1a16c9 0%,#2b241f55 28%,#34271a05 76%),linear-gradient(90deg,#201a1740,transparent 65%)}
.stitch-hero-copy{position:absolute;left:20px;right:18px;bottom:38px;max-width:560px}
.stitch-hero-copy>small{font-size:8px;letter-spacing:1.5px;color:#f6e9d7}
.stitch-hero-copy h2{font:400 35px/1.1 var(--stitch-serif);letter-spacing:-.7px;margin:11px 0 8px;color:white}
.stitch-hero-copy h2 em{font-weight:400}
.stitch-hero-copy p{margin:0 0 15px;font-size:10px;color:#fffdf7dd}
.stitch-hero-actions{display:flex;gap:8px;flex-wrap:wrap}
.stitch-hero-index{position:absolute;right:15px;top:15px;font-size:7px;letter-spacing:1.2px;color:white;text-shadow:0 1px 8px #0006}
.stitch-home-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:14px 17px 0}
.stitch-home-shortcuts button{min-height:88px;padding:10px 7px 9px;text-align:left;border:1px solid var(--stitch-line);border-radius:13px;background:#fff;color:var(--stitch-ink)}
.stitch-home-shortcuts button>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#f3eee6;color:#8b7355;font-size:13px}
.stitch-home-shortcuts b,.stitch-home-shortcuts small{display:block}
.stitch-home-shortcuts b{margin-top:7px;font-size:9px}
.stitch-home-shortcuts small{margin-top:3px;font-size:7px;color:#92877f}
.stitch-section{padding:27px 18px 0}
.stitch-heading{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:13px}
.stitch-heading h2{font:400 21px/1.25 var(--stitch-serif);letter-spacing:-.25px;margin:4px 0 0}
.stitch-heading>button{padding:5px 0;background:transparent;color:#745d41;font-size:9px;white-space:nowrap}
.stitch-work-rail{display:flex;gap:11px;overflow-x:auto;margin-right:-18px;padding:1px 18px 8px 0;scrollbar-width:none}
.stitch-work-rail::-webkit-scrollbar{display:none}
.stitch-work-card{flex:0 0 190px;min-width:0;overflow:hidden;border:1px solid var(--stitch-line);border-radius:13px;background:white;cursor:pointer;box-shadow:0 4px 16px #29211a0b}
.stitch-work-image{height:190px;position:relative;overflow:hidden;background:#ede5dc}
.stitch-work-image>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.stitch-work-image:after{content:'';position:absolute;left:0;right:0;bottom:0;height:45%;background:linear-gradient(transparent,#171411a8);pointer-events:none}
.stitch-work-image .favorite{position:absolute;z-index:2;right:9px;top:9px;width:31px;height:31px;border-radius:50%;background:#ffffffed;color:#342c25;font-size:16px}
.stitch-work-image .favorite.saved{color:#aa6960}
.work-style-label{position:absolute;z-index:1;left:9px;bottom:9px;padding:5px 7px;border-radius:15px;background:#1b1918a8;color:white;font-size:7px;letter-spacing:.7px}
.stitch-work-info{padding:10px 11px 12px}
.stitch-work-info>small{display:block;color:#8f8278;font-size:7px;letter-spacing:.4px}
.stitch-work-info h3{font:400 14px/1.25 var(--stitch-serif);margin:5px 0 9px}
.stitch-work-info>div{display:flex;align-items:baseline;justify-content:space-between;gap:7px}
.stitch-work-info>div>b{font:400 18px var(--stitch-serif);white-space:nowrap}
.stitch-work-info>div>span{max-width:85px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9c9086;font-size:7px}
.stitch-fit-banner{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:22px 16px 0;padding:19px 18px;border:1px solid #eee3d2;border-radius:17px;background:linear-gradient(125deg,#f5eee3,#faf6ed 72%);color:#302920}
.stitch-fit-banner>div{max-width:340px}
.stitch-fit-banner small{font-size:7px;color:#8c7657;letter-spacing:1.2px}
.stitch-fit-banner h2{font:400 21px/1.35 var(--stitch-serif);margin:9px 0 6px}
.stitch-fit-banner p{font-size:8px;color:#7f7468;line-height:1.6;margin:0 0 10px}
.stitch-fit-banner button{padding:9px 12px;border-radius:20px;background:#292522;color:white;font-size:8px}
.stitch-fit-banner>span{font:400 38px/1 var(--stitch-serif);color:#b79c72;text-align:right}
.stitch-fit-banner>span i{font:7px var(--stitch-sans);letter-spacing:1px}
.stitch-artist-rail{display:grid;gap:8px}
.stitch-artist-rail .artist-card{border-color:var(--stitch-line);border-radius:13px;padding:10px;background:#fff}
.stitch-artist-rail .artist-avatar{background:linear-gradient(145deg,#eadccb,#bda581);color:white}
.stitch-artist-rail .artist-card b{font-family:var(--stitch-serif);font-size:13px;font-weight:400}
.stitch-studio-section{padding-top:24px}
.stitch-shop-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.stitch-shop-grid .p-shop-card.wide{display:block;margin:0;overflow:hidden;border-radius:13px;border-color:var(--stitch-line)}
.stitch-shop-grid .p-shop-cover{height:125px}
.stitch-shop-grid .p-shop-info{padding:9px}
.stitch-shop-grid .shop-name-line b{font-size:10px}
.stitch-shop-grid .p-shop-info p,.stitch-shop-grid .shop-foot{font-size:7px}
.stitch-address{display:flex;align-items:center;gap:11px;margin:20px 17px 22px;padding:13px;border:1px solid var(--stitch-line);border-radius:13px;background:#fff}
.stitch-address>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#f3eee6;color:#806b50}
.stitch-address>div{flex:1;min-width:0}
.stitch-address small,.stitch-address b,.stitch-address p{display:block}
.stitch-address small{font-size:7px;letter-spacing:1px;color:#978366}
.stitch-address b{margin:3px 0;font-size:9px}
.stitch-address p{margin:0;color:#958a80;font-size:7px}
.stitch-address>button{padding:8px 9px;border-radius:17px;background:#f2eee7;color:#51463b;font-size:8px;white-space:nowrap}
.stitch-community{padding:0 18px 26px}
.stitch-community>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.stitch-community>div:last-child>button{position:relative;height:112px;padding:0;border-radius:11px;overflow:hidden;background:#ddd}
.stitch-community img{width:100%;height:100%;object-fit:cover}
.stitch-community>div:last-child>button span{position:absolute;left:0;right:0;bottom:0;padding:17px 5px 7px;text-align:left;background:linear-gradient(transparent,#241e1bcc);color:white;font:10px var(--stitch-serif)}
.stitch-gallery-page .stitch-page-intro{margin:-8px 20px 13px;color:#85786e;font-size:9px}
.stitch-gallery-page .stitch-search{margin:0 18px 12px}
.stitch-filter-row{display:flex;gap:7px;overflow:auto;padding:2px 18px 9px;scrollbar-width:none}
.stitch-filter-row::-webkit-scrollbar{display:none}
.stitch-filter-row button{display:flex;align-items:center;gap:5px;padding:8px 10px;border:1px solid var(--stitch-line);border-radius:18px;background:#f4f1ed;color:#766b62;font-size:8px;white-space:nowrap}
.stitch-filter-row button.active{background:#292522;border-color:#292522;color:#fff}
.stitch-filter-row button small{opacity:.65;font-size:7px}
.stitch-shape-row{display:flex;align-items:center;gap:11px;overflow:auto;padding:3px 18px 14px;color:#746a62;font-size:8px;white-space:nowrap}
.stitch-shape-row .sort-label{margin-left:auto;color:#82725f}
.stitch-featured-work{padding:0 17px}
.stitch-featured-work .stitch-work-card{display:grid;grid-template-columns:1.2fr .8fr;width:100%;border-radius:15px}
.stitch-featured-work .stitch-work-image{height:176px}
.stitch-featured-work .stitch-work-info{display:flex;flex-direction:column;justify-content:center;padding:13px}
.stitch-featured-work .stitch-work-info h3{font-size:17px}
.stitch-featured-work .stitch-work-info>div{display:block}
.stitch-featured-work .stitch-work-info>div>b,.stitch-featured-work .stitch-work-info>div>span{display:block;margin-top:8px}
.stitch-collection{padding:23px 17px 0}
.stitch-collection .stitch-heading>span{font-size:7px;color:#9c9084;white-space:nowrap}
.stitch-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.stitch-gallery-grid .stitch-work-card{width:100%;min-width:0;flex:auto}
.stitch-gallery-grid .stitch-work-image{height:180px}
.stitch-gallery-grid .stitch-work-info h3{font-size:12px}
.stitch-gallery-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:21px 17px;padding:15px;border:1px solid #eee3d2;border-radius:14px;background:#f7f1e7}
.stitch-gallery-cta small{font-size:7px;letter-spacing:1px;color:#8e785b}
.stitch-gallery-cta h2{font:400 17px var(--stitch-serif);margin:5px 0}
.stitch-gallery-cta p{margin:0;color:#897e73;font-size:8px}
.stitch-gallery-cta>button{flex:0 0 auto;padding:11px 12px;border-radius:20px;background:#292522;color:white;font-size:8px}
.stitch-detail-page{padding-bottom:158px}
.stitch-detail-page .platform-top{height:98px}
.stitch-detail-page .top-title{top:59px}
.stitch-detail-page .top-title h1{font-size:18px}
.stitch-detail-toolbar{position:absolute;top:17px;left:18px;right:18px;z-index:2;display:flex;justify-content:space-between;align-items:center}
.stitch-detail-toolbar>button:first-child{padding:7px 10px;border-radius:18px;background:#fffffff0;color:#42392f;font-size:8px}
.stitch-detail-toolbar .favorite{width:31px;height:31px;border-radius:50%;background:#fff;color:#453b31;font-size:15px}
.stitch-detail-hero{padding:0 15px}
.stitch-detail-main-photo{height:390px;position:relative;overflow:hidden;border-radius:15px;background:#e9e2d8}
.stitch-detail-main-photo>img{width:100%;height:100%;object-fit:cover}
.stitch-detail-main-photo>span,.stitch-detail-main-photo>small{position:absolute;padding:6px 9px;border-radius:15px;background:#2925229c;color:white;font-size:7px;letter-spacing:.8px}
.stitch-detail-main-photo>span{top:12px;left:12px}
.stitch-detail-main-photo>small{bottom:11px;right:11px}
.stitch-detail-thumbs{display:flex;gap:7px;padding-top:8px}
.stitch-detail-thumbs button{width:56px;height:57px;padding:0;border:1px solid transparent;border-radius:9px;overflow:hidden;background:#f3eee7}
.stitch-detail-thumbs button.selected{border-color:#b3976e;box-shadow:0 0 0 1px #b3976e}
.stitch-detail-thumbs img{width:100%;height:100%;object-fit:cover}
.stitch-detail-copy{padding:20px 19px 6px}
.stitch-detail-copy>small{color:#917958;font-size:7px;letter-spacing:1.2px}
.stitch-detail-copy h1{font:400 25px/1.25 var(--stitch-serif);margin:6px 0 8px}
.stitch-detail-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.stitch-detail-price>b{font:400 27px var(--stitch-serif)}
.stitch-detail-price>span{font-size:8px;color:#82766c}
.stitch-detail-price>span:last-child{margin-left:auto;color:#92734c}
.stitch-detail-copy>p{margin:10px 0 4px;color:#756b63;font-size:9px;line-height:1.7}
.stitch-ai-callout{display:flex;align-items:center;justify-content:space-between;gap:9px;margin:10px 17px 22px;padding:13px;border:1px solid #efe2ca;border-radius:14px;background:linear-gradient(120deg,#f8f0e2,#fbf8f3)}
.stitch-ai-callout>div{display:grid;gap:4px}
.stitch-ai-callout small{color:#8c7657;font-size:7px;letter-spacing:.8px}
.stitch-ai-callout b{font-size:9px}
.stitch-ai-callout span{font-size:7px;color:#8f8377}
.stitch-ai-callout>button{padding:10px 11px;border-radius:18px;background:#8c7047;color:white;font-size:8px;white-space:nowrap}
.stitch-specs,.stitch-detail-artisan{padding:0 18px 21px}
.stitch-specs .stitch-heading{margin-bottom:10px}
.stitch-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.stitch-spec-grid article{display:grid;gap:5px;padding:11px;border:1px solid #eee8e1;border-radius:11px;background:#f5f3f0}
.stitch-spec-grid small{font-size:7px;color:#87765e}
.stitch-spec-grid b{font-size:9px}
.stitch-spec-grid span{font-size:7px;color:#8c8177;line-height:1.4}
.stitch-detail-quote{position:relative;margin:0 18px 22px;padding:15px 17px;border-radius:13px;background:#f2efeb}
.stitch-detail-quote>span{font:30px var(--stitch-serif);color:#c1a87e;line-height:.8}
.stitch-detail-quote p{font:italic 13px/1.65 var(--stitch-serif);margin:5px 0 9px;color:#4a4138}
.stitch-detail-quote small{font-size:7px;letter-spacing:1px;color:#8b7c6a}
.stitch-detail-artisan{padding-bottom:17px}
.stitch-detail-artisan .artist-card{background:white;border:1px solid var(--stitch-line);border-radius:13px}
.stitch-detail-artisan .artist-card b{font-family:var(--stitch-serif);font-weight:400}
.stitch-detail-actions{position:fixed;z-index:8;bottom:73px;left:50%;transform:translateX(-50%);width:min(760px,100%);display:flex;gap:6px;padding:9px 12px;background:#fbf9f6ee;border-top:1px solid var(--stitch-line);backdrop-filter:blur(14px)}
.stitch-detail-actions .stitch-button{min-height:42px;padding:0 10px;font-size:8px}
.stitch-detail-actions .stitch-button.dark{flex:1}
.stitch-tryon-page .platform-top{height:121px}
.stitch-tryon-page .top-title h1{font-size:21px}
.stitch-demo-note{display:flex;align-items:center;gap:6px;margin:-4px 18px 11px;color:#76654f;font-size:8px}
.stitch-demo-note>span{color:#a18557;font-size:15px}
.stitch-demo-note>b{margin-left:auto;color:#98815d;font-size:7px;letter-spacing:1px}
.stitch-demo-note>button{padding:6px 8px;border:1px solid var(--stitch-line);border-radius:16px;background:#fff;color:#6e6256;font-size:7px}
.stitch-try-stage{margin:0 15px;padding:8px;border:1px solid var(--stitch-line);border-radius:17px;background:#fff;box-shadow:0 6px 20px #241c160a}
.stitch-try-image{height:320px;position:relative;overflow:hidden;border-radius:12px;background:#e6ddd2}
.stitch-try-before,.stitch-try-after>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.stitch-try-after{position:absolute;inset:0;clip-path:inset(0 0 0 var(--compare,50%));overflow:hidden}
.stitch-try-after:after{content:'';position:absolute;inset:0;background:var(--nail-tint);mix-blend-mode:color;opacity:.16}
.stitch-try-image .compare-label{top:auto;bottom:12px}
.stitch-try-badge{position:absolute;z-index:2;left:10px;top:10px;padding:7px 9px;border:1px solid #ffffffb8;border-radius:18px;background:#fffdf1e8;color:#665338;font-size:7px}
.stitch-try-toolbar{display:flex;gap:6px;padding:9px 1px 0}
.stitch-try-toolbar button{flex:1;padding:9px 4px;border-radius:9px;background:#f2efeb;color:#6c6259;font-size:8px}
.stitch-try-toolbar button:first-child{background:#292522;color:white}
.stitch-photo-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 16px 2px}
.stitch-photo-controls .upload-tile{min-height:59px;border-radius:12px;font-size:10px}
.stitch-photo-controls .upload-tile b{font-size:8px}
.stitch-photo-controls .upload-tile span{font-size:7px}
.stitch-control-group{padding:16px 17px 0}
.stitch-control-group .control-title b{font-size:10px}
.stitch-control-group .control-title>span{font-size:8px;color:#8c7e70}
.stitch-try-style-grid{display:flex;gap:8px;overflow:auto;padding:1px 0 7px;scrollbar-width:none}
.stitch-try-style-grid::-webkit-scrollbar{display:none}
.stitch-try-style{flex:0 0 106px;min-width:0;padding:0 0 8px;border:1px solid var(--stitch-line);border-radius:10px;background:#fff;text-align:left;overflow:hidden;color:var(--stitch-ink)}
.stitch-try-style.picked{border-color:#aa9067;box-shadow:0 0 0 1px #aa9067}
.stitch-try-style img{width:100%;height:84px;display:block;object-fit:cover}
.stitch-try-style b,.stitch-try-style small{display:block;padding:5px 7px 0;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stitch-try-style small{color:#92754d}
.stitch-analysis{display:flex;gap:9px;margin:16px 17px 2px;padding:12px;border-radius:12px;background:#f1efeb}
.stitch-analysis>span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#81704f;color:white;flex:0 0 auto}
.stitch-analysis small{font-size:8px;font-weight:600}
.stitch-analysis p{margin:5px 0 0;color:#776d63;font-size:8px;line-height:1.65}
.stitch-generate{width:calc(100% - 34px);margin-top:13px;border-radius:24px;background:#292522!important;font-size:10px}
.stitch-result-actions{padding-top:7px}
.stitch-result-actions>*{border-radius:18px!important}
.stitch-booking-page{padding-bottom:178px}
.stitch-booking-page .platform-top{height:126px}
.stitch-booking-page .top-title h1{font-size:21px}
.stitch-booking-privilege{display:flex;align-items:center;gap:9px;margin:0 17px 12px;padding:10px 12px;border:1px solid #ece4d7;border-radius:11px;background:#f5f0e7}
.stitch-booking-privilege>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#c4a675;color:white}
.stitch-booking-privilege>div{flex:1;display:grid;gap:2px}
.stitch-booking-privilege small{font-size:7px;color:#927955}
.stitch-booking-privilege b{font-size:9px}
.stitch-booking-privilege div>span{font-size:7px;color:#8e8377}
.stitch-booking-privilege>strong{padding:5px 8px;border-radius:14px;background:#fff;color:#88704b;font-size:7px}
.stitch-booking-service{display:flex;align-items:center;gap:10px;margin:0 17px 9px;padding:11px;border:1px solid var(--stitch-line);border-radius:13px;background:#fff}
.stitch-booking-thumb{width:57px;height:61px;flex:0 0 auto;overflow:hidden;border-radius:9px;background:#eee5dc}
.stitch-booking-thumb img{width:100%;height:100%;object-fit:cover}
.stitch-booking-service>div:nth-child(2){flex:1;min-width:0;display:grid;gap:3px}
.stitch-booking-service small{color:#907956;font-size:6px;letter-spacing:.8px}
.stitch-booking-service b{font:400 12px var(--stitch-serif)}
.stitch-booking-service span{font-size:7px;color:#887d73}
.stitch-booking-service strong{font-size:9px;color:#574635}
.stitch-booking-service em{font-size:7px;font-style:normal;color:#8e8379}
.stitch-booking-service>button{padding:7px 8px;border-radius:15px;background:#f2efeb;color:#65594f;font-size:7px}
.stitch-booking-step{padding:17px 18px 0}
.stitch-booking-step .step-heading h2{font:400 16px var(--stitch-serif);margin:4px 0 10px}
.stitch-booking-step .booking-artist{padding:8px 10px;border-radius:11px}
.stitch-booking-step .booking-artist.selected{border-color:#ad956f;background:#fbf8f2}
.stitch-booking-step .booking-artist>i{background:linear-gradient(140deg,#e8ddcf,#c1a77e);color:#fff}
.stitch-booking-step .booking-artist b{font-size:9px}
.stitch-booking-step .booking-artist small{font-size:7px}
.stitch-booking-step .booking-artist em{font-size:8px;color:#896f48}
.stitch-booking-step-head{display:flex;justify-content:space-between;align-items:center}
.stitch-booking-step-head>span{padding-bottom:11px;color:#8b8076;font-size:7px}
.stitch-booking-page .date-strip{gap:6px}
.stitch-booking-page .date-strip button{min-width:43px;padding:8px 3px;border-radius:10px;background:#fff;border-color:var(--stitch-line)}
.stitch-booking-page .date-strip button.selected{background:#292522;color:white;border-color:#292522}
.stitch-booking-page .time-grid{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}
.stitch-booking-page .time-grid button{padding:11px 4px;border-radius:9px;font-size:8px}
.stitch-booking-page .time-grid button.selected{background:#f1e9da;border-color:#b59a6d;color:#594832}
.stitch-booking-help{margin:8px 0 0;color:#91867d;font-size:7px}
.stitch-booking-summary{position:fixed;z-index:7;bottom:73px;left:50%;transform:translateX(-50%);width:min(760px,100%);display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center;padding:11px 15px;border-top:1px solid var(--stitch-line);background:#fbf9f6ed;backdrop-filter:blur(15px)}
.stitch-booking-summary small,.stitch-booking-summary b,.stitch-booking-summary strong{display:block}
.stitch-booking-summary small{font-size:7px;color:#897e73}
.stitch-booking-summary b,.stitch-booking-summary strong{margin-top:4px;font:400 17px var(--stitch-serif);color:#302a24}
.stitch-booking-summary>button{grid-column:1/4;width:100%;padding:12px;border-radius:24px;background:#292522;color:#fff;font-size:9px}
.stitch-profile .member-welcome>div:first-of-type{min-width:0}
.stitch-profile .member-welcome>div:first-of-type>span{display:block}
.stitch-profile .member-welcome .member-seal{grid-column:3;grid-row:1}
.stitch-profile .member-welcome .member-avatar{grid-row:1}
.stitch-profile .member-welcome>div:nth-child(2){grid-column:2}
.stitch-profile .member-card-top h2{font-family:var(--stitch-serif)}
.stitch-profile .member-card{background:radial-gradient(ellipse at 87% 12%,#665845 0,#38312b 35%,#211f1d 80%)}
.stitch-profile .profile-editorial-grid{margin-bottom:18px}
.stitch-profile .archive-heading h2{font-family:var(--stitch-serif)}
.stitch-profile .profile-content>.stitch-member-history{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.stitch-member-history button{padding:0;position:relative;height:145px;border-radius:10px;overflow:hidden;background:#eee8df}
.stitch-member-history img{width:100%;height:100%;object-fit:cover}
.stitch-member-history button span{position:absolute;left:0;right:0;bottom:0;padding:14px 5px 6px;background:linear-gradient(transparent,#201a17c9);color:white;font-size:7px;text-align:left}
.stitch-member-care,.stitch-member-perks,.stitch-member-preferences{margin:17px 18px 0;padding:14px;border:1px solid var(--stitch-line);border-radius:13px;background:#fff}
.stitch-member-care h3,.stitch-member-perks h3,.stitch-member-preferences h3{font:400 16px var(--stitch-serif);margin:4px 0 8px}
.stitch-member-care p,.stitch-member-perks p{font-size:8px;line-height:1.6;color:#847970;margin:0 0 10px}
.stitch-member-care button,.stitch-member-perks button{padding:8px 11px;border-radius:17px;background:#f0ece5;color:#62533f;font-size:8px}
.stitch-member-perks{background:#25221f;color:#f8f3ec;border-color:#332e28}
.stitch-member-perks p{color:#ddd4c8}
.stitch-member-perks .stitch-perk-line{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-top:1px solid #ffffff25;font-size:8px}
.stitch-member-preferences>div{display:flex;flex-wrap:wrap;gap:6px}
.stitch-member-preferences span{padding:7px 9px;border-radius:16px;background:#f3f0eb;color:#75685a;font-size:7px}
.stitch-member-care,.stitch-member-perks,.stitch-member-preferences{position:relative}
.stitch-member-care h2,.stitch-member-perks h2,.stitch-member-preferences h2{font:400 16px var(--stitch-serif);margin:4px 0 8px}
.stitch-member-care>div:first-child{max-width:76%}
.stitch-member-care p{font-size:8px;line-height:1.6;color:#847970;margin:0 0 10px}
.stitch-member-care .care-cycle-mark{position:absolute;right:16px;top:19px;display:grid;place-items:center;width:49px;height:49px;border:1px solid #d7c7b2;border-radius:50%;font:400 18px var(--stitch-serif);color:#796344}
.care-cycle-mark small{font:6px var(--stitch-sans);letter-spacing:1px}
.stitch-member-care>button,.stitch-member-preferences>button{padding:8px 11px;border-radius:17px;background:#f0ece5;color:#62533f;font-size:8px}
.stitch-member-perks{margin-top:11px}
.member-perk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}
.member-perk-grid article{display:grid;gap:5px;padding:9px 7px;border:1px solid #ffffff25;border-radius:10px;background:#ffffff08}
.member-perk-grid article>span{font-size:12px;color:#cdb48f}
.member-perk-grid b{font-size:8px;font-weight:500}
.member-perk-grid small{font-size:6px;color:#d4ccc1}
.stitch-member-preferences>div:nth-child(2){margin:10px 0}
.stitch-shape-row>button{white-space:nowrap}
@media(min-width:760px){
  .stitch-page .platform-top{height:145px;padding-left:32px;padding-right:32px}
  .stitch-page .top-title{left:32px;top:76px}
  .stitch-page .top-title h1{font-size:30px}
  .home-stitch-search{margin-left:32px;margin-right:32px}
  .stitch-home-hero{height:520px;margin:0 26px}
  .stitch-hero-copy{left:42px;bottom:51px}
  .stitch-hero-copy h2{font-size:51px}
  .stitch-home-shortcuts{padding:17px 28px 0;gap:13px}
  .stitch-home-shortcuts button{min-height:105px;padding:13px}
  .stitch-home-shortcuts b{font-size:11px}
  .stitch-section{padding-left:30px;padding-right:30px}
  .stitch-work-card{flex-basis:225px}
  .stitch-work-image{height:225px}
  .stitch-fit-banner{margin-left:26px;margin-right:26px;padding:27px 32px}
  .stitch-fit-banner h2{font-size:27px}
  .stitch-shop-grid{grid-template-columns:1fr 1fr;gap:14px}
  .stitch-shop-grid .p-shop-cover{height:180px}
  .stitch-address{margin-left:27px;margin-right:27px;padding:16px}
  .stitch-community{padding-left:30px;padding-right:30px}
  .stitch-community>div:last-child>button{height:190px}
  .stitch-gallery-page .stitch-page-intro{margin-left:32px}
  .stitch-gallery-page .stitch-search{margin-left:30px;margin-right:30px}
  .stitch-filter-row,.stitch-shape-row{padding-left:30px;padding-right:30px}
  .stitch-featured-work{padding-left:30px;padding-right:30px}
  .stitch-featured-work .stitch-work-image{height:260px}
  .stitch-featured-work .stitch-work-info h3{font-size:24px}
  .stitch-collection{padding-left:30px;padding-right:30px}
  .stitch-gallery-grid{grid-template-columns:repeat(3,1fr);gap:14px}
  .stitch-gallery-grid .stitch-work-image{height:260px}
  .stitch-gallery-cta{margin-left:30px;margin-right:30px;padding:22px}
  .stitch-detail-page{max-width:860px}
  .stitch-detail-page .platform-top{height:115px}
  .stitch-detail-page .top-title{top:66px}
  .stitch-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) 74px;align-items:start;gap:10px;padding:0 32px}
  .stitch-detail-main-photo{height:510px}
  .stitch-detail-thumbs{display:grid;padding-top:0}
  .stitch-detail-thumbs button{width:72px;height:72px}
  .stitch-detail-copy,.stitch-specs,.stitch-detail-artisan{padding-left:32px;padding-right:32px}
  .stitch-detail-copy h1{font-size:32px}
  .stitch-detail-copy>p{max-width:680px}
  .stitch-ai-callout,.stitch-detail-quote{margin-left:32px;margin-right:32px}
  .stitch-spec-grid{grid-template-columns:repeat(4,1fr)}
  .stitch-tryon-page,.stitch-booking-page{max-width:930px}
  .stitch-try-stage{max-width:680px;margin:0 auto}
  .stitch-try-image{height:475px}
  .stitch-photo-controls,.stitch-control-group,.stitch-analysis{max-width:680px;margin-left:auto;margin-right:auto}
  .stitch-try-style{flex-basis:126px}
  .stitch-try-style img{height:105px}
  .stitch-generate{max-width:640px;margin-left:max(calc((100% - 640px)/2),17px)}
  .stitch-booking-page .booking-step,.stitch-booking-service,.stitch-booking-privilege{margin-left:32px;margin-right:32px}
  .stitch-booking-page .date-strip button{min-width:62px}
  .stitch-booking-page .time-grid{grid-template-columns:repeat(5,1fr)}
  .stitch-booking-summary{width:min(930px,100%);padding-left:32px;padding-right:32px}
  .stitch-profile .member-card{margin-left:34px;margin-right:34px}
  .stitch-profile .member-care,.stitch-profile .stitch-member-care,.stitch-profile .stitch-member-perks,.stitch-profile .stitch-member-preferences{margin-left:34px;margin-right:34px}
}
@media(max-width:380px){.stitch-home-shortcuts{gap:5px;padding-left:14px;padding-right:14px}.stitch-home-shortcuts small{font-size:6px}.stitch-button{padding:0 12px;font-size:9px}.stitch-gallery-grid{gap:7px}.stitch-gallery-grid .stitch-work-image{height:154px}}
