:root{--ink:#222624;--muted:#626964;--paper:#f7f6f2;--surface:#fff;--line:#d8d9d4;--accent:#1f624b;--accent-dark:#174936;--accent-soft:#e8f1ed;--warning:#875b12;--danger:#982e2e;--success:#256642;--focus:#1769aa;--surface-muted:#f1f2ef;--danger-soft:#fbe9e9;--danger-line:#d8a3a3;--warning-soft:#fff5d8;--warning-accent:#b07a3c;--success-soft:#e1f3e7;--brand-line:#06c755;--shadow-sm:0 1px 2px #13271e14;--shadow-md:0 2px 8px #13271e1a;--shadow-lg:0 8px 24px #13271e24;--radius:10px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-full:999px;--text-xs:.8rem;--text-sm:.85rem;--text-md:.9rem;--text-lg:1.05rem;--z-toast:200;--space-1:.35rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--help-hero-padding:clamp(1.5rem, 4vw, 3.5rem);--help-title-size:clamp(2rem, 5vw, 3.35rem);--help-number-size:clamp(2rem, 5vw, 3.2rem);--help-section-title-size:clamp(1.55rem, 3vw, 2.25rem);--help-section-space:clamp(4rem, 9vw, 7rem);--help-support-padding:clamp(1.5rem, 4vw, 2.5rem);--help-grid-gap:1px;--ticket-ink:#000;--ticket-paper:#fff;--ticket-line-muted:#555;--ticket-text-sm:9pt;--ticket-text-md:12pt;--ticket-text-lg:15pt;--ticket-text-xl:17pt;--ticket-text-title:20pt;--ticket-text-reference:25pt;--ticket-space-1:1mm;--ticket-space-2:1.5mm;--ticket-space-3:2mm;--ticket-space-4:3mm;--ticket-space-5:4mm;--ticket-space-6:5mm;--font-mincho:var(--font-shippori), "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;--scrim-sumi:#18151173;--shizuka-catch-size:clamp(1.5rem, 5.5vw, 2.4rem);--font-maru:var(--font-zen-maru), "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;--font-serif-latin:Georgia, "Times New Roman", "Noto Serif JP", "Hiragino Mincho ProN", serif;--sizzle-name-size:clamp(2rem, 7vw, 3.2rem);--marche-name-size:clamp(1.6rem, 5vw, 2.4rem);--tpl-wa-paper:#171310;--tpl-wa-ink:#ece4d4;--tpl-wa-muted:#a49879;--tpl-wa-surface:#221c14;--tpl-wa-line:#3e3628;--tpl-wa-soft:#2b2417;--tpl-yo-paper:#f7efe2;--tpl-yo-ink:#392a20;--tpl-yo-muted:#6e5647;--tpl-yo-surface:#fffaf1;--tpl-yo-line:#e3d2b9;--tpl-yo-soft:#f0e1c9;--tpl-yo-accent:#8c3524;--tpl-chuka-paper:#fffdf7;--tpl-chuka-soft:#fdeee6;--tpl-chuka-line:#eadec8;--tpl-chuka-accent:#b3261e;--tpl-chuka-deep:#7c1a13;--tpl-chuka-gold:#b08d4f;--tpl-cafe-paper:#f6efdd;--tpl-cafe-ink:#4c4335;--tpl-cafe-muted:#6f6349;--tpl-cafe-surface:#fffdf3;--tpl-cafe-line:#e7dbbd;--tpl-cafe-soft:#efe3c4;--demo-notice-ink:#6b4a0e;--font-display:var(--font-zen-kaku), "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, -apple-system, "Segoe UI", sans-serif}h1,h2,h3{font-family:var(--font-display)}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-feature-settings:"palt";text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Hiragino Sans,Yu Gothic UI,Yu Gothic,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.68}a{color:inherit;text-underline-offset:.22em}button,input,select,textarea{font:inherit}button,.button{color:#fff;background:var(--accent);cursor:pointer;text-align:center;border:0;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:46px;padding:.7rem 1.15rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 1px 2px #13271e40}button:hover,.button:hover{background:var(--accent-dark);color:#fff}button:active:not(:disabled),.button:active{box-shadow:none;transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed}.button.secondary,button.secondary{color:var(--accent-dark);background:var(--surface);box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--accent) 45%, var(--line)), 0 1px 2px #13271e1a}.button.secondary:hover:not(:disabled),button.secondary:hover:not(:disabled){color:var(--accent-dark);background:color-mix(in srgb, var(--accent) 7%, var(--surface));box-shadow:inset 0 0 0 2px var(--accent-dark), 0 1px 2px #13271e1a}.button.danger,button.danger{background:var(--danger)}.button.danger.secondary,button.danger.secondary{color:var(--danger);background:var(--surface);box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--danger) 60%, white), 0 1px 2px #13271e1a}.button.danger.secondary:hover:not(:disabled),button.danger.secondary:hover:not(:disabled){color:var(--danger);background:color-mix(in srgb, var(--danger) 7%, white);box-shadow:inset 0 0 0 1.5px var(--danger), 0 1px 2px #13271e1a}.button.secondary:active:not(:disabled),button.secondary:active:not(:disabled){box-shadow:inset 0 0 0 1.5px var(--accent-dark)}.button.danger.secondary:active:not(:disabled),button.danger.secondary:active:not(:disabled){box-shadow:inset 0 0 0 1.5px var(--danger)}.text-link{color:var(--accent-dark);font-weight:700}button.text-link{min-height:0;box-shadow:none;color:var(--accent-dark);text-align:left;text-underline-offset:2px;background:0 0;border-radius:0;padding:0;text-decoration:underline}button.text-link:hover:not(:disabled){color:var(--ink);background:0 0}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{z-index:100;background:var(--ink);color:#fff;padding:.65rem 1rem;position:fixed;top:.5rem;left:.5rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header,.site-footer{justify-content:space-between;align-items:center;gap:1.5rem;width:min(1180px,100% - 2rem);margin-inline:auto;display:flex}.site-header{border-bottom:1px solid var(--line);min-height:88px}
.public-notice-banner{gap:1px;display:grid}.public-notice-banner-item{text-align:center;gap:.15rem;padding:.7rem clamp(1rem,5vw,2rem);display:grid}.public-notice-banner-item strong{font-size:.95rem}.public-notice-banner-item span{font-size:.86rem}.public-notice-banner-item.severity-info{color:var(--accent-dark);background:var(--accent-soft)}.public-notice-banner-item.severity-warning{color:#7a4f0a;background:#fdf1d6}.public-notice-banner-item.severity-critical{color:#fff;background:#a1362f}.home-news-list{gap:.75rem;margin:1rem 0 1.25rem;display:grid}.home-news-list li{list-style:none}.home-news-list time{color:var(--muted);font-size:.82rem;display:block}.home-news-list strong{font-size:1rem}.brand{flex:none;align-items:center;gap:.7rem;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:var(--accent);border-radius:6px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.brand-mark-image{border-radius:inherit;width:100%;height:100%;display:block}.brand strong,.brand small{line-height:1.35;display:block}.brand small{color:var(--muted);font-size:.72rem}.site-header-right{align-items:center;gap:clamp(.75rem,2vw,1.25rem);display:flex}.site-header-news{color:var(--muted);white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none}.site-header-news:hover{color:var(--accent-dark);text-decoration:underline}.audience-nav{align-items:stretch;gap:.5rem;display:flex}.audience-nav a{border:1px solid var(--line);background:var(--surface);white-space:nowrap;border-radius:8px;padding:.55rem .9rem;text-decoration:none}.audience-nav a:hover{background:var(--accent-soft)}.audience-nav a:hover strong{color:var(--accent-dark)}.audience-nav a:hover span{color:color-mix(in srgb, var(--accent-dark) 70%, var(--ink))}.audience-nav a[data-global-busy=true]:before{content:none}.audience-nav span,.audience-nav strong{line-height:1.35;display:block}.audience-nav span{color:var(--muted);font-size:.72rem}.audience-nav strong{color:var(--accent-dark);font-size:.9rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);margin-top:5rem;padding:2.5rem 0 3.5rem}.site-footer nav{flex-wrap:wrap;gap:1rem;display:flex}.page,.wide-page,.narrow-page,.auth-page,.home-page,.store-page,.request-page{width:min(1180px,100% - 2rem);margin:2.5rem auto}.wide-page{width:min(1060px,100% - 2rem)}.narrow-page,.auth-page,.request-page{width:min(760px,100% - 2rem)}.narrow-page>.status{margin:.25rem 0 1.25rem;display:inline-flex}.auth-page{margin-top:3.5rem}.theme-forest{--accent:#2f6d58;--accent-dark:#1f4a3c;--accent-soft:#e3f1eb}.theme-indigo{--accent:#465a91;--accent-dark:#2f3d65;--accent-soft:#e7eaf5}.theme-charcoal{--accent:#4f4b48;--accent-dark:#292725;--accent-soft:#eceae8}.theme-sakura{--accent:#a03954;--accent-dark:#79263c;--accent-soft:#f9e9ed}.theme-matcha{--accent:#51683a;--accent-dark:#3a4c28;--accent-soft:#ebf0e2}.theme-kohaku{--accent:#8d5312;--accent-dark:#6b3d0b;--accent-soft:#f6ecdc}.theme-ruri{--accent:#2b539e;--accent-dark:#1d3a72;--accent-soft:#e5ecf8}.eyebrow{color:var(--accent-dark);letter-spacing:.08em;margin:0 0 .45rem;font-size:.82rem;font-weight:800}h1,h2,h3,h4{text-wrap:pretty;line-height:1.35}h1{letter-spacing:-.035em;max-width:18ch;margin:.25rem 0 1.25rem;font-size:clamp(2rem,5vw,3.75rem)}h2{font-size:clamp(1.55rem,3vw,2.25rem)}h3{font-size:1.15rem}.lead{color:#4f5752;max-width:46rem;font-size:clamp(1.05rem,2vw,1.2rem)}.fine-print,.field-help,.muted{color:var(--muted)}.fine-print{font-size:.86rem}.field-help{font-size:.82rem;line-height:1.5}.field-help.danger{color:var(--danger);font-weight:600}.field.field-action{place-content:end stretch}.field.field-action>button{width:100%}.char-count{text-align:right;font-variant-numeric:tabular-nums;color:var(--muted);margin-top:.2rem;font-size:.78rem;display:block}.char-count.is-near{color:var(--accent)}.char-count.is-over{color:var(--danger,#b3261e);font-weight:700}.business-calendar-wrap{margin-top:1rem}.business-calendar{margin-top:.6rem}.business-calendar-month{margin:0 0 .3rem;font-size:.9rem;font-weight:800}.business-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;max-width:24rem;display:grid}.business-calendar-head{text-align:center;color:var(--muted);font-size:.72rem}.business-calendar-day{aspect-ratio:1;font-variant-numeric:tabular-nums;border-radius:6px;place-items:center;font-size:.82rem;display:grid}button.business-calendar-day{appearance:none;color:inherit;font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:0;padding:0;position:relative}.business-calendar-day.is-selected{outline:2px solid var(--accent);outline-offset:-2px;z-index:30}.business-calendar-popover{z-index:20;border:1px solid var(--line);background:var(--surface);text-align:left;white-space:normal;cursor:default;border-radius:8px;flex-direction:column;gap:.15rem;width:max-content;max-width:min(240px,78vw);padding:.5rem .7rem;font-size:.82rem;font-weight:400;line-height:1.4;display:flex;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);box-shadow:0 6px 20px #0000001f}.business-calendar-popover strong{font-weight:800}.business-calendar-popover:before{content:"";border:6px solid #0000;border-bottom-color:var(--line);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.business-calendar-day.is-open{background:color-mix(in srgb, var(--accent) 30%, transparent);border:1px solid color-mix(in srgb, var(--accent) 45%, transparent);font-weight:700}.business-calendar-day.is-special-open{background:color-mix(in srgb, var(--accent) 46%, transparent);border:1px solid color-mix(in srgb, var(--accent) 60%, transparent);font-weight:800;position:relative}.business-calendar-day.is-special-open:after{content:"◆";color:var(--accent);font-size:.5rem;position:absolute;top:1px;right:3px}.business-calendar-day.is-closed{color:var(--muted)}.business-calendar-day.is-pad{background:0 0}.business-calendar-day.is-today{outline:2px solid var(--accent);outline-offset:-2px}.menu-create-options{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.menu-create-preview{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:96px;height:96px}.image-upload{flex-direction:column;align-items:flex-start;gap:.3rem;font-weight:400;display:inline-flex}.image-upload-hint{color:var(--muted);font-size:.78rem}.intake-login-prompt{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;display:flex}.intake-login-prompt>div:first-child{flex:18rem}.intake-login-actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.preserve-lines{white-space:pre-wrap}.break-all{word-break:break-all}.home-hero{background:radial-gradient(56rem 34rem at 88% -12%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 62%), radial-gradient(44rem 30rem at -8% 108%, #d3873f1c, transparent 64%), color-mix(in srgb, var(--accent-soft) 30%, transparent);border-radius:18px;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:clamp(2rem,7vw,6rem);min-height:590px;padding:clamp(2.25rem,5vw,3.5rem) clamp(1.25rem,4vw,3.25rem) clamp(2.75rem,6vw,4.25rem);display:grid}.home-hero h1{max-width:none}.hero-visual{justify-content:center;display:flex}.hero-chips{flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.home-hero .actions{margin-top:1.25rem}.hero-chips li{border:1px solid color-mix(in srgb, var(--ink) 22%, transparent);background:var(--surface);color:color-mix(in srgb, var(--ink) 82%, transparent);border-radius:999px;padding:.25rem .85rem;font-size:.86rem}.dot-list{margin:0;padding:0;list-style:none}.dot-list li{padding:.45rem 0 .45rem 1.1rem;position:relative}.dot-list li:before{content:"・";color:var(--muted);position:absolute;left:0}.content-section{border-top:1px solid var(--line);padding-block:4rem}.content-section>h2{max-width:28ch}.process-list{max-width:900px;margin:2rem 0 0;padding:0;list-style:none}.process-list li{border-bottom:1px solid color-mix(in srgb, var(--ink) 12%, transparent);grid-template-columns:56px 1fr;gap:1.25rem;padding:1.5rem 0;display:grid}.process-list>li>span{font-family:var(--font-display);color:var(--accent-dark);padding-top:.1em;font-size:2.5rem;font-weight:500;line-height:1}.process-list h3,.process-list p{margin:0}.comparison{border:1px solid var(--line);background:var(--surface);grid-template-columns:1fr 1fr;max-width:960px;margin-top:2rem;display:grid}.comparison>div{padding:1.5rem}.comparison>div+div{border-left:1px solid var(--line)}.comparison h3{margin-top:0}.plan-table{margin-top:2rem}.plan-cards{grid-template-columns:minmax(0,900px);margin-top:2rem;display:grid}.plan-cards+.actions{margin-top:1.5rem}.plan-card{border:1.5px solid var(--accent-dark);background:var(--surface);border-radius:14px;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:clamp(1.5rem,4vw,3rem);padding:1.9rem;display:grid}.plan-card-summary{flex-direction:column;align-items:flex-start;display:flex}.plan-card-summary .actions{margin-top:.5rem}.plan-card-summary .fine-print{margin:1rem 0 0}.plan-card-features{border-left:1px solid var(--line);padding-left:clamp(1.25rem,3vw,2.25rem)}.plan-card-features h3{font-family:var(--font-display);margin:0 0 .75rem;font-size:1.15rem}.plan-price{font-family:var(--font-display);color:var(--accent-dark);margin:0 0 .25rem;font-size:1.7rem;font-weight:700}.plan-price span{color:var(--muted);font-size:.86rem;font-weight:400}.trial-badge{background:color-mix(in srgb, #d3873f 16%, var(--surface));color:color-mix(in srgb, #8a5f14 82%, var(--ink));border-radius:6px;margin:0 0 .9rem;padding:.2rem .8rem;font-size:.88rem;display:inline-block}.trial-urgency{color:color-mix(in srgb, #8a5f14 82%, var(--ink));margin:.9rem 0 .3rem;font-size:.92rem;font-weight:700}.plan-card .dot-list li{font-size:.92rem}.faq-list{max-width:760px;margin-top:1rem}.faq-list>div{border-bottom:1px solid var(--line);padding:1.25rem 0}.faq-list h3{margin:0 0 .5rem}.faq-list p{margin:0}.faq-item{border-bottom:1px solid var(--line)}.faq-item>summary{cursor:pointer;padding:1.1rem 2rem 1.1rem 0;font-weight:700;list-style:none;position:relative}.faq-item>summary::-webkit-details-marker{display:none}.faq-item>summary:after{content:"+";color:var(--muted);font-size:1.4rem;font-weight:400;transition:transform .15s;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.faq-item[open]>summary:after{content:"−"}.faq-item>summary:hover{color:var(--accent-dark)}.faq-item>p{color:var(--ink);margin:0;padding:0 0 1.25rem}@media (prefers-reduced-motion:reduce){.faq-item>summary:after{transition:none}}.faq-cta{border-top:1px solid var(--line);margin-top:2.5rem;padding-top:1.75rem}.faq-cta>p{margin:0 0 1rem}.closing-cta{border-top:1px solid var(--line);text-align:center;background:radial-gradient(46rem 24rem at 50% 112%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%);border-radius:0 0 18px 18px;margin-top:4rem;padding:3.5rem 2rem 3rem}.closing-cta h2{margin:0 0 .75rem}.closing-cta .actions{justify-content:center}.closing-cta .fine-print{margin-top:2.5rem}.section-label{color:color-mix(in srgb, var(--ink) 60%, transparent);letter-spacing:.14em;margin:0 0 .5rem;font-size:.82rem;font-weight:600}.carousel-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.9rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.carousel-item{scroll-snap-align:center;flex:0 0 min(78%,560px)}.carousel-item img{border-radius:10px;width:100%;height:auto;display:block}.carousel-item.full-slide{flex-basis:100%}.carousel-controls{justify-content:center;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.carousel-arrow{width:2.4rem;height:2.4rem;min-height:0;color:var(--ink);background:var(--surface);border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:inset 0 0 0 1px #aeb4af}.carousel-arrow svg{margin-right:0}.carousel-dots{gap:.5rem;display:flex}.carousel-dots .dot{background:color-mix(in srgb, var(--ink) 25%, transparent);width:9px;height:9px;min-height:0;box-shadow:none;border-radius:999px;padding:0}.carousel-dots .dot.active{background:var(--accent-dark)}.carousel-dots .dot:hover{background:color-mix(in srgb, var(--ink) 45%, transparent)}.store-gallery{gap:1rem;display:grid}.store-gallery-open{border-radius:var(--radius);cursor:zoom-in;width:100%;box-shadow:none;background:0 0;border:none;padding:0;display:block;overflow:hidden}.store-gallery-lead img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.store-gallery figure{gap:.4rem;margin:0;display:grid}.store-gallery figcaption{color:var(--muted);font-size:.9rem;line-height:1.5}.store-gallery-lead figcaption{font-size:.95rem}.store-gallery-thumbs{grid-template-columns:repeat(3,1fr);gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.store-gallery-thumbs figcaption{font-size:.82rem}.store-gallery-thumbs img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}@media (max-width:640px){.store-gallery-thumbs{grid-template-columns:repeat(2,1fr)}}.store-gallery-lightbox{z-index:60;background:#000000db;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.store-gallery-close{color:#fff;width:2.6rem;height:2.6rem;box-shadow:none;background:#ffffff24;border-radius:999px;padding:0;font-size:1.6rem;line-height:1;position:absolute;top:.75rem;right:.9rem}.store-gallery-stage{align-items:center;gap:.75rem;max-width:min(96vw,1100px);display:flex}.store-gallery-figure{justify-items:center;gap:.6rem;margin:0;display:grid}.store-gallery-figure img{object-fit:contain;border-radius:var(--radius);width:auto;max-width:100%;height:auto;max-height:78vh;display:block}.store-gallery-figure figcaption{color:#fff;text-align:center;max-width:60ch;font-size:.95rem}.store-gallery-counter{color:#ffffffb3;margin:0;font-size:.82rem}.store-gallery-nav{color:#fff;width:2.8rem;height:2.8rem;box-shadow:none;background:#ffffff24;border-radius:999px;flex:none;padding:0}.store-gallery-nav svg{margin-right:0}@media (max-width:640px){.store-gallery-nav{z-index:1;position:absolute;bottom:1.5rem}.store-gallery-nav.prev{left:1.5rem}.store-gallery-nav.next{right:1.5rem}}.campaign-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1.25rem;display:grid}.campaign-card{border:1px solid color-mix(in srgb, #b07a3c 45%, var(--line));background:color-mix(in srgb, #d3873f 8%, var(--surface));color:inherit;text-align:left;width:100%;font:inherit;cursor:pointer;border-radius:12px;grid-template-columns:120px 1fr;gap:.9rem;padding:.9rem;text-decoration:none;display:grid}.campaign-card:has(>div:only-child){grid-template-columns:1fr}.campaign-card:hover{background:color-mix(in srgb, #d3873f 16%, var(--surface));border-color:color-mix(in srgb, #b07a3c 70%, var(--line))}.campaign-card img{object-fit:cover;aspect-ratio:4/3;border-radius:8px;align-self:start;width:100%;height:100%}.campaign-card h3{margin:0 0 .25rem;font-size:1.05rem}.campaign-card:hover h3{color:var(--accent-dark);text-decoration:underline}.campaign-until{color:color-mix(in srgb, #8a5f14 85%, var(--ink));margin:0 0 .35rem;font-size:.82rem;font-weight:600}.campaign-card p:last-child{color:#4f5752;margin:0;font-size:.9rem}.announcement-row{grid-template-columns:120px 1fr;gap:.9rem;display:grid}.announcement-row:has(>div:only-child){grid-template-columns:1fr}.announcement-row img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%;height:auto}.clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.announcement-row-date{margin:0 0 .15rem}.announcement-row-excerpt{color:var(--muted);margin:.2rem 0 0;font-size:.9rem}.announcement-detail img{border-radius:10px;width:100%;height:auto;margin:.75rem 0 1rem}.announcement-pager{color:var(--muted);justify-content:center;align-items:center;gap:1rem;margin-top:1.25rem;font-size:.9rem;display:flex}.announcement-pager button{min-width:6rem}.announcement-modal-image{border-radius:10px;width:100%;height:auto;margin:.5rem 0 .75rem}.announcement-modal-body{white-space:pre-line;margin:0;line-height:1.75}.linkified{color:var(--accent-dark);text-underline-offset:.15em;word-break:break-word;text-decoration:underline}.public-notice-banner-item .linkified{color:inherit}.change-pairs{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.25rem;display:grid}@media (max-width:860px){.change-pairs{grid-template-columns:1fr;max-width:34rem;margin-inline:auto}}.change-pairs article{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:1.5rem 1.6rem}.pair-trouble{color:var(--muted);margin:0 0 .4rem;font-size:.88rem}.change-pairs h3{font-family:var(--font-display);color:var(--accent-dark);margin:0 0 .5rem;font-size:1.12rem}.change-pairs p:last-child{color:#4f5752;margin:0;font-size:.94rem;line-height:1.8}.change-pairs article>div:first-child{margin-bottom:1.1rem}@media (min-width:861px){.change-pairs article>div:first-child{flex-direction:column;justify-content:center;height:19rem;display:flex;overflow:hidden}}.change-sample-note{text-align:center;color:var(--muted);margin:1.75rem 0 0;font-size:.9rem;line-height:1.7}.actions,.inline-actions,.form-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.form-actions{margin-top:1.5rem}.form-actions.split{justify-content:space-between}.switch-control{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:56px;display:flex}.switch-copy{min-width:0}.switch-copy strong,.switch-copy small{display:block}.switch-copy small{color:var(--muted);margin-top:.15rem;font-weight:400;line-height:1.55}.switch-control input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.switch-track{background:#cfd3d0;border:1px solid #9ca49f;border-radius:999px;flex:none;width:52px;height:30px;padding:3px;transition:background .15s,border-color .15s;position:relative}.switch-track span{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .15s;display:block;box-shadow:0 1px 3px #0000003d}.switch-control input:checked+.switch-track{border-color:var(--accent);background:var(--accent)}.switch-control input:checked+.switch-track span{transform:translate(22px)}.switch-control input:focus-visible+.switch-track{outline:3px solid var(--focus);outline-offset:3px}.switch-control.is-disabled{cursor:not-allowed;opacity:.58}.record-more-actions{border-top:1px solid var(--line);margin-top:.75rem;padding-top:.75rem}.record-more-actions summary{min-height:44px;color:var(--muted);cursor:pointer;align-items:center;font-weight:700;display:flex}.record-more-actions[open] button{margin-top:.5rem}.staff-member-list{gap:.85rem;display:grid}.staff-member-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.1rem}.staff-member-heading{overflow-wrap:anywhere;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.staff-member-summary{margin:.85rem 0 0}.staff-member-summary div{gap:1rem;display:flex}.staff-member-summary dt{color:var(--muted)}.staff-member-summary dd{margin:0;font-weight:700}.staff-invite-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:1.25rem}.staff-invite-panel>summary{min-height:56px;color:var(--accent-dark);cursor:pointer;align-items:center;padding:0 1.2rem;font-weight:800;display:flex}.staff-invite-panel .form-panel{border:0;border-top:1px solid var(--line);border-radius:0}.announcement-list>li{align-items:flex-start}.announcement-body{white-space:pre-line;margin-top:.55rem;display:block}.announcement-list img{border-radius:8px;margin-top:.65rem;display:block}.announcement-create-panel{border-top:1px solid var(--line);padding-top:.75rem}.announcement-create-panel>summary{min-height:52px;color:var(--accent-dark);cursor:pointer;align-items:center;font-weight:800;display:flex}.announcement-create-panel>form{margin-top:1rem}.site-sharing-help>summary{min-height:44px;color:var(--accent-dark);cursor:pointer;font-weight:800}.onboarding-steps{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:0;margin:0;padding:0;list-style:none;display:grid}.onboarding-steps li{color:var(--muted);text-align:center;justify-items:center;gap:.35rem;font-size:.82rem;font-weight:750;display:grid;position:relative}.onboarding-steps li:before{content:"";background:var(--line);z-index:0;height:2px;position:absolute;top:16px;left:0;right:0}.onboarding-steps li:first-child:before{left:50%}.onboarding-steps li:last-child:before{right:50%}.onboarding-steps li span{z-index:1;border:2px solid var(--line);background:var(--surface);border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:relative}.onboarding-steps li.is-active{color:var(--accent-dark)}.onboarding-steps li.is-active span{border-color:var(--accent);background:var(--accent);color:#fff}.onboarding-step{border:0;margin:0;padding:0}.onboarding-step[hidden]{display:none}.onboarding-step>legend{color:var(--ink);font-family:var(--font-display);margin-bottom:.45rem;font-size:clamp(1.35rem,5vw,1.8rem);font-weight:850}.onboarding-step>p{color:var(--muted);margin-top:0}.slug-input-prefix{border:1px solid var(--line-strong,#9ca49f);background:#fff;border-radius:8px;align-items:stretch;display:flex;overflow:hidden}.slug-input-prefix>span{border-right:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#f1f2ef;align-items:center;padding:0 .75rem;display:flex}.slug-input-prefix input{border:0;border-radius:0;min-width:0}.slug-input-prefix:focus-within{outline:3px solid var(--focus);outline-offset:2px}.slug-input-prefix input:focus-visible{outline:none}.onboarding-url-preview{border:1px solid var(--line);background:var(--accent-soft);overflow-wrap:anywhere;border-radius:10px;gap:.3rem;padding:1rem;display:grid}.onboarding-url-preview span{color:var(--muted);font-size:.86rem}.onboarding-summary{border-top:1px solid var(--line);margin:0 0 1.25rem}.onboarding-summary div{border-bottom:1px solid var(--line);grid-template-columns:minmax(100px,.35fr) 1fr;gap:1rem;padding:.75rem 0;display:grid}.onboarding-summary dt{color:var(--muted)}.onboarding-summary dd{overflow-wrap:anywhere;margin:0;font-weight:700}.billing-action-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:1.25rem 0;padding:1.25rem;display:flex}.billing-action-card>div{flex:320px;min-width:0}.billing-action-card button{white-space:nowrap;flex:none}@media (max-width:560px){.billing-action-card button{white-space:normal;width:100%}}.billing-status-line{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.billing-status-line span{color:var(--muted);font-size:.9rem;font-weight:700}.billing-status-card{gap:var(--space-3);display:grid}.billing-action-card h2,.billing-action-card p{margin:0}.billing-action-card p{color:var(--muted);margin-top:.35rem}.billing-detail-list{gap:var(--space-2);margin:var(--space-3) 0 0;display:grid}.billing-detail-list>div{gap:var(--space-3);padding-top:var(--space-2);border-top:1px solid var(--line);grid-template-columns:8rem minmax(0,1fr);display:grid}.billing-detail-list dt{color:var(--muted);font-weight:700}.billing-detail-list dd{margin:0}.billing-action-card .billing-action-footnote{margin-top:var(--space-3)}.billing-scope-note>summary,.notification-install-guide>summary{min-height:44px;color:var(--accent-dark);cursor:pointer;align-items:center;font-weight:800;display:flex}.notification-install-guide{display:none}.notification-history-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.notification-history-list li{border:1px solid var(--line);background:var(--surface);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.notification-history-list li>div{justify-items:start;gap:.2rem;display:grid}.notification-history-list li>div:last-child{justify-items:end}.notification-history-list li span{color:var(--muted);font-size:.88rem}@media (max-width:700px){.responsive-record-table,.responsive-record-table tbody,.responsive-record-table tr,.responsive-record-table td{width:100%;display:block}.responsive-record-table thead{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.responsive-record-table tbody{gap:.8rem;display:grid}.responsive-record-table tr{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:.4rem .9rem}.responsive-record-table td{border:0;border-bottom:1px solid var(--line);grid-template-columns:minmax(92px,.35fr) minmax(0,1fr);gap:.75rem;padding:.65rem 0;display:grid}.responsive-record-table td:last-child{border-bottom:0}.responsive-record-table td:before{content:attr(data-label);color:var(--muted);font-size:.82rem;font-weight:750}.responsive-record-table td .button,.responsive-record-table td>button{width:100%}.responsive-record-table .responsive-record-detail{border-top:0;border-radius:0 0 12px 12px;margin-top:-.8rem}.responsive-record-table .responsive-record-detail td{display:block}.responsive-record-table .responsive-record-detail td:before{content:none}}@media (max-width:560px){.notification-history-list li{align-items:flex-start}}.customer-home-actions,.customer-account-settings{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.85rem;margin-top:1rem;display:grid}.customer-home-actions a,.customer-account-settings a{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:12px;gap:.3rem;padding:1.15rem;text-decoration:none;display:grid}.customer-home-actions strong{color:var(--accent-dark);font-size:1.7rem}.customer-home-actions small,.customer-account-settings span{color:var(--muted)}.customer-home-actions a,.customer-account-settings a{padding-right:2.4rem;position:relative}.customer-home-actions a:after,.customer-account-settings a:after{content:"›";color:var(--accent-dark);font-size:1.3rem;font-weight:800;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.customer-home-actions a:hover,.customer-account-settings a:hover{border-color:var(--accent-dark);background:var(--accent-soft)}.store-settings-logout{padding-top:.5rem}@media (max-width:640px){.billing-action-card{display:grid}.billing-action-card button{width:100%}}@media (max-width:520px){.billing-detail-list>div{gap:var(--space-1);grid-template-columns:1fr}.onboarding-form{padding:1rem}.slug-input-prefix>span{display:none}.onboarding-summary div{grid-template-columns:1fr;gap:.2rem}.onboarding-actions{z-index:2;margin-inline:-1rem;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffcf5;margin-bottom:-1rem;position:sticky;bottom:0}}.reception-status-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:clamp(1.1rem,3vw,1.5rem)}.reception-status-card.is-paused{border-color:#d8a3a3}.reception-status-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.reception-status-heading h2{margin:.45rem 0 0;font-size:clamp(1.25rem,4vw,1.7rem)}.reception-status-heading>button{white-space:nowrap;flex:none}.reception-resume-list{flex-wrap:wrap;gap:.7rem;margin-top:1rem;display:flex}.action-dialog{border:0;border-radius:16px;width:min(560px,100vw - 2rem);max-height:calc(100dvh - 2rem);padding:0;box-shadow:0 24px 70px #0e1d1657}.action-dialog::backdrop{background:#0c191385}.action-dialog form{gap:1.15rem;padding:clamp(1.25rem,4vw,2rem);display:grid}.action-dialog h2,.action-dialog p,.action-dialog fieldset{margin:0}.action-dialog fieldset{gap:.35rem;display:grid}.dialog-actions{justify-content:flex-end;gap:.75rem;display:flex}@media (max-width:640px){.reception-status-heading{display:grid}.reception-status-heading>button,.reception-resume-list button{width:100%}.action-dialog{width:calc(100vw - 1rem);margin-bottom:.5rem}.dialog-actions{grid-template-columns:1fr;display:grid}.dialog-actions button{width:100%}}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.history-card{flex-direction:column;gap:.4rem;display:flex}.history-card-link{margin-top:auto}.history-dates{flex-wrap:wrap;gap:.15rem 1.5rem;margin:0;display:flex}.history-dates>div{align-items:baseline;gap:.4rem;display:flex}.history-dates dt{color:var(--muted);font-size:.85rem}.history-dates dd{margin:0;font-weight:600}.card,.form-panel,.notice{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.card,.notice{padding:1.35rem}.notice .field+.actions,.notice .field+p{margin-top:var(--space-3)}.business-hours-note{margin:var(--space-2) 0 0;white-space:pre-line;color:var(--muted);font-size:.9rem}.store-closure-notice{margin:1rem 0}.store-closure-notice ul{gap:var(--space-2);flex-direction:column;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.store-closure-notice li{align-items:center;gap:var(--space-2);display:flex}.form-panel{gap:1.5rem;padding:clamp(1.25rem,4vw,2rem);display:grid}.form-panel-head{gap:.35rem;display:grid}.form-panel-head>*{margin:0}button[aria-busy=true]:before,.button[aria-busy=true]:before,button[data-global-busy=true]:before,a[data-global-busy=true]:before,input[data-global-busy=true]:before{content:"";vertical-align:-.08em;border:2px solid;border-right-color:#0000;border-radius:999px;width:.8em;height:.8em;margin-right:.5em;display:inline-block}@media (prefers-reduced-motion:no-preference){button[aria-busy=true]:before,.button[aria-busy=true]:before,button[data-global-busy=true]:before,a[data-global-busy=true]:before,input[data-global-busy=true]:before{animation:.7s linear infinite busy-ring-spin}@keyframes busy-ring-spin{to{transform:rotate(360deg)}}}button[data-global-busy=true],a[data-global-busy=true],input[data-global-busy=true]{pointer-events:none}.global-interaction-status{z-index:1000;top:max(.75rem, env(safe-area-inset-top));border:1px solid var(--line);min-height:38px;color:var(--text);pointer-events:none;background:#fffffff5;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .85rem;font-size:.84rem;font-weight:750;display:inline-flex;position:fixed;right:.75rem;box-shadow:0 8px 24px #18292229}.global-interaction-status>span{border:2px solid var(--accent);border-right-color:#0000;border-radius:999px;width:15px;height:15px}@media (prefers-reduced-motion:no-preference){.global-interaction-status>span{animation:.7s linear infinite busy-ring-spin}}.card h2,.card h3{margin-top:0}.notice{margin:1.25rem 0}.notice.pending{background:#fff9e9;border-color:#d7b46c}.notice.success{background:#eef8f1;border-color:#8ab89b}.notice.danger,.error-summary{color:#6f1c1c;background:#fff1f1;border-color:#d49b9b}.auth-error-details{gap:.4rem;margin:1rem 0 0;font-size:.82rem;display:grid}.auth-error-details>div{grid-template-columns:minmax(8rem,auto) minmax(0,1fr);gap:.75rem;display:grid}.auth-error-details dt{font-weight:700}.auth-error-details dd{overflow-wrap:anywhere;min-width:0;margin:0}.demo-notice{color:var(--demo-notice-ink);background:#fff5d8;border:2px solid #8d5c17;margin-bottom:1.5rem;padding:1rem 1.25rem}.demo-notice strong,.demo-notice p{display:inline}.demo-notice p{margin-left:.5rem}.demo-notice-link{color:#8d5c17;margin-top:.5rem;font-weight:700;text-decoration:underline;display:inline-block}.site-footer-brand{color:inherit;text-decoration:none}.site-footer-brand:hover{text-decoration:underline}.status{background:#eee8e2;border-radius:6px;align-items:center;gap:.4rem;width:fit-content;padding:.3rem .65rem;font-size:.82rem;font-weight:800;display:inline-flex}.status:before{content:"";background:currentColor;border-radius:50%;width:.55rem;height:.55rem}.status.pending{color:var(--warning);background:#fff0cc}.status.approved{color:var(--success);background:#e1f3e7}.status.ended{color:var(--muted)}.status.danger{color:var(--danger);background:#fbe9e9}.auth-page h1{font-size:clamp(2rem,5vw,3.25rem)}.signup-steps{color:var(--muted);flex-wrap:wrap;gap:.5rem .75rem;margin:1.75rem 0 0;padding:0;font-size:.9rem;font-weight:700;list-style:none;display:flex}.signup-steps li:not(:last-child):after{content:"/";color:var(--line);margin-left:.75rem}.signup-steps li[aria-current=step]{color:var(--accent-dark)}.auth-methods{gap:.75rem;margin:1.5rem 0 .75rem;display:grid}.auth-methods button{width:100%;min-height:52px}.auth-free-note{color:var(--muted);margin:.75rem 0 0;font-size:.92rem}.consent-panel-lead{margin:0}.consent-block{gap:.85rem;display:grid}.consent-record-note{color:var(--muted);margin:0;font-size:.86rem}.disabled-reason{color:var(--muted);margin:.5rem 0 0;font-size:.9rem}.link-button{width:fit-content;min-height:44px;color:var(--accent-dark);box-shadow:none;background:0 0;border-radius:0;justify-content:flex-start;padding:.35rem .25rem;font-weight:700;text-decoration:underline}.link-button:hover,.link-button:active:not(:disabled){color:var(--accent);box-shadow:none;background:0 0;transform:none}.oauth-button{color:var(--ink);background:var(--surface);box-shadow:inset 0 0 0 1px #9fa6a1}.oauth-button:hover{color:#fff}.oauth-button.line{color:#fff;box-shadow:none;background:#06c755}.oauth-button.line:hover{background:#04a948}.auth-divider{color:var(--muted);align-items:center;gap:1rem;margin:1.25rem 0;font-size:.86rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-links{flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1.25rem;display:flex}.auth-signup-cta{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--line);border-radius:var(--radius);background:var(--accent-soft);flex-wrap:wrap;margin-top:1.25rem;display:flex}.auth-signup-cta>span{font-weight:700}.auth-signup-cta .button{flex:none}.favorite-star-control{z-index:3;position:absolute;top:clamp(.8rem,3vw,1.2rem);right:clamp(.8rem,3vw,1.2rem)}.favorite-star{color:#fff;width:2.6rem;height:2.6rem;min-height:0;box-shadow:none;background:#00000061;border-radius:999px;padding:0}.favorite-star svg{vertical-align:middle;margin:0}.favorite-star.is-on{color:#f5c518}.favorite-star:hover:not(:disabled){background:#0000008c}.favorite-star[aria-busy=true]>svg,.favorite-star[data-global-busy=true]>svg{display:none}.favorite-star[aria-busy=true]:before,.favorite-star[data-global-busy=true]:before{margin:0}.store-legal-back{margin-top:1.5rem}.favorite-star-error{width:max-content;max-width:60vw;position:absolute;top:3rem;right:0}.store-hero{color:#fff;background:linear-gradient(155deg, color-mix(in srgb, var(--accent-dark) 62%, #211d18), color-mix(in srgb, var(--accent) 34%, #211d18));border-radius:14px;align-items:end;min-height:440px;padding:clamp(1.5rem,6vw,4rem);display:flex;position:relative;overflow:hidden}.store-hero img{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-carousel{position:absolute;inset:0}.hero-carousel-images{z-index:0;position:absolute;inset:0}.hero-carousel-dots{z-index:3;gap:.4rem;display:flex;position:absolute;bottom:clamp(.8rem,3vw,1.2rem);right:clamp(.8rem,3vw,1.2rem)}.hero-carousel-dots .dot{background:#ffffff73;border-radius:999px;width:8px;height:8px;min-height:0;padding:0;transition:width .2s;box-shadow:0 0 0 1px #00000040}.hero-carousel-dots .dot.active{background:#fff;width:20px}.hero-carousel-dots .dot:hover:not(:disabled){background:#fffc}.hero-carousel-slide{opacity:0;transition:opacity 1.2s ease-in-out}.hero-carousel-slide.active{opacity:1}@media (prefers-reduced-motion:reduce){.hero-carousel-slide{transition:none}}.store-hero:after{content:"";z-index:1;background:linear-gradient(#0000 25%,#0d1210d1);position:absolute;inset:0}.store-hero>.store-hero-content{z-index:2;max-width:780px;position:relative}.store-hero h1{text-wrap:balance;overflow-wrap:anywhere;max-width:100%;margin-bottom:.5rem;font-size:clamp(2.4rem,7vw,4.8rem)}.store-hero .lead{color:#fff;margin:0}.store-hero-meta{color:#ffffffe0;margin:.6rem 0 0;font-size:.95rem}.store-hero-meta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.store-hero-meta-row .store-hero-meta{margin-top:0}.store-hero-reception{color:#ffffffd1;margin:.35rem 0 0;font-size:.9rem}.facts-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.facts-heading-row>h2{margin:0}.store-action-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.25rem 0 0;display:grid}.store-action-row .button{text-align:center}.approval-note{margin:.6rem 0 0}.store-section{border-top:1px solid var(--line);margin-top:3.5rem;padding-top:3rem}.store-section>h2{max-width:30ch}.gallery{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;display:grid}.gallery img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%}.announcement-list article{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,.35fr) 1fr;gap:1.5rem;padding:1.25rem 0;display:grid}.announcement-list h3,.announcement-list p{margin:0}.menu-category{margin-top:2.5rem}.menu-category-heading{grid-template-columns:.35fr 1fr;align-items:baseline;gap:1.5rem;margin-bottom:1rem;display:grid}.menu-category-heading h3,.menu-category-heading p{margin:0}.public-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.public-menu-item{border:1px solid var(--line);background:var(--surface);grid-template-columns:150px 1fr;gap:1rem;min-height:150px;padding:1rem;display:grid}.public-menu-image{aspect-ratio:4/3;color:var(--muted);background:#ecece7;border-radius:8px;align-self:start;place-items:center;display:grid;overflow:hidden}.public-menu-image img{object-fit:cover;width:100%;height:100%}.public-menu-item h4,.public-menu-item p{overflow-wrap:anywhere;min-width:0;margin:0 0 .4rem}.price-label{font-weight:800}.sold-out{color:var(--danger);font-weight:700}.store-facts{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.payment-info,.customization-note{max-width:900px}.request-heading{margin-bottom:1.5rem}.request-heading h1,.request-result h1{max-width:24ch;font-size:clamp(2rem,5vw,3.2rem)}.request-heading .request-intro{margin:.4rem 0 .5rem;font-weight:600}.request-heading .text-link{margin-top:.75rem;display:inline-block}.back-link{margin-top:1.5rem;display:inline-block}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.form-section{border-top:1px solid var(--line);gap:1.25rem;padding-top:1.75rem;display:grid}.field{align-content:start;gap:.5rem;display:grid}.field.full,.form-grid .full{grid-column:1/-1}.field-pair{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.5rem;display:grid}@media (max-width:640px){.field-pair{grid-template-columns:1fr}}.field>span,.field>label,legend{font-weight:800}.password-input-row{position:relative}.password-input-row input{width:100%;padding-right:2.9rem}.password-toggle{width:2.2rem;height:2.2rem;color:var(--muted);box-shadow:none;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.password-toggle:hover{background:color-mix(in srgb, var(--ink) 8%, transparent);color:var(--ink)}.signup-sent{text-align:center;padding-block:2.5rem}.signup-sent-icon{background:color-mix(in srgb, var(--accent) 12%, var(--surface));width:56px;height:56px;color:var(--accent-dark);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.signup-sent h2{margin:.75rem 0 .5rem}.signup-sent-to{margin:0 0 .75rem;font-size:1.05rem}.button svg,button svg,.text-link svg,.sns-link svg{vertical-align:-.2em;margin-right:.45em}svg.external-mark{vertical-align:-.1em;opacity:.75;margin-left:.3em;margin-right:0}.required-mark{color:var(--danger);font-weight:900}.form-required-note{color:var(--muted);margin:0;font-size:.9rem}input,select,textarea{width:100%;min-height:50px;color:var(--ink);background:#fff;border:1px solid #9da49f;border-radius:6px;padding:.7rem .8rem}textarea{resize:vertical;min-height:140px}input[type=checkbox],input[type=radio]{width:1.3rem;height:1.3rem;min-height:1.3rem;accent-color:var(--accent);margin-top:.2rem}input[type=time]{min-width:7em}input[type=date]{min-width:9em}.check{align-items:flex-start;gap:.7rem;font-weight:600;display:flex}.check>input[type=checkbox],.check>input[type=radio]{flex:none;width:1.1rem;height:1.1rem;margin-top:.15rem}.check .field-help{margin-top:.15rem;font-weight:500;display:block}.radio-card{grid-template-columns:auto 1fr;align-items:start;gap:.15rem .7rem;display:grid}.radio-card+.radio-card{margin-top:.65rem}.radio-card>input[type=radio]{grid-area:1/1}.radio-card-title{cursor:pointer;grid-area:1/2;justify-self:start;font-weight:600}.radio-card-help{grid-area:2/2;margin:0}fieldset{border:0;margin-inline:0;padding-inline:0}legend{padding:0;font-size:1.2rem}.menu-choice-list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;display:grid}.menu-filter-tabs{scrollbar-width:thin;gap:.5rem;margin:.75rem 0 1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.menu-filter-tabs button{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--ink);box-shadow:none;border-radius:999px;flex:none;padding:.45rem .9rem;font-size:.85rem;font-weight:700}.menu-filter-tabs button:hover,.menu-filter-tabs button.active,.menu-filter-tabs button[aria-pressed=true],.menu-filter-tabs button[aria-selected=true]{border-color:var(--accent-dark);background:var(--accent-dark);color:#fff;transform:none}.menu-choice{border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:.5rem;padding:.6rem;display:flex}.menu-choice-desc{-webkit-line-clamp:2;line-clamp:2;color:var(--muted);-webkit-box-orient:vertical;margin:.2rem 0 0;font-size:.85rem;display:-webkit-box;overflow:hidden}.menu-choice-add{border:1px solid var(--line);width:2.4rem;height:2.4rem;min-height:0;color:var(--accent-dark);background:#fff;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;bottom:.5rem;right:.5rem;box-shadow:0 2px 6px #0000002e}.menu-choice-add svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-choice-add:hover:not(:disabled){background:var(--accent-dark);color:#fff}.menu-choice-add:disabled{opacity:.45;box-shadow:none}.menu-choice-count{background:var(--accent-dark);color:#fff;border-radius:999px;place-items:center;min-width:1.5rem;height:1.5rem;padding:0 .35rem;font-size:.8rem;font-weight:700;display:grid;position:absolute;bottom:.5rem;left:.5rem}.menu-choice-body{flex-direction:column;gap:.25rem;display:flex}.menu-choice-overlay{text-align:center;background:#2628269e;place-items:center;padding:.4rem;display:grid;position:absolute;inset:0}.menu-choice-overlay span{color:#fff;font-size:.9rem;font-weight:700;line-height:1.3}.menu-choice.is-unavailable .menu-choice-desc,.menu-choice.is-unavailable .price-label{opacity:.7}.menu-choice-added{color:var(--accent-dark);margin:.25rem 0;font-weight:700}.request-cart{border-top:1px solid var(--line);margin-top:1.25rem;padding-top:1rem}.request-cart-list{gap:var(--space-2);flex-direction:column;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.request-cart-line{align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:1fr auto auto;display:grid}.request-cart-line.warn{border-color:var(--danger)}.request-cart-line-main{flex-direction:column;gap:.15rem;min-width:0;display:flex}.request-cart-warn{color:var(--danger)}.request-cart-qty{white-space:nowrap;color:var(--muted)}.request-cart-subtotal{white-space:nowrap;font-weight:700}.request-cart-line-actions{gap:var(--space-2);flex-wrap:wrap;grid-column:1/-1;display:flex}.request-modal-overlay{z-index:calc(var(--z-toast) - 1);background:#0e1d1673;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.request-modal{background:var(--surface);border-radius:16px;flex-direction:column;width:min(560px,100vw - 2rem);max-height:calc(100dvh - 2rem);display:flex;overflow:hidden;box-shadow:0 24px 70px #0e1d1657}.request-modal-head{padding:var(--space-3) clamp(1rem, 4vw, 1.5rem);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;display:flex}.request-modal-head h2{margin:0;font-size:1.1rem}.request-modal-body{gap:var(--space-4);flex-direction:column;padding:clamp(1rem,4vw,1.5rem);display:flex;overflow-y:auto}.request-modal-actions{gap:var(--space-3);padding:var(--space-3) clamp(1rem, 4vw, 1.5rem);border-top:1px solid var(--line);flex-wrap:wrap;display:flex}.menu-choice-image{aspect-ratio:4/3;width:100%;color:var(--muted);background:#ecece7;border-radius:8px;place-items:center;display:grid;position:relative;overflow:hidden}.menu-choice-image img{object-fit:cover;width:100%;height:100%}.menu-choice p{margin:.25rem 0}.menu-item-title-row,.menu-item-tags{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.menu-item-title-row :is(h3,h4,strong){margin:0}.menu-item-tags{margin-top:.35rem}.recommended-chip,.menu-tag-chip,.menu-hidden-chip{border-radius:999px;align-items:center;min-height:24px;padding:.15rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.recommended-chip{color:#765312;background:#f4ead2}.menu-tag-chip{border:1px solid var(--line);color:var(--muted);background:#f6f6f2}.menu-hidden-chip{color:#555;background:#eee}.sales-rank-badge{align-items:center;gap:.15rem;line-height:1;display:inline-flex}.sales-rank-badge strong{font-size:.8rem;font-weight:800}.sales-rank-badge.rank-1{color:#c79200}.sales-rank-badge.rank-2{color:#8a9096}.sales-rank-badge.rank-3{color:#b0703c}.status-pill{white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:.15rem .6rem;font-size:.72rem;font-weight:800;display:inline-flex}.status-pill.available{background:var(--accent-soft,#e3efe7);color:var(--accent-dark,#1f5136)}.status-pill.soldout{color:#6a6a6a;background:#ececec}.menu-tag-chip.subtle{background:0 0}.menu-item-list{flex-direction:column;gap:.75rem;display:flex}.menu-item-card{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:start;gap:.9rem;padding:.85rem;display:grid}.menu-item-thumb{object-fit:cover;background:#f2f2ee;border-radius:8px;width:68px;height:68px}.menu-item-thumb.empty{border:1px dashed var(--line);color:var(--muted);text-align:center;justify-content:center;align-items:center;font-size:.62rem;display:inline-flex}.menu-item-card-body{min-width:0}.menu-item-price{margin:.35rem 0 0;font-weight:800}.menu-item-desc{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:.25rem 0 0;font-size:.85rem;overflow:hidden}.menu-item-card-actions{flex-direction:column;align-items:stretch;gap:.4rem;display:flex}.menu-item-card-actions>button{white-space:nowrap}.menu-edit-image{align-items:center;gap:.75rem;display:flex}.site-image-thumbs{flex-wrap:wrap;gap:.5rem;margin:.35rem 0 .5rem;display:flex}.gallery-manage-list{gap:.6rem;margin:.35rem 0 .6rem;padding:0;list-style:none;display:grid}.gallery-manage-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:96px 1fr;align-items:start;gap:.75rem;padding:.6rem;display:grid}.gallery-manage-thumb{position:relative}.gallery-manage-thumb img{object-fit:cover;border-radius:8px;width:96px;height:72px;display:block}.gallery-manage-lead{color:#fff;background:var(--accent-dark);border-radius:0 6px 0 8px;padding:.1rem .35rem;font-size:.68rem;font-weight:700;position:absolute;bottom:0;left:0}.gallery-manage-caption{grid-column:2;align-items:center;gap:.4rem;display:flex}.gallery-manage-caption input{flex:auto;min-width:0}.gallery-manage-caption .button{flex:none}.gallery-manage-actions{flex-wrap:wrap;grid-column:2;gap:.4rem;display:flex}.gallery-manage-actions .button{padding-inline:.7rem}.check-help{margin:-.25rem 0 0}.option-editor{gap:var(--space-5);flex-direction:column;display:flex}.option-copy-row{align-items:flex-end;gap:var(--space-3);padding-bottom:var(--space-4);border-bottom:1px solid var(--line);flex-wrap:wrap;display:flex}.option-copy-row .field{flex:16rem}.option-copy-panel{padding-bottom:var(--space-4);border-bottom:1px solid var(--line)}.option-attach-picker{align-items:flex-start;gap:var(--space-4);padding-top:var(--space-3);flex-direction:column;display:flex}.option-attach-picker .data-list{width:100%}.option-add-group{margin-top:var(--space-6);border-top:1px solid var(--line);padding-top:var(--space-5)}.option-copy-panel>summary{cursor:pointer;font-weight:700}.option-copy-tree{gap:var(--space-3);margin-top:var(--space-3);flex-direction:column;display:flex}.option-copy-products,.option-copy-options{margin:0;padding:0;list-style:none}.option-copy-products>li{border:1px solid var(--line);margin-bottom:var(--space-2);background:#fff;border-radius:8px}.option-copy-product-header{align-items:center;gap:var(--space-2);width:100%;min-height:0;padding:var(--space-3);color:var(--ink);text-align:left;cursor:pointer;box-shadow:none;background:0 0;border:0;display:flex}.option-copy-product-header:hover{background:var(--accent-soft);color:var(--ink)}.option-copy-product-name{flex:auto;min-width:0;font-weight:700}.option-copy-product-count{color:var(--accent-dark);flex:none;font-size:.85rem}.option-copy-options{padding:0 var(--space-3) var(--space-3) var(--space-5);gap:var(--space-2);flex-direction:column;display:flex}.option-copy-option{align-items:center;gap:var(--space-2);cursor:pointer;display:flex}.option-group-list{gap:var(--space-4);flex-direction:column;display:flex}.option-group-card{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--line);background:#fafaf7;border-radius:10px;flex-direction:column;display:flex}.option-group-card.collapsed{gap:0}.option-group-header{align-items:center;gap:var(--space-3);width:100%;min-height:0;padding:var(--space-2) 0;color:var(--ink);text-align:left;cursor:pointer;box-shadow:none;background:0 0;border:0;display:flex}.option-group-header:hover{background:var(--accent-soft);color:var(--ink)}.option-group-header-name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-weight:700;overflow:hidden}.option-group-header-meta{color:var(--muted);flex:none;font-size:.85rem}.option-group-header-chevron{color:var(--muted);flex:none}.option-group-card h4{margin:var(--space-2) 0 0}.option-shared-notice>p{margin:0}.option-shared-items{gap:var(--space-1) var(--space-5);margin:var(--space-2) 0;padding-left:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));display:grid}.option-choice-list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.option-choice-row,.option-choice-header{align-items:center;gap:var(--space-3);grid-template-columns:minmax(0,1fr) 6.5rem 5rem 5rem;display:grid}.option-choice-row{padding:var(--space-2) var(--space-3);border:1px solid var(--line);background:#fff;border-radius:8px}.option-choice-header{padding:0 var(--space-3);color:var(--muted);font-size:.8rem;font-weight:600}.option-choice-row.unavailable{opacity:.62}.option-choice-field{flex-direction:column;gap:.25rem;min-width:0;display:flex}.option-choice-field-label{color:var(--muted);font-size:.78rem;font-weight:600;display:none}.option-choice-name,.option-choice-price{width:100%;min-width:0}.option-choice-delta{white-space:nowrap;min-width:3.5rem;font-weight:700}.option-choice-toggle{align-items:center;gap:var(--space-2);cursor:pointer;display:inline-flex}.option-choice-toggle input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.option-choice-toggle input:checked+.switch-track{border-color:var(--accent);background:var(--accent)}.option-choice-toggle input:checked+.switch-track span{transform:translate(22px)}.option-choice-toggle input:focus-visible+.switch-track{outline:3px solid var(--focus);outline-offset:3px}.option-choice-toggle-label{color:var(--muted);white-space:nowrap;font-size:.85rem}@media (max-width:560px){.option-choice-header{display:none}.option-choice-row{row-gap:var(--space-2);grid-template-columns:minmax(0,1fr) 7rem}.option-choice-field-label{display:block}.option-choice-row .option-choice-toggle,.option-choice-row .option-choice-remove{grid-column:1/-1;justify-self:start}}.option-choice-edit,.option-add-choice{flex-wrap:wrap;align-items:flex-end;gap:.6rem;display:flex}.option-add-choice{border-top:1px dashed var(--line);padding-top:.6rem}@media (max-width:560px){.menu-item-card{grid-template-columns:auto 1fr}.menu-item-card-actions{flex-flow:wrap;grid-column:1/-1}.menu-item-card-actions>*{flex:8rem}}.menu-preview-action{margin:.75rem 0 1.25rem}.tag-manager-list{gap:.75rem;margin:1rem 0;display:grid}.tag-manager-list>form{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));align-items:end;gap:.75rem;padding:1.1rem;display:grid}.tag-create-form{border-top:1px solid var(--line);gap:.75rem;margin-top:1rem;padding-top:1rem;display:grid}.tag-create-form h3{margin:0}.preview-menu-catalog{margin-top:2rem}.quantity-select{gap:.35rem;font-size:.85rem;font-weight:700;display:grid}.availability-row-list{gap:var(--space-3);display:grid}.availability-row{border:1px solid var(--line);grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));align-items:end;gap:.75rem;padding:.85rem;display:grid}.availability-row>button{white-space:nowrap}.slot-pickers{gap:var(--space-2);grid-template-columns:3fr 2fr;display:grid}.menu-choice-options{border-top:1px dashed var(--line);grid-column:1/-1;gap:.85rem;padding-top:.85rem;display:grid}.option-group{gap:.4rem;display:grid}.option-group legend{font-size:1rem;font-weight:700}.option-badge{border:1px solid var(--line);color:var(--muted);vertical-align:middle;padding:.1rem .45rem;font-size:.72rem;font-weight:700}.option-list{gap:.5rem;display:grid}.option-list .check{font-weight:500}.running-total .summary-list>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.4rem 0;display:flex}.sticky-submit{--panel-pad:clamp(1.25rem, 4vw, 2rem);z-index:5;margin:0 calc(var(--panel-pad) * -1) calc(var(--panel-pad) * -1);padding:.9rem var(--panel-pad) 1.1rem;border-top:2px solid var(--accent-dark);background:var(--surface);border-radius:0 0 12px 12px;position:sticky;bottom:0}.sticky-submit .running-total-line{justify-content:space-between;align-items:baseline;gap:1rem;margin:0 0 .6rem;font-size:1.05rem;font-weight:800;display:flex}.sticky-submit .running-total-line strong{color:var(--accent-dark);font-size:1.25rem}.sticky-submit .form-actions{margin:0}.sticky-submit .form-actions button{width:100%}.request-timeline{max-width:560px;margin:.5rem 0 1.5rem;padding-left:1.4em}.request-timeline li{padding:.3rem 0}.steps{gap:.4rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.steps li{border-bottom:3px solid var(--line);color:var(--muted);flex:1;padding:.55rem;font-size:.82rem}.steps li.current{border-color:var(--accent);color:var(--ink);font-weight:800}.policy-box{background:#f1f2ef;padding:1rem 1.25rem}.policy-box h2{margin:0 0 .4rem;font-size:1.05rem}.policy-box p{margin:0}.summary-list,.data-list{margin:0;padding:0;list-style:none}.reply-template-list{margin:1.5rem 0 0;padding:0;list-style:none}.reply-template-list>li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.reply-template-list>li:first-child{padding-top:0}.reply-template-body{min-width:0;color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:.95rem;line-height:1.7}.reply-template-actions{flex:none;gap:.5rem;display:flex}.reply-template-edit{flex-direction:column;flex:1;gap:.6rem;display:flex}.reply-template-edit textarea{width:100%;min-height:5.5rem}.reception-hours-notice .reception-hours-heading{margin:.9rem 0 .2rem;font-size:.9rem;font-weight:700}.reception-hours-notice .data-list+.reception-hours-heading{margin-top:1rem}.reception-open-badge{color:#fff;background:var(--success);vertical-align:middle;border-radius:999px;margin-left:.5rem;padding:.05rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.summary-list li,.data-list>li{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.75rem 0;display:flex}.special-day-list>li>span{overflow-wrap:anywhere;min-width:0}.special-day-list>li>button{white-space:nowrap;flex:none}.data-list>li.notification-history-item{align-items:stretch;gap:var(--space-1);flex-direction:column}.notification-history-line{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.notification-history-line>span:first-child{overflow-wrap:anywhere;min-width:0}.notification-history-line>strong{white-space:nowrap;flex-shrink:0}.notification-history-error{color:var(--danger)}.notification-history-remedy{background:color-mix(in srgb, var(--warning) 12%, var(--surface));color:var(--ink);border-radius:8px;margin-top:.35rem;padding:.5rem .65rem;line-height:1.55;display:block}.definition-list>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(140px,.35fr) 1fr;gap:1rem;padding:.8rem 0;display:grid}.definition-list dt{font-weight:800}.definition-list dd{margin:0}.legal-toc{margin-top:var(--space-6);padding:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-muted)}.legal-toc h2{margin:0 0 var(--space-3);font-size:var(--text-lg)}.legal-toc ol{columns:2;column-gap:var(--space-5);margin:0;padding-left:0;line-height:1.9;list-style:none}.legal-toc li{break-inside:avoid}@media (max-width:600px){.legal-toc ol{columns:1}}.legal-document section{margin-top:2.5rem;scroll-margin-top:1rem}.legal-document section>p,.legal-document section>ul,.legal-document section>ol{line-height:1.85}.legal-document section>dl{grid-template-columns:minmax(150px,.35fr) 1fr;gap:.8rem 1rem;display:grid}.legal-document section>dl dt{font-weight:800}.legal-document section>dl dd{margin:0}.instruction-list{margin:0;padding-left:1.5rem}.admin-layout{grid-template-columns:230px minmax(0,1fr);gap:2rem;width:min(1400px,100% - 2rem);margin:1.5rem auto;display:grid}.workspace-main{min-height:100dvh}.reception-status-notice{background:var(--accent-soft);color:var(--accent-dark);border-radius:8px;margin:0;padding:.6rem .85rem;font-size:.9rem;font-weight:600;line-height:1.6}.shizuka-hero{min-height:74vh}.shizuka-hero:after{background:var(--scrim-sumi)}.shizuka-tate{top:var(--space-6);right:var(--space-6);z-index:1;writing-mode:vertical-rl;font-family:var(--font-mincho);font-size:var(--shizuka-catch-size);letter-spacing:.32em;color:var(--surface);text-shadow:0 0 18px var(--scrim-sumi);margin:0;font-weight:500;position:absolute}.shizuka-hero-content h1{font-family:var(--font-mincho);letter-spacing:.18em;font-weight:500}.layout-shizuka .store-section h2,.layout-shizuka .store-facts h2{font-family:var(--font-mincho);letter-spacing:.12em;font-weight:600}.shizuka-menu h2{text-align:center;letter-spacing:.28em}.shizuka-menu-list{margin:0;gap:var(--space-3);max-width:40rem;margin-inline:auto;padding:0;list-style:none;display:grid}.shizuka-menu-list li{align-items:baseline;gap:var(--space-2);font-family:var(--font-mincho);font-size:var(--text-lg);display:flex}.shizuka-menu-name{align-items:baseline;gap:var(--space-1);display:inline-flex}.shizuka-menu-soldout{color:var(--muted);font-size:var(--text-xs)}.shizuka-menu-leader{border-bottom:1px dotted var(--line);flex:1}.shizuka-menu-price{font-variant-numeric:tabular-nums;white-space:nowrap}.store-cta-bar{bottom:var(--space-2);z-index:40;gap:var(--space-2);margin-top:var(--space-5);padding:var(--space-2);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);display:flex;position:sticky}.store-cta-bar .button{text-align:center;flex:1}@media (min-width:800px){.store-cta-bar{display:none}}.sizzle-hero{min-height:68vh}.sizzle-catch{letter-spacing:.06em;margin:0;font-weight:700}.sizzle-name{font-size:var(--sizzle-name-size);letter-spacing:.02em;font-weight:800;line-height:1.2}.photo-menu-grid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));margin:0;padding:0;list-style:none;display:grid}.photo-menu-card{gap:var(--space-1);flex-direction:column;display:flex}.photo-menu-card img,.photo-menu-placeholder{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-md);background:var(--surface-muted);width:100%}.photo-menu-placeholder{color:var(--muted);font-size:var(--text-xs);justify-content:center;align-items:center;display:flex}.photo-menu-caption{justify-content:space-between;align-items:baseline;gap:var(--space-2);font-size:var(--text-sm);display:flex}.photo-menu-name{align-items:baseline;gap:var(--space-1);font-weight:600;display:inline-flex}.ichimai-head{padding:var(--space-5) 0 var(--space-4);border-bottom:3px solid var(--accent);position:relative}.ichimai-head h1{letter-spacing:.04em;margin:0}.ichimai-catch{color:var(--muted);margin:0}.ichimai-hours{margin:0;font-weight:700}.ichimai-menu-list li{font-family:inherit;font-size:var(--text-md)}.ichimai-photo .hero-carousel{aspect-ratio:21/9;border-radius:var(--radius-md);position:relative;inset:auto;overflow:hidden}.layout-marche{font-family:var(--font-maru)}.marche-head{text-align:center;padding:var(--space-6) 0 var(--space-4);position:relative}.marche-head h1{font-family:var(--font-maru);font-size:var(--marche-name-size);letter-spacing:.14em;margin:0}.marche-catch{color:var(--muted);letter-spacing:.08em;margin:0}.marche-meta{justify-content:center}.marche-grid{gap:var(--space-1);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.marche-grid img{aspect-ratio:1;object-fit:cover;width:100%}.layout-marche .store-section h2{text-align:center;letter-spacing:.16em}.ichimai-head .store-hero-meta,.marche-head .store-hero-meta{color:var(--ink)}.ichimai-head .store-hero-reception,.marche-head .store-hero-reception{color:var(--muted)}.shizuka-tate{top:calc(var(--space-6) + 2.5rem);max-height:72%;overflow:hidden}.demo-template-switcher{gap:var(--space-2);padding:var(--space-3);margin-block:var(--space-2) var(--space-4);background:var(--accent-soft);border-radius:var(--radius-md);font-size:var(--text-sm);display:grid}.demo-template-switcher-lead{margin:0;font-weight:700}.demo-template-switcher-row{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.demo-template-switcher-note{color:var(--muted);font-size:var(--text-xs);margin:0}.demo-theme-lead{color:var(--muted);font-weight:700}.demo-theme-dot{width:var(--space-5);height:var(--space-5);border-radius:var(--radius-full);border:2px solid var(--surface);outline:1px solid var(--line)}.demo-theme-dot.current{outline:3px solid var(--ink)}.demo-template-switcher a{padding:var(--space-1) var(--space-2);border-radius:var(--radius-full);border:1px solid var(--line);background:var(--surface);color:inherit;text-decoration:none}.demo-template-switcher a.current{border-color:var(--accent);background:var(--accent);color:var(--surface);font-weight:700}.layout-shizuka{--paper:var(--tpl-wa-paper);--ink:var(--tpl-wa-ink);--muted:var(--tpl-wa-muted);--surface:var(--tpl-wa-surface);--line:var(--tpl-wa-line);--accent-soft:var(--tpl-wa-soft);background:var(--paper);color:var(--ink);border-radius:var(--radius-lg);padding:var(--space-4)}.layout-shizuka .store-section h2{text-align:center;border-top:1px solid var(--line);padding-top:var(--space-4)}.layout-shizuka .button.secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}.layout-sizzle{--paper:var(--tpl-yo-paper);--ink:var(--tpl-yo-ink);--muted:var(--tpl-yo-muted);--surface:var(--tpl-yo-surface);--line:var(--tpl-yo-line);--accent-soft:var(--tpl-yo-soft);background:var(--paper);color:var(--ink);border-radius:var(--radius-lg);padding:var(--space-4)}.layout-sizzle .store-section h2,.layout-sizzle .sizzle-name{font-family:var(--font-serif-latin);letter-spacing:.04em}.layout-sizzle .store-section h2:after{content:"";width:var(--space-6);border-bottom:3px solid var(--tpl-yo-accent);margin-top:var(--space-1);display:block}.layout-ichimai{--accent-soft:var(--tpl-chuka-soft);--line:var(--tpl-chuka-line);background:var(--tpl-chuka-paper);border-radius:var(--radius-lg);padding:var(--space-4)}.layout-ichimai .ichimai-head{border-bottom:4px solid var(--tpl-chuka-accent)}.layout-ichimai .ichimai-head h1{letter-spacing:.06em;font-weight:900}.layout-ichimai .store-section h2{background:var(--tpl-chuka-accent);color:var(--tpl-chuka-paper);padding:var(--space-1) var(--space-3);letter-spacing:.14em;font-weight:800;display:inline-block}.layout-ichimai .shizuka-menu-list li{border-bottom:1px solid var(--line);padding-bottom:var(--space-1)}.layout-ichimai .shizuka-menu-leader{border-bottom:0}.layout-ichimai .ichimai-hours,.layout-ichimai .ichimai-catch{color:var(--tpl-chuka-deep)}.layout-marche{--paper:var(--tpl-cafe-paper);--ink:var(--tpl-cafe-ink);--muted:var(--tpl-cafe-muted);--surface:var(--tpl-cafe-surface);--line:var(--tpl-cafe-line);--accent-soft:var(--tpl-cafe-soft);--radius-md:var(--space-4);--radius-lg:var(--space-5);background:var(--paper);color:var(--ink);border-radius:var(--radius-lg);padding:var(--space-4)}.layout-marche .button{border-radius:var(--radius-full)}.washoku-frame{display:grid}.washoku-band{display:none}.washoku-hero{min-height:86svh}.washoku-main>.store-section{width:100%;max-width:42rem;margin-inline:auto}@media (min-width:960px){.washoku-frame{gap:var(--space-5);grid-template-columns:auto 1fr}.washoku-band{height:100svh;padding-inline:var(--space-3);border-right:1px solid var(--line);writing-mode:vertical-rl;font-family:var(--font-mincho);font-size:var(--text-lg);letter-spacing:.6em;color:var(--muted);justify-content:center;align-items:center;display:flex;position:sticky;top:0}.washoku-hero{min-height:70vh}}.bistro-grid{gap:var(--space-4);display:grid}.bistro-rail{gap:var(--space-2);padding:var(--space-4);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);align-content:start;display:grid;position:relative}.bistro-name{font-family:var(--font-serif-latin);font-size:var(--sizzle-name-size);letter-spacing:.02em;margin:0;line-height:1.15}.bistro-catch{color:var(--tpl-yo-accent);font-family:var(--font-serif-latin);margin:0;font-style:italic}.bistro-hours{margin:0;font-weight:700}.bistro-address{color:var(--muted);font-size:var(--text-sm);margin:0}.bistro-rail .store-action-row{gap:var(--space-2);display:grid}.bistro-hero .hero-carousel{aspect-ratio:16/9;border-radius:var(--radius-lg);position:relative;inset:auto;overflow:hidden}.bistro-content{gap:var(--space-4);min-width:0;display:grid}@media (min-width:960px){.bistro-grid{grid-template-columns:minmax(16rem,21rem) 1fr;align-items:start}.bistro-rail{top:var(--space-4);position:sticky}}.chuka-tiles{gap:var(--space-2);grid-template-columns:repeat(2,1fr);margin:0;padding:0;list-style:none;display:grid}@media (min-width:700px){.chuka-tiles{grid-template-columns:repeat(3,1fr)}}.chuka-tiles li{gap:var(--space-1);padding:var(--space-3);border:2px solid var(--tpl-chuka-accent);border-radius:var(--radius-sm);background:var(--surface);text-align:center;display:grid}.chuka-tiles li.soldout{border-color:var(--line);opacity:.6}.chuka-tile-name{font-weight:800}.chuka-tile-price{color:var(--tpl-chuka-deep);font-variant-numeric:tabular-nums;font-weight:700}.chuka-strip{gap:var(--space-2);padding-bottom:var(--space-2);scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.chuka-strip img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-md);scroll-snap-align:start;flex-shrink:0;width:14rem}.cafe-scroll{padding:0 0 var(--space-2);gap:var(--space-3);scroll-snap-type:x mandatory;margin:0;list-style:none;display:flex;overflow-x:auto}.cafe-card{scroll-snap-align:start;gap:var(--space-1);padding:var(--space-2);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);text-align:center;flex:0 0 11rem;display:grid}.cafe-card img,.cafe-card .photo-menu-placeholder{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);width:100%}.cafe-card-name{font-weight:700;font-family:var(--font-maru)}.cafe-card-price{color:var(--muted);font-variant-numeric:tabular-nums}.bistro-rail .store-action-row{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.bistro-rail .store-hero-reception,.bistro-rail .store-hero-meta{color:var(--muted)}.shizuka-tate{text-shadow:0 0 6px var(--scrim-sumi), 0 0 24px var(--scrim-sumi);font-weight:600}.shizuka-menu-thumb{width:var(--space-6);height:var(--space-6);object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.shizuka-menu-group{gap:var(--space-3);margin-top:var(--space-4);display:grid}.shizuka-menu-category{text-align:center;font-family:var(--font-mincho);font-weight:600;font-size:var(--text-lg);letter-spacing:.4em;color:var(--muted);margin:0}.menu-group{gap:var(--space-3);margin-top:var(--space-4);display:grid}.bistro-menu-category{font-family:var(--font-serif-latin);font-size:var(--text-lg);letter-spacing:.08em;border-bottom:1px solid var(--line);padding-bottom:var(--space-1);margin:0}.chuka-menu-category{color:var(--tpl-chuka-deep);letter-spacing:.3em;border-left:4px solid var(--tpl-chuka-accent);padding-left:var(--space-2);margin:0;font-weight:800}.chuka-tiles li{border:1px solid var(--tpl-chuka-gold);border-radius:var(--radius-md);padding:0 0 var(--space-2);overflow:hidden}.chuka-tile-photo{aspect-ratio:4/3;object-fit:cover;width:100%}.chuka-tiles li .chuka-tile-name,.chuka-tiles li .chuka-tile-price,.chuka-tiles li .shizuka-menu-soldout{padding-inline:var(--space-2)}.cafe-menu-category{text-align:center;font-family:var(--font-maru);letter-spacing:.24em;color:var(--muted);margin:0;font-weight:700}.cafe-card{box-shadow:var(--shadow-sm);padding:var(--space-2) var(--space-2) var(--space-3);border:0}.cafe-card img,.cafe-card .photo-menu-placeholder{border-radius:var(--radius-md)}
