@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600&display=swap');
:root{--paper:#f7efe3;--paper2:#fffaf3;--ink:#2d1e21;--muted:#9b7470;--line:#d9c7b7;--rose:#9f586f;--sage:#778b78;--night:#2a171e;--gold:#ad743b}
#photoNativeRoot, #photoNativeRoot *{box-sizing:border-box}#photoNativeRoot{background:var(--paper);color:var(--ink)}#photoNativeRoot{margin:0;font-family:'Noto Serif TC',serif;background-color:var(--paper);background-image:linear-gradient(rgba(103,78,57,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(103,78,57,.045) 1px,transparent 1px);background-size:26px 26px;min-height:100vh}#photoNativeRoot button,#photoNativeRoot input,#photoNativeRoot select,#photoNativeRoot textarea{font:inherit}#photoNativeRoot .site-head{height:82px;padding:0 max(5vw,28px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,250,243,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}#photoNativeRoot .brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}#photoNativeRoot .brand img{width:52px;height:52px;border-radius:50%}#photoNativeRoot .brand span,#photoNativeRoot .brand b,#photoNativeRoot .brand i{display:block}#photoNativeRoot .brand b{font-weight:600;font-size:20px;letter-spacing:.08em}#photoNativeRoot .brand i{font-size:13px}#photoNativeRoot .site-head nav{display:flex;gap:24px}#photoNativeRoot .site-head nav button{height:82px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--ink);cursor:pointer}#photoNativeRoot .site-head nav button.active{color:var(--rose);border-color:var(--rose)}#photoNativeRoot .native-photo-main{width:min(1240px,calc(100% - 40px));margin:48px auto 80px}#photoNativeRoot .eyebrow{color:var(--gold);font-size:12px;letter-spacing:.24em}#photoNativeRoot .page-intro{display:flex;align-items:end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding-bottom:20px}#photoNativeRoot .page-intro h1{font-size:40px;font-weight:400;letter-spacing:.05em;margin:8px 0}#photoNativeRoot .page-intro p{color:var(--muted);margin:0}#photoNativeRoot .session-summary{max-width:440px;text-align:right;color:var(--ink)}#photoNativeRoot .access-notice{margin:24px 0 0;padding:16px 20px;background:#e6e8df;border-left:4px solid var(--sage);display:flex;justify-content:space-between;gap:20px}#photoNativeRoot .access-notice.linked b{color:#3f6250}#photoNativeRoot .minimum-note{text-align:right;color:var(--muted);font-size:12px;margin:8px 0 20px}#photoNativeRoot .category-nav{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}#photoNativeRoot .category-nav button{padding:10px 17px;background:var(--paper2);color:var(--ink);border:1px solid var(--line);cursor:pointer}#photoNativeRoot .category-nav button.active{background:var(--night);color:#fff;border-color:var(--night)}#photoNativeRoot .shop-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}#photoNativeRoot .product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}#photoNativeRoot .product-card{position:relative;background:var(--paper2);border:1px solid var(--line);min-width:0;overflow:hidden}#photoNativeRoot .product-image{height:220px;background:#eadde0;display:grid;place-items:center;overflow:hidden}#photoNativeRoot .product-image img{width:100%;height:100%;object-fit:contain}#photoNativeRoot .product-image img.chibi{object-fit:contain;padding:24px}#photoNativeRoot .availability{position:absolute;top:12px;left:12px;padding:6px 9px;background:#e8efe5;color:#54715c;font-size:11px;z-index:2}#photoNativeRoot .availability.sold{background:#eee1df;color:#8c5555}#photoNativeRoot .product-body{padding:18px}#photoNativeRoot .product-body h2{font-weight:400;font-size:23px;margin:0 0 8px}#photoNativeRoot .product-description{color:var(--muted);font-size:13px;line-height:1.75;min-height:46px}#photoNativeRoot .price{color:#8a4b24;font-size:18px;margin:12px 0 6px}#photoNativeRoot .product-limit{display:block;color:var(--muted);font-size:12px}#photoNativeRoot .product-actions{display:grid;grid-template-columns:1fr 1.12fr;gap:8px;margin-top:18px}#photoNativeRoot .product-actions button,#photoNativeRoot .primary{min-height:46px;padding:10px 14px;border:1px solid var(--night);background:var(--night);color:#fff;cursor:pointer}#photoNativeRoot .product-actions .outline{background:transparent;color:var(--ink);border-color:var(--line)}#photoNativeRoot .product-actions button.selected{background:var(--sage);border-color:var(--sage)}#photoNativeRoot button:disabled{opacity:.45;cursor:not-allowed}#photoNativeRoot .cart{position:sticky;top:106px;background:var(--night);color:#fff;padding:28px}#photoNativeRoot .cart .eyebrow{color:#dfa6b7}#photoNativeRoot .cart h2{font-size:26px;font-weight:400}#photoNativeRoot .cart .empty{color:#b99c9a}#photoNativeRoot .cart-line{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.18)}#photoNativeRoot .cart-line small{display:block;color:#b99c9a;margin-top:4px}#photoNativeRoot .cart-total{display:flex;justify-content:space-between;padding:18px 0}#photoNativeRoot .cart .primary{width:100%;background:var(--rose);border-color:var(--rose)}#photoNativeRoot .cart-note{font-size:11px;line-height:1.7;color:#d1b9ba}#photoNativeRoot .empty{color:var(--muted)}#photoNativeRoot .bottom-cart{display:none}#photoNativeRoot .order-list{display:grid;gap:16px;margin-top:26px}#photoNativeRoot .round-card{background:var(--paper2);border:1px solid var(--line);padding:20px}#photoNativeRoot .round-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px}#photoNativeRoot .round-head h2{margin:0;font-size:22px}#photoNativeRoot .task-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #eaded2}#photoNativeRoot .task-row:last-child{border-bottom:0}#photoNativeRoot .task-row h3{margin:0 0 4px;font-size:17px}#photoNativeRoot .task-row small{color:var(--muted)}#photoNativeRoot .task-status{color:var(--rose)}#photoNativeRoot .overlay{position:fixed;inset:0;background:rgba(31,24,25,.62);display:grid;place-items:center;padding:24px;z-index:50}#photoNativeRoot .overlay[hidden]{display:none}#photoNativeRoot .dialog{width:min(480px,100%);background:var(--paper2);padding:34px;position:relative}#photoNativeRoot .dialog.success{text-align:center}#photoNativeRoot .seal{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--sage);color:#fff;font-size:28px;margin:0 auto}#photoNativeRoot .example-dialog{width:min(1040px,100%);background:var(--paper2);display:grid;grid-template-columns:1.5fr 1fr;position:relative;max-height:calc(100vh - 48px);overflow:auto}#photoNativeRoot .close{position:absolute;right:16px;top:12px;background:transparent;border:0;font-size:28px;z-index:3;cursor:pointer}#photoNativeRoot .example-gallery{background:#171314;padding:28px;display:grid;grid-template-columns:70px minmax(0,1fr);gap:16px}#photoNativeRoot .example-thumbs{display:flex;flex-direction:column;gap:10px}#photoNativeRoot .example-thumbs button{border:2px solid transparent;padding:0;background:transparent;cursor:pointer}#photoNativeRoot .example-thumbs button.active{border-color:var(--rose)}#photoNativeRoot .example-thumbs img{width:64px;height:76px;object-fit:contain;background:#2b2425}#photoNativeRoot .example-stage{display:grid;place-items:center;min-height:560px}#photoNativeRoot .example-stage img{max-width:100%;max-height:570px;object-fit:contain}#photoNativeRoot .example-copy{padding:48px 38px;display:flex;flex-direction:column}#photoNativeRoot .example-copy h2{font-size:34px;font-weight:400;margin:24px 0 14px}#photoNativeRoot .example-copy>p{color:var(--muted);line-height:1.8}#photoNativeRoot .example-provider{display:flex;align-items:center;gap:12px;margin-top:10px}#photoNativeRoot .example-provider img{width:50px;height:50px;object-fit:contain;border-radius:50%;background:#eadde0}#photoNativeRoot .example-note{padding-top:20px;border-top:1px solid var(--line)}#photoNativeRoot .example-copy .primary{margin-top:auto;background:var(--rose);border-color:var(--rose)}
@media(max-width:980px){#photoNativeRoot .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#photoNativeRoot .shop-grid{grid-template-columns:minmax(0,1fr) 280px}#photoNativeRoot .example-dialog{grid-template-columns:1.25fr 1fr}}
@media(max-width:720px){#photoNativeRoot .site-head{height:68px;padding:0 14px}#photoNativeRoot .brand img{width:40px;height:40px}#photoNativeRoot .brand b{font-size:16px}#photoNativeRoot .brand i{font-size:10px}#photoNativeRoot .site-head nav{gap:8px}#photoNativeRoot .site-head nav button{height:68px;font-size:13px;padding:0 6px}#photoNativeRoot .native-photo-main{width:calc(100% - 24px);margin:25px auto 110px}#photoNativeRoot .page-intro{display:block}#photoNativeRoot .page-intro h1{font-size:30px}#photoNativeRoot .session-summary{text-align:left;margin-top:13px}#photoNativeRoot .access-notice{font-size:13px}#photoNativeRoot .minimum-note{text-align:left}#photoNativeRoot .shop-grid{display:block}#photoNativeRoot .product-grid{grid-template-columns:1fr}#photoNativeRoot .product-card{display:grid;grid-template-columns:126px minmax(0,1fr)}#photoNativeRoot .product-image{height:180px}#photoNativeRoot .product-body{padding:14px}#photoNativeRoot .product-body h2{font-size:19px}#photoNativeRoot .product-description{min-height:0}#photoNativeRoot .product-actions{grid-template-columns:1fr;gap:6px}#photoNativeRoot .product-actions button{min-height:42px}#photoNativeRoot .cart{display:none;position:fixed;inset:auto 10px 84px;z-index:30;max-height:70vh;overflow:auto}#photoNativeRoot .cart.open{display:block}#photoNativeRoot .bottom-cart{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:25;background:var(--paper2);border-top:1px solid var(--line);padding:12px max(12px,env(safe-area-inset-left));justify-content:space-between;align-items:center}#photoNativeRoot .bottom-cart span small,#photoNativeRoot .bottom-cart span b{display:block}#photoNativeRoot .bottom-cart button{background:var(--night);color:#fff;border:0;padding:12px 18px}#photoNativeRoot .example-dialog{display:block;max-height:calc(100vh - 24px)}#photoNativeRoot .overlay{padding:12px}#photoNativeRoot .example-gallery{padding:16px;display:block}#photoNativeRoot .example-thumbs{flex-direction:row;overflow:auto;margin-bottom:10px}#photoNativeRoot .example-stage{min-height:320px}#photoNativeRoot .example-stage img{max-height:390px}#photoNativeRoot .example-copy{padding:28px 20px}#photoNativeRoot .example-copy h2{font-size:28px}#photoNativeRoot .example-copy .primary{margin-top:20px}#photoNativeRoot .task-row{align-items:flex-start;flex-direction:column}#photoNativeRoot .round-head{align-items:flex-start;flex-direction:column;gap:6px}}
@media(max-width:400px){#photoNativeRoot .brand span i{display:none}#photoNativeRoot .product-card{grid-template-columns:104px minmax(0,1fr)}#photoNativeRoot .product-image{height:170px}#photoNativeRoot .product-actions button{font-size:13px;padding:8px}#photoNativeRoot .category-nav button{padding:9px 12px}}


#photoNativeRoot .access-notice{margin:24px 0;padding:18px 20px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(430px,1.5fr);align-items:center;gap:12px 22px}
#photoNativeRoot .access-notice.linked{grid-template-columns:1fr}
#photoNativeRoot .access-copy strong,#photoNativeRoot .access-copy span{display:block}#photoNativeRoot .access-copy strong{font-size:18px}#photoNativeRoot .access-copy span{margin-top:5px;color:#657064;font-size:12px}
#photoNativeRoot .ticket-link-form,#photoNativeRoot .member-link-form{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:8px}#photoNativeRoot .member-link-form{grid-column:2}#photoNativeRoot .ticket-link-form[hidden],#photoNativeRoot .member-link-form[hidden]{display:none}
#photoNativeRoot .ticket-link-form input,#photoNativeRoot .member-link-form select{min-width:0;height:44px;padding:0 12px;background:var(--paper2);border:1px solid #bbaea0;color:var(--ink)}
#photoNativeRoot .ticket-link-form button,#photoNativeRoot .member-link-form button{padding:0 16px;border:0;background:var(--night);color:#fff;cursor:pointer}#photoNativeRoot .ticket-link-form button:disabled,#photoNativeRoot .member-link-form button:disabled{opacity:.55}
#photoNativeRoot .link-status{grid-column:1/-1;margin:0;color:#657064;font-size:12px;min-height:1em}#photoNativeRoot .shop-grid{grid-template-columns:minmax(0,1fr) 300px}#photoNativeRoot .cart{padding:22px}#photoNativeRoot .cart .eyebrow{margin:0 0 8px}#photoNativeRoot .cart h2{font-size:23px;margin:0 0 14px}#photoNativeRoot .cart-line{padding:11px 0}#photoNativeRoot .cart-total{padding:16px 0}#photoNativeRoot .cart-note{margin:12px 0 0}
#photoNativeRoot .identity-switch{grid-column:1/-1;justify-self:start;padding:7px 12px;border:1px solid #9caf9d;border-radius:999px;background:transparent;color:#3f6250;cursor:pointer}#photoNativeRoot .identity-switch:hover{background:rgba(119,139,120,.12)}#photoNativeRoot .access-notice.gate-open .identity-switch{justify-self:end}
@media(max-width:980px){#photoNativeRoot .access-notice{grid-template-columns:1fr}#photoNativeRoot .member-link-form{grid-column:1}}
@media(max-width:720px){#photoNativeRoot .ticket-link-form,#photoNativeRoot .member-link-form{grid-template-columns:1fr}#photoNativeRoot .ticket-link-form button,#photoNativeRoot .member-link-form button{min-height:44px}}

#photoNativeRoot .service-notice{margin:18px 0;padding:18px 22px;border:1px solid #d9cdbb;border-radius:14px;background:#faf6ee;line-height:1.8}#photoNativeRoot .service-notice p{margin:8px 0}#photoNativeRoot .cart-note{line-height:1.8}#photoNativeRoot .task-status{max-width:55%;white-space:normal}


#photoNativeRoot .shop-grid{grid-template-columns:minmax(0,1fr) 260px}#photoNativeRoot .product-grid{gap:20px}#photoNativeRoot .product-card{display:flex;flex-direction:column;border-radius:16px}#photoNativeRoot .product-heading{display:flex;justify-content:space-between;align-items:start;gap:8px;padding:22px 20px 0}#photoNativeRoot .product-heading h2{font-size:24px;font-weight:400;margin:0;overflow-wrap:anywhere}#photoNativeRoot .product-heading .availability{position:static;flex-shrink:0;border-radius:25px}#photoNativeRoot .product-service{margin:8px 20px 0;font-size:12px;color:var(--muted)}#photoNativeRoot .product-image{display:flex;align-items:center;justify-content:center;height:280px;min-height:280px;margin:16px 16px 0;border-radius:100px 100px 14px 14px;background:radial-gradient(ellipse,#fffaf7,#e9dfe0);padding:20px}#photoNativeRoot .product-image img,#photoNativeRoot .product-image img.chibi{display:block;width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;padding:0}#photoNativeRoot .product-card:nth-child(3n+2) .product-image{background:radial-gradient(ellipse,#fffdf3,#e7e4d5)}#photoNativeRoot .product-card:nth-child(3n+3) .product-image{background:radial-gradient(ellipse,#fafcfa,#dfe8e6)}#photoNativeRoot .product-body{display:flex;flex-direction:column;flex:1;padding:20px}#photoNativeRoot .product-description{min-height:0;margin:0 0 12px}#photoNativeRoot .product-actions{grid-template-columns:1fr;margin-top:auto;padding-top:18px}#photoNativeRoot .product-actions button{border-radius:7px}#photoNativeRoot .product-limit{margin-bottom:4px}#photoNativeRoot .cart{border-radius:12px;padding:24px}
@media(min-width:721px) and (max-width:1100px){#photoNativeRoot .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){#photoNativeRoot .shop-grid{display:block}#photoNativeRoot .product-grid{grid-template-columns:1fr}#photoNativeRoot .product-card{display:flex}#photoNativeRoot .product-image{height:300px;min-height:300px}#photoNativeRoot .product-heading h2{font-size:26px}}


#photoNativeRoot .site-loader{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:rgba(247,239,227,.98);color:var(--ink);transition:opacity .42s ease,visibility .42s ease}#photoNativeRoot .site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}#photoNativeRoot .site-loader strong{font-size:20px;font-weight:600;letter-spacing:.12em}#photoNativeRoot .site-loader>span:last-child{font-size:12px;color:var(--muted);letter-spacing:.08em}#photoNativeRoot .loader-mark{position:relative;width:94px;height:94px;margin-bottom:8px}#photoNativeRoot .loader-photo{position:absolute;left:21px;top:13px;width:54px;height:66px;border:5px solid var(--paper2);border-bottom-width:16px;background:linear-gradient(145deg,#e7d6db,#c6d1c5);box-shadow:0 10px 25px rgba(74,48,50,.16);transform:rotate(-5deg);animation:loader-float 1.8s ease-in-out infinite}#photoNativeRoot .loader-photo:after{content:'';position:absolute;left:50%;top:50%;width:18px;height:18px;border-radius:50%;background:rgba(159,88,111,.5);transform:translate(-50%,-65%)}#photoNativeRoot .loader-spark{position:absolute;color:var(--gold);animation:loader-twinkle 1.2s ease-in-out infinite}#photoNativeRoot .spark-one{right:4px;top:6px;font-size:23px}#photoNativeRoot .spark-two{left:4px;bottom:10px;font-size:18px;animation-delay:.45s}@keyframes loader-float{0%,100%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-7px) rotate(-2deg)}}@keyframes loader-twinkle{0%,100%{opacity:.25;transform:scale(.75)}50%{opacity:1;transform:scale(1.15)}}@media(prefers-reduced-motion:reduce){#photoNativeRoot .loader-photo,#photoNativeRoot .loader-spark{animation:none}#photoNativeRoot .site-loader{transition:none}}


#photoNativeRoot .access-notice.access-pending{visibility:hidden}#photoNativeRoot .access-gate-close{display:none}#photoNativeRoot .access-notice.gate-open{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:90;width:min(700px,calc(100% - 28px));margin:0;padding:30px 28px 24px;background:var(--paper2);border:1px solid var(--line);border-left:5px solid var(--sage);border-radius:16px;box-shadow:0 0 0 100vmax rgba(31,24,25,.68),0 24px 70px rgba(31,24,25,.28);grid-template-columns:1fr}#photoNativeRoot .access-notice.gate-open .member-link-form{grid-column:1}#photoNativeRoot .access-notice.gate-open .access-copy strong{font-size:25px;font-weight:400}#photoNativeRoot .access-notice.gate-open .access-copy span{font-size:13px;line-height:1.8;margin-top:8px}#photoNativeRoot .access-notice.gate-open .access-gate-close{display:block;position:absolute;right:13px;top:9px;width:38px;height:38px;border:0;background:transparent;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}#photoNativeRoot .access-notice.linked .access-gate-close{display:none}@media(max-width:720px){#photoNativeRoot .access-notice.gate-open{padding:28px 18px 20px}#photoNativeRoot .access-notice.gate-open .ticket-link-form,#photoNativeRoot .access-notice.gate-open .member-link-form{grid-template-columns:1fr}#photoNativeRoot .access-notice.gate-open .access-copy{padding-right:30px}}


#photoNativeRoot .service-browser{margin:22px 0 16px;padding:20px 22px;background:var(--paper2);border:1px solid var(--line);border-radius:16px}#photoNativeRoot .maid-filter-copy{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px}#photoNativeRoot .maid-filter-copy h2{font-size:20px;font-weight:600;margin:0 0 5px}#photoNativeRoot .maid-filter-copy p,#photoNativeRoot .maid-filter-copy small{margin:0;color:var(--muted);font-size:12px}#photoNativeRoot .maid-nav{display:flex;gap:11px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}#photoNativeRoot .maid-nav button{position:relative;flex:0 0 92px;min-height:118px;padding:9px 7px;border:1px solid var(--line);border-radius:46px 46px 11px 11px;background:#fff;color:var(--ink);cursor:pointer}#photoNativeRoot .maid-nav button.active{background:var(--night);border-color:var(--night);color:#fff}#photoNativeRoot .maid-nav img{display:block;width:66px;height:66px;margin:0 auto 6px;border-radius:50%;object-fit:contain;background:#f1e4e6}#photoNativeRoot .maid-nav span,#photoNativeRoot .maid-nav small{display:block}#photoNativeRoot .maid-nav span{font-size:14px}#photoNativeRoot .maid-nav small{position:absolute;right:5px;top:5px;padding:3px 6px;border-radius:14px;background:#e8efe5;color:#54715c;font-size:9px}#photoNativeRoot .maid-nav button.active small{background:var(--rose);color:#fff}#photoNativeRoot .maid-nav .maid-filter-all{border-radius:11px;display:flex;flex-direction:column;justify-content:center}#photoNativeRoot .maid-nav .maid-filter-all small{position:static;margin-top:5px;background:transparent;color:var(--muted)}#photoNativeRoot .maid-nav .maid-filter-all.active small{color:#d9c5c7}#photoNativeRoot .service-filter-row{display:flex;align-items:center;gap:18px;margin:16px 0}#photoNativeRoot .service-filter-row>strong{flex:0 0 auto;font-size:16px}#photoNativeRoot .service-filter-row .category-nav{margin:0}#photoNativeRoot .product-heading{display:grid;grid-template-columns:1fr auto;grid-template-rows:28px 80px;height:130px;min-height:130px;align-items:start}#photoNativeRoot .product-heading .availability{grid-column:2;grid-row:1}#photoNativeRoot .product-heading h2{grid-column:1/-1;grid-row:2;width:100%;line-height:1.45;padding-top:6px}#photoNativeRoot .product-service{min-height:18px}#photoNativeRoot .product-image{margin-top:12px}@media(max-width:720px){#photoNativeRoot .service-browser{padding:16px 14px}#photoNativeRoot .maid-filter-copy{align-items:start}#photoNativeRoot .maid-filter-copy small{display:none}#photoNativeRoot .maid-nav button{flex-basis:82px;min-height:108px}#photoNativeRoot .maid-nav img{width:58px;height:58px}#photoNativeRoot .service-filter-row{display:block}#photoNativeRoot .service-filter-row>strong{display:block;margin-bottom:10px}#photoNativeRoot .service-filter-row .category-nav{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}#photoNativeRoot .service-filter-row .category-nav button{flex:0 0 auto}#photoNativeRoot .product-heading{grid-template-rows:28px auto;height:auto;min-height:0}#photoNativeRoot .product-heading h2{min-height:0}#photoNativeRoot .product-service{min-height:0}}


#photoNativeRoot .native-photo-main{width:min(1540px,calc(100% - 40px))}
#photoNativeRoot .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1399px){#photoNativeRoot .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:721px) and (max-width:1100px){#photoNativeRoot .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){#photoNativeRoot .native-photo-main{width:calc(100% - 24px)}#photoNativeRoot .product-grid{grid-template-columns:1fr}}



#photoNativeRoot .eyebrow{font-size:13px}#photoNativeRoot .page-intro p,#photoNativeRoot .session-summary{font-size:16px;line-height:1.75}
#photoNativeRoot .access-copy span,#photoNativeRoot .link-status{font-size:14px;line-height:1.75}#photoNativeRoot .ticket-link-form input,#photoNativeRoot .ticket-link-form button,#photoNativeRoot .member-link-form select,#photoNativeRoot .member-link-form button{font-size:15px}
#photoNativeRoot .service-notice{font-size:16px}#photoNativeRoot .service-notice p{line-height:1.85}
#photoNativeRoot .maid-filter-copy p,#photoNativeRoot .maid-filter-copy small{font-size:13px}#photoNativeRoot .maid-nav span{font-size:15px}#photoNativeRoot .maid-nav small{font-size:11px}
#photoNativeRoot .service-filter-row>strong{font-size:18px}#photoNativeRoot .category-nav button{font-size:15px}
#photoNativeRoot .product-service{font-size:13px}#photoNativeRoot .product-description{font-size:15px;line-height:1.8}#photoNativeRoot .product-limit{font-size:13px}#photoNativeRoot .availability{font-size:12px}
#photoNativeRoot .product-actions button,#photoNativeRoot .primary{font-size:15px}#photoNativeRoot .cart .empty{font-size:14px}#photoNativeRoot .cart-line{font-size:14px}#photoNativeRoot .cart-note{font-size:13px}#photoNativeRoot .task-row small{font-size:13px}
@media(max-width:720px){#photoNativeRoot .page-intro p,#photoNativeRoot .session-summary,#photoNativeRoot .service-notice{font-size:15px}#photoNativeRoot .product-description{font-size:14px}#photoNativeRoot .maid-nav span{font-size:14px}}


#photoNativeRoot .product-image{height:280px;min-height:280px;margin:14px 14px 0;padding:11px;border:1px solid #ddcfc1;border-radius:12px;background:#f3ece5;box-shadow:inset 0 0 0 5px rgba(255,253,249,.62)}
#photoNativeRoot .product-image img,#photoNativeRoot .product-image img.chibi{width:100%;height:100%;object-fit:contain;padding:0}
#photoNativeRoot .product-image.is-photo{background:#f7f2eb}
#photoNativeRoot .product-image.is-photo img{border-radius:8px;background:#fffdfa;box-shadow:0 5px 16px rgba(74,48,50,.10)}
#photoNativeRoot .product-image.is-chibi{padding:22px;background:radial-gradient(circle at 50% 42%,#fffaf7 0,#eee3e5 72%,#e7dcde 100%)}
#photoNativeRoot .product-card:nth-child(3n+2) .product-image,#photoNativeRoot .product-card:nth-child(3n+3) .product-image{background:#f3ece5}
#photoNativeRoot .product-card:nth-child(3n+2) .product-image.is-chibi,#photoNativeRoot .product-card:nth-child(3n+3) .product-image.is-chibi{background:radial-gradient(circle at 50% 42%,#fffaf7 0,#eee3e5 72%,#e7dcde 100%)}
@media(max-width:720px){#photoNativeRoot .product-image{height:290px;min-height:290px;margin:12px 12px 0;padding:9px}#photoNativeRoot .product-image.is-chibi{padding:20px}}


#photoNativeRoot .order-confirm-dialog{width:min(620px,100%);border-radius:16px}#photoNativeRoot .confirm-role{padding:12px 15px;background:#e8efe5;color:#3f6250;border-radius:8px}#photoNativeRoot .confirm-order-items{display:grid;gap:8px;margin:18px 0}#photoNativeRoot .confirm-order-line{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid var(--line)}#photoNativeRoot .confirm-order-line span,#photoNativeRoot .confirm-order-line small{display:block}#photoNativeRoot .confirm-order-line small{margin-top:4px;color:var(--muted)}#photoNativeRoot .confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}#photoNativeRoot .confirm-actions button,#photoNativeRoot .receipt-refresh{min-height:44px;padding:9px 14px}#photoNativeRoot .outline{background:transparent;color:var(--ink);border:1px solid var(--line);cursor:pointer}#photoNativeRoot .receipt-refresh{margin-top:18px}#photoNativeRoot .receipt-summary{margin-top:14px;padding:22px;background:var(--paper2);border:1px solid var(--line);border-radius:14px}#photoNativeRoot .receipt-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}#photoNativeRoot .receipt-columns h3{margin:0 0 10px}#photoNativeRoot .receipt-line{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #eaded2}#photoNativeRoot .receipt-line span,#photoNativeRoot .receipt-line small{display:block}#photoNativeRoot .receipt-line small{margin-top:3px;color:var(--muted)}#photoNativeRoot .receipt-totals{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}#photoNativeRoot .receipt-totals strong{font-size:19px;color:var(--rose)}#photoNativeRoot .receipt-alert{margin:0 0 16px;padding:12px 14px;background:#fff0d8;color:#864f14;border-left:4px solid #c98735}#photoNativeRoot .orders-subtitle{margin:32px 0 0;font-weight:400}@media(max-width:720px){#photoNativeRoot .receipt-columns{grid-template-columns:1fr}#photoNativeRoot .receipt-totals{display:grid;justify-content:stretch;gap:8px}#photoNativeRoot .confirm-actions{grid-template-columns:1fr}}


#photoNativeRoot.is-embedded .site-loader{position:absolute}
#photoNativeRoot.is-embedded .site-head{height:58px;padding:0 20px;justify-content:flex-end}
#photoNativeRoot.is-embedded .site-head .brand{display:none}
#photoNativeRoot.is-embedded .site-head nav{width:100%;justify-content:center;gap:12px}
#photoNativeRoot.is-embedded .site-head nav button{height:58px;padding:0 22px}
#photoNativeRoot.is-embedded main{width:min(1480px,calc(100% - 24px));margin:24px auto 70px}
#photoNativeRoot.is-embedded .page-intro h1{font-size:34px}
@media(max-width:720px){#photoNativeRoot.is-embedded .site-head{height:54px;padding:0 8px}#photoNativeRoot.is-embedded .site-head nav button{height:54px;padding:0 10px}#photoNativeRoot.is-embedded main{width:calc(100% - 16px);margin:16px auto 92px}#photoNativeRoot.is-embedded .page-intro h1{font-size:27px}}
