/*
Theme Name: Eboshi Kiosk
Description: Lightweight, device-aware Eboshi catalogue using the source site's visual design.
Version: 1.0.0
Requires PHP: 8.3
Text Domain: eboshi-kiosk
*/
:root{--ek-primary:#ffffffe6;--ek-secondary:#ffffffcc;--ek-text:#ffffffb3;--ek-orange:#e75a22;--ek-red:#d70916;--ek-surface:#252525;--ek-border:#414141;--ek-background:none;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:95px}body{margin:0;background:#000 var(--ek-background) repeat center center/50% auto;color:var(--ek-text);font-family:Rubik,Arial,sans-serif;font-size:18px;line-height:1.5;-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--ek-orange);outline-offset:3px}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a{color:var(--ek-orange);text-decoration:none}a:hover{color:#e7b012}img{display:block;max-width:100%;height:auto;border-radius:8px}h1,h2,h3,p{margin:0}h1,h3{color:var(--ek-primary)}h2{color:var(--ek-secondary)}[hidden]{display:none!important}.ek-shell{width:100%;max-width:1200px;margin:auto;padding:10px}.ek-button{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:0;border-radius:3px;background:var(--ek-red);color:var(--ek-primary);padding:12px 22px;font-weight:400;line-height:1.2;min-height:44px;text-align:center}.ek-button.secondary{background:var(--ek-border)}.ek-button:active{background:var(--ek-orange)}.ek-icon-button{border:0;border-radius:3px;background:transparent;color:var(--ek-primary);padding:8px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.ek-icon-button svg,.ek-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.ek-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ek-header{position:sticky;top:0;z-index:20;background:#1a1a1a;box-shadow:0 2px 8px #0005}.ek-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:82px}.ek-brand{display:block;color:var(--ek-primary);border:0;background:none;padding:0;max-width:180px}.ek-brand img{width:160px;max-height:68px;object-fit:contain;border-radius:0}.ek-brand-text{font-size:30px;font-weight:700;letter-spacing:2px}.ek-header-label{font-size:16px;text-align:center;color:var(--ek-secondary)}.ek-header-label small{display:block;font-size:13px;color:var(--ek-text)}.ek-cart-toggle{white-space:nowrap}.ek-cart-count{font-size:13px;min-width:20px;min-height:20px;border-radius:50%;background:var(--ek-primary);color:var(--ek-red);display:inline-grid;place-items:center}
.ek-notice{margin:12px 0;padding:12px 16px;border:1px solid var(--ek-border);border-radius:8px;background:var(--ek-surface);color:var(--ek-secondary);font-size:15px}.ek-notice.error{border-color:var(--ek-orange)}.ek-notice button{margin-left:10px}.ek-network{margin:0;border-radius:0;text-align:center;border-left:0;border-right:0}.ek-status{padding:60px 20px;text-align:center}.ek-status p{margin-bottom:18px}.ek-spinner{display:inline-block;width:24px;height:24px;border:3px solid #ffffff33;border-top-color:var(--ek-orange);border-radius:50%;animation:ek-spin .8s linear infinite;margin-right:10px;vertical-align:middle}@keyframes ek-spin{to{transform:rotate(360deg)}}
.ek-categories{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:10px 0}.ek-category{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1 1 0;min-width:0;padding:0 0 15px;border:0;background:transparent;color:var(--ek-secondary);font-size:17px;line-height:1.2;font-weight:400;text-align:center}.ek-category-image{display:block;aspect-ratio:1;width:100%;overflow:hidden;border:3px solid var(--ek-border);background:var(--ek-surface);border-radius:50%}.ek-category-image img{width:100%;height:100%;object-fit:contain;border-radius:50%}.ek-category[aria-current=true] .ek-category-image{border-color:var(--ek-red)}.ek-subcategories{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}.ek-subcategories button{font-size:15px;min-height:40px;padding:10px 14px}.ek-banner{position:relative;margin:10px 0 30px}.ek-banner-stage{height:680px;display:flex;align-items:center;justify-content:center}.ek-banner-link{display:block;width:100%;height:100%;border:0;background:none;padding:0;cursor:pointer}.ek-banner-link:disabled{opacity:1}.ek-banner-image{width:100%;height:100%;object-fit:contain}.ek-banner-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0006;border-radius:3px;font-size:28px}.ek-banner-arrow.previous{left:3px}.ek-banner-arrow.next{right:3px}.ek-banner-dots{display:flex;justify-content:center;gap:7px;padding:10px}.ek-banner-dot{width:10px;height:10px;min-width:24px;min-height:24px;padding:7px;border:0;background:transparent}.ek-banner-dot:after{content:"";display:block;width:8px;height:8px;border-radius:50%;background:#ffffff66}.ek-banner-dot[aria-current=true]:after{background:var(--ek-orange)}
.ek-catalog-heading{display:flex;align-items:center;gap:12px;margin:20px 0}.ek-catalog-heading h1{font-size:45px;font-weight:700;text-transform:uppercase;line-height:1.2}.ek-catalog-heading .ek-icon-button{background:var(--ek-surface);flex:none}.ek-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch;padding-bottom:30px}.ek-grid.home-pocket{grid-template-columns:repeat(3,minmax(0,1fr));margin-left:10px;margin-right:10px}.ek-card{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;gap:13px;min-width:0;padding:20px;border:1px solid #41414180;border-radius:8px;background:radial-gradient(at center center,#e75a2280 0%,var(--ek-surface) 52%);overflow:hidden}.ek-card:before{content:"";position:absolute;inset:0;z-index:-1;background:var(--ek-background) center/cover;opacity:.54;pointer-events:none}.ek-card-open{display:block;width:100%;border:0;padding:0;background:none;color:inherit;text-align:inherit}.ek-card-photo{display:block;width:100%;aspect-ratio:3/2;margin-top:-10px;object-fit:contain;filter:saturate(.85);border-radius:8px}.ek-card-facts{display:flex;gap:5px;flex-wrap:wrap;font-size:15px;line-height:1.2;margin-bottom:-9px}.ek-card-name{font-size:16px;line-height:1.2;font-weight:600;color:var(--ek-primary);overflow-wrap:anywhere}.ek-card-subtitle{font-size:14px;line-height:1.3}.ek-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:5px;margin-top:auto}.ek-card-price{flex:1;min-width:0;color:var(--ek-orange);font-size:18px;line-height:.9;font-weight:600}.ek-card-price del{display:block;font-size:.82em;color:var(--ek-orange);opacity:.65;margin-bottom:5px}.ek-card-price ins{text-decoration:none;color:var(--ek-red)}.ek-card-add{width:50%;flex:none;min-height:38px;padding:10px 0;font-size:16px}.ek-card-unavailable{font-size:12px;line-height:1.25;color:var(--ek-text);text-align:right;max-width:50%}.ek-view-details{background:var(--ek-border)}.ek-empty{grid-column:1/-1;padding:40px;text-align:center}.ek-footer{text-align:center;padding:20px;font-size:13px;color:var(--ek-text)}
.ek-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:18px;background:#000b}.ek-dialog{position:relative;width:min(800px,100%);max-height:calc(100dvh - 36px);max-height:calc(100vh - 36px);overflow:auto;overscroll-behavior:contain;background:#242424;border:1px solid #ffffff1f;border-radius:8px;box-shadow:0 22px 70px #0008;padding:24px;color:var(--ek-primary)}.ek-dialog:focus{outline:none}.ek-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.ek-dialog-header h2{font-size:26px;font-weight:600;line-height:1.2;color:var(--ek-primary)}.ek-dialog-close{flex:none;background:#3a3a3a;font-size:28px;line-height:1;padding:4px}.ek-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ek-detail-image{width:100%;aspect-ratio:3/2;object-fit:contain}.ek-detail-thumbs{display:flex;gap:8px;overflow-x:auto;margin-top:10px}.ek-detail-thumbs button{width:65px;flex:none;padding:0;border:1px solid var(--ek-border);border-radius:8px;background:none}.ek-detail-copy{font-size:16px;line-height:1.5;overflow-wrap:anywhere}.ek-detail-copy p{margin-bottom:12px}.ek-detail-copy ul,.ek-detail-copy ol{padding-left:22px;margin:10px 0}.ek-detail-facts{display:flex;gap:12px;font-size:16px;margin:12px 0;color:var(--ek-text)}.ek-detail-price{font-size:26px;color:var(--ek-orange);font-weight:600;margin:15px 0}.ek-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:20px}.ek-stepper{display:inline-flex;align-items:center;gap:5px}.ek-stepper button{width:45px;height:45px;border:1px solid var(--ek-surface);border-radius:3px;color:var(--ek-surface);background:var(--ek-text);font-size:22px;font-weight:500}.ek-stepper output{min-width:40px;text-align:center;color:var(--ek-primary);font-size:18px}.ek-choice-group{border:0;margin:18px 0;padding:0}.ek-choice-group legend{font-size:18px;font-weight:600;padding:0;margin-bottom:10px}.ek-choice-help{font-size:14px;color:var(--ek-text);margin-bottom:10px}.ek-choice-row{display:flex;gap:8px;align-items:stretch;margin:7px 0}.ek-choice{display:flex;flex:1;align-items:center;justify-content:space-between;gap:12px;min-height:44px;border:1px solid #4d4d4d;border-radius:5px;padding:10px 12px;color:#fff;background:#3b3b3b;text-align:left;font-size:16px;line-height:1.2}.ek-choice[aria-pressed=true]{border-color:#f05a24;background:#f05a24}.ek-choice-count{min-width:25px;text-align:center;font-weight:700}.ek-choice-remove{background:#303030;color:#f05a24;border:1px solid #4d4d4d;border-radius:5px;min-width:44px;font-size:24px}.ek-choice-detail{background:transparent;border:1px solid #4d4d4d;border-radius:5px;color:#fff;min-width:44px}.ek-inline-error{color:#ff9775;font-size:15px;margin:12px 0}.ek-body-locked{overflow:hidden}
.ek-basket-line{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid var(--ek-border)}.ek-basket-line img{width:70px;aspect-ratio:3/2;object-fit:contain}.ek-basket-line h3{font-size:16px;line-height:1.3;margin-bottom:5px}.ek-basket-line p{font-size:13px;color:var(--ek-text)}.ek-basket-price{font-size:17px;color:var(--ek-orange);font-weight:600;text-align:right}.ek-basket-line .ek-stepper{margin-top:10px}.ek-basket-line .ek-stepper button{width:38px;height:38px}.ek-total{display:flex;justify-content:space-between;gap:20px;font-size:24px;font-weight:600;margin:24px 0;color:var(--ek-primary)}.ek-actions{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-top:20px;flex-wrap:wrap}.ek-actions .ek-button{flex:1}.ek-checkout-fields{display:grid;gap:16px}.ek-field{display:flex;flex-direction:column;gap:7px;font-size:16px}.ek-field input,.ek-field textarea,.ek-field select{width:100%;background:#1a1a1a;color:var(--ek-primary);border:1px solid var(--ek-border);border-radius:3px;padding:12px;min-height:45px}.ek-field textarea{resize:vertical;min-height:80px}.ek-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ek-order-info{font-size:16px;color:var(--ek-text);margin:15px 0}.ek-review{padding:14px 0;border-bottom:1px solid var(--ek-border);font-size:16px}.ek-review-line{display:flex;justify-content:space-between;gap:16px;margin-bottom:8px}.ek-review-line small{display:block;color:var(--ek-text)}.ek-receipt{padding:20px 0;text-align:center}.ek-receipt h3{font-size:34px;margin:15px 0;color:var(--ek-orange)}.ek-receipt p{margin:12px 0}.ek-idle{z-index:200}.ek-idle .ek-dialog{max-width:480px;text-align:center}.ek-idle h2{font-size:26px;margin-bottom:15px}.ek-idle p{margin-bottom:20px}.ek-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:250;max-width:calc(100% - 30px);padding:12px 20px;background:var(--ek-surface);border:1px solid var(--ek-orange);border-radius:8px;color:var(--ek-primary);box-shadow:0 6px 22px #0008;text-align:center;font-size:16px}.ek-loading-block{min-height:130px;display:flex;justify-content:center;align-items:center}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.ek-card{transition:transform .2s,box-shadow .2s}.ek-card:hover{transform:scale(1.02);box-shadow:0 0 15px #e75a22b3}.ek-category:hover .ek-category-image{border-color:var(--ek-red)}.ek-button:hover{background:var(--ek-orange)}}
@media(max-width:1024px){body{background-size:70% auto}.ek-shell{max-width:1024px}.ek-categories{flex-wrap:wrap;gap:20px}.ek-category{flex:0 0 17%;padding-bottom:15px}.ek-category:nth-child(n+7){flex-basis:13%}.ek-banner-stage{height:430px}.ek-grid,.ek-grid.home-pocket{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.ek-grid.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ek-card{padding:10px}.ek-card-photo{margin-top:0}.ek-card-facts,.ek-card-name{font-size:14px}.ek-dialog{max-width:760px}.ek-header-inner{gap:12px}.ek-header-label{font-size:14px}}
@media(max-width:767px){body{background-size:150% auto}.ek-shell{max-width:767px}.ek-header-inner{min-height:70px}.ek-brand{max-width:125px}.ek-brand img{width:125px;max-height:56px}.ek-header-label{font-size:13px}.ek-header-label small{font-size:11px}.ek-cart-toggle{padding:10px;font-size:14px}.ek-cart-toggle .ek-cart-label{display:none}.ek-categories{gap:10px}.ek-category{flex-basis:31%;padding-bottom:10px;font-size:16px}.ek-category:nth-child(n+5){flex-basis:22.5%}.ek-banner-stage{height:230px}.ek-banner{margin-bottom:20px}.ek-catalog-heading h1{font-size:30px}.ek-grid,.ek-grid.home-pocket,.ek-grid.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.ek-card-photo{margin:-10px -5px;width:calc(100% + 10px);max-width:none}.ek-card-facts{margin-bottom:-10px}.ek-card-price{font-size:14px}.ek-card-add{width:48%;font-size:14px}.ek-card-unavailable{font-size:11px}.ek-detail-grid{grid-template-columns:1fr}.ek-detail-image{max-height:260px}.ek-detail-thumbs{justify-content:center}.ek-dialog{padding:18px;max-height:calc(100dvh - 24px)}.ek-modal{padding:12px}.ek-dialog-header h2{font-size:23px}.ek-detail-copy{font-size:16px}.ek-two-fields{grid-template-columns:1fr}.ek-basket-line{grid-template-columns:55px minmax(0,1fr) auto;gap:8px}.ek-basket-line img{width:55px}.ek-basket-price{font-size:15px}.ek-total{font-size:22px}.ek-notice{font-size:14px}.ek-subcategories{gap:7px}.ek-subcategories button{font-size:14px;padding:10px}.ek-dialog-header{gap:8px}.ek-detail-actions .ek-button{flex:1}.ek-basket-line h3{font-size:14px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Source header 3275: thin dark menu bar, centred 66px circular original logo. */
.ek-topline{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:62px;font-size:13px;line-height:1.35}.ek-topline>div{display:flex;flex-direction:column;gap:5px}.ek-topline>div:last-child{text-align:right}.ek-topline strong{font-size:21px;color:var(--ek-primary);line-height:1.2}.ek-header{background:var(--ek-surface);border-top:1px solid #41414180;border-bottom:1px solid #41414180;margin-bottom:10px}.ek-header-inner{position:relative;min-height:66px;padding:10px 25px}.ek-menu-toggle{gap:12px;color:var(--ek-orange);font-size:22px;padding:0}.ek-menu-toggle span{color:var(--ek-primary)}.ek-menu-toggle svg{width:26px;height:26px}.ek-brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:66px;height:66px;max-width:66px;padding:3px 5px 5px 3px;border-top:2px solid var(--ek-border);border-radius:50%;background:#000;box-shadow:0 2px 2px #0008}.ek-brand img{width:100%;height:100%;max-height:none;object-fit:contain;border-radius:50%}.ek-brand-text{font-size:11px;letter-spacing:0}.ek-cart-toggle{background:transparent;color:var(--ek-text);padding:0;font-size:22px;gap:12px;min-height:44px}.ek-cart-toggle svg{width:36px;height:36px;color:var(--ek-orange)}.ek-cart-count{position:absolute;right:16px;top:0;background:var(--ek-orange);color:#fff}.ek-cart-label{display:none}.ek-header-label{font-size:14px}.ek-composition-title{font-size:18px;margin:0 0 8px}.ek-detail-copy{white-space:pre-line}.ek-full-description{margin-top:18px;font-size:15px}.ek-full-description summary{color:var(--ek-orange);cursor:pointer;min-height:44px;padding:8px 0}
@media(max-width:767px){.ek-header-inner{min-height:58px;padding:7px 12px}.ek-menu-toggle span{display:none}.ek-topline{min-height:55px}.ek-topline strong{font-size:18px}.ek-header-label{font-size:12px;max-width:85px;text-align:right}.ek-cart-count{right:3px}.ek-brand{width:66px;height:66px}}
/* Source comparison at the same 800px portrait viewport. */
.ek-home-heading{font-size:32px;font-weight:600;line-height:40px;text-align:center;color:var(--ek-primary)}.ek-menu-toggle span{color:var(--ek-orange)}.ek-menu-toggle svg{fill:currentColor;stroke:none}.ek-categories{padding-left:10px;padding-right:10px}.ek-banner{margin-left:10px;margin-right:10px}.ek-catalog-heading h1{color:#ec571e;line-height:1.5}.ek-card-name{font-weight:500;line-height:1}.ek-view-details{background:var(--ek-red)}
@media(max-width:767px){.ek-home-heading{font-size:24px;line-height:40px}}
