.combo-section{padding-top:48px;padding-bottom:48px;background:#fff}.combo-section>header{text-align:center;margin-bottom:28px}.combo-section h2{font-size:clamp(28px,4vw,52px);letter-spacing:-.04em;margin:10px 0}.combo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.combo-card{padding:30px;border-radius:20px;text-align:center;background:#f1e8fc;min-width:0;display:flex;flex-direction:column;align-items:center}.combo-trio{background:#fff2bd}.combo-card h3{font-size:clamp(28px,3vw,42px);color:#652d90;margin:0}.combo-card p{margin:8px 0 16px}.combo-art,.combo-fallback{width:100%;height:300px;object-fit:contain;margin-bottom:20px}.combo-fallback{display:flex;align-items:center;justify-content:center;gap:8px}.combo-fallback img{min-width:0;flex:1;width:0;max-height:100%;object-fit:contain;border-radius:12px}.combo-price{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:auto;margin-bottom:18px}.combo-price strong{font-size:36px;color:#652d90}.combo-price del{color:#766e80}.combo-price span{padding:6px 10px;border-radius:20px;background:#e7d7f7;color:#572477;font-size:13px}.combo-card .button{width:100%;justify-content:center}.combo-section>.meta{text-align:center;margin-top:16px}.combo-builder{padding-top:38px;padding-bottom:50px}.combo-builder h1{font-size:clamp(32px,5vw,52px)}.combo-slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:24px 0}.combo-slot{min-width:0;border:1px solid #e7dced;border-radius:16px;padding:20px;background:#fff}.combo-slot legend{font-weight:700;color:#652d90;padding:0 8px}.combo-slot>img{width:100%;height:210px;object-fit:contain;margin-bottom:15px}.combo-slot select{max-width:100%;width:100%}.combo-summary{padding:24px;border-radius:16px;background:#f4edfb}.combo-summary>strong{font-size:24px}.combo-summary .button{margin-top:12px}.combo-summary [role=alert]{color:#9e233b}@media(max-width:640px){.combo-grid{grid-template-columns:1fr;gap:18px}.combo-card{padding:22px}.combo-art,.combo-fallback{height:240px}.combo-section{padding-top:30px;padding-bottom:30px}.combo-slots{grid-template-columns:1fr}.combo-slot>img{height:180px}}
/* Photo picker: normal document flow keeps mobile options clear of the next item. */
.combo-picker{margin:0 0 20px}.combo-picker-trigger{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px 14px;width:100%;padding:14px;border:1px solid #d8c6e8;border-radius:14px;background:#faf7fd;color:#291b36;text-align:left;font:inherit;cursor:pointer}.combo-picker-trigger img{width:64px;height:72px;object-fit:contain;grid-row:span 2;border-radius:8px;background:white}.combo-picker-trigger span{font-weight:700}.combo-picker-trigger small{color:#713c92;grid-column:2}.combo-picker-trigger img[hidden]+span{grid-column:1/-1}.combo-picker-trigger img[hidden]~small{grid-column:1/-1}.combo-picker-panel{padding:14px;margin-top:8px;border:1px solid #dfd1eb;border-radius:14px;background:white;box-shadow:0 8px 25px #45245c0d}.combo-picker-panel input{width:100%;padding:12px;border:1px solid #d8c6e8;border-radius:8px;margin-bottom:12px;font:inherit}.combo-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;max-height:370px;overflow-y:auto;padding:3px}.combo-picker-choice{display:flex;flex-direction:column;gap:8px;align-items:center;padding:8px;border:2px solid #eee7f4;border-radius:12px;background:white;color:#291b36;font:inherit;font-size:13px;cursor:pointer;text-align:center}.combo-picker-choice img{width:100%;height:112px;object-fit:contain;border-radius:6px}.combo-picker-choice[aria-pressed=true]{border-color:#7634a3;background:#f5edfc}.combo-picker-choice:hover{border-color:#b18bce}.combo-picker button:focus-visible,.combo-picker input:focus-visible{outline:3px solid #7634a3;outline-offset:2px}.combo-picker [hidden],.combo-slot>[hidden]{display:none!important}.combo-slot>img{border-radius:12px;background:#faf8fc}

/* v2.1.2: compact item cards and intrinsic image proportions. */
.combo-builder .combo-slots{grid-template-columns:repeat(auto-fit,minmax(240px,340px));align-items:start;gap:22px}
.combo-builder .combo-slot{box-sizing:border-box;width:100%;margin:0;padding:16px;border-color:#e9e0ef;border-radius:18px;box-shadow:0 5px 20px #35204206}
.combo-builder .combo-slot>img{display:block;width:auto;height:auto;max-width:100%;max-height:340px;object-fit:contain;margin:4px auto 16px;border-radius:10px;background:transparent}
.combo-builder .combo-picker{margin-bottom:16px}
.combo-builder .combo-picker-trigger{padding:12px;gap:5px 12px;border-radius:12px;background:#fcfaff}
.combo-builder .combo-picker-trigger img{width:48px;height:auto;max-height:64px;background:transparent;object-fit:contain}
.combo-builder .combo-picker-trigger span{font-size:14px;line-height:1.4}
.combo-builder .combo-picker-trigger small{font-size:12px}
.combo-builder .combo-slot select{min-height:44px;border-radius:10px}
.combo-builder .combo-picker-choice img{width:auto;max-width:100%;height:auto;max-height:112px;margin:auto}
.combo-builder .combo-picker-choice{min-height:145px}
.combo-builder .combo-summary{max-width:1064px;box-sizing:border-box}
@media(max-width:640px){
 .combo-builder .combo-slots{grid-template-columns:minmax(0,380px);justify-content:center;gap:18px}
 .combo-builder .combo-slot{padding:14px}
 .combo-builder .combo-slot>img{max-height:320px}
}

.sg-dialog{box-sizing:border-box;width:min(860px,calc(100% - 28px));max-height:88dvh;margin:auto;padding:26px;border:1px solid #e8deee;border-radius:20px;background:#fff;color:#281b32;box-shadow:0 24px 90px #21122e33;overflow:auto}.sg-dialog::backdrop{background:#21122e80}.sg-header{position:relative;text-align:center;padding:0 38px 20px;border-bottom:1px solid #eee7f4}.sg-brand{font-size:12px;font-weight:700;letter-spacing:.22em;color:#763b98;margin:0 0 9px}.sg-header h2{font-size:20px;line-height:1.4;margin:0;font-weight:600}.sg-close{position:absolute;right:-10px;top:-14px;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:#34233f;font-size:30px;cursor:pointer}.sg-units{display:flex;justify-content:center;margin:22px auto;gap:0}.sg-units button{font:inherit;font-size:13px;font-weight:600;padding:10px 24px;border:1px solid #713395;background:#fff;color:#713395;cursor:pointer}.sg-units button:first-child{border-radius:8px 0 0 8px}.sg-units button:last-child{border-radius:0 8px 8px 0}.sg-units button[aria-pressed=true]{color:#fff;background:#713395}.sg-table-wrap{overflow-x:auto;margin-top:20px;border-radius:10px}.sg-table{border-collapse:collapse;width:100%;font-size:14px;white-space:nowrap}.sg-table caption{padding:0 0 20px;font-weight:500;font-size:14px;color:#66556e}.sg-table th,.sg-table td{padding:14px 16px;border:1px solid #e8e1ee;text-align:center}.sg-table thead th{background:#e9dff2;font-weight:600}.sg-table tbody th{text-align:left;font-weight:500;white-space:normal;min-width:150px}.sg-table tbody tr:nth-child(even){background:#f7f4fa}.sg-note{margin-top:22px;color:#6b5d73;font-size:13px;line-height:1.8;white-space:normal}.sg-scroll-hint{display:none;color:#766280;font-size:12px}.sg-dialog button:focus-visible,.sg-table-wrap:focus-visible{outline:2px solid #783ea0;outline-offset:3px}body:has(.sg-dialog[open]){overflow:hidden}@media(max-width:640px){.sg-dialog{padding:20px 14px;border-radius:16px}.sg-header h2{font-size:17px}.sg-table{font-size:13px}.sg-table th,.sg-table td{padding:12px}.sg-table tbody th{min-width:130px}.sg-scroll-hint{display:block}}

.choosy-stock-status{display:flex;align-items:center;gap:7px;margin:10px 0 16px;padding:0;color:#653587;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.01em}.choosy-stock-status::before{content:"";flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:#8a5ca6}.choosy-stock-status.is-empty{color:#806d78}.choosy-stock-status.is-empty::before{background:#998891}.choosy-stock-status[hidden]{display:none!important}.combo-slot .choosy-stock-status{margin:8px 0 0}

/* CHOOSY mobile content layout. Loaded after dashboard theme styles.
   Uploads fill a reserved image area; copy stays in normal document flow. */
@media(max-width:760px){
 .store-body .hero-stage{width:calc(100% - 28px);margin-top:10px;margin-bottom:24px;border-radius:18px}
 .store-body .hero-stage .hero-slide{display:flex;flex-direction:column;align-items:stretch;gap:18px;height:auto;min-height:0;padding:22px 20px 64px;overflow:visible}
 .store-body .hero-stage .hero-slide[hidden]{display:none!important}
 .store-body .hero-editorial{width:100%;max-width:none;min-width:0;padding:0}
 .store-body .hero-editorial .eyebrow{font-size:11px;line-height:1.5;letter-spacing:.12em;margin:0 0 10px;overflow-wrap:anywhere}
 .store-body .hero-editorial h1{font-size:clamp(30px,8.5vw,44px);line-height:1.08;letter-spacing:-.035em;max-width:100%;margin:0 0 12px;white-space:normal;overflow-wrap:anywhere;text-wrap:balance}
 .store-body .hero-editorial h1 br{display:initial}
 .store-body .hero-deck{font-size:14px;line-height:1.55;max-width:100%;margin:0 0 16px;overflow-wrap:anywhere}
 .store-body .hero-action-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
 .store-body .hero-action-row .golden{min-height:46px;max-width:100%;padding:11px 18px;gap:18px;font-size:14px;white-space:normal;overflow-wrap:anywhere}
 .store-body .hero-price{display:flex;flex-direction:column;gap:0;padding-left:12px;color:inherit}
 .store-body .hero-price strong{font-size:21px;line-height:1.2;color:inherit}
 .store-body .hero-price small{font-size:11px;color:inherit;opacity:.8}
 .store-body .hero-footnote{display:none}
 .store-body .hero-stage .hero-model-panel,.store-body .hero-stage .custom-hero-art,.store-body .hero-stage .hero-collage{position:relative;inset:auto;transform:none;width:100%;max-width:100%;min-width:0;margin:0;align-self:stretch;flex:none;height:auto}
 .store-body .hero-model-panel{box-shadow:none;border-radius:12px}
 .store-body .hero-model-panel>img{display:block;width:100%;height:auto;aspect-ratio:3/2;max-height:none;min-height:0;flex:none;object-fit:contain;background:#fff}
 .store-body .model-panel-label{padding:8px 10px;gap:8px;font-size:10px;flex-wrap:wrap}
 .store-body .model-price-label{padding:8px 10px;font-size:12px;line-height:1.4}
 .store-body .custom-hero-art{aspect-ratio:3/2;border-radius:12px;background:#fff}
 .store-body .custom-hero-art picture{display:block;width:100%;height:100%}
 .store-body .custom-hero-art img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
 .store-body .hero-collage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .store-body .hero-collage .hero-product{position:relative;inset:auto;transform:none;width:100%;max-width:none;margin:0;padding:6px 6px 0}
 .store-body .hero-product figcaption{padding:8px 2px;font-size:10px;gap:4px;flex-wrap:wrap}
 .store-body .hero-product figcaption span{font-size:11px}
 .store-body .hero-sticker,.store-body .hero-orbit{display:none}
 .store-body .hero-stage .hero-navigation{left:20px;right:20px;bottom:8px;width:auto;gap:10px;justify-content:flex-start;min-height:44px}
 .store-body .hero-dots{gap:2px}.store-body .hero-dots button,.store-body .hero-dots button[aria-pressed=true]{width:44px;height:44px}
 .store-body .hero-dots button:after{left:18px}.store-body .hero-dots button[aria-pressed=true]:after{left:10px}
 .store-body .hero-counter{font-size:12px}.store-body .hero-arrows{display:none}
 .store-body .combo-section{padding-top:28px;padding-bottom:28px}
 .store-body .combo-section>header{margin-bottom:20px}
 .store-body .combo-section h2{font-size:clamp(26px,7vw,34px);line-height:1.15;overflow-wrap:anywhere}
 .store-body .combo-section>header p:not(.eyebrow){font-size:14px;line-height:1.5}
 .store-body .combo-grid{grid-template-columns:minmax(0,1fr);gap:18px}
 .store-body .combo-card{padding:22px 18px;border-radius:18px;gap:0}
 .store-body .combo-card h3{font-size:30px;line-height:1.15;overflow-wrap:anywhere}
 .store-body .combo-card>p{font-size:14px;margin:8px 0 18px}
 .store-body .combo-fallback{height:auto;align-items:start;gap:8px;margin:0 0 18px}
 .store-body .combo-fallback img{width:0;flex:1;aspect-ratio:1;max-height:none;object-fit:contain;border-radius:10px}
 .store-body .combo-art{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;margin:0 0 18px;border-radius:10px}
 .store-body .combo-price{margin:0 0 16px;gap:10px;flex-wrap:wrap}
 .store-body .combo-price strong{font-size:30px}.store-body .combo-price del{font-size:14px}.store-body .combo-price span{font-size:12px;padding:5px 8px}
 .store-body .combo-card .button{min-height:48px;padding:12px 16px;font-size:15px;white-space:normal}
 .store-body input:not([type=checkbox]):not([type=radio]),.store-body select,.store-body textarea{font-size:16px}
 .store-body .combo-picker-trigger{min-height:48px}.store-body .combo-picker-choice{min-height:145px}
 .store-body .nav-row{gap:12px}.store-body .nav-actions{gap:8px;flex-shrink:0}
 .store-body .brand img.brand-art{max-width:min(42vw,180px);height:auto;object-fit:contain}
 .store-body .section-title,.store-body .combo-summary{overflow-wrap:anywhere}
}
/* v2.1.6: compact checkout without reducing input or button touch areas. */
@media(max-width:640px){
 .store-body .checkout-page{padding-top:20px;padding-bottom:32px}
 .store-body .checkout-page>.eyebrow{display:none}
 .store-body .checkout-page>h1{font-size:28px;margin-bottom:20px}
 .store-body .checkout-layout{grid-template-columns:minmax(0,1fr);gap:18px}
 .store-body .checkout-page .form-section{margin-bottom:16px;padding-bottom:16px}
 .store-body .checkout-page .form-section h2{font-size:18px;margin-bottom:12px}
 .store-body .checkout-page .field{gap:5px;margin-bottom:12px}
 .store-body .checkout-page .field>span{font-size:13px;line-height:1.4}
 .store-body .checkout-page input:not([type=checkbox]):not([type=radio]),.store-body .checkout-page select{min-height:44px;padding:9px 11px;font-size:16px;width:100%}
 .store-body .checkout-page textarea{min-height:64px;height:72px;padding:9px 11px;font-size:16px;line-height:1.4;width:100%;resize:vertical}
 .store-body .checkout-page .payment-option{padding:12px 14px}
 .store-body .checkout-page .payment-option p{margin-top:2px;font-size:13px}
 .store-body .checkout-page .checkbox-line{margin:14px 0 10px;font-size:13px;line-height:1.5;min-height:44px;align-items:center}
 .store-body .checkout-page .meta{font-size:12px;line-height:1.5;margin-bottom:0}
 .store-body .checkout-page .order-summary{padding:18px;border-radius:14px;position:static}
 .store-body .checkout-page .order-summary h2{font-size:20px;margin-bottom:12px}
 .store-body .checkout-page .checkout-item{padding:10px 0;font-size:13px}
 .store-body .checkout-page .summary-line{padding:9px 0}
 .store-body .checkout-page .button{min-height:48px}
 .checkout-optional{margin:0 0 8px;min-width:0}
 .checkout-optional summary{display:list-item;cursor:pointer;min-height:44px;padding:10px 0;font-size:13px;color:#713995}
 .checkout-optional .field{margin-top:4px}
}
