@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-JiV4gZDp.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Medium-ChhwLuLx.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-SemiBold-ConD-CtJ.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Bold-C62YTul5.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraBold-C9dNO30i.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Libre Baskerville;src:url(/assets/LibreBaskerville-Regular-CMfZf3b2.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Libre Baskerville;src:url(/assets/LibreBaskerville-Bold-CYdWhdBs.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--black: #232323;--cream: #f7f5f1;--sand: #cbb8a6;--taupe: #bda792;--brown: #5e452d;--white: #ffffff;--line: rgba(35, 35, 35, .12);--shadow: 0 24px 60px rgba(35, 35, 35, .12);font-family:Poppins,system-ui,sans-serif;color:var(--black);background:var(--cream)}*{box-sizing:border-box}body{margin:0;background:var(--cream)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}main{overflow:visible}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:14px clamp(16px,4vw,44px);background:#f7f5f1f0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-mark,.footer-brand{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;color:var(--black);font-weight:800;letter-spacing:.18em;text-transform:uppercase}.brand-mark img{display:block;width:clamp(168px,18vw,250px);height:auto}.footer-brand img{width:210px;max-width:100%}.brand-camera{display:grid;place-items:center;width:38px;height:30px;border:4px solid var(--black);border-radius:5px;line-height:1}.main-nav,.header-actions,.hero-actions,.icon-row,.trust-bar,.filter-row{display:flex;align-items:center}.main-nav{justify-content:center;gap:6px}.main-nav button,.nav-dropdown>button,.text-link{border:0;background:transparent;color:var(--black);font-size:.9rem;font-weight:600}.main-nav button{padding:10px}.main-nav button.active{color:var(--brown)}.nav-dropdown{position:relative}.dropdown-panel{position:absolute;top:42px;left:0;width:230px;display:grid;gap:4px;padding:10px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow)}.dropdown-panel button{text-align:left}.header-actions{justify-content:flex-end;gap:8px}.icon-button,.cart-button{display:inline-grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--black)}.cart-button{position:relative}.cart-button span{position:absolute;top:-5px;right:-4px;display:grid;place-items:center;width:20px;height:20px;border-radius:999px;background:var(--brown);color:var(--white);font-size:.72rem}.search-overlay{position:fixed;inset:0;z-index:60;display:grid;place-items:start center;padding:clamp(18px,5vw,56px)}.search-backdrop{position:absolute;inset:0;border:0;background:#23232357;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.search-panel{position:relative;width:min(760px,100%);max-height:min(720px,calc(100vh - 36px));overflow:auto;padding:clamp(20px,4vw,34px);border:1px solid var(--line);border-radius:8px;background:var(--cream);box-shadow:0 30px 90px #23232338;animation:search-panel-in .22s ease both}.search-panel-header{display:flex;justify-content:space-between;gap:18px;margin-bottom:22px}.search-panel-header h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05}.search-input-wrap{display:flex;align-items:center;gap:12px;padding:0 18px;min-height:58px;border:1px solid var(--line);border-radius:999px;background:var(--white)}.search-input-wrap input{width:100%;border:0;outline:0;background:transparent;color:var(--black)}.search-results{display:grid;gap:10px;margin-top:18px}.search-results button,.search-empty{display:grid;gap:5px;width:100%;padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;color:var(--black);text-align:left}.search-results button{transition:transform .18s ease,border-color .18s ease,background .18s ease}.search-results button:hover{transform:translateY(-1px);border-color:#5e452d47;background:var(--white)}.search-results span{color:var(--brown);font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.search-results strong{font-size:1.02rem}.search-results small,.search-empty p{color:#232323b3;font-size:.92rem;line-height:1.5}.search-empty p{margin:0}@keyframes search-panel-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.menu-button{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button-primary{background:var(--black);color:var(--white);box-shadow:0 12px 30px #23232324}.button-secondary{background:var(--white);border-color:var(--line);color:var(--black)}.button-ghost{background:transparent;color:var(--black)}.hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:clamp(30px,5vw,70px);min-height:calc(100vh - 76px);align-items:center;padding:clamp(24px,4vw,54px) clamp(18px,5vw,72px) 36px;background:linear-gradient(90deg,var(--cream) 0%,var(--white) 100%)}.hero h1,.page-heading h1,.section-heading h2,.story-copy p:first-child{font-family:Libre Baskerville,serif}.hero h1{max-width:650px;margin:0;font-size:clamp(3rem,9vw,7.5rem);line-height:.98;letter-spacing:0;text-transform:uppercase}.slogan-image{display:block;width:min(100%,620px);height:auto;margin:0 0 20px}.hero h1 span{display:block}.hero-copy>p:not(.eyebrow),.page-heading p,.section-heading p,.product-summary p,.story-copy p,.product-card p,.step-card p,.cart-summary p,.checkout-summary p{color:#232323b8;line-height:1.75}.cart-summary .delivery-method-card,.checkout-summary .delivery-method-card{display:grid;gap:10px;padding:14px;border:1px solid rgba(94,69,45,.22);background:#f7f5f1cc;min-width:0}.delivery-method-card h3{margin:0}.cart-summary .delivery-method-card label,.checkout-summary .delivery-method-card label{display:flex;gap:9px;align-items:flex-start;cursor:pointer;min-width:0}.delivery-method-card input[type=radio]{flex:0 0 18px;width:18px;min-width:18px;height:18px;min-height:18px;margin:3px 0 0;padding:0}.cart-summary .delivery-method-card label span,.checkout-summary .delivery-method-card label span{display:grid;gap:2px;min-width:0}.delivery-method-card small,.cart-storage-note{color:#666;font-size:.84rem}.pickup-payment-card{margin-top:10px;min-width:0}.pickup-payment-card .cash-agreement{margin-top:4px;padding:10px 12px;background:#fff8e1b3;border:1px solid rgba(200,150,20,.3);border-radius:8px}.admin-cash-warning{color:#b8860b;font-weight:600;font-size:.9rem}.cart-restoration-error{color:#c62828;font-weight:600;background:#c628280f;padding:8px 12px;border-radius:6px;border:1px solid rgba(198,40,40,.2)}.checkout-summary .payment-summary,.cart-summary .payment-summary{display:grid;gap:4px;padding:14px;border:1px solid rgba(94,69,45,.22);background:#f7f5f1cc;border-radius:8px;margin-top:4px;min-width:0;max-width:100%}.payment-summary h3{margin:0 0 6px;font-size:1rem}.payment-summary-line{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:.9rem}.payment-summary-line strong{font-weight:700;text-align:right;white-space:nowrap}.payment-summary-discount,.payment-summary-discount strong{color:#2e7d32}.payment-summary-total{padding-top:6px;margin-top:2px;border-top:1px solid rgba(94,69,45,.18);font-size:1.05rem;font-weight:700}.payment-summary-note{font-size:.8rem;color:#666;margin:2px 0 0}.hero-copy>p:not(.eyebrow){max-width:540px;font-size:1.05rem}.hero-actions{gap:18px;margin-top:30px}.text-link{display:inline-flex;align-items:center;gap:8px}.eyebrow{margin:0 0 12px;color:var(--brown);font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero-image{position:relative;min-height:560px;border-radius:0;overflow:hidden;background:var(--sand);box-shadow:var(--shadow)}.hero-image img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:64% 50%;display:block}.section,.page-section,.product-page{padding:clamp(58px,8vw,112px) clamp(18px,5vw,72px)}.beige-section,.signup-section{background:#eee6dc}.scroll-reveal{opacity:0;transform:translateY(34px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.scroll-reveal .product-card,.scroll-reveal .step-card,.scroll-reveal .faq-list details,.scroll-reveal .trust-bar span{opacity:0;transform:translateY(18px);transition:opacity .62s ease,transform .62s cubic-bezier(.2,.7,.2,1)}.scroll-reveal.is-visible .product-card,.scroll-reveal.is-visible .step-card,.scroll-reveal.is-visible .faq-list details,.scroll-reveal.is-visible .trust-bar span{opacity:1;transform:translateY(0)}.scroll-reveal.is-visible .product-card:nth-child(2),.scroll-reveal.is-visible .step-card:nth-child(2),.scroll-reveal.is-visible .faq-list details:nth-child(2),.scroll-reveal.is-visible .trust-bar span:nth-child(2){transition-delay:.11s}.scroll-reveal.is-visible .product-card:nth-child(3),.scroll-reveal.is-visible .step-card:nth-child(3),.scroll-reveal.is-visible .faq-list details:nth-child(3),.scroll-reveal.is-visible .trust-bar span:nth-child(3){transition-delay:.21s}.scroll-reveal.is-visible .trust-bar span:nth-child(4){transition-delay:.31s}@media(prefers-reduced-motion:reduce){.scroll-reveal,.scroll-reveal .product-card,.scroll-reveal .step-card,.scroll-reveal .faq-list details,.scroll-reveal .trust-bar span{opacity:1;transform:none;transition:none}}.section-heading,.page-heading{max-width:760px;margin-bottom:32px}.section-heading.centered{margin-inline:auto;text-align:center}.section-heading h2,.page-heading h1{margin:0;font-size:clamp(2rem,4vw,4.25rem);line-height:1.08}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.section-heading button{border:0;border-bottom:1px solid var(--black);background:transparent;font-weight:700}.compact-heading{max-width:1040px;align-items:center}.compact-heading>div{max-width:620px}.compact-heading h2{font-size:clamp(2rem,3.2vw,3.4rem)}.compact-heading>p{max-width:360px;margin:0}.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:clamp(20px,4vw,48px);max-width:1180px;margin:0 auto 34px}.home-section-heading>div{max-width:720px}.home-section-heading h2,.home-text-heading h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(2rem,4.2vw,4.1rem);line-height:1.12;letter-spacing:0}.home-section-heading .text-link{flex:0 0 auto;align-self:end;padding-bottom:8px;border-bottom:1px solid var(--black)}.home-section-heading-centered{display:block;max-width:720px;text-align:center}.home-text-heading{display:grid;align-content:start;justify-items:start;gap:18px;max-width:520px}.product-grid,.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card,.step-card,.cart-item,.cart-summary,.checkout-summary,.contact-card{background:var(--white);border:1px solid var(--line);border-radius:8px}.product-card{display:grid;gap:18px;padding:14px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px -8px #00000026;border-color:var(--sand)}.product-visual{position:relative;display:grid;place-items:center;min-height:260px;overflow:hidden;background:linear-gradient(145deg,var(--cream),var(--sand))}.product-visual img{width:100%;height:100%;min-height:inherit;object-fit:cover;display:block;transition:transform .4s ease}.product-card:hover .product-visual img{transform:scale(1.03)}.product-visual-large{min-height:620px}.tone-grad{background:linear-gradient(145deg,var(--cream),#efe7dd)}.tone-designed{background:linear-gradient(145deg,var(--taupe),var(--cream))}.coming-soon-visual{display:grid;place-items:center;align-content:center;gap:8px;width:100%;min-height:inherit;padding:28px;text-align:center;background:linear-gradient(145deg,#f7f5f1f2,#eee6dcf2),linear-gradient(135deg,transparent 0 48%,rgba(94,69,45,.12) 48% 52%,transparent 52% 100%)}.coming-soon-visual strong{font-family:Libre Baskerville,serif;font-size:clamp(2rem,4vw,4rem)}.coming-soon-visual p{margin:0;color:#232323ad}.coming-soon-note{padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#eee6dc;color:var(--black)!important;font-weight:700}.magnet-stack{position:relative;width:180px;height:220px}.magnet-card{position:absolute;width:130px;aspect-ratio:2 / 3;background:var(--white);box-shadow:0 16px 44px #23232324}.magnet-card:nth-child(1){left:0;top:32px;transform:rotate(-10deg)}.magnet-card:nth-child(2){right:0;top:12px;background:var(--black);transform:rotate(8deg)}.magnet-card:nth-child(3){left:42px;bottom:0;background:#f2ece5}.product-visual span{position:absolute;bottom:18px;left:18px;max-width:calc(100% - 36px);padding:8px 12px;border-radius:999px;background:#f7f5f1e6;font-weight:800}.gallery-view-larger{position:absolute;bottom:18px;left:18px;padding:6px 14px;border-radius:999px;background:#f7f5f1e6;border:none;font-size:.82rem;font-weight:600;cursor:pointer;letter-spacing:.01em;z-index:4}.gallery-view-larger:hover{background:#f7f5f1}.product-gallery{display:grid;gap:12px}.gallery-main{position:relative;width:100%;min-height:620px;background:var(--sand);overflow:hidden}.gallery-image-button{display:block;width:100%;height:100%;min-height:inherit;padding:0;border:0;background:transparent}.gallery-main picture,.gallery-image-button picture,.lightbox-image-wrap picture,.event-choice-main-button picture{display:block;width:100%;height:100%}.gallery-main img,.gallery-image-button img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover}.gallery-main img.gallery-fit-contain,.gallery-image-button img.gallery-fit-contain,.event-choice-main-image.gallery-fit-contain{object-fit:contain;background:var(--cream)}@media(max-width:700px){.gallery-main img.gallery-mobile-fit-contain,.gallery-image-button img.gallery-mobile-fit-contain,.event-choice-main-image.gallery-mobile-fit-contain{object-fit:contain;background:var(--cream)}}.gallery-main span{position:absolute;right:16px;bottom:16px;padding:8px 12px;border-radius:999px;background:#f7f5f1eb;color:var(--black);font-size:.82rem;font-weight:800}.gallery-caption{position:absolute;left:16px;bottom:16px;z-index:3;display:grid;gap:2px;max-width:min(360px,calc(100% - 110px));padding:9px 12px;border-radius:8px;background:#f7f5f1f0;color:var(--black);text-align:left;box-shadow:0 12px 28px #2323231f}.gallery-caption strong{font-size:.86rem}.gallery-caption small{color:#232323b3;font-size:.74rem;line-height:1.35}.gallery-arrows,.lightbox-arrows{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:0 10px;pointer-events:none}.gallery-arrows button,.lightbox-arrows button{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(35,35,35,.14);border-radius:999px;background:#f7f5f1eb;color:var(--black);pointer-events:auto;box-shadow:0 12px 28px #2323231f}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gallery-thumbs button,.lightbox-thumbs button{padding:0;border:1px solid var(--line);background:var(--white)}.gallery-thumbs button.active,.lightbox-thumbs button.active{border-color:var(--black);box-shadow:inset 0 0 0 2px var(--black)}.gallery-thumbs img,.lightbox-thumbs img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.lightbox{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:clamp(14px,3vw,32px)}.lightbox-backdrop{position:absolute;inset:0;border:0;background:#232323b8}.lightbox-panel{position:relative;z-index:1;display:grid;gap:12px;width:min(100%,980px);max-height:92vh;padding:12px;background:var(--cream);box-shadow:var(--shadow)}.lightbox-image-wrap{position:relative;display:grid;min-height:0}.lightbox-caption{left:12px;bottom:12px;max-width:min(460px,calc(100% - 24px))}.lightbox-image-wrap img{width:100%;height:auto;max-height:72vh;object-fit:contain;background:var(--white)}.lightbox-close{justify-self:end;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--white);font-weight:800}.lightbox-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:8px}.product-card h3,.step-card h3,.product-summary h1,.cart-summary h2,.checkout-summary h2{margin:0}.step-card{padding:26px;overflow:hidden}.step-card img{width:calc(100% + 52px);height:clamp(240px,26vw,340px);margin:-26px -26px 22px;object-fit:cover;object-position:center;display:block}.step-card>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:34px;border-radius:999px;background:var(--black);color:var(--white);font-weight:800}.faq-preview,.contact-layout,.story-layout,.cart-layout,.form-layout,.product-detail-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(24px,4vw,56px)}.faq-list{display:grid;gap:10px}.faq-list.large{max-width:880px}details{padding:18px 0;border-bottom:1px solid var(--line)}summary{font-weight:800;cursor:pointer}.signup-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,480px);gap:28px;align-items:center;padding:clamp(46px,7vw,76px) clamp(18px,5vw,72px)}.signup-section h2{margin:8px 0;font-family:Libre Baskerville,serif;font-size:clamp(2rem,4vw,3.8rem)}.signup-form{display:flex;gap:10px}input,textarea,select{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;padding:12px 14px;background:var(--white);color:var(--black)}textarea{min-height:140px;resize:vertical}.trust-bar{justify-content:center;flex-wrap:wrap;gap:14px 28px;padding:18px;background:var(--black);color:var(--white)}.trust-bar span,.trust-notes span{display:inline-flex;align-items:center;gap:8px}.filter-row{flex-wrap:wrap;gap:10px;margin-bottom:28px}.filter-row button{min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:var(--white)}.filter-row button.active{background:var(--black);color:var(--white)}.product-detail-grid{align-items:start}.product-summary{position:sticky;top:100px;display:grid;gap:24px}.product-summary h1{font-family:Libre Baskerville,serif;font-size:clamp(2.4rem,5vw,5rem);line-height:1.04}.pack-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pack-selector button{display:grid;gap:4px;min-height:84px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--white);text-align:left}.pack-selector button.active{border-color:var(--black);box-shadow:inset 0 0 0 1px var(--black)}.collection-picker{display:grid;gap:12px}.collection-picker-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--brown)}.collection-picker-heading span{color:#232323a8;font-size:.88rem;font-weight:800}.collection-magnet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:12px}.collection-magnet-grid button{display:grid;gap:8px;min-height:100%;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--black);text-align:left;cursor:pointer}.collection-magnet-grid button.selected{border-color:var(--black);box-shadow:inset 0 0 0 2px var(--black)}.collection-magnet-grid img{width:100%;aspect-ratio:2 / 3;border-radius:6px;object-fit:cover;background:var(--cream)}.collection-magnet-grid span{font-size:.86rem;font-weight:800;line-height:1.25}.trust-notes{display:grid;gap:10px}.selected-price-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid rgba(94,69,45,.28);border-radius:8px;background:#eee6dc}.selected-price-card span{color:var(--brown);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.selected-price-card strong{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1}.product-steps{display:flex;flex-wrap:wrap;gap:8px}.product-steps span{padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:#232323ad;font-size:.78rem;font-weight:800}.product-steps span.complete{border-color:#5e452d59;background:#eee6dc;color:var(--brown)}.product-process-card{display:grid;gap:16px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#ffffffd1}.product-process-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.product-process-tabs button{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;min-height:54px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--black);font-size:.78rem;font-weight:800;line-height:1.2;text-align:left}.product-process-tabs button .step-number{display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:var(--cream);color:var(--brown)}.product-process-tabs button .step-label{min-width:0}.product-process-tabs button.active{border-color:var(--black);box-shadow:inset 0 0 0 1px var(--black)}.product-process-tabs button.complete .step-number{background:var(--black);color:var(--white)}.product-process-panel{display:grid;gap:16px}.process-panel-heading{display:grid;gap:4px}.process-panel-heading h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.12}.process-panel-heading p:not(.eyebrow),.product-process-panel>p{margin:0;color:#232323b8;line-height:1.6}.product-process-card .upload-workspace{grid-template-columns:1fr}.product-process-card .crop-stage,.product-process-card .empty-upload{min-height:360px}.product-process-card .upload-progress-card{max-width:none;margin:0}.product-process-card .product-review-card{padding:0;border:0;background:transparent}.process-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.add-to-cart-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.add-to-cart-summary strong{font-size:1.4rem}@media(min-width:981px){.product-page.photos-step .product-detail-grid{grid-template-columns:minmax(260px,.44fr) minmax(0,1.56fr);gap:clamp(24px,3vw,44px)}.product-page.photos-step .product-gallery{position:sticky;top:100px}.product-page.photos-step .gallery-main{min-height:460px}.product-page.photos-step .product-summary{max-width:none}.product-page.photos-step .product-process-card .upload-workspace{grid-template-columns:minmax(210px,280px) minmax(0,1fr)}.product-page.photos-step .product-process-card .crop-stage,.product-page.photos-step .product-process-card .empty-upload{min-height:540px}.product-page.photos-step .preview-strip{grid-template-columns:repeat(auto-fit,minmax(76px,1fr))}}.field-label{display:grid;gap:8px;font-weight:700}.upload-workspace{display:grid;grid-template-columns:minmax(230px,320px) minmax(0,1fr);gap:16px}.slot-list,.crop-panel{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:12px}.slot-list{display:grid;align-content:start;gap:8px}.add-slot-button{min-height:46px;border:1px dashed rgba(94,69,45,.35);border-radius:8px;background:#eee6dc6b;color:var(--brown);font-weight:800}.slot-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;border:1px solid transparent;border-radius:8px;background:var(--cream)}.remove-slot-button{grid-column:1 / -1;width:fit-content;margin:0 10px 10px;padding:0;border:0;border-bottom:1px solid var(--brown);background:transparent;color:var(--brown);font-size:.82rem;font-weight:800}.slot-row.active{border-color:var(--black)}.slot-select{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;min-height:64px;padding:10px;border:0;background:transparent;text-align:left}.slot-select strong{grid-column:2;color:var(--brown);font-size:.78rem}.slot-move{display:grid;gap:2px;padding-right:8px}.slot-move button{width:28px;height:26px;border:1px solid var(--line);border-radius:6px;background:var(--white)}.crop-panel{display:grid;gap:14px}.crop-toolbar,.crop-controls,.event-settings,.event-submit{display:flex;align-items:center;gap:12px;justify-content:space-between}.crop-primary-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.file-pill{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 16px;border-radius:999px;background:var(--black);color:var(--white);font-weight:700;cursor:pointer}.file-pill input{display:none}.crop-design-select{display:flex;align-items:center;gap:8px;font-weight:700}.locked-orientation-pill{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--cream);color:var(--brown);font-weight:700}.crop-orientation-select{display:grid;gap:5px;color:var(--brown);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.crop-orientation-select select{min-height:44px;border:1px solid rgba(94,69,45,.42);background:#fffaf3;color:var(--black);font-weight:800}.crop-guidance{display:grid;gap:2px;padding:10px 12px;border-left:3px solid var(--brown);background:#eee6dc8f;color:#232323bd;font-size:.8rem;line-height:1.45}.crop-guidance strong{color:var(--brown);font-size:.82rem}.crop-guidance small{color:#232323a3;font-size:.74rem}.upload-format-status{margin:0}.crop-stage{position:relative;min-height:460px;overflow:hidden;border:1px solid rgba(94,69,45,.28);background:#e8e1d8}.crop-stage-landscape{min-height:auto;aspect-ratio:3 / 2}.product-process-card .crop-stage-landscape,.product-page.photos-step .product-process-card .crop-stage-landscape,.event-photo-workspace .crop-stage-landscape,.event-flow.photos-step .event-photo-workspace .crop-stage-landscape{width:100%;min-height:auto;aspect-ratio:3 / 2}.crop-stage .reactEasyCrop_Container{background:#e8e1d8}.crop-stage .reactEasyCrop_CropArea{border:3px solid rgba(255,255,255,.98);box-shadow:0 0 0 9999em #5e452d61,0 0 0 1px #232323b8,0 10px 30px #23232338;color:#5e452d61}.crop-stage .reactEasyCrop_CropAreaGrid:before,.crop-stage .reactEasyCrop_CropAreaGrid:after{border-color:#ffffff70}.cropper-preparing{position:absolute;inset:0;display:grid;place-items:center;color:var(--brown);font-size:.84rem;font-weight:800}.crop-overlay-frame{position:absolute;left:50%;top:50%;z-index:3;max-width:100%;max-height:100%;pointer-events:none;transform:translate(-50%,-50%)}.crop-overlay-frame.preview-portrait{height:100%;aspect-ratio:2 / 3}.crop-overlay-frame.preview-landscape{width:100%;aspect-ratio:3 / 2}.crop-overlay-preview{display:block;width:100%;height:100%;object-fit:fill}.empty-upload{display:grid;place-items:center;min-height:460px;color:var(--brown)}.crop-stage .empty-upload,.crop-stage .locked-crop-preview{min-height:100%}.empty-upload-button{width:100%;border:1px dashed rgba(94,69,45,.42);background:#ffffff4d;font:inherit;font-weight:800;cursor:pointer}.empty-upload-button:hover,.empty-upload-button:focus-visible{border-color:#5e452dc2;background:#ffffff8f;outline:none}.locked-crop-preview{display:grid;place-items:center;gap:10px;min-height:460px;color:#232323b8;font-size:.82rem;font-weight:800;text-align:center}.locked-crop-preview img{max-width:min(78%,260px);max-height:360px;object-fit:contain;border-radius:6px;box-shadow:0 14px 34px #00000038}.crop-controls label{display:grid;gap:6px;min-width:220px;font-weight:700}.mobile-save-crop-button{display:none}.preview-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px}.preview-strip div,.preview-strip .preview-edit-card{display:grid;gap:6px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.preview-strip .preview-edit-card{color:var(--black);font:inherit;text-align:left;cursor:pointer}.preview-strip .preview-edit-card.active,.review-thumbnails .review-edit-card:focus-visible,.preview-strip .preview-edit-card:focus-visible,.review-thumbnails .review-edit-card:hover,.preview-strip .preview-edit-card:hover{border-color:var(--black);box-shadow:inset 0 0 0 1px var(--black)}.preview-strip img{width:100%;object-fit:cover;background:var(--white)}.preview-strip img.preview-portrait{aspect-ratio:2 / 3}.preview-strip img.preview-landscape{aspect-ratio:3 / 2}.upload-progress-card,.product-review-card,.add-success{display:grid;gap:12px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.upload-progress-card{max-width:760px;margin:18px auto 0}.upload-progress-card p,.inline-warning{display:flex;align-items:center;gap:8px;margin:0;color:#8a4b22;font-weight:700}.product-review-section{padding-top:18px}.review-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.review-facts span{display:grid;gap:4px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.review-facts strong{color:var(--brown);font-size:.72rem;text-transform:uppercase}.review-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px}.review-thumbnails div,.review-thumbnails .review-edit-card{display:grid;gap:6px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.review-thumbnails .review-edit-card{color:var(--black);font:inherit;text-align:left;cursor:pointer}.review-thumbnails div.needs-attention,.review-thumbnails .review-edit-card.needs-attention{border-color:#8a4b2273}.review-thumbnails img{width:100%;object-fit:cover;background:var(--white)}.review-thumbnails img.preview-portrait{aspect-ratio:2 / 3}.review-thumbnails img.preview-landscape{aspect-ratio:3 / 2}.review-thumbnails span{display:grid;place-items:center;min-height:96px;color:#2323239e;font-weight:800}.review-thumbnails small{color:#232323b8}.review-thumbnails em,.preview-strip em{color:var(--brown);font-size:.72rem;font-style:normal;font-weight:800}.add-success{border-color:#5e452d59;background:#eee6dc}.add-success strong,.add-success div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sticky-add{position:sticky;bottom:14px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:760px;margin:32px auto 0;padding:12px;border:1px solid var(--line);border-radius:999px;background:#fffffff2;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sticky-add div{display:grid;padding-left:12px}.sticky-add-button{min-height:58px;padding-inline:clamp(28px,6vw,54px);font-size:1.05rem}.cart-confirmation-drawer-shell{position:fixed;inset:0;z-index:70;display:flex;justify-content:flex-end;pointer-events:none}.cart-confirmation-backdrop{position:absolute;inset:0;border:0;background:#41332747;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.cart-confirmation-drawer{position:relative;z-index:1;display:grid;align-content:start;gap:18px;width:min(430px,calc(100vw - 24px));min-height:100vh;padding:clamp(20px,4vw,28px);border-left:1px solid rgba(94,69,45,.24);background:#fffcf7fa;box-shadow:-18px 0 40px #2323232e;pointer-events:auto;animation:cart-drawer-enter .22s ease-out}.mini-cart-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.mini-cart-heading span{display:inline-flex;align-items:center;gap:8px;color:var(--brown);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mini-cart-heading h2{margin:0;font-family:Libre Baskerville,serif;font-size:1.8rem}.mini-cart-added-summary{display:grid;gap:8px}.mini-cart-added-summary h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.55rem,5vw,2rem);line-height:1.2}.mini-cart-note{margin:0;color:#232323bd;line-height:1.6}.mini-cart-preview-section{min-height:0;overflow:auto}.mini-cart-preview-section .cart-photo-previews{grid-template-columns:repeat(auto-fill,minmax(74px,1fr));margin-top:0}.mini-cart-items{display:grid;gap:10px;max-height:min(42vh,380px);overflow:auto;padding-right:4px}.mini-cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.mini-cart-item div{display:grid;gap:4px;min-width:0}.mini-cart-item strong,.mini-cart-item small{overflow-wrap:anywhere}.mini-cart-item span,.mini-cart-item small{color:#232323a3;font-size:.88rem}.mini-cart-total{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;border-top:1px solid var(--line)}.mini-cart-actions{display:grid;gap:10px;position:sticky;bottom:0;padding-top:2px;background:#fffcf7fa}@keyframes cart-drawer-enter{0%{transform:translate(24px);opacity:0}to{transform:translate(0);opacity:1}}.cart-layout,.form-layout{align-items:start;min-width:0}.cart-layout>*,.form-layout>*{min-width:0;max-width:100%}.cart-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:start;padding:18px}.cart-item.needs-repair{border-color:#7f42276b;box-shadow:0 0 0 2px #7f422714}.cart-item-main{display:grid;gap:8px}.cart-item-actions{display:flex;align-items:center;gap:8px}.cart-item-actions .button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 14px;border-radius:999px}.cart-repair-warning{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(127,66,39,.24);border-radius:12px;background:#f4e8da94;color:var(--brown);font-size:.9rem;font-weight:750}.cart-repair-warning .button{min-height:34px;padding:0 12px;white-space:nowrap}.cart-photo-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:10px;margin-top:8px}.cart-photo-preview{display:grid;gap:6px;align-content:start;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.cart-photo-preview img{width:100%;object-fit:cover;background:var(--white)}.cart-photo-preview img.preview-portrait{aspect-ratio:2 / 3}.cart-photo-preview img.preview-landscape{aspect-ratio:3 / 2}.cart-photo-placeholder{display:grid;place-items:center;width:100%;min-height:76px;padding:8px;border:1px dashed rgba(94,69,45,.28);background:#ffffff9e;color:#2323238f;font-size:.72rem;font-weight:800;text-align:center}.cart-photo-placeholder.preview-portrait{aspect-ratio:2 / 3}.cart-photo-placeholder.preview-landscape{aspect-ratio:3 / 2}.cart-photo-preview span{font-size:.78rem;font-weight:700;color:#232323b3}.cart-summary,.checkout-summary,.contact-card{display:grid;gap:16px;padding:22px}.cart-summary,.checkout-summary{position:sticky;top:100px;align-content:start;border-color:#5e452d2e;background:#fffaf3;min-width:0;max-width:100%;width:100%;overflow:hidden}.cart-summary>*,.checkout-summary>*{max-width:100%;min-width:0}.cart-summary h2,.checkout-summary h2{margin-bottom:0}.checkout-clean-layout{grid-template-columns:minmax(0,1fr) minmax(320px,420px);max-width:980px;margin-inline:auto}@media(max-width:640px){.checkout-clean-layout{max-width:100%}.pickup-payment-card .cash-agreement{padding:6px 8px;font-size:.82rem}}.compact-customer-fields{grid-template-columns:1fr 1fr;gap:12px}.cart-summary .compact-customer-fields,.checkout-summary .compact-customer-fields{display:grid}.compact-customer-fields label{font-size:.9rem}.compact-customer-fields input,.compact-customer-fields textarea{min-height:44px}.compact-customer-fields textarea{min-height:88px}.contact-form-card{padding:clamp(20px,3vw,30px);background:var(--white);border:1px solid var(--line);border-radius:8px}.contact-form-intro{grid-column:1 / -1;display:flex;align-items:center;gap:14px;margin-bottom:4px}.contact-form-intro>svg,.contact-icon{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border-radius:999px;background:#eee6dc;color:var(--brown)}.contact-icon svg{display:block}.contact-form-intro h2,.contact-card h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.7rem,3vw,2.6rem)}.contact-form-intro p,.contact-card p{margin:4px 0 0;color:#232323ad;line-height:1.6}.contact-form-card .button{gap:8px;width:fit-content}.contact-card{align-content:start;background:linear-gradient(145deg,var(--white),#eee6dc);box-shadow:0 22px 50px #23232314}.contact-link-list{display:grid;gap:12px}.contact-link-list a{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;text-decoration:none;transition:transform .18s ease,background .18s ease}.contact-link-list a:hover{transform:translateY(-1px);background:var(--white)}.contact-link-list strong{display:block;margin-bottom:2px}.cart-summary div,.checkout-summary div{display:flex;justify-content:space-between;gap:16px}.cart-summary .delivery-method-card,.checkout-summary .delivery-method-card,.cart-summary .pickup-payment-card,.checkout-summary .pickup-payment-card,.cart-summary .payment-summary,.checkout-summary .payment-summary,.cart-summary .checkout-checkboxes,.checkout-summary .checkout-checkboxes,.cart-summary .promo-code-row,.checkout-summary .promo-code-row,.checkout-summary .checkout-line-item,.checkout-summary .cart-photo-previews{display:grid}.checkout-summary .checkout-line-item{gap:10px;padding-bottom:12px;border-bottom:1px solid rgba(94,69,45,.14)}.checkout-summary .checkout-line-item>div{display:flex;justify-content:space-between;gap:16px}.checkout-summary .cart-photo-previews{grid-template-columns:repeat(auto-fit,minmax(58px,1fr));gap:8px;margin-top:0}.order-received-hero{display:grid;gap:10px;max-width:760px;margin-bottom:clamp(22px,4vw,40px)}.order-received-hero h1{margin:0}.event-received-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:clamp(18px,4vw,36px);align-items:start}.event-received-layout.receipt-single-column{grid-template-columns:minmax(0,820px)}.event-received-card,.event-feedback-card{display:grid;gap:18px;padding:clamp(20px,3vw,28px);border:1px solid rgba(94,69,45,.18);border-radius:8px;background:var(--white)}.order-received-actions{display:flex;flex-wrap:wrap;gap:10px}.feedback-modal-shell{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:20px}.feedback-modal-backdrop{position:absolute;inset:0;border:0;background:#4133275c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.feedback-modal-card{position:relative;z-index:1;display:grid;gap:16px;width:min(520px,100%);max-height:min(86vh,720px);overflow:auto;padding:clamp(20px,4vw,28px);border:1px solid rgba(94,69,45,.22);border-radius:16px;background:#fffaf3;box-shadow:0 22px 60px #2323233d;animation:feedback-modal-enter .22s ease-out}.feedback-modal-card p{margin:0}.feedback-modal-heading{display:flex;align-items:start;justify-content:space-between;gap:16px}.feedback-modal-heading>div{display:grid;gap:6px}.feedback-modal-heading h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.5rem,5vw,2rem);line-height:1.2}.feedback-modal-actions{display:grid;gap:10px;position:sticky;bottom:0;padding-top:2px;background:#fffaf3}@keyframes feedback-modal-enter{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.event-received-card{background:#fffaf3}.event-received-card h2,.event-feedback-card h2{margin:0;font-family:Libre Baskerville,serif}.pay-on-delivery-note{padding:14px 16px;border:1px solid rgba(94,69,45,.2);border-radius:8px;background:#eee6dc;color:var(--brown);font-weight:800}.event-received-items{display:grid;gap:14px}.event-received-item{display:grid;gap:12px;padding-top:14px;border-top:1px solid rgba(94,69,45,.16)}.event-received-item h3,.event-received-item p{margin:0}.event-feedback-card{position:sticky;top:100px}.star-rating{display:flex;gap:8px}.star-rating button{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(94,69,45,.24);border-radius:8px;background:var(--cream);color:#23232357;font-size:1.35rem;cursor:pointer}.star-rating button.active{border-color:var(--black);background:var(--black);color:var(--white)}.cart-summary .checkout-total-line,.checkout-summary .checkout-total-line{align-items:center;padding:14px 0;border-top:1px solid rgba(94,69,45,.18);border-bottom:1px solid rgba(94,69,45,.18);font-size:1.05rem}.checkout-policy-links button{display:inline;padding:0;border:0;background:transparent;color:var(--brown);font-weight:800;text-decoration:underline}.checkout-loading-overlay{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:22px;background:#f6f1eaf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.checkout-loading-card{display:grid;justify-items:center;gap:18px;width:min(520px,100%);padding:clamp(24px,5vw,42px);border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow);text-align:center}.checkout-loading-mark{position:relative;display:grid;place-items:center;width:124px;height:124px}.checkout-loading-mark img{width:76px;height:76px;object-fit:contain}.checkout-spinner{position:absolute;inset:0;border:4px solid rgba(94,69,45,.16);border-top-color:var(--brown);border-radius:50%;animation:checkout-spin 1.05s linear infinite}.checkout-loading-card h2{margin:0;max-width:420px;font-family:Libre Baskerville,serif;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.1}.checkout-loading-card p{margin:0;color:#232323c7;line-height:1.6}.checkout-loading-line{min-height:52px;max-width:420px;color:var(--black);font-weight:800;line-height:1.55}@keyframes checkout-spin{to{transform:rotate(360deg)}}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field-grid label{display:grid;gap:8px;font-weight:700}.field-grid .wide{grid-column:1 / -1}.form-status{color:var(--brown);font-weight:700}.admin-login-form{display:grid;gap:14px;max-width:420px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-login-form label{display:grid;gap:8px;font-weight:800}.admin-login-form button{min-height:44px;border:0;border-radius:999px;background:var(--black);color:var(--white);font-weight:800}.event-flow{display:grid;gap:22px}.event-theme-banner{max-width:880px;margin-bottom:24px}.event-theme-copy h1{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(2.4rem,6vw,5.8rem);line-height:1.02}.event-theme-copy p:not(.eyebrow){max-width:560px;margin:14px 0 0;color:#232323b8;line-height:1.65}.event-theme-payment{display:grid;gap:4px;width:fit-content;max-width:560px;margin-top:16px;padding:12px 14px;border:1px solid rgba(94,69,45,.22);border-radius:8px;background:#ffffffbd}.event-theme-payment strong{font-size:.94rem}.event-theme-payment span{color:#232323b8;font-size:.9rem;line-height:1.45}.event-theme-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.event-theme-actions span{align-items:center;gap:8px;display:inline-flex;width:fit-content;color:var(--brown);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.event-theme-actions span:after{content:"·";color:#23232373;font-weight:900}.event-theme-actions .text-link{width:fit-content;min-height:38px;padding:0;border-bottom:1px solid var(--black);font-weight:800}.event-code-eyebrow{display:block}.event-code-eyebrow span{display:none}.gallery-kicker{margin:0 0 10px;color:var(--brown);font-size:.74rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.flow-warning{display:flex;align-items:flex-start;gap:9px;position:sticky;top:78px;z-index:12;width:min(100%,760px);padding:13px 15px;border:1px solid rgba(138,51,34,.48);border-radius:8px;background:#ffe8e1;color:#8a3322;box-shadow:0 16px 40px #4120142e;font-weight:800;line-height:1.4}.flow-warning svg{flex:0 0 auto;margin-top:1px}.checkout-contact-warning{position:static;width:100%;margin:2px 0 0}.event-selected-price{width:min(100%,760px)}.event-selected-price strong{text-align:right}.event-process-card .product-review-card{padding:0;border:0;background:transparent}.event-order-summary-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid rgba(94,69,45,.28);border-radius:8px;background:#eee6dc}.event-order-summary-card span{color:var(--brown);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.event-order-summary-card strong{font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.1}.event-photo-workspace{display:grid;gap:16px;padding:0;border:0;background:transparent}.event-photo-workspace .upload-workspace{grid-template-columns:minmax(190px,250px) minmax(0,1fr)}.event-photo-workspace .crop-stage,.event-photo-workspace .empty-upload{min-height:clamp(560px,62vh,760px)}.event-photo-workspace .preview-strip{grid-template-columns:repeat(auto-fit,minmax(76px,1fr))}@media(min-width:981px){.event-flow.photos-step{width:min(100%,1480px);margin-inline:auto}.event-flow.photos-step .event-selected-price{width:min(100%,860px)}.event-flow.photos-step .event-photo-workspace .upload-workspace{grid-template-columns:minmax(170px,230px) minmax(0,1fr);gap:18px}.event-flow.photos-step .event-photo-workspace .slot-select{min-height:58px}.event-flow.photos-step .event-photo-workspace .crop-stage,.event-flow.photos-step .event-photo-workspace .empty-upload{min-height:clamp(620px,68vh,820px)}}.event-public-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:clamp(18px,3vw,34px);align-items:start}.event-info-card,.event-code-card,.event-unlocked-banner{display:grid;gap:18px;padding:clamp(20px,3vw,30px);border:1px solid var(--line);border-radius:8px;background:var(--white)}.event-code-card{background:linear-gradient(145deg,var(--white),#eee6dc);border-color:#5e452d47;box-shadow:var(--shadow)}.event-code-card label{display:grid;gap:8px;font-weight:700}.event-info-card .button,.event-code-card .button{gap:8px;width:fit-content}.event-unlocked-banner{margin-bottom:22px;background:#eee6dc;grid-template-columns:1fr auto;align-items:center}.event-unlocked-banner span{display:block;color:#232323b3}.event-unlocked-banner .text-link{width:fit-content;border-bottom:1px solid var(--black)}.event-settings{align-items:end;flex-wrap:wrap}.event-choice-layout{display:grid;grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr);gap:clamp(16px,3vw,28px);align-items:stretch}.event-choice-gallery-block{display:grid;align-content:start}.event-choice-showcase{position:relative;min-height:360px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--sand)}.event-choice-main-image,.event-choice-image-fallback{width:100%;height:100%;min-height:inherit}.event-choice-main-button{display:block;width:100%;height:100%;min-height:inherit;padding:0;border:0;background:transparent}.event-choice-main-image{display:block;object-fit:cover;transition:transform .16s ease,object-position .16s ease}.event-choice-main-button>span{position:absolute;top:12px;right:12px;z-index:3;padding:7px 10px;border-radius:999px;background:#f7f5f1eb;color:var(--black);font-size:.76rem;font-weight:800}.event-gallery-caption{bottom:12px;left:12px}.event-choice-image-fallback{display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,var(--cream),#eee6dc);color:var(--brown);font-family:Libre Baskerville,serif;font-size:2rem;text-align:center}.event-choice-thumbnails{position:absolute;right:12px;bottom:12px;display:grid;grid-template-columns:repeat(3,74px);gap:8px}.event-choice-thumbnails button{width:74px;aspect-ratio:1;padding:0;border:3px solid rgba(255,255,255,.88);border-radius:8px;background:var(--white);overflow:hidden;box-shadow:0 12px 28px #2323232e}.event-choice-thumbnails button.active{border-color:var(--black)}.event-choice-thumbnails img{display:block;width:100%;height:100%;aspect-ratio:1;object-fit:cover}.event-gallery-arrows{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:0 10px;pointer-events:none}.event-gallery-arrows button{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(35,35,35,.14);border-radius:999px;background:#f7f5f1eb;color:var(--black);cursor:pointer;pointer-events:auto;box-shadow:0 12px 28px #2323231f}.event-choice-badge{position:absolute;left:12px;bottom:12px;display:grid;gap:2px;max-width:min(260px,calc(100% - 24px));padding:10px 12px;border-radius:8px;background:#f7f5f1eb;color:var(--black);box-shadow:0 12px 28px #23232329}.event-choice-badge strong{font-size:1rem}.event-choice-badge span{color:var(--brown);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.event-choice-panel{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px;align-content:center;padding:clamp(16px,3vw,24px);border:1px solid rgba(94,69,45,.18);border-radius:8px;background:linear-gradient(145deg,#f7f5f1db,#ffffffeb)}.event-option-heading{grid-column:1 / -1;display:grid;gap:4px}.event-option-heading h3{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.35rem,3vw,2rem)}.event-settings>label{display:grid;gap:10px;min-width:min(100%,340px);font-weight:700}.event-choice-panel>label{color:var(--brown);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.event-choice-panel select{min-height:64px;min-width:min(100%,340px);border-color:#5e452d47;background:var(--white);color:var(--black);font-size:1.05rem;font-weight:800}.event-rule-card,.event-payment-card{display:grid;gap:6px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.event-rule-card{flex:1 1 280px}.event-rule-card span,.event-payment-card span{color:#232323b3;line-height:1.55}.pack-selector.compact{max-width:560px;flex:1}.event-pack-selector{grid-column:1 / -1;max-width:none}.event-pack-selector button{min-width:0}.event-submit{position:sticky;bottom:14px;padding:14px;border:1px solid var(--line);border-radius:999px;background:var(--white);box-shadow:var(--shadow)}.event-submit div{display:grid;padding-left:10px}.admin-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-page{min-height:calc(100vh - 72px);padding-top:clamp(28px,4vw,48px);padding-bottom:18px}.admin-page:has(.admin-shell){padding:0}.admin-page .page-heading{margin-bottom:20px}.admin-order-list-panel{display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px;min-width:0;min-height:0;height:100%;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--white);overflow:hidden}.admin-order-list-header{display:flex;align-items:end;justify-content:space-between;gap:12px}.admin-order-list-header h2{margin:0;font-size:1.25rem}.admin-order-list-header span{color:#2323239e;font-size:.82rem;font-weight:800}.admin-order-list{display:grid;align-content:start;gap:10px;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px}.admin-order-card{display:grid;gap:7px;width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--white);color:var(--black);text-align:left;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.admin-order-card:hover,.admin-order-card:focus-visible,.admin-order-card.selected{border-color:#5e452d6b;background:#fffaf3;outline:none}.admin-order-card.selected{box-shadow:inset 4px 0 0 var(--brown),0 10px 24px #2323230f}.admin-order-card.next-up{border-color:#5e452d80;background:#fff8ed}.admin-order-card.priority-ready .status-ready-to-fulfill,.admin-order-card.priority-event-payment-due .status-event-payment-due{background:#e6f0e4;color:#2f5d31}.admin-order-card.priority-awaiting-payment .status-awaiting-payment{background:#f5ead9;color:#8a5a1f}.admin-order-card.priority-issue .status-issue,.admin-order-card.priority-issue .status-missing-photos{background:#f2e4df;color:#8a3322}.admin-order-card.event-queue-card .admin-order-card-top strong{font-size:1.05rem}.admin-order-card.state-completed,.admin-order-card.state-canceled{opacity:.72}.admin-next-up-pill{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:var(--brown);color:var(--white);font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.admin-order-card:hover{transform:translateY(-1px)}.admin-order-card-top,.admin-order-card-statuses,.admin-order-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.admin-order-card-top strong{color:var(--brown);letter-spacing:.04em}.admin-order-card-top em,.admin-order-card-footer{color:#232323a3;font-size:.78rem;font-style:normal;font-weight:800}.admin-order-card-customer{font-size:1rem;font-weight:900}.admin-order-card-product{color:#232323b8;font-size:.86rem;font-weight:750;line-height:1.35}.admin-order-card-design{color:var(--brown);font-size:.8rem;font-weight:850;line-height:1.4}.admin-flag-pill{padding:4px 8px;border-radius:999px;background:#fff0ec;color:#8a3322}.admin-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.admin-nav button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--black);font-weight:800}.admin-nav button.active{background:var(--black);color:var(--white)}.admin-session-note{margin-top:-10px;margin-bottom:18px;color:var(--muted);font-size:.95rem}.admin-work-section{display:grid;gap:12px;margin-bottom:14px}.admin-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.admin-section-heading h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.65rem,2.8vw,2.7rem)}.admin-section-heading button,.admin-feedback-toolbar button,.admin-settings-card-header button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--black);font-weight:800}.admin-filter-shell{display:grid;gap:10px;margin-bottom:14px}.admin-quick-filters{display:flex;flex-wrap:wrap;gap:8px}.admin-quick-filters button{min-height:38px;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--black);font-size:.82rem;font-weight:800}.admin-quick-filters button.active{background:var(--black);color:var(--white)}.admin-quick-filters .admin-filter-icon-button{display:inline-flex;align-items:center;gap:7px}.admin-diagnostic-strip{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:18px}.admin-diagnostic-strip button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--black);font-weight:800}.admin-diagnostic-strip span{color:#232323b8;font-size:.9rem;font-weight:700}.admin-email-diagnostics{display:grid;gap:12px;margin-bottom:18px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-email-diagnostics>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-email-diagnostics>div:first-child span{color:#232323a8;font-size:.86rem;font-weight:700}.admin-diagnostic-pills{display:flex;flex-wrap:wrap;gap:8px}.admin-diagnostic-pills span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--cream);font-size:.78rem;font-weight:800}.admin-diagnostic-pills span.ok{color:#27653e}.admin-diagnostic-pills span.warning{color:#8a3f2f}.admin-event-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.8fr);gap:18px;align-items:start}.admin-event-form,.admin-code-list{display:grid;gap:16px;padding:clamp(18px,3vw,28px);border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-event-form h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.08}.admin-event-form p,.admin-code-list p{color:#232323b8;line-height:1.65}.admin-event-form label{display:grid;gap:8px;font-weight:800}.admin-event-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-event-edit-grid.compact{grid-template-columns:repeat(2,minmax(120px,1fr))}.admin-event-settings-card{display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.admin-event-settings-card h3{margin:0}.admin-event-settings-card>label{display:grid;gap:8px}.admin-toggle-grid,.admin-field-requirements{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-toggle-setting{display:flex!important;align-items:center;gap:10px!important;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-toggle-setting input{width:18px;min-height:18px}.admin-gallery-crop-tool{display:grid;gap:14px;padding-top:8px;border-top:1px solid var(--line)}.admin-gallery-crop-tool h4{margin:0 0 4px;font-size:.92rem;letter-spacing:.08em;text-transform:uppercase}.admin-gallery-crop-tool p{margin:0;color:#232323ad;font-size:.88rem;line-height:1.55}.admin-gallery-crop-row{display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr);gap:16px;align-items:start;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-mobile-preview-frame{width:min(100%,240px);aspect-ratio:4 / 5;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--sand)}.admin-mobile-preview-frame img{display:block;width:100%;height:100%;object-fit:cover}.admin-gallery-crop-controls{display:grid;gap:10px}.admin-gallery-crop-controls strong,.admin-gallery-crop-controls span{display:block}.admin-gallery-crop-controls span{overflow-wrap:anywhere;color:#23232394;font-size:.78rem;font-weight:600}.admin-gallery-crop-controls input[type=range]{min-height:22px}.admin-gallery-crop-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-field-requirements label{display:grid;grid-template-columns:minmax(0,1fr) 130px;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-event-form-actions{display:flex;flex-wrap:wrap;gap:10px}.admin-code-list h3{margin:0}.admin-code-row{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.admin-code-row.active{border-color:#5e452d70;background:#eee6dc}.admin-code-row>div{display:grid;gap:4px}.admin-code-row strong{letter-spacing:.08em}.admin-code-row span,.admin-code-row small{color:#232323b3}.admin-code-row-actions{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.admin-code-row button{border:0;border-bottom:1px solid var(--brown);background:transparent;color:var(--brown);font-weight:800}.admin-feedback-panel{display:block}.admin-feedback-list{width:100%}.admin-feedback-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px) auto auto;align-items:end;gap:10px;margin-bottom:14px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#ffffffd1}.admin-feedback-toolbar label{display:grid;gap:6px;color:var(--brown);font-size:.75rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.admin-feedback-card{display:grid;gap:12px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-feedback-card-header{display:flex;align-items:start;justify-content:space-between;gap:16px}.admin-feedback-card-header div{display:grid;gap:3px}.admin-feedback-card-header strong{font-size:1rem}.admin-feedback-card-header span{color:#232323a8;font-size:.82rem;font-weight:800}.admin-feedback-card p{margin:0;color:#232323c7;line-height:1.65;white-space:pre-wrap}.admin-feedback-inline{display:grid;gap:4px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.admin-feedback-inline small{color:#2323239e;font-size:.78rem;font-weight:700}.admin-feedback-inline em{color:#232323c7;font-style:normal;line-height:1.55;white-space:pre-wrap}.admin-table{width:100%;min-width:1540px;border-collapse:collapse}.admin-table th,.admin-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left;font-size:.9rem;vertical-align:top}.admin-table tr.selected td{background:#eee6dc}.admin-order-link{width:fit-content;min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--brown);font-weight:800}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(420px,1.22fr);gap:18px;align-items:stretch;height:calc(100vh - 420px);min-height:430px;min-width:0}.admin-event-queue-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#ffffffe0}.admin-event-queue-toolbar h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.7rem,2.5vw,2.7rem)}.admin-event-queue-toolbar p:not(.eyebrow){margin:6px 0 0;color:#232323a3}.admin-event-queue-toolbar label{display:grid;gap:7px;min-width:220px;color:var(--brown);font-size:.75rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.admin-event-queue-toolbar select{min-height:42px;color:var(--black);letter-spacing:0;text-transform:none}.admin-event-queue-grid{height:calc(100vh - 320px)}.admin-summary-cards{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:10px;margin-bottom:12px}.admin-event-summary-cards{grid-template-columns:repeat(5,minmax(120px,1fr))}.admin-summary-card{display:grid;gap:4px;padding:12px;border:1px solid rgba(94,69,45,.14);border-radius:12px;background:#ffffffdb;color:var(--black);text-align:left}.admin-summary-card.active,.admin-summary-card:hover{border-color:#5e452d6b;background:#fffaf3}.admin-summary-card span{color:#23232394;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-summary-card strong{color:var(--brown);font-size:1.45rem;line-height:1}.admin-summary-card small{display:none}.admin-filters{display:grid;grid-template-columns:repeat(10,minmax(112px,1fr));gap:10px;margin-bottom:12px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#ffffffd1}.admin-filters label{display:grid;gap:6px;font-size:.78rem;font-weight:800}.admin-filters select,.admin-filters input{min-height:38px;padding-block:8px}.admin-filters button,.admin-action-row button,.admin-detail-section button{min-height:38px;border:1px solid var(--line);border-radius:8px;background:var(--white);font-weight:800}.admin-detail-panel{display:grid;align-content:start;gap:14px;min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-detail-header{display:flex;justify-content:space-between;gap:12px;align-items:start}.admin-order-summary-header{display:grid;gap:12px;padding:16px;border:1px solid rgba(94,69,45,.16);border-radius:14px;background:linear-gradient(135deg,#fffaf3,#fff);box-shadow:0 10px 30px #2323230d}.admin-order-summary-top,.admin-order-summary-main{display:flex;justify-content:space-between;gap:16px;align-items:start}.admin-order-summary-top h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.5rem,2vw,2.15rem)}.admin-order-summary-subtitle{display:inline-block;margin-top:4px;color:#23232394;font-size:.82rem;font-weight:850;letter-spacing:.06em}.admin-order-summary-main{align-items:end}.admin-order-summary-main strong{font-size:1.15rem}.admin-order-summary-main span{color:#232323a8;font-weight:750}.admin-human-status-row{display:flex;flex-wrap:wrap;gap:7px}.admin-next-step{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;background:#f4eadf;color:var(--brown)}.admin-next-step-text{display:grid;gap:4px;flex:1 1 auto;min-width:0}.admin-next-step strong{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.admin-next-step span{color:#232323c7;font-size:.92rem;font-weight:750}.admin-print-pdf-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;min-height:40px;padding:0 18px;border:none;border-radius:999px;background:#16a34a;color:#fff;font-size:.82rem;font-weight:800;cursor:pointer;box-shadow:0 2px 8px #16a34a4d;transition:background .15s,box-shadow .15s}.admin-print-pdf-btn:hover:not(:disabled){background:#15803d;box-shadow:0 4px 12px #16a34a66}.admin-print-pdf-btn:disabled{opacity:.4;filter:grayscale(.5);cursor:not-allowed;box-shadow:none}.admin-detail-header h2,.admin-detail-section h3{margin:0}.admin-action-groups{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) minmax(120px,.45fr);gap:10px}.admin-action-group{display:grid;gap:7px;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--cream)}.admin-action-group>span{color:#23232394;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.admin-action-group>div{display:flex;flex-wrap:wrap;gap:7px}.admin-action-group button,.admin-action-row button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 11px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--black);font-size:.78rem;font-weight:800}.admin-action-group.danger button{border-color:#8a332233;color:#8a3322}.admin-action-group button:disabled{opacity:.38;filter:grayscale(.4)}.admin-action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-action-row button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.admin-action-row button:disabled{opacity:.45}.admin-detail-section{display:grid;gap:8px;padding-top:12px;border-top:1px solid var(--line)}.admin-detail-tabs{display:flex;flex-wrap:wrap;gap:7px;padding-bottom:10px;border-bottom:1px solid var(--line)}.admin-detail-tabs button{min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--black);font-size:.8rem;font-weight:850}.admin-detail-tabs button.active{background:var(--black);color:var(--white)}.admin-detail-tab-panel{display:grid;gap:12px}.admin-detail-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-detail-card{display:grid;align-content:start;gap:7px;padding:13px;border:1px solid rgba(35,35,35,.09);border-radius:12px;background:#fffdf9}.admin-detail-card h3{display:inline-flex;align-items:center;gap:7px;margin:0 0 2px;color:var(--brown);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.admin-detail-card span,.admin-empty-detail{color:#232323bd;font-size:.88rem;font-weight:650;line-height:1.45}.admin-empty-detail{margin:0;padding:14px;border:1px dashed rgba(94,69,45,.22);border-radius:10px;background:#ffffff9e}.admin-photo-section{padding:14px;border:1px solid rgba(94,69,45,.14);border-radius:14px;background:#fffaf3}.admin-legacy-photo-section{display:none}.admin-advanced-details{padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--cream)}.admin-advanced-details summary{color:var(--brown);font-size:.86rem;font-weight:850}.admin-advanced-details .admin-detail-lines{margin-top:10px}.admin-detail-lines{display:grid;gap:6px;color:#232323c7;line-height:1.45}.admin-detail-lines span{display:inline-flex;gap:6px;align-items:center;flex-wrap:wrap}.admin-prewrap{white-space:pre-wrap}.admin-retention-note{margin:0;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--cream);color:#232323b8;font-size:.86rem;font-weight:700}.admin-photo-list.detail{grid-template-columns:repeat(auto-fit,minmax(118px,1fr))}.admin-settings-panel{display:grid;gap:18px}.admin-settings-card{display:grid;gap:16px;padding:clamp(18px,3vw,28px);border:1px solid var(--line);border-radius:8px;background:var(--white)}.admin-settings-card h2{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(1.8rem,3vw,2.9rem)}.admin-settings-card p{margin:6px 0 0;color:#232323b3}.admin-settings-card-header{display:flex;align-items:end;justify-content:space-between;gap:14px}.admin-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-settings-card .admin-event-panel{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr)}.admin-photo-section-heading h3{margin:0}.admin-photo-section-heading button{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);background:var(--white);color:var(--black);font-size:.78rem;font-weight:700}.admin-photo-item small{color:#8a4b22;font-size:.72rem;font-weight:800}.admin-photo-item.deleted{opacity:.78}.admin-photo-expired{display:grid;place-items:center;width:100%;aspect-ratio:1;border:1px dashed rgba(35,35,35,.28);border-radius:6px;background:var(--cream);color:#2323239e;font-size:.8rem;font-weight:800}.status-pill{display:inline-flex;width:fit-content;min-height:26px;align-items:center;gap:5px;padding:0 9px;border-radius:999px;background:var(--cream);color:var(--black);font-size:.74rem;font-weight:800;text-transform:none}.status-paid,.status-fulfilled,.status-shipped,.status-completed{background:#e6f0e4;color:#2f5d31}.status-canceled,.status-unpaid{background:#f2e4df;color:#8a3322}.admin-empty{margin:0;padding:18px}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 18px;border-top:.5px solid rgba(0,0,0,.1)}.admin-pagination-btn{background:#fff;border:.5px solid rgba(0,0,0,.15);border-radius:6px;padding:6px 14px;font-size:13px;font-family:Poppins,sans-serif;color:#1a1a1a;cursor:pointer}.admin-pagination-btn:disabled{opacity:.35;cursor:not-allowed}.admin-pagination-btn:not(:disabled):hover{background:#f5f4f0}.admin-pagination-info{font-size:13px;color:#6b6a66;min-width:100px;text-align:center}.admin-event-details{display:grid;gap:4px;min-width:150px}.admin-event-details span{color:#232323b3;font-size:.82rem;line-height:1.35}.admin-long-text{min-width:180px;max-width:280px;white-space:pre-wrap}.admin-photo-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px;min-width:260px}.admin-photo-item{display:grid;gap:6px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--cream)}.admin-photo-item img{width:100%;object-fit:cover;background:var(--white)}.admin-photo-item img.preview-portrait{aspect-ratio:2 / 3}.admin-photo-item img.preview-landscape{aspect-ratio:3 / 2}.admin-photo-item span{font-size:.78rem;font-weight:800}.admin-photo-item a{color:var(--brown);font-size:.78rem;font-weight:800}.admin-photo-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-photo-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--black);font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.story-image{min-height:560px;overflow:hidden;background:var(--sand)}.story-image img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:82% 88%;display:block}.story-copy{display:grid;align-content:center}.story-copy p:first-child{color:var(--black);font-size:1.7rem;line-height:1.35}.site-footer span,.site-footer a,.site-footer button{display:block}.site-footer{display:grid;grid-template-columns:1.35fr .7fr 1.1fr 1fr;gap:30px;padding:44px clamp(18px,5vw,72px);background:#eee6dc;color:var(--black);border-top:1px solid var(--line)}.site-footer button,.site-footer a{border:0;background:transparent;color:var(--black);padding:4px 0;text-align:left;text-decoration:none}.site-footer h3{margin:0 0 10px}.social-links{display:grid;gap:8px;margin-top:12px}.social-links a{display:inline-flex;align-items:center;gap:10px}.policy-page{background:var(--cream)}.policy-content{display:grid;gap:14px;max-width:880px}.policy-section{padding:clamp(18px,3vw,28px);border:1px solid var(--line);border-radius:8px;background:var(--white)}.policy-section h2{margin:0 0 10px;font-family:Libre Baskerville,serif;font-size:clamp(1.35rem,2.5vw,2rem);line-height:1.18}.policy-section p{margin:0 0 12px;color:#232323c2;line-height:1.75}.policy-section p:last-child{margin-bottom:0}.policy-section ul{margin:0;padding-left:20px;color:#232323c7;line-height:1.7}.policy-section li+li{margin-top:6px}.empty-state{display:grid;justify-items:start;gap:16px}.cancel-order-page{display:grid;justify-items:center}.cancel-order-card{width:min(760px,100%);display:grid;gap:18px;padding:clamp(24px,5vw,46px);background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow)}.cancel-order-card h1{margin:0;font-family:Libre Baskerville,serif;font-size:clamp(2rem,5vw,3.4rem)}.cancel-order-card p{margin:0;color:#232323bd;line-height:1.7}.cancel-order-summary{display:grid;grid-template-columns:minmax(120px,.42fr) 1fr;gap:10px 16px;padding:18px;background:var(--cream);border:1px solid var(--line)}.cancel-order-summary span{color:#2323239e}.cancel-order-form,.cancel-order-done{display:grid;gap:14px}.cancel-order-form label{font-weight:700}.cancel-order-form textarea{width:100%;min-height:120px;padding:14px;border:1px solid var(--line);background:var(--white);resize:vertical}.cancel-order-actions{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:980px){.site-header{grid-template-columns:auto 1fr auto}.menu-button{display:inline-grid}.main-nav{position:fixed;top:71px;left:0;right:0;display:none;align-items:stretch;padding:16px;background:var(--cream);border-bottom:1px solid var(--line)}.main-nav.is-open{display:grid}.main-nav button{text-align:left}.dropdown-panel{position:static;width:100%;box-shadow:none}.header-cta{display:none}.hero,.product-detail-grid,.faq-preview,.contact-layout,.event-received-layout,.event-public-grid,.event-choice-layout,.admin-event-panel,.admin-dashboard-grid,.story-layout,.cart-layout,.form-layout,.checkout-clean-layout,.signup-section,.upload-workspace{grid-template-columns:1fr}.cart-summary,.checkout-summary,.event-feedback-card{position:static}.event-photo-workspace .upload-workspace,.event-choice-panel{grid-template-columns:1fr}.event-photo-workspace .crop-stage,.event-photo-workspace .empty-upload{min-height:420px}.hero{min-height:auto}.hero-image,.product-visual-large,.gallery-main,.story-image{min-height:430px}.product-grid,.steps-grid{grid-template-columns:1fr}.section-heading{display:block}.home-section-heading{display:grid;justify-items:start}.home-section-heading-centered{justify-items:center}.product-summary{position:static}.product-process-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-detail-panel,.admin-order-list-panel{position:static;height:auto;max-height:none;overflow:visible}.admin-dashboard-grid{height:auto;min-height:0}.admin-summary-cards,.admin-event-summary-cards,.admin-action-groups,.admin-settings-card .admin-event-panel{grid-template-columns:1fr 1fr}.admin-order-list{overflow:visible}.admin-filters,.admin-feedback-toolbar,.review-facts,.admin-event-edit-grid,.admin-toggle-grid,.admin-settings-grid,.admin-field-requirements{grid-template-columns:1fr 1fr}.crop-toolbar,.crop-controls,.event-settings,.event-submit{align-items:stretch;flex-direction:column}.delivery-method-card .delivery-method-option{align-items:center;gap:10px;padding-block:2px}.delivery-method-card input[type=radio]{flex-basis:16px;width:16px;min-width:16px;height:16px;min-height:16px;margin-top:0}.crop-primary-actions{display:grid;grid-template-columns:1fr 1fr}.crop-primary-actions .file-pill,.crop-primary-actions .button{justify-content:center;width:100%}.crop-controls .icon-row{display:flex;align-items:center;flex-wrap:wrap;width:100%;gap:8px}.crop-controls .icon-row .icon-button{flex:0 0 46px;width:46px;min-height:42px}.mobile-save-crop-button{flex:1 1 132px;width:auto;min-height:48px}.mobile-save-crop-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:999px;background:var(--black);color:var(--white);font-family:Poppins,sans-serif;font-size:.94rem;font-weight:800}.crop-primary-actions .button{display:none}.crop-design-select{align-items:stretch;flex-direction:column}}@media(max-width:640px){.cart-confirmation-drawer-shell{align-items:flex-end}.cart-confirmation-drawer{width:100%;min-height:auto;max-height:86vh;border-left:0;border-top:1px solid rgba(94,69,45,.24);border-radius:16px 16px 0 0;box-shadow:0 -18px 40px #2323232e;padding-bottom:calc(18px + env(safe-area-inset-bottom));animation-name:feedback-modal-enter}.mini-cart-preview-section{max-height:34vh}.mini-cart-preview-section .cart-photo-previews{grid-template-columns:repeat(auto-fill,minmax(68px,1fr))}.feedback-modal-shell{align-items:end;padding:0}.feedback-modal-card{width:100%;max-height:88vh;padding-bottom:calc(18px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0}.site-header{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:10px 12px}.brand-mark{min-width:0;justify-self:start}.brand-mark img{width:clamp(138px,42vw,190px);max-width:100%;height:auto;object-fit:contain}.header-actions{gap:4px}.icon-button,.cart-button{min-width:38px;height:38px}.hero h1{font-size:clamp(2.6rem,15vw,4.4rem)}.hero-image,.product-visual-large,.gallery-main,.story-image,.event-choice-showcase,.crop-stage,.empty-upload{min-height:340px}.product-graduation .gallery-main,.event-flow .event-choice-showcase{min-height:260px}.product-graduation .gallery-main img{object-fit:contain;background:var(--cream)}.event-choice-main-image{min-height:300px;object-fit:cover;object-position:center}.event-photo-workspace .crop-stage,.event-photo-workspace .empty-upload{min-height:min(82vw,360px)}.crop-stage-portrait,.product-process-card .crop-stage-portrait,.product-page.photos-step .product-process-card .crop-stage-portrait,.event-photo-workspace .crop-stage-portrait,.event-flow.photos-step .event-photo-workspace .crop-stage-portrait{width:min(100%,360px);min-height:auto;aspect-ratio:2 / 3;margin-inline:auto}.crop-stage-landscape,.product-process-card .crop-stage-landscape,.product-page.photos-step .product-process-card .crop-stage-landscape,.event-photo-workspace .crop-stage-landscape,.event-flow.photos-step .event-photo-workspace .crop-stage-landscape{width:100%;min-height:auto;aspect-ratio:3 / 2}.event-choice-thumbnails{position:static;grid-template-columns:repeat(4,58px);padding:10px}.event-choice-thumbnails button{width:58px}.event-choice-badge{position:static;max-width:none;margin:0 10px 10px;box-shadow:none}.event-choice-badge strong{font-size:.95rem}.event-choice-badge span{font-size:.68rem}.step-card img{height:clamp(260px,62vw,420px)}.hero-image img{object-position:70% 50%}.story-image img{object-position:82% 88%}.gallery-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-main{min-height:240px}.pack-selector,.field-grid,.compact-customer-fields,.admin-filters,.admin-feedback-toolbar,.admin-event-edit-grid,.admin-event-edit-grid.compact,.admin-toggle-grid,.admin-gallery-crop-row,.admin-summary-cards,.admin-event-summary-cards,.admin-action-groups,.admin-settings-grid,.admin-settings-card .admin-event-panel,.admin-field-requirements,.review-facts{grid-template-columns:1fr}.admin-mobile-preview-frame{width:100%;max-width:280px}.signup-form{display:grid}.cart-item{grid-template-columns:1fr auto}.cart-item-actions{grid-column:1 / -1;width:100%}.cart-item-actions .button,.cart-item-actions .icon-button{flex:1 1 0;width:100%;border-radius:8px}.cart-repair-warning{grid-template-columns:auto minmax(0,1fr)}.cart-repair-warning .button{grid-column:1 / -1;width:100%}.sticky-add,.event-submit{border-radius:18px}.sticky-add{align-items:stretch;flex-direction:column}.sticky-add div{padding-left:0}.sticky-add-button{width:100%}.product-process-tabs{display:flex;align-items:center;gap:8px}.product-process-tabs button{flex:0 0 44px;grid-template-columns:1fr;justify-items:center;min-width:0;min-height:44px;padding:6px;border-radius:999px;text-align:center}.product-process-tabs button.active{flex:1 1 auto;grid-template-columns:auto minmax(0,auto);justify-content:center;padding-inline:12px}.product-process-tabs button .step-number{width:28px;height:28px}.product-process-tabs button .step-label{display:none;white-space:nowrap}.product-process-tabs button.active .step-label{display:inline;overflow:hidden;text-overflow:ellipsis}.process-actions{align-items:stretch;flex-direction:column}.site-footer{grid-template-columns:1fr}}.promo-code-row{display:flex;align-items:center;gap:.5rem;margin:.75rem 0;max-width:100%}.promo-code-input{flex:1;min-width:0;padding:.45rem .75rem;border:1px solid var(--color-border, #ccc);border-radius:6px;font-size:.9rem;font-family:inherit;letter-spacing:.05em;text-transform:uppercase;background:var(--color-surface, #fff);color:var(--color-text, #222)}.promo-code-apply-btn{padding:.45rem .85rem;border:1px solid var(--color-border, #ccc);border-radius:6px;background:var(--color-surface, #fff);font-family:inherit;font-size:.85rem;cursor:pointer;white-space:nowrap}.promo-code-apply-btn:hover{background:var(--color-surface-alt, #f5f5f5)}.promo-code-applied{font-size:.82rem;color:var(--color-success, #2e7d32);white-space:nowrap}.checkout-checkboxes{display:flex;flex-direction:column;gap:10px;margin:4px 0 8px}.checkout-checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;cursor:pointer}.checkout-checkbox-label input[type=checkbox]{flex-shrink:0;margin-top:2px;width:16px;height:16px;accent-color:var(--black)}.checkout-checkbox-required{font-weight:600}.inline-link{background:none;border:none;padding:0;font:inherit;font-weight:700;text-decoration:underline;cursor:pointer;color:inherit}.signup-success{display:flex;align-items:center;gap:10px;padding:14px 18px;background:var(--white);border-radius:8px;font-weight:700}.signup-error{margin-top:8px}.footer-more-policies{margin-top:4px;opacity:.7;font-style:italic}.admin-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent, #e55);color:#fff;font-size:.75rem;font-weight:700;line-height:1}.admin-panel-heading{margin-bottom:20px}.admin-panel-heading h2{margin:0 0 6px}.admin-panel-heading p{color:var(--muted);margin:0}.admin-receipt-upload{margin-top:4px}.admin-receipt-upload-label{display:flex;align-items:center;gap:8px;padding:20px;border:2px dashed #CED4DA;border-radius:8px;cursor:pointer;color:#6c757d;font-size:.9rem;transition:border-color .15s}.admin-receipt-upload-label:hover{border-color:#28a745;color:#28a745}.admin-receipt-preview-wrap{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid #E8E2D9;border-radius:8px}.admin-receipt-preview{width:60px;height:60px;object-fit:cover;border-radius:6px}.admin-receipt-name{flex:1;font-size:.85rem;color:#6c757d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-receipt-remove{background:transparent;border:none;color:#dc3545;cursor:pointer;padding:4px}.admin-reports-panel{padding:4px 0}.admin-reports-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin-bottom:22px}.admin-reports-filters label{display:flex;flex-direction:column;gap:4px;font-weight:600;font-size:.9rem}.admin-reports-summary{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:28px}.admin-report-stat{display:flex;flex-direction:column;gap:4px;padding:16px 24px;border:1px solid var(--line);border-radius:10px;min-width:140px}.admin-report-stat-label{font-size:.85rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.admin-report-stat-value{font-size:1.7rem;font-weight:800}.admin-reports-by-product{margin-bottom:22px}.admin-reports-table{width:100%;border-collapse:collapse;margin-top:10px}.admin-reports-table th,.admin-reports-table td{padding:8px 12px;text-align:left;border-bottom:1px solid var(--line);font-size:.95rem}.admin-reports-table th{font-weight:700;color:var(--muted)}.admin-reports-tabs{display:flex;gap:0;border-bottom:2px solid #E8E2D9;margin-bottom:20px;flex-wrap:wrap}.admin-reports-tabs button{padding:10px 18px;background:transparent;border:none;border-bottom:3px solid transparent;font-size:.9rem;font-weight:600;color:#6c757d;cursor:pointer;transition:all .15s;font-family:Inter,system-ui,sans-serif;margin-bottom:-2px}.admin-reports-tabs button:hover{color:#1a1a1a;background:#00000008}.admin-reports-tabs button.active{color:#1a1a1a;border-bottom-color:#28a745}.admin-reports-section{padding:4px 0}.admin-reports-h3{font-size:1.1rem;font-weight:700;margin:0 0 16px;color:#1a1a1a}.admin-reports-chart{display:flex;align-items:flex-end;gap:8px;height:220px;padding:16px 8px 0;border-bottom:1px solid #E8E2D9;overflow-x:auto}.admin-chart-bar-wrap{display:flex;flex-direction:column;align-items:center;flex:1;min-width:48px;height:100%}.admin-chart-bar-container{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center;min-height:0}.admin-chart-bar{width:70%;max-width:36px;border-radius:4px 4px 0 0;transition:height .3s ease;min-height:2px}.admin-chart-label{font-size:.75rem;color:#6c757d;font-weight:600;margin-top:6px}.admin-chart-value{font-size:.7rem;color:#1a1a1a;font-weight:700;margin-top:2px}.admin-reports-transactions{font-size:.85rem}.admin-reports-transactions th,.admin-reports-transactions td{padding:6px 10px;white-space:nowrap}.admin-tx-order{font-family:monospace;font-size:.8rem;color:#6c757d}.admin-tx-money{text-align:right;font-variant-numeric:tabular-nums}.admin-pay-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.admin-pay-badge.stripe{background:#d4edda;color:#155724}.admin-pay-badge.manual{background:#fff3cd;color:#856404}.admin-order-pill{display:inline-block;padding:3px 10px;border-radius:12px;font-size:.8rem;font-weight:600;font-family:monospace;white-space:nowrap}.admin-order-pill.ev{background:#d1ecf1;color:#0c5460}.admin-order-pill.px{background:#d4edda;color:#155724}.admin-order-pill.man{background:#fff3cd;color:#856404}.admin-order-pill.other{background:#e2e3e5;color:#383d41}.admin-reports-note{padding:12px 16px;background:#f8f5f0;border-radius:8px;margin-top:16px}.admin-reports-note p{margin:0;font-size:.85rem;color:#6c757d}.admin-manual-order-form{display:flex;flex-direction:column;gap:16px;max-width:700px}.admin-form-row{display:flex;gap:16px;flex-wrap:wrap}.admin-form-row label{flex:1;min-width:180px;display:flex;flex-direction:column;gap:4px;font-weight:600;font-size:.9rem;color:#1a1a1a}.admin-form-row input,.admin-form-row select{padding:8px 12px;border:1px solid #CED4DA;border-radius:6px;font-size:.95rem;font-family:Inter,system-ui,sans-serif}.admin-form-row input:focus,.admin-form-row select:focus{outline:none;border-color:#28a745}.admin-form-full{display:flex;flex-direction:column;gap:4px;font-weight:600;font-size:.9rem}.admin-form-full textarea{padding:8px 12px;border:1px solid #CED4DA;border-radius:6px;font-size:.95rem;font-family:Inter,system-ui,sans-serif;resize:vertical}.form-status-ok{color:#28a745!important;font-weight:600}main:has(.admin-shell){overflow:visible}.admin-shell{display:flex;width:100%;min-height:calc(100vh - 80px);background:#ececea;font-family:Poppins,sans-serif}.admin-sidebar{width:220px;background:#f5f4f0;border-right:.5px solid rgba(0,0,0,.1);display:flex;flex-direction:column;padding:16px 0;flex-shrink:0;overflow-y:auto}.admin-sidebar-brand{display:flex;align-items:center;gap:8px;padding:0 16px 16px;border-bottom:.5px solid rgba(0,0,0,.1);margin-bottom:12px;font-weight:500;font-size:14px;color:#1a1a1a}.admin-nav-label{font-size:11px;color:#9a9990;padding:8px 8px 4px;margin:0}.admin-sidebar-nav button{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;border:none;background:transparent;color:#6b6a66;font-size:14px;font-family:Poppins,sans-serif;text-align:left;width:100%;cursor:pointer}.admin-sidebar-nav button:hover{background:#0000000d}.admin-sidebar-nav button.active{background:#fff;color:#1a1a1a;font-weight:500}.admin-sidebar-footer{margin-top:auto;padding:12px 16px 0;border-top:.5px solid rgba(0,0,0,.1)}.admin-sidebar-email-label{font-size:12px;color:#9a9990;margin:12px 0 2px}.admin-sidebar-email{font-size:13px;margin:0 0 8px;word-break:break-all;color:#1a1a1a}.admin-logout-btn{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b6a66;background:transparent;border:none;padding:4px 0;cursor:pointer;font-family:Poppins,sans-serif}.admin-main{flex:1;padding:24px 28px;overflow:auto;min-width:0}.admin-topbar{display:none;align-items:center;gap:10px;padding:14px 0 16px;border-bottom:.5px solid rgba(0,0,0,.1);margin-bottom:20px}.admin-menu-btn{background:transparent;border:none;padding:0;display:flex;cursor:pointer}.admin-topbar-title{font-weight:500;font-size:15px}.admin-topbar-badge{margin-left:auto;background:#fcebeb;color:#791f1f;font-size:11px;padding:2px 8px;border-radius:10px}.admin-drawer{width:240px;height:100%;background:#f5f4f0;padding:16px 0;display:flex;flex-direction:column;overflow-y:auto}.admin-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:0 16px 16px;border-bottom:.5px solid rgba(0,0,0,.1);margin-bottom:12px;font-weight:500;font-size:14px}.admin-drawer-head button{background:transparent;border:none;padding:0;cursor:pointer;display:flex}.admin-summary-card.stat-danger{background:#fcebeb}.admin-summary-card.stat-danger span,.admin-summary-card.stat-danger strong{color:#791f1f}.admin-summary-card.stat-warning{background:#faeeda}.admin-summary-card.stat-warning span,.admin-summary-card.stat-warning strong{color:#633806}.admin-summary-card.stat-success{background:#eaf3de}.admin-summary-card.stat-success span,.admin-summary-card.stat-success strong{color:#27500a}.admin-summary-card.stat-neutral{background:#f5f4f0}.admin-summary-card.stat-neutral span{color:#6b6a66}.admin-quick-filters button.pill-active{background:#1a1a1a;color:#fff}.admin-quick-filters button.pill-danger{background:#fcebeb;color:#791f1f}.admin-quick-filters button.pill-warning{background:#faeeda;color:#633806}.admin-quick-filters button.pill-success{background:#eaf3de;color:#27500a}.admin-quick-filters button.pill-outline{background:transparent;border:.5px solid rgba(0,0,0,.15);color:#6b6a66}.admin-order-card.accent-warning{border-left:3px solid #ef9f27}.admin-order-card.accent-danger{border-left:3px solid #e24b4a}.admin-back-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:#6b6a66;font-size:13px;font-family:Poppins,sans-serif;padding:0 0 16px;cursor:pointer}.admin-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:300}.admin-modal-box{background:#fff;border-radius:12px;padding:24px;width:320px;max-width:90vw;border:.5px solid rgba(0,0,0,.1)}.admin-modal-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:16px;font-weight:500}.admin-modal-danger-icon{color:#791f1f}.admin-modal-body{font-size:13px;color:#6b6a66;margin:0 0 20px}.admin-modal-actions{display:flex;gap:8px;justify-content:flex-end}.admin-modal-btn-keep{padding:8px 16px;border-radius:8px;border:.5px solid rgba(0,0,0,.15);background:transparent;color:#1a1a1a;font-family:Poppins,sans-serif;font-size:13px;cursor:pointer}.admin-modal-btn-confirm{padding:8px 16px;border-radius:8px;border:none;background:#791f1f;color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;cursor:pointer}@media(max-width:768px){.admin-sidebar{display:none}.admin-topbar{display:flex}.admin-main{padding:0 16px 24px}.admin-shell{min-height:auto}.admin-next-step{flex-direction:column;align-items:stretch}.admin-print-pdf-btn{width:100%}}.admin-shell{flex-direction:column;min-height:100vh;background:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:16px;height:60px;padding:0 20px;background:#1a1a1a;color:#fff;border-bottom:2px solid #2563eb;flex-shrink:0;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-header-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;letter-spacing:.04em;color:#fff;white-space:nowrap}.admin-header-nav{display:flex;align-items:center;gap:18px;flex:1;justify-content:center}.admin-header-nav a{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap;transition:opacity .15s}.admin-header-nav a:hover{opacity:.78}.admin-header-actions{display:flex;align-items:center;gap:14px;color:#fff}.admin-header-actions button{background:transparent;border:none;color:#fff;cursor:pointer;padding:0;display:inline-flex;align-items:center;position:relative}.admin-header-cart-badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#2563eb;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.admin-body{display:flex;flex:1;min-height:0;width:100%}.admin-sidebar{width:250px;background:#f8f5f0;border-right:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;padding:18px 0;flex-shrink:0;overflow-y:auto;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-sidebar-brand{display:none}.admin-sidebar-nav{padding:0 12px;display:flex;flex-direction:column;gap:2px;flex:1}.admin-nav-label{font-size:11px;color:#8d8d8d;padding:14px 8px 6px;margin:0;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.admin-sidebar-nav button{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;border:none;background:transparent;color:#1a1a1a;font-size:13px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;text-align:left;width:100%;cursor:pointer;position:relative;transition:background .15s}.admin-sidebar-nav button:hover{background:#0000000a}.admin-sidebar-nav button.active{background:#e8e2d9;color:#1a1a1a;font-weight:600;border-left:3px solid #1a1a1a;padding-left:7px}.admin-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#8d8d8d;color:#fff;font-size:11px;font-weight:600;line-height:1;margin-left:auto}.admin-sidebar-footer{margin-top:auto;padding:14px 16px 0;border-top:1px solid rgba(0,0,0,.06)}.admin-sidebar-email-label{font-size:11px;color:#8d8d8d;margin:8px 0 2px;font-weight:500}.admin-sidebar-email{font-size:13px;margin:0 0 8px;word-break:break-all;color:#1a1a1a;font-weight:600}.admin-logout-btn{display:flex;align-items:center;gap:8px;font-size:13px;color:#6c757d;background:transparent;border:none;padding:4px 0;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-logout-btn:hover{color:#1a1a1a}.admin-main{flex:1;padding:24px 28px;overflow:auto;min-width:0;background:#fff;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-topbar{display:none;align-items:center;gap:10px;padding:12px 0;margin-bottom:12px}.admin-menu-btn{background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:6px;display:flex;cursor:pointer;color:#1a1a1a}.admin-topbar-title{font-weight:600;font-size:15px;color:#1a1a1a}.admin-topbar-badge{margin-left:auto;background:#fff3cd;color:#856404;font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600}.admin-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:200;display:flex}.admin-drawer{width:260px;height:100%;background:#f8f5f0;padding:16px 0;display:flex;flex-direction:column;overflow-y:auto;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:0 16px 14px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:8px;font-weight:600;font-size:14px;color:#1a1a1a}.admin-drawer-head button{background:transparent;border:none;padding:0;cursor:pointer;display:flex;color:#6c757d}.admin-order-table-wrap{width:100%;overflow-x:auto;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff}.admin-order-table{width:100%;border-collapse:collapse;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-order-table thead th{background:#f8f5f0;color:#6c757d;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:left;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08);white-space:nowrap}.admin-order-table tbody tr{cursor:pointer;transition:background .12s}.admin-order-table tbody tr:hover{background:#f8f5f0}.admin-order-table tbody td{padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.06);font-size:13px;color:#1a1a1a;vertical-align:middle}.admin-order-table tbody tr:last-child td{border-bottom:none}.admin-order-table-product{display:flex;align-items:center;gap:10px}.admin-order-table-product-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f8f5f0;color:#8d8d8d;flex-shrink:0}.admin-order-table-product-info{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-order-table-product-name{font-weight:600;font-size:13px;color:#1a1a1a}.admin-order-table-product-meta{font-size:12px;color:#6c757d}.admin-table-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.admin-table-pill.paid{background:#d4edda;color:#28a745}.admin-table-pill.unpaid{background:#fff3cd;color:#856404}.admin-table-photo-status{font-size:12px;font-weight:500}.admin-table-photo-status.none{color:#6c757d}.admin-table-photo-status.missing{color:#dc3545}.admin-table-photo-status.ready{color:#ffc107}.admin-table-print-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:none;border-radius:8px;background:#28a745;color:#fff;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-table-print-btn:disabled{background:#e8e2d9;color:#8d8d8d;cursor:not-allowed}.admin-table-print-btn:not(:disabled):hover{background:#218838}.admin-filter-panel-overlay{position:fixed;inset:0;background:#00000040;z-index:250}.admin-filter-panel{position:fixed;top:0;right:0;bottom:0;width:260px;max-width:90vw;background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:260;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-y:auto}.admin-filter-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(0,0,0,.08)}.admin-filter-panel-header h3{margin:0;font-size:15px;font-weight:600;color:#1a1a1a}.admin-filter-panel-close{background:transparent;border:none;padding:4px;cursor:pointer;color:#6c757d;display:inline-flex}.admin-filter-panel-body{padding:16px 18px;display:flex;flex-direction:column;gap:20px}.admin-filter-section h4{margin:0 0 10px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#6c757d}.admin-filter-checkbox{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;font-size:13px;color:#1a1a1a}.admin-filter-checkbox input[type=checkbox],.admin-filter-checkbox input[type=radio]{width:16px;height:16px;accent-color:#28A745;flex-shrink:0}.admin-filter-checkbox.green input[type=checkbox],.admin-filter-checkbox.green input[type=radio]{accent-color:#28A745}.admin-filter-checkbox.gray{color:#6c757d}.admin-filter-checkbox.red{color:#dc3545}.admin-filter-checkbox.orange{color:#ffc107}.admin-filter-select{width:100%;height:36px;border:1px solid #CED4DA;border-radius:6px;padding:0 10px;font-size:13px;font-family:Inter,sans-serif;color:#1a1a1a;background:#fff;cursor:pointer;outline:none}.admin-filter-select:focus{border-color:#28a745}.admin-order-list-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.admin-order-search-wrap{display:flex;align-items:center;gap:10px;width:100%;max-width:500px;position:relative}.admin-order-search-input{flex:1;height:44px;border:1px solid #CED4DA;border-radius:8px;padding:0 16px 0 44px;font-size:14px;font-family:Inter,sans-serif;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s}.admin-order-search-input:focus{border-color:#28a745}.admin-order-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6c757d;pointer-events:none}.admin-filter-fab{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#28a745;color:#fff;border:none;cursor:pointer;box-shadow:0 2px 8px #28a7454d;flex-shrink:0}.admin-filter-fab:hover{background:#218838}.admin-quick-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-quick-filters button{min-height:34px;padding:0 13px;border:1px solid rgba(0,0,0,.1);border-radius:999px;background:#fff;color:#1a1a1a;font-size:12px;font-weight:500;font-family:Inter,system-ui,-apple-system,sans-serif;cursor:pointer}.admin-quick-filters button.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.admin-filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:12px;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#f8f5f0;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-filters label{display:grid;gap:4px;font-size:12px;font-weight:600;color:#6c757d}.admin-filters select,.admin-filters input{min-height:36px;padding:6px 10px;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;color:#1a1a1a}.admin-detail-panel{display:grid;align-content:start;gap:16px;min-height:0;padding:0;border:none;background:transparent;overflow:visible;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-back-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:#6c757d;font-size:13px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;padding:0 0 8px;cursor:pointer;width:fit-content}.admin-back-btn:hover{color:#1a1a1a}.admin-order-detail-header{display:grid;gap:8px;margin-bottom:4px}.admin-order-detail-header h2{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700;color:#1a1a1a}.admin-order-detail-badges{display:flex;flex-wrap:wrap;gap:8px}.admin-detail-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-detail-card{display:grid;align-content:start;gap:10px;padding:18px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff}.admin-detail-card h3{display:inline-flex;align-items:center;gap:8px;margin:0 0 4px;color:#6c757d;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-detail-card .admin-detail-lines{display:grid;gap:6px}.admin-detail-card .admin-detail-lines span{font-size:13px;color:#1a1a1a;font-weight:500}.admin-detail-card.next-step-card{flex-direction:column}.admin-next-step-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-next-step-text{display:grid;gap:4px;flex:1}.admin-next-step-text span{font-size:14px;color:#1a1a1a;font-weight:500}.admin-print-pdf-btn{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 16px;border:none;border-radius:8px;background:#28a745;color:#fff;font-size:13px;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif;cursor:pointer;flex-shrink:0}.admin-print-pdf-btn:hover:not(:disabled){background:#218838}.admin-print-pdf-btn:disabled{background:#e8e2d9;color:#8d8d8d;cursor:not-allowed}.admin-detail-card-btn-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-btn-danger-outline{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid #DC3545;border-radius:8px;background:transparent;color:#dc3545;font-size:13px;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif;cursor:pointer}.admin-btn-danger-outline:hover{background:#f8f5f0}.admin-btn-danger-solid{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:none;border-radius:8px;background:#dc3545;color:#fff;font-size:13px;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif;cursor:pointer}.admin-btn-danger-solid:hover{background:#c82333}.admin-btn-danger-solid:disabled{opacity:.6;cursor:not-allowed}.admin-btn-green{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:none;border-radius:8px;background:#28a745;color:#fff;font-size:13px;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif;cursor:pointer}.admin-btn-green:hover{background:#218838}.admin-fulfillment-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:#f8f5f0;color:#1a1a1a;font-size:12px;font-weight:600}.admin-detail-amount{font-size:24px;font-weight:700;color:#1a1a1a}.admin-upload-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;background:#d4edda;color:#28a745;font-size:12px;font-weight:600}.admin-status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.admin-status-badge.paid{background:#d4edda;color:#28a745}.admin-status-badge.none{background:#e8e2d9;color:#6c757d}.admin-status-badge.new{background:#fff3cd;color:#856404}.admin-detail-card .admin-prewrap{font-size:13px;color:#1a1a1a;line-height:1.5}.admin-action-groups{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.admin-action-group{display:grid;gap:8px;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#f8f5f0}.admin-action-group>span{color:#6c757d;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.admin-action-group>div{display:flex;flex-wrap:wrap;gap:8px}.admin-action-group button{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#fff;color:#1a1a1a;font-size:13px;font-weight:500;font-family:Inter,system-ui,-apple-system,sans-serif;cursor:pointer}.admin-action-group.danger button{border-color:#dc35454d;color:#dc3545}.admin-action-group button:disabled{opacity:.4;cursor:not-allowed}.admin-photo-section{padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff}.admin-photo-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-photo-section-heading h3{margin:0;font-size:14px;font-weight:600}.admin-photo-section-heading button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#fff;color:#1a1a1a;font-size:13px;font-weight:500;cursor:pointer}.admin-detail-tabs{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.08)}.admin-detail-tabs button{min-height:34px;padding:0 12px;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#fff;color:#1a1a1a;font-size:13px;font-weight:500;font-family:Inter,system-ui,-apple-system,sans-serif;cursor:pointer}.admin-detail-tabs button.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.admin-summary-cards{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:10px;margin-bottom:14px}.admin-summary-card{display:grid;gap:4px;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;color:#1a1a1a;text-align:left;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-summary-card:hover{border-color:#00000026}.admin-summary-card.active{border-color:#1a1a1a;background:#f8f5f0}.admin-summary-card span{color:#6c757d;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.admin-summary-card strong{color:#1a1a1a;font-size:22px;font-weight:700;line-height:1}.admin-summary-card.stat-danger{background:#fff3cd;border-color:#dc354526}.admin-summary-card.stat-danger span,.admin-summary-card.stat-danger strong{color:#dc3545}.admin-summary-card.stat-warning{background:#fff3cd;border-color:#ffc10733}.admin-summary-card.stat-warning span,.admin-summary-card.stat-warning strong{color:#856404}.admin-summary-card.stat-success{background:#d4edda;border-color:#28a74526}.admin-summary-card.stat-success span,.admin-summary-card.stat-success strong{color:#28a745}.admin-summary-card.stat-neutral{background:#f8f5f0}.admin-summary-card.stat-neutral span{color:#6c757d}.admin-order-list-panel{display:grid;gap:12px;min-width:0;padding:0;border:none;background:transparent;overflow:visible}.admin-order-list-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.admin-order-list-header h2{margin:0;font-size:18px;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-order-list-header .eyebrow{font-size:11px;color:#6c757d}.admin-order-list{display:grid;align-content:start;gap:8px;min-height:0}.admin-order-card{display:grid;gap:6px;width:100%;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;color:#1a1a1a;text-align:left;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;transition:background .15s,border-color .15s}.admin-order-card:hover,.admin-order-card.selected{border-color:#0003;background:#f8f5f0}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px}.admin-pagination-btn{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:6px 14px;font-size:13px;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a;cursor:pointer}.admin-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.admin-pagination-btn:not(:disabled):hover{background:#f8f5f0}.admin-pagination-info{font-size:13px;color:#6c757d;min-width:100px;text-align:center}.status-pill{display:inline-flex;width:fit-content;min-height:24px;align-items:center;gap:5px;padding:0 9px;border-radius:999px;background:#f8f5f0;color:#1a1a1a;font-size:12px;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-event-queue-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px;padding:16px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff}.admin-event-queue-toolbar h2{margin:0;font-size:18px;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(420px,1.22fr);gap:18px;align-items:stretch;min-width:0}.admin-settings-card{border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-settings-card h2{font-family:Inter,system-ui,-apple-system,sans-serif}.admin-event-form,.admin-code-list{border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-event-form h2{font-family:Inter,system-ui,-apple-system,sans-serif}.admin-modal-box{border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-modal-btn-keep,.admin-modal-btn-confirm{font-family:Inter,system-ui,-apple-system,sans-serif}@media(max-width:768px){.admin-header-nav,.admin-sidebar{display:none}.admin-topbar{display:flex}.admin-main{padding:0 16px 24px}.admin-shell{min-height:auto}.admin-detail-card-grid,.admin-dashboard-grid{grid-template-columns:1fr}.admin-next-step-row{flex-direction:column;align-items:stretch}.admin-print-pdf-btn{width:100%}.admin-summary-cards{grid-template-columns:repeat(2,1fr)}}.admin-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.admin-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;padding:20px;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.admin-modal-header h3{margin:0;font-size:18px;font-weight:600}.admin-modal-close-x{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:6px}.admin-modal-close-x:hover{background:#f3f4f6;color:#111}.admin-modal-body{display:flex;flex-direction:column;gap:14px}.admin-modal-info{background:#f9fafb;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:4px;font-size:14px}.admin-modal-info p{margin:0}.admin-modal-field{display:flex;flex-direction:column;gap:6px;font-size:14px}.admin-modal-field span{font-weight:600;color:#374151}.admin-modal-field select,.admin-modal-field input{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.admin-receipt-upload{border:2px dashed #d1d5db;border-radius:8px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;position:relative;cursor:pointer;color:#6b7280;font-size:13px}.admin-receipt-upload input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.admin-receipt-upload:hover{border-color:#28a745;color:#28a745}.admin-receipt-preview{display:flex;align-items:center;gap:10px}.admin-receipt-preview img{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.admin-receipt-remove{background:none;border:none;color:#dc3545;cursor:pointer;font-size:13px;padding:4px 8px}.admin-tasks-panel{max-width:720px}.admin-tasks-section{margin-top:16px}.admin-tasks-section h3{font-size:15px;font-weight:600;margin:0 0 10px;color:#374151}.admin-task-card{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;margin-bottom:8px;background:#fff}.admin-task-card.completed{opacity:.5}.admin-task-card-info{display:flex;flex-direction:column;gap:2px;font-size:13px}.admin-task-card-info strong{font-size:14px}.admin-task-card-amount{color:#6b7280}.admin-task-card-actions{display:flex;gap:6px;align-items:center}.admin-edit-btn{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.admin-edit-btn:hover{background:#f3f4f6;color:#111}.admin-archive-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-checkbox-cell{text-align:center;width:36px}.admin-checkbox-cell input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#28A745}.admin-row-selected{background:#d4edda!important}.admin-select-all-checkbox{text-align:center;width:36px}.admin-select-all-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#28A745}.admin-archive-floating-btn{position:fixed;bottom:24px;right:24px;z-index:100;display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #28a74566;transition:background .15s,box-shadow .15s}.admin-archive-floating-btn:hover{background:#1e7e34;box-shadow:0 6px 16px #28a74580}.admin-linked-pill{display:inline-block;padding:3px 10px;background:#d1ecf1;color:#0c5460;border-radius:12px;font-size:.8rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .15s}.admin-linked-pill:hover{background:#bee5eb}.admin-customer-detail{max-width:100%}.admin-customer-detail-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.admin-customer-detail-header h2{margin:0;font-size:1.5rem;font-weight:700}.admin-customer-detail-info{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;padding:16px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px}.admin-customer-detail-info>div{display:flex;align-items:center;gap:8px;font-size:14px;color:#3a3a3a}.admin-customer-detail-info svg{color:#6c757d;flex-shrink:0}.admin-customer-orders{width:100%}.admin-customer-orders h3{margin:0 0 10px;font-size:1.1rem;font-weight:600}.admin-customer-orders table{width:100%}.admin-customer-orders tbody tr:hover{background:#f8f5f0}.admin-customer-merge-modal select{border:1px solid rgba(0,0,0,.15);border-radius:6px;font-size:14px}.admin-customer-add-modal label{font-size:14px;font-weight:500;color:#3a3a3a}.admin-customer-add-modal input,.admin-customer-add-modal textarea{display:block;width:100%;padding:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:6px;font-size:14px;margin-top:4px;font-family:inherit}.admin-customer-add-modal textarea{resize:vertical}.admin-customer-tag{display:inline-block;padding:2px 8px;background:#e2e3e5;color:#6c757d;border-radius:10px;font-size:.72rem;font-weight:600;white-space:nowrap;vertical-align:middle}.admin-customer-actions{display:flex;gap:4px;align-items:center}.admin-customer-actions button{padding:4px 8px;background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer;color:#3a3a3a;transition:background .15s}.admin-customer-actions button:hover{background:#f8f5f0}.admin-workflow-board{padding:0}.wf-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.wf-toolbar-left{display:flex;flex-direction:column;gap:2px}.wf-toolbar-left .eyebrow{margin:0;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#888}.wf-toolbar-left h2{margin:0;font-size:1.3rem}.wf-toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wf-search{width:220px}.wf-search .admin-order-search-input{font-size:.82rem;padding:6px 10px 6px 30px}.wf-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid rgba(0,0,0,.12);border-radius:20px;background:var(--white);color:#666;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.wf-chip:hover{border-color:var(--brown);color:var(--brown)}.wf-chip.active{background:#4caf501a;border-color:#4caf50;color:#2e7d32}.wf-tabs-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px}.wf-fulfillment-tabs{display:flex;gap:0;border-bottom:2px solid rgba(0,0,0,.06)}.wf-fulfillment-tabs button{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border:none;background:transparent;color:#888;font-size:.88rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.wf-fulfillment-tabs button:hover{color:var(--black)}.wf-fulfillment-tabs button.active{color:var(--brown);border-bottom-color:var(--brown)}.wf-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#5e452d1f;color:var(--brown);font-size:.7rem;font-weight:700}.wf-test-orders-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:1px dashed rgba(0,0,0,.15);border-radius:6px;background:transparent;color:#999;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.wf-test-orders-btn:hover{border-color:#bbb;color:#777;background:#00000005}.wf-board{display:flex;flex-direction:column;gap:16px}.wf-columns{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;min-height:100px;scroll-snap-type:x proximity;position:relative}.wf-columns::-webkit-scrollbar{height:10px}.wf-columns::-webkit-scrollbar-track{background:#0000000a;border-radius:5px}.wf-columns::-webkit-scrollbar-thumb{background:#5e452d4d;border-radius:5px}.wf-columns::-webkit-scrollbar-thumb:hover{background:#5e452d80}.wf-column{flex:0 0 290px;min-width:290px;display:flex;flex-direction:column;scroll-snap-align:start;position:relative}.wf-column:after{content:"";position:absolute;right:-6px;top:0;bottom:0;width:2px;border-radius:1px;background:var(--wf-divider-color, transparent);opacity:.4}.wf-column:last-child:after{display:none}.wf-column-header{display:flex;align-items:center;gap:6px;padding:8px 4px;border-bottom:2px solid var(--wf-divider-color, rgba(0,0,0,.06));margin-bottom:8px;position:sticky;top:0;background:var(--cream);z-index:10}.wf-column-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.wf-column-label{font-size:.78rem;font-weight:700;color:#444;text-transform:uppercase;letter-spacing:.04em;flex:1}.wf-column-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#0000000f;color:#666;font-size:.7rem;font-weight:700}.wf-column-body{display:flex;flex-direction:column;gap:8px;flex:1;min-height:60px}.wf-column-empty{text-align:center;color:#bbb;font-size:.75rem;padding:20px 0;margin:0}.wf-card{background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:10px 12px;cursor:pointer;transition:box-shadow .15s,border-color .15s;position:relative;display:flex;flex-direction:column;gap:4px}.wf-card:hover{border-color:#00000026;box-shadow:0 2px 10px #0000000f}.wf-card.priority-issue{border-left:3px solid #e53935}.wf-card.priority-awaiting-payment,.wf-card.priority-event-payment-due{border-left:3px solid #ff9800}.wf-card.priority-ready{border-left:3px solid #4caf50}.wf-card.priority-completed,.wf-card.priority-canceled{border-left:3px solid #e0e0e0}.wf-card-top{display:flex;align-items:center;justify-content:space-between;gap:6px}.wf-card-order{font-size:.72rem;font-weight:600;color:#999;font-family:monospace}.wf-card-top-right{display:flex;align-items:center;gap:4px}.wf-card-error{display:inline-flex;color:#e53935;cursor:help}.wf-card-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:#aaa;cursor:pointer;transition:background .15s,color .15s}.wf-card-menu-btn:hover{background:#0000000f;color:#555}.wf-card-name{font-size:.88rem;font-weight:700;color:#222;line-height:1.2}.wf-card-product{display:flex;align-items:center;justify-content:space-between;gap:8px}.wf-card-product-name{font-size:.78rem;color:#666}.wf-card-qty{font-size:.72rem;font-weight:600;color:var(--brown);background:#5e452d0f;padding:1px 6px;border-radius:4px;white-space:nowrap}.wf-card-event{font-size:.7rem;color:#888;background:#00000008;padding:2px 6px;border-radius:4px;width:fit-content}.wf-card-note{font-size:.72rem;color:#666;background:#ffc10714;padding:3px 6px;border-radius:4px;border-left:2px solid #ffc107;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;padding-top:6px;margin-top:2px;border-top:1px solid rgba(0,0,0,.05)}.wf-card-action-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:1.5px solid;border-radius:6px;background:transparent;font-size:.76rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.wf-card-action-btn:hover:not(:disabled){background:currentColor}.wf-card-action-btn:hover:not(:disabled)>*{color:var(--white)!important;filter:brightness(0) invert(1)}.wf-card-action-btn:disabled{opacity:.4;cursor:default}.wf-card-completed-label{display:inline-flex;align-items:center;gap:4px;color:#4caf50;font-size:.76rem;font-weight:600}.wf-card-time{display:inline-flex;align-items:center;gap:3px;font-size:.68rem;color:#aaa;white-space:nowrap}.wf-card-menu-overlay{position:fixed;inset:0;z-index:99}.wf-card-menu{position:absolute;top:100%;right:0;margin-top:4px;background:var(--white);border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 4px 20px #0000001f;z-index:100;min-width:180px;padding:4px;display:flex;flex-direction:column;gap:1px}.wf-card-menu button{display:flex;align-items:center;gap:8px;text-align:left;padding:7px 10px;border:none;background:transparent;border-radius:5px;font-size:.8rem;cursor:pointer;color:#333;transition:background .1s}.wf-card-menu button:hover{background:#0000000a}.wf-card-menu button.active{background:#5e452d0f;font-weight:600;color:var(--brown)}.wf-card-menu-sep{height:1px;background:#0000000f;margin:4px 0}.wf-card-menu-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:#999;padding:2px 10px}.wf-menu-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.wf-column-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0 2px}.wf-page-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid rgba(0,0,0,.1);border-radius:4px;background:var(--white);color:#666;font-size:.8rem;cursor:pointer;transition:background .15s}.wf-page-btn:hover:not(:disabled){background:#0000000a}.wf-page-btn:disabled{opacity:.3;cursor:default}.wf-page-indicator{font-size:.68rem;color:#999;min-width:42px;text-align:center}.wf-card-top-left{display:flex;align-items:center;gap:6px}.wf-card-checkbox{width:16px;height:16px;cursor:pointer;accent-color:var(--brown);flex-shrink:0}.wf-card--selected{border-color:var(--brown);box-shadow:0 0 0 2px #5e452d26}.wf-card-print-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:1px solid rgba(0,0,0,.12);border-radius:6px;background:var(--white);color:#555;font-size:.76rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.wf-card-print-btn:hover{background:#0000000a;border-color:#0003;color:var(--black)}.wf-batch-actions{display:flex;align-items:center;gap:8px}.wf-batch-count{font-size:.82rem;font-weight:600;color:var(--brown);background:#5e452d14;padding:4px 10px;border-radius:20px}.wf-batch-print-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border:none;border-radius:8px;background:#4caf50;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .15s;box-shadow:0 2px 8px #4caf5040}.wf-batch-print-btn:hover:not(:disabled){background:#43a047}.wf-batch-print-btn:disabled{opacity:.6;cursor:default}.wf-batch-clear{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(0,0,0,.1);border-radius:6px;background:var(--white);color:#888;cursor:pointer}.wf-batch-clear:hover{background:#0000000a;color:#555}.wf-completed-section{margin-top:8px;padding:12px;background:#00000005;border-radius:8px}.wf-completed-section h4{margin:0 0 10px;font-size:.8rem;color:#888}.wf-completed-cards{display:flex;gap:8px;flex-wrap:wrap}.wf-completed-cards .wf-card{flex:0 0 auto;min-width:240px;max-width:290px}.wf-empty-board{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.wf-empty-board p{font-size:1.2rem;font-weight:600;color:#555;margin:0 0 6px}.wf-empty-board span{font-size:.85rem;color:#999}.wf-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;padding:10px 16px;background:#232323;color:#fff;border-radius:8px;font-size:.85rem;box-shadow:0 4px 24px #0003;z-index:9999;animation:wf-toast-in .2s ease}@keyframes wf-toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.wf-toast button{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;color:#8bc34a;font-size:.82rem;font-weight:600;cursor:pointer;padding:2px 4px;border-radius:4px;transition:background .15s}.wf-toast button:hover{background:#ffffff1a}.wf-toast button[aria-label=Dismiss]{color:#888}@media(max-width:768px){.wf-toolbar{flex-direction:column;align-items:stretch}.wf-toolbar-right{flex-direction:row}.wf-search{width:100%;flex:1}.wf-tabs-row{flex-direction:column;align-items:stretch;gap:8px}.wf-fulfillment-tabs button{padding:8px 12px;font-size:.82rem}.wf-column{flex:0 0 260px;min-width:260px}}.admin-workflow-card-header-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.admin-workflow-card-name{font-weight:700;font-size:.88rem;color:#222;line-height:1.2}.admin-workflow-card-order{font-size:.72rem;color:#888;font-weight:400;line-height:1.2}.admin-workflow-card-tag{display:inline-block;font-size:.68rem;color:#666;background:#0000000d;padding:1px 6px;border-radius:4px;margin-top:3px;width:fit-content}.admin-workflow-card-error{display:inline-flex;align-items:center;justify-content:center;color:#e53935;flex-shrink:0;cursor:help}.admin-workflow-card-progress{height:3px;background:#0000000f;overflow:hidden;margin:-10px -12px 8px;border-radius:8px 8px 0 0}.admin-workflow-card-progress-fill{height:100%;border-radius:0 2px 2px 0;transition:width .3s ease}.admin-workflow-card-progress-fill.priority-ready{background:#4caf50}.admin-workflow-card-progress-fill.priority-event-payment-due,.admin-workflow-card-progress-fill.priority-awaiting-payment{background:#ff9800}.admin-workflow-card-progress-fill.priority-issue{background:#e53935}.admin-workflow-card-progress-fill.priority-completed,.admin-workflow-card-progress-fill.priority-canceled{background:#9e9e9e}.admin-workflow-card.priority-issue{border-left:3px solid #e53935}.admin-workflow-card.priority-awaiting-payment,.admin-workflow-card.priority-event-payment-due{border-left:3px solid #ff9800}.admin-workflow-card.priority-ready{border-left:3px solid #4caf50}.admin-workflow-card.priority-completed,.admin-workflow-card.priority-canceled{border-left:3px solid #9e9e9e}.admin-workflow-column-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 8px 8px;border-top:1px solid rgba(0,0,0,.04)}.admin-workflow-page-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid rgba(0,0,0,.12);border-radius:4px;background:#fff;color:#555;font-size:.85rem;cursor:pointer;transition:background .15s}.admin-workflow-page-btn:hover:not(:disabled){background:#f0f0f0}.admin-workflow-page-btn:disabled{opacity:.35;cursor:default}.admin-workflow-page-indicator{font-size:.72rem;color:#777;min-width:48px;text-align:center}.admin-workflow-column-empty{text-align:center;color:#aaa;font-size:.75rem;padding:16px 0;margin:0}.admin-workflow-column-count.health-warn{background:#e539351f;color:#c62828}.admin-detail-workflow-select{display:flex;align-items:center;gap:8px;margin:8px 0;padding:8px 0;border-top:1px solid rgba(0,0,0,.06)}.admin-detail-workflow-select label{font-size:.8rem;color:#555;white-space:nowrap}.admin-detail-workflow-select select{flex:1;padding:6px 10px;border:1px solid rgba(0,0,0,.15);border-radius:6px;font-size:.85rem;background:#fff;cursor:pointer}.admin-detail-workflow-select select:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf5026}.admin-workflow-test-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #4caf50;border-radius:6px;background:#4caf5014;color:#2e7d32;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.admin-workflow-test-btn:hover{background:#4caf502e}.customization-page{min-height:100vh;display:flex;flex-direction:column;background:var(--cream)}.customization-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--white);border-bottom:1px solid var(--line)}.customization-header--editor{background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.08)}.customization-header--editor .customization-back{color:#fffc}.customization-back{display:flex;align-items:center;gap:4px;border:none;background:transparent;color:var(--black);font-size:.9rem;font-weight:600;cursor:pointer}.customization-step-label{font-size:.75rem;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.customization-content{flex:1;padding:20px 16px;max-width:600px;margin:0 auto;width:100%}.customization-content h1{font-size:1.5rem;margin:0 0 6px}.customization-subtitle{color:#666;font-size:.9rem;margin:0 0 20px}.customization-progress{display:flex;align-items:center;gap:0;margin-bottom:24px}.customization-progress-step{display:flex;align-items:center;gap:6px}.customization-progress-dot{width:28px;height:28px;border-radius:50%;border:2px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#999;flex-shrink:0}.customization-progress-dot.done{background:#4caf50;border-color:#4caf50;color:#fff}.customization-progress-dot.active{border-color:var(--brown);color:var(--brown);background:var(--white)}.customization-progress-label{font-size:.78rem;color:#999;white-space:nowrap}.customization-progress-label.active{color:var(--brown);font-weight:600}.customization-progress-line{width:32px;height:2px;background:#0000001a;margin:0 6px}.customization-progress-line.done{background:#4caf50}.pack-selector-list{display:flex;flex-direction:column;gap:10px}.pack-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:2px solid var(--line);border-radius:12px;background:var(--white);cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:left}.pack-card:hover{border-color:#5e452d4d}.pack-card.selected{border-color:var(--brown);box-shadow:0 0 0 3px #5e452d14}.pack-card.popular{border-color:#4caf504d}.pack-card-name{font-size:1rem;font-weight:700;color:var(--black);display:flex;align-items:center;gap:8px}.pack-card-badge{font-size:.65rem;font-weight:700;color:#2e7d32;background:#4caf501f;padding:2px 6px;border-radius:4px;text-transform:uppercase}.pack-card-detail{font-size:.8rem;color:#888;display:flex;align-items:center;gap:8px}.pack-card-savings{color:#2e7d32;font-weight:600}.pack-card-price{display:flex;align-items:center;gap:8px}.pack-card-price strong{font-size:1.1rem;font-weight:700;color:var(--black)}.pack-card-check{color:var(--brown)}.customization-footer{padding:12px 16px;background:var(--white);border-top:1px solid var(--line);position:sticky;bottom:0;z-index:20}.customization-next-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:14px 24px;border:none;border-radius:10px;background:#4caf50;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s;box-shadow:0 2px 12px #4caf5040}.customization-next-btn:hover:not(:disabled){background:#43a047}.customization-next-btn:disabled{opacity:.5;cursor:default}.customization-editor-body{flex:1;display:flex;flex-direction:column}.customization-page--editor{background:#1a1a1a}.start-customizing-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 20px;text-align:center;background:var(--white);border-radius:12px;border:1px solid var(--line)}.start-customizing-card p{font-size:1.1rem;font-weight:600;margin:0;color:var(--black)}.start-customizing-card span{font-size:.85rem;color:#888;max-width:360px}.product-customize-cta{padding:20px 0}.product-customize-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;border:none;border-radius:12px;background:var(--az-brown, #5e452d);color:var(--az-white, #fff);font-family:Poppins,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.product-customize-btn:hover{background:#523a24}.product-customize-btn:active{transform:scale(.98)}.review-section{margin-bottom:24px}.review-section h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:#888;margin:0 0 10px}.review-pack-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--white);border:1px solid var(--line);border-radius:10px}.review-pack-card strong{font-size:1rem}.review-pack-card span{font-size:.82rem;color:#888;display:block}.review-pack-price{font-size:1.2rem;color:var(--brown)}.review-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.review-photo-card{position:relative;border:2px solid var(--line);border-radius:10px;overflow:hidden;background:var(--white);cursor:pointer;padding:0}.review-photo-card.ready{border-color:#4caf504d}.review-photo-card img{width:100%;aspect-ratio:2/3;object-fit:cover}.review-photo-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:2/3;color:#ccc;font-size:.85rem;background:#00000005}.review-photo-check{position:absolute;top:4px;right:4px;color:#4caf50;background:#fff;border-radius:50%;padding:2px}.review-photo-label{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px;font-size:.75rem;color:#666}.review-notes-input{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:8px;font-family:inherit;font-size:.88rem;resize:vertical;background:var(--white)}.review-total-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--white);border:1px solid var(--line);border-radius:10px;margin-bottom:16px}.review-total-bar strong{font-size:1.3rem;color:var(--brown)}@media(min-width:768px){.customization-content{max-width:700px;padding:32px 24px}.pack-selector-list{max-width:500px}}.photo-editor{display:flex;flex-direction:column;background:var(--cream);border-radius:12px;overflow:hidden}.photo-editor-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--white);border-bottom:1px solid var(--line);gap:12px}.photo-editor-back-btn{display:flex;align-items:center;gap:4px;border:none;background:transparent;color:var(--black);font-size:.9rem;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s}.photo-editor-back-btn:hover{background:#0000000a}.photo-editor-counter{font-size:.78rem;color:#888;background:#0000000d;padding:4px 12px;border-radius:20px;white-space:nowrap}.photo-editor-topbar-actions{display:flex;align-items:center;gap:4px}.photo-editor-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:6px;background:transparent;color:#666;cursor:pointer;transition:background .15s,color .15s}.photo-editor-icon-btn:hover:not(:disabled){background:#0000000f;color:var(--black)}.photo-editor-main{display:grid;grid-template-columns:1fr 340px;min-height:420px}.photo-editor-workspace{background:#1a1a1a;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:380px}.photo-editor-workspace .reactEasyCrop_Container{background:#1a1a1a}.photo-editor-workspace .reactEasyCrop_CropArea{border:3px solid rgba(255,255,255,.95);box-shadow:0 0 0 9999em #0000008c,0 0 0 1px #00000080}.photo-editor-safe-area-hint{font-size:.75rem;color:#888;margin:0;padding:8px 12px;text-align:center}.photo-editor-lowres-warning{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;gap:8px;padding:10px 14px;background:#ffc107f2;color:#5d4037;border-radius:8px;font-size:.8rem;font-weight:500;z-index:10;box-shadow:0 2px 12px #00000026}.photo-editor-controls{background:var(--white);padding:16px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;max-height:520px}.photo-editor-design-row select{flex:1;padding:6px 10px;border:1px solid var(--line);border-radius:6px;font-size:.85rem;background:var(--white)}.photo-editor-tabs{display:flex;gap:0;border-bottom:2px solid var(--line)}.photo-editor-tabs button{flex:1;padding:10px 12px;border:none;background:transparent;color:#888;font-size:.85rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;text-transform:uppercase;letter-spacing:.05em}.photo-editor-tabs button:hover{color:var(--black)}.photo-editor-tabs button.active{color:var(--brown);border-bottom-color:var(--brown)}.photo-editor-tab-content{min-height:120px}.photo-editor-zoom-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--brown);cursor:pointer;flex-shrink:0;transition:background .15s}.photo-editor-zoom-btn:hover:not(:disabled){background:#5e452d0f}.photo-editor-zoom-btn:disabled{opacity:.4;cursor:default}.photo-editor-slider-label>span:first-child{font-size:.8rem;color:#555;white-space:nowrap;min-width:36px}.photo-editor-slider-label input[type=range]{flex:1}.photo-editor-slider-value{font-size:.78rem;color:var(--brown);font-weight:600;min-width:36px;text-align:right}.photo-editor-tool-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--black);font-size:.82rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.photo-editor-tool-btn:hover:not(:disabled){background:#5e452d0a;border-color:var(--brown)}.photo-editor-tool-btn:disabled{opacity:.4;cursor:default}.photo-editor-tool-btn.danger{color:#c62828;border-color:#e5393533}.photo-editor-tool-btn.danger:hover:not(:disabled){background:#e539350f;border-color:#e53935}.photo-editor-safe-area-toggle{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#666;cursor:pointer;margin-top:10px}.photo-editor-safe-area-toggle input{cursor:pointer}.photo-editor-adjust-row{display:flex;flex-direction:column;gap:6px}.photo-editor-adjust-label{font-size:.85rem;font-weight:600;color:var(--black)}.photo-editor-adjust-value{font-size:.78rem;color:var(--brown);font-weight:600;background:#5e452d14;padding:2px 8px;border-radius:12px;min-width:36px;text-align:center}.photo-editor-adjust-reset{border:none;background:transparent;color:#888;font-size:.75rem;cursor:pointer;text-decoration:underline;padding:2px 4px}.photo-editor-adjust-reset:hover:not(:disabled){color:var(--brown)}.photo-editor-adjust-slider{width:100%}.photo-editor-reset-all-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--line);border-radius:8px;background:transparent;color:#666;font-size:.8rem;cursor:pointer;align-self:flex-start;transition:background .15s}.photo-editor-reset-all-btn:hover{background:#0000000a}.photo-editor-rotate-dial-circle{width:100px;height:100px;border-radius:50%;border:3px solid var(--line);display:flex;align-items:center;justify-content:center;position:relative;background:#00000005}.photo-editor-rotate-pointer{position:absolute;top:8px;left:50%;width:3px;height:40px;background:var(--brown);border-radius:2px;transform-origin:bottom center;transition:transform .2s ease}.photo-editor-rotate-value{font-size:.9rem;font-weight:700;color:var(--brown)}.photo-editor-thumbnails{display:flex;gap:8px;padding:12px 16px;background:var(--white);border-top:1px solid var(--line);overflow-x:auto}.photo-editor-thumb{position:relative;width:52px;height:52px;border:2px solid var(--line);border-radius:8px;background:var(--cream);cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .15s}.photo-editor-thumb:hover{border-color:var(--brown)}.photo-editor-thumb.active{border-color:var(--brown);border-width:3px}.photo-editor-thumb.done{border-color:#4caf50}.photo-editor-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.photo-editor-thumb-check{position:absolute;top:2px;right:2px;color:#4caf50;background:#fff;border-radius:50%;padding:1px}.photo-editor-thumb-pending{font-size:.85rem;font-weight:700;color:var(--brown)}.photo-editor-thumb-empty{font-size:.85rem;color:#bbb}.photo-editor-thumb-add{flex-shrink:0;padding:0 16px;height:52px;border:2px dashed rgba(94,69,45,.3);border-radius:8px;background:transparent;color:var(--brown);font-size:.78rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s}.photo-editor-thumb-add:hover:not(:disabled){background:#5e452d0a}.photo-editor-thumb-add:disabled{opacity:.4;cursor:default}.photo-editor-bottom{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--white);border-top:1px solid var(--line);gap:12px}.photo-editor-edit-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:1px solid var(--brown);border-radius:8px;background:transparent;color:var(--brown);font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s}.photo-editor-edit-btn:hover{background:#5e452d0f}.photo-editor-save-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;border:none;border-radius:8px;background:#4caf50;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;box-shadow:0 2px 8px #4caf504d}.photo-editor-save-btn:hover:not(:disabled){background:#43a047;transform:translateY(-1px)}.photo-editor-save-btn:active:not(:disabled){transform:translateY(0)}.photo-editor-save-btn:disabled{opacity:.5;cursor:default;box-shadow:none}.editor-orientation__label{font-size:.78rem;color:#666;white-space:nowrap;font-weight:500}.orientation-toggle{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(35,35,35,.12);border-radius:10px;overflow:hidden;background:var(--white);flex:1}.orientation-toggle__option{min-height:40px;padding:7px 12px;border:0;background:var(--white);color:var(--brown);font-family:Poppins,sans-serif;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:background .15s,color .15s}.orientation-toggle__option:hover:not(:disabled):not(.orientation-toggle__option--active){background:#5e452d0d}.orientation-toggle__option--active{background:var(--brown);color:var(--white);font-weight:600}.photo-nav-row{display:flex;align-items:center;background:var(--white);border-top:1px solid var(--line);gap:0}.photo-nav-row .thumb-strip{flex:1;min-width:0;display:flex;gap:8px;padding:12px 16px;overflow-x:auto}.duplicate-photo-btn{flex:0 0 44px;width:44px;height:44px;margin-right:12px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--brown);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.duplicate-photo-btn:hover:not(:disabled){background:#5e452d0f;border-color:var(--brown)}@media(max-width:768px){.photo-editor-main{grid-template-columns:1fr;grid-template-rows:1fr auto}.photo-editor-workspace{min-height:300px}.photo-editor-controls{max-height:none;padding:12px}.photo-editor-topbar{padding:10px 12px}.photo-editor-back-btn span{display:none}.photo-editor-icon-btn,.photo-editor-zoom-btn{width:44px;height:44px}.photo-editor-tool-btn{padding:10px 14px;min-height:44px}.photo-editor-save-btn{flex:1;padding:14px 24px;min-height:52px;font-size:1rem}.photo-editor-edit-btn{flex:1;padding:12px 20px;min-height:48px}.photo-editor-bottom{position:sticky;bottom:0;z-index:20}.photo-nav-row .thumb-strip{padding:8px 12px}.photo-editor-thumb{width:44px;height:44px}.photo-editor-thumb-add{height:44px}.safe-area-toggle{width:44px;height:44px}.orientation-toggle__option{min-height:44px}}:root{--az-cream: #f7f5f1;--az-brown: #5e452d;--az-brown-light: #7a5e40;--az-black: #232323;--az-sand: #cbb8a6;--az-sand-light: #e2d6c6;--az-green: #4caf50;--az-green-dark: #3d8b40;--az-green-light: #e8f5e9;--az-white: #ffffff;--az-gray: #9e9e9e;--az-gray-light: #f0f0f0;--az-gray-border: #e0e0e0;--az-editor-bg: #1e1e1e;--az-editor-panel: #1a1a1a;--az-editor-workspace: #2a2a2a;--az-editor-dark-btn: #333;--az-editor-track: #333}.customization-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--az-cream);color:var(--az-black);font-family:Poppins,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.customization-page--editor{background:var(--az-editor-bg);color:var(--az-white)}.customization-header{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 18px;background:var(--az-white);border-bottom:1px solid var(--az-gray-border);flex-shrink:0;z-index:10}.customization-header--editor{background:var(--az-editor-panel);border-bottom:1px solid rgba(255,255,255,.06)}.customization-back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--az-brown);cursor:pointer;padding:0;flex-shrink:0}.customization-header--editor .customization-back{color:#ccc}.customization-step-label{font-size:11px;font-weight:600;color:var(--az-brown);letter-spacing:.5px;text-transform:uppercase}.customization-header--editor .customization-step-label{color:#ffffff80}.customization-content{flex:1;padding:20px 20px 24px;max-width:480px;margin:0 auto;width:100%}.customization-content h1,.customization-content h2{font-size:22px;font-weight:700;color:var(--az-black);margin:0 0 6px;line-height:1.2}.customization-subtitle{font-size:13px;color:#666;font-weight:300;margin:0 0 20px;line-height:1.5}.customization-content .step-eyebrow,.customization-content .eyebrow{display:block;font-size:11px;font-weight:600;color:var(--az-green-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.customization-editor-body{flex:1;display:flex;flex-direction:column;min-height:0}.customization-progress{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 0 20px;margin-bottom:8px}.customization-progress-step{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;position:relative}.customization-progress-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;background:var(--az-gray-light);color:var(--az-gray);border:none;flex-shrink:0;z-index:1}.customization-progress-dot.done{background:var(--az-green);color:var(--az-white)}.customization-progress-dot.active{background:var(--az-brown);color:var(--az-white)}.customization-progress-label{font-size:9px;font-weight:500;color:var(--az-gray);text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.customization-progress-label.active{color:var(--az-brown)}.customization-progress-label.done{color:var(--az-green-dark)}.customization-progress-line{position:absolute;top:13px;right:-50%;width:100%;height:2px;background:var(--az-gray-light);z-index:0}.customization-progress-line.done{background:var(--az-green)}.customization-progress-step:last-child .customization-progress-line{display:none}.pack-selector-list{display:flex;flex-direction:column;gap:12px;padding-bottom:8px}.pack-card{background:var(--az-white);border-radius:16px;padding:16px;border:2px solid transparent;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a;text-align:left;width:100%;font-family:inherit}.pack-card:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000012}.pack-card.selected{border-color:var(--az-brown);background:#fbf8f3}.pack-card.popular{border-color:transparent}.pack-card.popular.selected{border-color:var(--az-brown)}.pack-card-info{display:flex;flex-direction:column;gap:2px}.pack-card-name{font-size:15px;font-weight:600;color:var(--az-black);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pack-card-detail{font-size:11px;color:var(--az-gray);margin-top:2px;display:flex;align-items:center;gap:8px}.pack-card-savings{font-size:10px;color:var(--az-green-dark);font-weight:600;margin-top:4px}.pack-card-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.pack-card-price strong{font-size:18px;font-weight:700;color:var(--az-brown)}.pack-card-price .pack-unit{font-size:10px;color:var(--az-gray);font-weight:400}.pack-card-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--az-gray-border);margin-top:4px;position:relative;flex-shrink:0}.pack-card.selected .pack-card-check{border-color:var(--az-brown);background:var(--az-brown);color:transparent}.pack-card.selected .pack-card-check svg{color:var(--az-white)}.pack-card-badge{background:var(--az-green);color:var(--az-white);font-size:9px;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px;vertical-align:middle}.customization-footer{background:var(--az-white);padding:14px 20px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--az-gray-border);flex-shrink:0;position:sticky;bottom:0;z-index:20}.customization-next-btn{width:100%;height:48px;border:none;border-radius:12px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--az-brown);color:var(--az-white);transition:transform .1s ease,background .15s ease}.customization-next-btn:hover:not(:disabled){background:#523a24}.customization-next-btn:active:not(:disabled){transform:scale(.98)}.customization-next-btn:disabled{opacity:.5;cursor:not-allowed}.customization-next-btn.btn-green,.customization-next-btn.green{background:var(--az-green)}.customization-next-btn.btn-green:hover:not(:disabled),.customization-next-btn.green:hover:not(:disabled){background:var(--az-green-dark)}.start-customizing-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:28px 20px;text-align:center;background:var(--az-white);border-radius:16px;border:1px solid var(--az-gray-border);box-shadow:0 2px 8px #0000000a}.start-customizing-card p{font-size:15px;font-weight:600;margin:0;color:var(--az-black)}.start-customizing-card span{font-size:12px;color:#666;font-weight:300;max-width:320px;line-height:1.5}.review-section{margin-bottom:14px}.review-section h3{font-size:13px;font-weight:600;color:var(--az-brown);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;display:flex;align-items:center;gap:6px}.review-pack-card{background:var(--az-white);border-radius:16px;padding:18px;margin-bottom:14px;box-shadow:0 2px 8px #0000000a;border:none;display:flex;align-items:center;justify-content:space-between}.review-pack-card strong{font-size:16px;font-weight:600;color:var(--az-black);display:block}.review-pack-card span,.review-pack-card .review-pack-qty{font-size:12px;color:var(--az-gray);margin-top:2px;display:block}.review-pack-price{font-size:18px;font-weight:700;color:var(--az-brown)}.review-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:8px}.review-photo-card{aspect-ratio:1;border-radius:10px;overflow:hidden;position:relative;border:none;background:var(--az-white);cursor:pointer;padding:0}.review-photo-card img{width:100%;height:100%;object-fit:cover;display:block}.review-photo-card.ready{border:2px solid transparent}.review-photo-card.needs-attention{border:2px solid #f5a623}.review-photo-check{position:absolute;top:6px;right:6px;width:20px;height:20px;background:var(--az-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--az-white);font-size:11px;font-weight:700;z-index:2}.review-photo-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--az-gray);background:var(--az-gray-light)}.review-photo-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0009);color:var(--az-white);font-size:9px;padding:12px 6px 4px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:4px}.review-notes-input{width:100%;border:1.5px solid var(--az-gray-border);border-radius:12px;padding:12px;font-family:inherit;font-size:13px;color:var(--az-black);min-height:70px;resize:none;background:var(--az-cream);line-height:1.5}.review-notes-input:focus{border-color:var(--az-brown);outline:none}.review-notes-input::placeholder{color:var(--az-gray)}.review-total-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--az-white);border-top:1px solid var(--az-gray-border);flex-shrink:0;margin:0;border-radius:0;border-left:none;border-right:none;border-bottom:none}.review-total-bar .total-label,.review-total-bar>div>span:first-child{font-size:12px;color:var(--az-gray);display:block}.review-total-bar strong,.review-total-bar>div>strong{font-size:22px;font-weight:700;color:var(--az-brown)}.photo-editor{display:flex;flex-direction:column;background:var(--az-editor-bg);color:var(--az-white);border-radius:0;overflow:hidden;flex:1;min-height:0}.photo-editor-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--az-editor-panel);border-bottom:1px solid rgba(255,255,255,.04);gap:12px;flex-shrink:0}.photo-editor-back-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#ccc;cursor:pointer;padding:0;border-radius:6px;transition:background .15s;flex-shrink:0}.photo-editor-back-btn:hover{background:#ffffff14}.photo-editor-counter{font-size:14px;font-weight:600;color:var(--az-white);white-space:nowrap;text-align:center}.photo-editor-counter:after,.photo-editor-counter small{display:block;font-size:10px;font-weight:300;color:#888;margin-top:1px}.photo-editor-topbar-actions{display:flex;align-items:center;gap:2px}.photo-editor-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#ccc;cursor:pointer;border-radius:6px;transition:background .15s,color .15s}.photo-editor-icon-btn:hover:not(:disabled){background:#ffffff14;color:var(--az-white)}.photo-editor-icon-btn:disabled{opacity:.3;cursor:default}.photo-editor-main{display:grid;grid-template-columns:1fr;flex:1;min-height:0}.photo-editor-workspace{background:var(--az-editor-workspace);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:260px;padding:24px 20px}.photo-editor-workspace .reactEasyCrop_Container{background:var(--az-editor-workspace)}.photo-editor-workspace .reactEasyCrop_CropArea{border:2px solid #ffffff!important;box-shadow:0 0 0 9999px #0009!important;border-radius:2px!important}.photo-editor-cropper-wrap{position:relative;width:100%;height:100%}.photo-editor-live-filter-overlay{position:absolute;inset:0;pointer-events:none;z-index:5;background:transparent}.photo-editor-workspace .reactEasyCrop_Image{filter:var(--pe-live-filter, none);transform:var(--pe-live-flip, none)}.photo-editor-safe-area{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px dashed rgba(255,255,255,.4);border-radius:2px;pointer-events:none;z-index:6}.photo-editor-safe-area-hint{font-size:11px;color:#888;margin:0;padding:8px 12px;text-align:center;font-weight:300}.photo-editor-lowres-warning{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;gap:8px;padding:10px 14px;background:#ffc107f2;color:#5d4037;border-radius:8px;font-size:12px;font-weight:500;z-index:10;box-shadow:0 2px 12px #00000026}.photo-editor-lowres-warning button{border:none;background:transparent;color:#5d4037;cursor:pointer;padding:2px;margin-left:auto;flex-shrink:0}.photo-editor-controls{background:var(--az-editor-panel);padding:14px 20px 18px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;flex-shrink:0;max-height:none;scrollbar-width:none}.photo-editor-controls::-webkit-scrollbar{display:none}.photo-editor-design-row{display:flex;gap:8px}.photo-editor-design-row select,.photo-editor-design-row .crop-design-select select{flex:1;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:12px;background:var(--az-editor-dark-btn);color:var(--az-white);font-family:inherit}.photo-editor-design-row select:focus{border-color:var(--az-green);outline:none}.editor-orientation{display:flex;align-items:center;gap:8px}.editor-orientation__label{font-size:11px;color:#aaa;white-space:nowrap;font-weight:500}.orientation-toggle{display:grid;grid-template-columns:1fr 1fr;background:#00000080;border-radius:20px;padding:4px;gap:2px;overflow:hidden;border:none;flex:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.photo-editor-workspace .orientation-toggle{position:absolute;top:12px;right:14px;z-index:8;flex:none}.orientation-toggle--locked{grid-template-columns:1fr}.orientation-toggle__option{min-height:30px;padding:5px 12px;border:0;background:transparent;color:#aaa;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;border-radius:16px;transition:background .15s,color .15s}.orientation-toggle__option:hover:not(:disabled):not(.orientation-toggle__option--active){color:#ddd}.orientation-toggle__option--active{background:var(--az-green);color:var(--az-white);font-weight:600}.orientation-toggle__option:disabled{cursor:default}.orientation-toggle__option--active:disabled{opacity:1}.orientation-toggle__option svg{flex-shrink:0;opacity:.8}.photo-editor-tabs{display:flex;gap:0;justify-content:space-around;background:var(--az-editor-panel);padding:12px 16px 6px;border-bottom:1px solid rgba(255,255,255,.04)}.photo-editor-tabs button{flex:1;padding:6px 16px;border:none;background:transparent;color:#888;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;border-radius:8px;margin-bottom:0;border-bottom:none;text-transform:none;letter-spacing:0;transition:color .15s,background .15s;display:flex;flex-direction:column;align-items:center;gap:4px}.photo-editor-tabs button:hover{color:#ccc}.photo-editor-tabs button.active{color:var(--az-white);background:#ffffff14}.photo-editor-tab-content{background:var(--az-editor-panel);padding:14px 20px 18px;flex-shrink:0;min-height:80px}.photo-editor-crop-tools{display:flex;flex-direction:column;gap:14px}.photo-editor-slider-row{display:flex;align-items:center;gap:8px}.photo-editor-zoom-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0f;color:var(--az-white);cursor:pointer;flex-shrink:0;transition:background .15s}.photo-editor-slider-label{display:flex;align-items:center;gap:8px;flex:1}.photo-editor-slider-label>span:first-child{font-size:11px;color:#ccc;white-space:nowrap;min-width:40px}.photo-editor-slider-label input[type=range],.photo-editor-adjust-slider,.photo-editor-zoom-slider{-webkit-appearance:none;appearance:none;flex:1;width:100%;height:4px;background:#444;border-radius:2px;outline:none;cursor:pointer}.photo-editor-slider-label input[type=range]::-webkit-slider-runnable-track,.photo-editor-adjust-slider::-webkit-slider-runnable-track,.photo-editor-zoom-slider::-webkit-slider-runnable-track{height:4px;background:transparent;border-radius:2px}.photo-editor-slider-label input[type=range]::-moz-range-track,.photo-editor-adjust-slider::-moz-range-track,.photo-editor-zoom-slider::-moz-range-track{height:4px;background:#444;border-radius:2px}.photo-editor-adjust-slider::-moz-range-progress,.photo-editor-zoom-slider::-moz-range-progress{height:4px;background:var(--az-green);border-radius:2px}.photo-editor-slider-label input[type=range]::-webkit-slider-thumb,.photo-editor-adjust-slider::-webkit-slider-thumb,.photo-editor-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:var(--az-white);border-radius:50%;box-shadow:0 2px 6px #0006;cursor:pointer;margin-top:-6px}.photo-editor-slider-label input[type=range]::-moz-range-thumb,.photo-editor-adjust-slider::-moz-range-thumb,.photo-editor-zoom-slider::-moz-range-thumb{width:16px;height:16px;background:var(--az-white);border:none;border-radius:50%;box-shadow:0 2px 6px #0006;cursor:pointer}.photo-editor-zoom-control{display:flex;flex-direction:column;gap:6px}.photo-editor-zoom-slider{width:100%}.photo-editor-zoom-value{font-size:11px;color:var(--az-green);font-weight:600;text-align:center}.photo-editor-slider-value{font-size:11px;color:var(--az-green);font-weight:600;min-width:40px;text-align:right}.photo-editor-tool-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.photo-editor-tool-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 16px;border:none;border-radius:12px;background:#ffffff0f;color:var(--az-white);font-family:inherit;font-size:10px;font-weight:500;cursor:pointer;transition:background .15s}.photo-editor-tool-btn:hover:not(:disabled){background:#ffffff1f}.photo-editor-tool-btn:disabled{opacity:.3;cursor:default}.photo-editor-tool-btn.danger{color:#ff6b6b}.photo-editor-tool-btn.danger:hover:not(:disabled){background:#ff6b6b1f}.photo-editor-safe-area-toggle{display:flex;align-items:center;gap:6px;font-size:11px;color:#ccc;cursor:pointer;margin-top:10px}.photo-editor-safe-area-toggle input{cursor:pointer;accent-color:var(--az-green)}.safe-area-toggle{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff9;border-radius:9px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:8;transition:background .15s,color .15s}.safe-area-toggle:hover{background:#ffffff26;color:#ffffffd9}.safe-area-toggle--active{background:#fff3;color:#fffffff2;border-color:#ffffff4d}.photo-editor-adjust-tools{display:flex;flex-direction:column;gap:16px}.photo-editor-adjust-row{display:flex;flex-direction:column;gap:8px}.photo-editor-adjust-header{display:flex;align-items:center;justify-content:space-between}.photo-editor-adjust-label{font-size:11px;color:#ccc;font-weight:500}.photo-editor-adjust-value-row{display:flex;align-items:center;gap:8px}.photo-editor-adjust-value{font-size:11px;color:var(--az-green);font-weight:600}.photo-editor-adjust-reset{border:none;background:transparent;color:#888;font-size:10px;cursor:pointer;text-decoration:underline;padding:2px 4px}.photo-editor-adjust-reset:hover:not(:disabled){color:#ccc}.photo-editor-adjust-reset:disabled{opacity:.3;cursor:default;text-decoration:none}.photo-editor-reset-all-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:transparent;color:#aaa;font-size:11px;cursor:pointer;align-self:flex-start;transition:background .15s}.photo-editor-reset-all-btn:hover{background:#ffffff0f}.photo-editor-rotate-tools{display:flex;flex-direction:column;align-items:center;gap:16px}.photo-editor-rotate-dial{padding:8px}.photo-editor-rotate-dial-circle{width:100px;height:100px;border-radius:50%;border:3px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;position:relative;background:#ffffff0a}.photo-editor-rotate-pointer{position:absolute;top:8px;left:50%;width:3px;height:40px;background:var(--az-green);border-radius:2px;transform-origin:bottom center;transition:transform .2s ease}.photo-editor-rotate-value{font-size:13px;font-weight:700;color:var(--az-green)}.photo-editor-rotate-tools .photo-editor-tool-buttons{justify-content:space-around}.photo-editor-rotate-tools .photo-editor-tool-btn{flex-direction:column;gap:4px}.photo-editor-rotate-tools .photo-editor-tool-btn .angle{font-size:13px;font-weight:700;color:var(--az-green)}.photo-nav-row{display:flex;align-items:center;background:var(--az-editor-panel);border-top:1px solid #333;gap:0;flex-shrink:0}.photo-nav-row .thumb-strip{flex:1;min-width:0;display:flex;gap:10px;padding:12px 16px 16px;overflow-x:auto;scrollbar-width:none}.photo-nav-row .thumb-strip::-webkit-scrollbar{display:none}.photo-editor-thumb{position:relative;width:56px;height:56px;border:2px solid transparent;border-radius:10px;background:var(--az-editor-dark-btn);cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .15s;padding:0}.photo-editor-thumb:hover{border-color:#fff3}.photo-editor-thumb.active,.photo-editor-thumb.done{border-color:var(--az-green)}.photo-editor-thumb img{width:100%;height:100%;object-fit:cover;border-radius:0;display:block}.photo-editor-thumb-check{position:absolute;bottom:2px;right:2px;width:14px;height:14px;background:var(--az-green);color:var(--az-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;z-index:2;padding:0}.photo-editor-thumb-pending{position:absolute;top:2px;left:2px;background:#0009;color:var(--az-white);font-size:8px;padding:1px 4px;border-radius:4px;font-weight:600;z-index:2}.photo-editor-thumb-empty{font-size:11px;color:#777;font-weight:600}.photo-editor-thumb-add{flex-shrink:0;width:56px;height:56px;border:2px dashed #555;border-radius:10px;background:transparent;color:#777;font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.photo-editor-thumb-add:hover:not(:disabled){background:#ffffff0a;border-color:#777;color:#aaa}.photo-editor-thumb-add:disabled{opacity:.3;cursor:default}.duplicate-photo-btn{flex:0 0 44px;width:44px;height:44px;margin-right:12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0f;color:#ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.duplicate-photo-btn:hover:not(:disabled){background:#ffffff1f}.duplicate-photo-btn:disabled{opacity:.3;cursor:default}.photo-editor-bottom{display:flex;align-items:center;gap:10px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:var(--az-editor-panel);border-top:1px solid rgba(255,255,255,.04);flex-shrink:0}.photo-editor-bottom .file-pill{display:inline-flex;align-items:center;gap:6px;padding:0 14px;height:48px;border:none;border-radius:12px;background:var(--az-editor-dark-btn);color:var(--az-white);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}.photo-editor-bottom .file-pill:hover{background:#444}.photo-editor-trash-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;border:none;border-radius:12px;background:var(--az-editor-dark-btn);color:#ff6b6b;cursor:pointer;transition:background .15s}.photo-editor-trash-btn:hover:not(:disabled){background:#444}.photo-editor-trash-btn:disabled{opacity:.3;cursor:default}.photo-editor-edit-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 48px;width:48px;height:48px;border:none;border-radius:12px;background:var(--az-editor-dark-btn);color:var(--az-white);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.photo-editor-edit-btn:hover{background:#444}.photo-editor-save-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1;height:48px;border:none;border-radius:12px;background:var(--az-green);color:var(--az-white);font-family:Poppins,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s;box-shadow:0 2px 8px #4caf504d}.photo-editor-save-btn:hover:not(:disabled){background:var(--az-green-dark)}.photo-editor-save-btn:active:not(:disabled){transform:scale(.98)}.photo-editor-save-btn:disabled{opacity:.4;cursor:default;box-shadow:none}.crop-frame{width:180px;height:120px;position:relative;border:2px solid var(--az-white);box-shadow:0 0 0 9999px #0000008c}.crop-frame img{width:100%;height:100%;object-fit:cover;display:block;opacity:.95}.crop-handle{position:absolute;width:14px;height:14px;background:var(--az-white);border:2px solid var(--az-green)}.crop-handle.tl{top:-7px;left:-7px}.crop-handle.tr{top:-7px;right:-7px}.crop-handle.bl{bottom:-7px;left:-7px}.crop-handle.br{bottom:-7px;right:-7px}.crop-grid{position:absolute;inset:0;pointer-events:none}.crop-grid:before,.crop-grid:after{content:"";position:absolute;background:#ffffff4d}.crop-grid:before{top:33%;left:0;right:0;height:1px;box-shadow:0 40px #ffffff4d}.crop-grid:after{left:33%;top:0;bottom:0;width:1px;box-shadow:40px 0 #ffffff4d}.empty-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px 20px;text-align:center;color:#888;font-size:13px}.empty-upload-button{border:2px dashed #555;border-radius:12px;background:transparent;color:#aaa;cursor:pointer;transition:border-color .15s,color .15s;width:100%;max-width:280px}.empty-upload-button:hover{border-color:#777;color:#ccc}.locked-crop-preview{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.crop-overlay-frame{position:relative;overflow:hidden}.crop-overlay-preview{width:100%;height:100%;object-fit:cover;display:block}.cropper-preparing{color:#888;font-size:12px;text-align:center;padding:20px}.upload-format-status,.form-status{font-size:11px;color:#888;margin:4px 0 0;font-weight:300}.gallery{position:relative;background:var(--az-white)}.gallery-img{width:100%;height:300px;object-fit:cover;display:block}.gallery-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px}.gallery-dots span{width:6px;height:6px;border-radius:50%;background:#fff9}.gallery-dots span.active{background:var(--az-brown);width:18px;border-radius:3px}.gallery-badge{position:absolute;top:12px;left:12px;background:var(--az-brown);color:var(--az-white);font-size:10px;font-weight:600;padding:5px 10px;border-radius:20px;letter-spacing:.5px}.product-info{padding:18px 20px 16px;background:var(--az-cream)}.product-title{font-size:20px;font-weight:600;color:var(--az-black);line-height:1.2}.product-rating{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:12px;color:var(--az-brown-light)}.stars{color:#f5a623;letter-spacing:1px}.product-price{font-size:22px;font-weight:700;color:var(--az-brown);margin-top:10px}.product-price small{font-size:12px;font-weight:400;color:var(--az-gray)}.product-desc{font-size:12px;line-height:1.6;color:#555;margin-top:10px;font-weight:300}.pill{font-size:10px;padding:4px 10px;border-radius:12px;background:var(--az-sand-light);color:var(--az-brown);font-weight:500}@media(min-width:769px){.customization-content{max-width:640px;padding:32px 24px}.pack-selector-list{max-width:540px;margin:0 auto}.pack-card{padding:20px 22px}.pack-card-name{font-size:16px}.pack-card-price strong{font-size:20px}.review-photo-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:14px}.review-section h3{font-size:14px}.photo-editor-main{grid-template-columns:1fr 380px;grid-template-rows:1fr}.photo-editor-workspace{min-height:480px;padding:40px 32px}.photo-editor-controls{max-height:none;overflow-y:auto;padding:20px 24px}.photo-editor-tabs{flex-direction:row;padding:16px 24px 8px}.photo-editor-tab-content{padding:18px 24px 24px}.photo-editor-thumb,.photo-editor-thumb-add{width:64px;height:64px}.photo-editor-save-btn,.photo-editor-edit-btn{height:52px}}@media(min-width:1024px){.customization-content{max-width:720px}.pack-selector-list{max-width:600px}.photo-editor-main{grid-template-columns:1fr 420px}}@media(max-width:768px){.photo-editor-main{grid-template-columns:1fr;grid-template-rows:1fr auto}.photo-editor-workspace{min-height:260px;padding:20px 16px}.photo-editor-controls{padding:12px 16px 16px}.photo-editor-tabs{padding:10px 12px 4px}.photo-editor-tab-content{padding:12px 16px 16px}.photo-editor-topbar{padding:10px 12px}.photo-editor-back-btn span{display:none}.photo-editor-icon-btn{width:36px;height:36px}.photo-editor-zoom-btn{width:40px;height:40px}.photo-editor-tool-btn{padding:10px 14px;min-height:44px}.photo-editor-save-btn{flex:1;height:48px;min-height:48px;font-size:14px}.photo-editor-edit-btn{flex:0 0 48px;height:48px;min-height:48px}.photo-editor-bottom{position:sticky;bottom:0;z-index:20}.photo-nav-row .thumb-strip{padding:10px 12px 14px}.photo-editor-thumb,.photo-editor-thumb-add{width:56px;height:56px}.safe-area-toggle{width:40px;height:40px}.orientation-toggle__option{min-height:30px}.review-photo-grid{grid-template-columns:repeat(3,1fr);gap:10px}.customization-content{padding:16px 16px 20px}}.pack-selector-content{padding-top:20px}.pack-selector-content .step-eyebrow{display:block;font-size:11px;font-weight:600;color:var(--az-green-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.pack-selector-content h2{font-size:22px;font-weight:700;color:var(--az-black);margin:0 0 6px;line-height:1.2}.customization-brand{font-size:16px;font-weight:700;color:var(--az-brown);letter-spacing:.5px}.customization-brand small{font-weight:400;font-size:10px;color:var(--az-sand);letter-spacing:2px;display:block;text-align:center;margin-top:-2px}.customization-cart-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--az-brown);cursor:pointer;padding:0;flex-shrink:0}.pack-card{display:flex;align-items:center;justify-content:space-between}.pack-left{display:flex;align-items:center;gap:14px}.pack-icon{width:52px;height:52px;border-radius:12px;background:var(--az-sand-light);display:flex;align-items:center;justify-content:center;color:var(--az-brown);flex-shrink:0}.pack-icon--selected{background:var(--az-brown);color:var(--az-white)}.pack-icon--popular{background:var(--az-sand-light);color:var(--az-brown)}.pack-info{display:flex;flex-direction:column;gap:2px}.pack-info-name{font-size:15px;font-weight:600;color:var(--az-black);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pack-info-desc{font-size:11px;color:var(--az-gray);margin-top:2px}.pack-info-save{font-size:10px;color:var(--az-green-dark);font-weight:600;margin-top:4px}.pack-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.pack-price{font-size:18px;font-weight:700;color:var(--az-brown)}.pack-unit{font-size:10px;color:var(--az-gray)}.pack-radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--az-gray-border);margin-top:4px;position:relative;display:flex;align-items:center;justify-content:center}.pack-radio--selected{border-color:var(--az-brown);background:var(--az-brown)}.pack-radio-check{color:var(--az-white)}.pack-card-info,.pack-card .pack-card-info{display:contents}.pack-card .pack-card-name,.pack-card .pack-card-detail,.pack-card .pack-card-price,.pack-card .pack-card-check{display:none}.photo-editor-title-group{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:0}.photo-editor-title{font-size:14px;font-weight:600;color:var(--az-white);line-height:1.2}.photo-editor-subtitle{font-size:10px;font-weight:300;color:#888;margin-top:1px}.photo-editor-counter{display:none}.photo-editor-tabs button{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 16px;font-size:12px;font-weight:600}.photo-editor-tabs button svg{width:18px;height:18px}.photo-editor-tabs button span{font-size:12px}.photo-editor-tabs button.active:after{content:"";width:4px;height:4px;border-radius:50%;background:var(--az-green);display:block}.photo-editor-tabs button:not(.active):after{content:"";width:4px;height:4px;border-radius:50%;background:transparent;display:block}.photo-editor-zoom-control{display:flex;flex-direction:column;gap:8px}.photo-editor-zoom-header{display:flex;justify-content:space-between;align-items:center}.photo-editor-zoom-label{font-size:11px;color:#ccc;font-weight:500}.photo-editor-zoom-value{font-size:11px;color:var(--az-green);font-weight:600}.photo-editor-zoom-slider-row{display:flex;align-items:center;gap:10px}.photo-editor-zoom-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0f;color:var(--az-white);cursor:pointer;flex-shrink:0;transition:background .15s}.photo-editor-zoom-btn:hover:not(:disabled){background:#ffffff1f}.photo-editor-zoom-btn:disabled{opacity:.3;cursor:default}.photo-editor-zoom-slider-row .photo-editor-zoom-slider{flex:1;width:100%}.photo-editor-zoom-slider,.photo-editor-adjust-slider{-webkit-appearance:none;appearance:none;height:4px;background:#444;border-radius:2px;outline:none;cursor:pointer}.photo-editor-zoom-slider::-webkit-slider-runnable-track,.photo-editor-adjust-slider::-webkit-slider-runnable-track{height:4px;background:transparent;border-radius:2px}.photo-editor-zoom-slider::-moz-range-track,.photo-editor-adjust-slider::-moz-range-track{height:4px;background:#444;border-radius:2px}.photo-editor-zoom-slider::-moz-range-progress,.photo-editor-adjust-slider::-moz-range-progress{height:4px;background:var(--az-green);border-radius:2px}.photo-editor-zoom-slider::-webkit-slider-thumb,.photo-editor-adjust-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:var(--az-white);border-radius:50%;box-shadow:0 2px 6px #0006;cursor:pointer;margin-top:-6px}.photo-editor-zoom-slider::-moz-range-thumb,.photo-editor-adjust-slider::-moz-range-thumb{width:16px;height:16px;background:var(--az-white);border:none;border-radius:50%;box-shadow:0 2px 6px #0006;cursor:pointer}.photo-editor-rotate-dial-circle{width:100px;height:100px;max-width:120px;max-height:120px}.photo-editor-rotate-tools .photo-editor-tool-btn{min-height:52px;border-radius:10px;padding:10px 14px}.photo-editor-rotate-tools .photo-editor-tool-btn svg{width:20px;height:20px}.photo-editor-rotate-tools .photo-editor-tool-btn span{font-size:10px}.duplicate-photo-btn{flex:0 0 56px;width:56px;height:56px;max-width:56px;max-height:56px;margin-right:12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0f;color:#ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.photo-editor-thumb,.photo-editor-thumb-add{width:56px;height:56px}.photo-editor-bottom .file-pill,.photo-editor-save-btn,.photo-editor-edit-btn{height:48px}.photo-editor-trash-btn{width:48px;height:48px}.photo-editor-save-btn:disabled{opacity:.5;background:var(--az-green-dark);color:#fffc}@media(max-width:768px){.photo-editor-workspace{min-height:260px;padding:20px 16px}.photo-editor-topbar{padding:8px 12px}.photo-editor-title{font-size:14px}.photo-editor-subtitle{font-size:10px}.photo-editor-icon-btn{width:32px;height:32px}.photo-editor-tabs{padding:10px 12px 4px}.photo-editor-tabs button{padding:6px 12px}.photo-editor-tab-content{padding:12px 16px 16px}.photo-editor-crop-tools{gap:12px}.photo-editor-tool-btn{padding:10px 14px;min-height:44px;font-size:10px}.photo-editor-rotate-dial-circle{width:100px;height:100px}.photo-editor-thumb,.photo-editor-thumb-add{width:56px;height:56px}.duplicate-photo-btn{flex:0 0 56px;width:56px;height:56px}.photo-editor-save-btn{height:48px;font-size:14px}.photo-editor-trash-btn{width:48px;height:48px}.photo-editor-bottom .file-pill{height:48px;font-size:12px}.photo-editor-zoom-btn{width:36px;height:36px}.orientation-toggle__option{min-height:28px;padding:4px 10px;font-size:10px}}@media(max-width:980px){.gallery-main{min-height:220px!important;height:220px!important;max-height:240px!important}.gallery-main img,.gallery-image-button img,.gallery-main picture{height:220px!important;min-height:220px!important}.product-summary{background:var(--az-cream, #f7f5f1)!important;padding:18px 20px 16px!important;gap:0!important;display:block!important}.product-detail-grid{gap:0!important}.product-page{padding:0!important}.product-gallery{display:block!important;gap:0!important}.gallery-main{position:relative!important}.gallery-kicker,.gallery-caption{display:none!important}.product-page-title{font-family:Poppins,sans-serif!important;font-size:20px!important;font-weight:600!important;margin:0 0 6px!important;line-height:1.2!important}.product-summary>h1:not(.product-page-title){display:none!important}.product-rating,.product-starting-price{margin:0 0 10px!important}.product-desc-text{margin:0 0 12px!important}.feature-pills{margin:0!important}.product-summary .selected-price-card,.product-summary .trust-notes{display:none!important}.product-summary>p:not(.product-desc-text):not(.coming-soon-note):not(.form-status){display:none!important}.product-summary>.eyebrow{display:none!important}.product-customize-cta{padding:14px 0 0!important;margin:0!important}.gallery-view-larger{display:none!important}}.product-size-badge{position:absolute!important;top:12px!important;left:12px!important;display:inline-flex!important;align-items:center;width:auto!important;height:auto!important;background:#5e452d!important;color:#fff!important;padding:5px 10px!important;border-radius:20px!important;font-family:Poppins,sans-serif!important;font-size:10px!important;line-height:1.2!important;font-weight:600!important;letter-spacing:.5px!important;z-index:3!important;pointer-events:none;white-space:nowrap}.gallery-pagination{position:absolute;left:50%;bottom:12px;transform:translate(-50%);display:flex;align-items:center;gap:6px;z-index:3}.gallery-pagination-dot{width:6px;height:6px;border-radius:50%;border:none;background:#ffffffb3;cursor:pointer;padding:0;transition:all .2s}.gallery-pagination-dot.active{width:18px;border-radius:3px;background:#5e452d}.gallery-view-larger{display:none!important}.product-gallery-thumbs{display:flex;gap:8px;padding:8px 12px 10px;overflow-x:auto;background:#fff;scrollbar-width:none}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumb{width:52px;height:52px;flex:0 0 52px;border-radius:7px;overflow:hidden;border:2px solid transparent;padding:0;background:#fff;cursor:pointer}.product-gallery-thumb.active{border-color:#5e452d}.product-gallery-thumb img,.product-gallery-thumb picture{width:100%;height:100%;object-fit:cover;display:block}.gallery-dots,.gallery-thumbs,.gallery-dots-bar,.product-gallery-thumbs{display:none!important}.product-progress-bar{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 0 0;margin-top:16px;overflow:hidden}.product-progress-step{display:flex;flex-direction:column;align-items:center;gap:4px;flex:0 0 auto;width:33.33%;position:relative}.product-progress-num{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;background:var(--az-brown, #5e452d);color:#fff;position:relative;z-index:1}.product-progress-num.pending{background:var(--az-gray-light, #f0f0f0);color:var(--az-gray, #9e9e9e)}.product-progress-label{font-size:9px;font-weight:500;color:var(--az-gray, #9e9e9e);text-transform:uppercase;letter-spacing:.4px}.product-progress-step.active .product-progress-label{color:var(--az-brown, #5e452d)}.product-progress-line{position:absolute;top:12px;left:50%;width:100%;height:2px;background:var(--az-gray-light, #f0f0f0);z-index:0}.product-progress-step:last-child .product-progress-line{display:none}display: inline-block; background: var(--az-brown, #5e452d); color: var(--az-white, #fff); font-size: 10px; font-weight: 600; padding: 5px 10px; border-radius: 20px; letter-spacing: .5px; margin-bottom: 10px; } .product-page-title{font-family:Poppins,sans-serif!important;font-size:20px!important;font-weight:600!important;color:var(--az-black, #232323)!important;line-height:1.2!important;margin:0!important}.product-rating{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:12px;color:var(--az-brown-light, #7a5e40)}.product-rating .stars{color:#f5a623;letter-spacing:1px}.product-starting-price{font-size:22px;font-weight:700;color:var(--az-brown, #5e452d);margin-top:10px;display:flex;align-items:baseline;gap:6px}.product-starting-price small{font-size:12px;font-weight:400;color:var(--az-gray, #9e9e9e)}.product-desc-text{font-size:12px;line-height:1.6;color:#555;margin-top:10px;font-weight:300}.feature-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.feature-pills .pill{font-size:10px;padding:4px 10px;border-radius:12px;background:var(--az-sand-light, #e2d6c6);color:var(--az-brown, #5e452d);font-weight:500}.photo-editor button,.photo-editor input,.photo-editor select,.photo-editor textarea{font-family:Poppins,sans-serif}.preview-portrait{aspect-ratio:2 / 3;object-fit:cover}.preview-landscape{aspect-ratio:3 / 2;object-fit:cover}.crop-stage-portrait .reactEasyCrop_CropArea{aspect-ratio:2 / 3}.crop-stage-landscape .reactEasyCrop_CropArea{aspect-ratio:3 / 2}
