.breadcrumb-bar{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:.85rem 0}.breadcrumb{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;font-size:.8rem;list-style:none}.breadcrumb a{color:var(--color-text-secondary);text-decoration:none;transition:color .15s ease}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb svg{color:var(--color-text-dim)}.breadcrumb-current{color:var(--color-text);font-weight:500}.about-hero{position:relative;padding:3.5rem 0 2.5rem;text-align:center;background:var(--color-surface);border-bottom:1px solid var(--color-border);overflow:hidden}.about-hero-inner{position:relative;z-index:1}.about-hero-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .9rem;background:var(--color-accent-soft);border:1px solid var(--color-accent-light);border-radius:9999px;font-size:.78rem;font-weight:600;color:var(--color-accent);margin-bottom:1.25rem}.about-hero-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;color:var(--color-text);margin-bottom:.75rem;letter-spacing:-.03em;line-height:1.15}.about-hero-accent{color:var(--color-accent)}.about-hero-desc{color:var(--color-text-secondary);font-size:1.05rem;max-width:600px;margin:0 auto 1.75rem;line-height:1.7}.about-hero-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.about-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.78rem;font-weight:600;color:var(--color-text-secondary)}.about-pill svg{color:var(--color-accent)}.about-stats-bar{padding:2rem 0;position:relative;z-index:2}.about-stats{display:flex;align-items:center;justify-content:center;gap:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.5rem 2rem;box-shadow:var(--shadow-sm);max-width:680px;margin:0 auto}.about-stat{flex:1;text-align:center;padding:.5rem 0}.about-stat-divider{width:1px;height:40px;background:var(--color-border);flex-shrink:0}.about-stat-number{display:block;font-size:1.5rem;font-weight:800;color:var(--color-accent);letter-spacing:-.02em}.about-stat-label{display:block;font-size:.72rem;color:var(--color-text-muted);font-weight:600;margin-top:.15rem;text-transform:uppercase;letter-spacing:.04em}@media(max-width:480px){.about-stats{flex-wrap:wrap;padding:1.25rem;gap:.5rem}.about-stat-divider{display:none}.about-stat{flex:0 0 45%}}.about-story{padding:4rem 0 3rem}.about-section-label{display:inline-block;font-size:.72rem;font-weight:700;color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.about-story-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:768px){.about-story-grid{grid-template-columns:1fr 1fr;gap:4rem}}.about-story-title{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800;color:var(--color-text);margin-bottom:1rem;letter-spacing:-.02em}.about-story-text{font-size:.92rem;color:var(--color-text-secondary);line-height:1.75;margin-bottom:1rem}.about-story-text:last-child{margin-bottom:0}.about-story-card-stack{display:flex;flex-direction:column;gap:.85rem}.about-story-mini-card{display:flex;align-items:center;gap:1rem;padding:1.15rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color .2s,box-shadow .2s,transform .2s}.about-story-mini-card:hover{border-color:#3de6b54d;box-shadow:0 4px 16px #3de6b514;transform:translateY(-2px)}.about-story-mini-card svg{flex-shrink:0}.about-story-mini-card strong{display:block;font-size:.88rem;font-weight:700;color:var(--color-text)}.about-story-mini-card span{font-size:.78rem;color:var(--color-text-muted)}.about-features{padding:2rem 0 3.5rem}.about-features-header{text-align:center;margin-bottom:2rem}.about-features-title{font-size:clamp(1.3rem,3vw,1.6rem);font-weight:800;color:var(--color-text);letter-spacing:-.02em}.about-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-card{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:2rem 1.75rem 1.75rem;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;overflow:hidden}.about-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-accent);opacity:0;transition:opacity .25s ease}.about-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.about-card:hover:before{opacity:1}.about-card-number{position:absolute;top:1rem;right:1.25rem;font-size:2.5rem;font-weight:800;color:var(--color-border);line-height:1;opacity:.5}.about-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-soft);border:1px solid var(--color-accent-light);border-radius:var(--radius-lg);color:var(--color-accent);margin-bottom:1rem}.about-card-title{font-size:1.05rem;font-weight:700;color:var(--color-text);margin-bottom:.6rem}.about-card-text{font-size:.88rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:1.15rem}.about-card-footer{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--color-text-muted);padding-top:.85rem;border-top:1px solid var(--color-border)}.about-location{padding:1rem 0 3rem}.about-location-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:800px;margin:0 auto}@media(min-width:640px){.about-location-grid{grid-template-columns:1fr 1fr}}.about-hours-card,.about-delivery-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.75rem;box-shadow:var(--shadow-sm)}.about-hours-header,.about-delivery-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.about-hours-icon-wrap,.about-delivery-icon-wrap{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-soft);border:1px solid var(--color-accent-light);border-radius:var(--radius-lg);color:var(--color-accent);flex-shrink:0}.about-hours-title,.about-delivery-title{font-size:1.05rem;font-weight:700;color:var(--color-text)}.about-hours-subtitle,.about-delivery-subtitle{font-size:.78rem;color:var(--color-text-muted);margin-top:.1rem}.about-hours-grid{display:flex;flex-direction:column;gap:0}.about-hours-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid var(--color-border)}.about-hours-row:last-child{border-bottom:none}.about-hours-day{font-size:.85rem;font-weight:600;color:var(--color-text)}.about-hours-time{font-size:.85rem;color:var(--color-text-secondary);font-weight:500}.about-hours-time.closed{color:#fb7185;font-weight:700}.about-hours-note,.about-delivery-note{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-text-muted);margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.about-delivery-options{display:flex;flex-direction:column;gap:.75rem}.about-delivery-option{padding:1rem 1.15rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-alt)}.about-delivery-option.express{border-color:var(--color-accent-light);background:var(--color-accent-soft)}.about-delivery-option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.about-delivery-option-name{font-size:.88rem;font-weight:700;color:var(--color-text)}.about-delivery-option-price{font-size:.92rem;font-weight:800;color:var(--color-accent)}.about-delivery-option-time{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.about-cta-section{padding:0 0 4.5rem}.about-cta-box{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:3.5rem 2rem;text-align:center;box-shadow:var(--shadow-sm);overflow:hidden}.about-cta-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-soft);border:1px solid var(--color-accent-light);border-radius:50%;color:var(--color-accent);margin:0 auto 1.25rem}.about-cta-title{font-size:1.35rem;font-weight:800;color:var(--color-text);margin-bottom:.5rem;letter-spacing:-.02em}.about-cta-desc{color:var(--color-text-secondary);font-size:.92rem;margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.65}.about-cta-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.about-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem}
