#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell>main{flex:1}.container{width:1200px;min-width:1200px;margin:0 auto}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#f6ebe0e6,#f6ebe0b8);border-bottom:1px solid rgba(90,58,41,.18);box-shadow:0 12px 30px #55362514}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}.brand{font-size:2.3rem;font-weight:800;letter-spacing:.02em;line-height:1}.brand-block{display:flex;align-items:center;gap:.8rem}.header-logo-icon{width:56px;height:56px;display:block;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(125,78,53,.2))}.nav-links{display:flex;align-items:center;gap:.95rem;position:relative;flex:1;min-width:0}.nav-main-links,.nav-auth-actions{display:flex;align-items:center;gap:.75rem}.nav-main-links{margin-left:auto;margin-right:.25rem;flex-wrap:nowrap}.nav-auth-actions{gap:.75rem;margin-left:.25rem;flex-wrap:nowrap}.nav-links a{padding:.7rem 1rem;border-radius:999px;color:#6b4d3a;border:1px solid transparent;transition:background-color .18s ease,color .18s ease,transform .18s ease,border-color .18s ease}.nav-links a.active,.nav-links a:hover{background:linear-gradient(135deg,#5d3a28,#7e5139);color:#fff7f0;border-color:#fff4e959;transform:translateY(-1px)}.cart-icon-btn{position:relative;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,#5d3a28,#7e5139);color:#fff7f0;cursor:pointer;box-shadow:0 10px 22px #5d3a2838}.cart-icon-btn:hover{transform:translateY(-1px)}.cart-icon{width:25px;height:25px;display:block}.cart-count-badge{position:absolute;top:-5px;right:-5px;min-width:21px;height:21px;border-radius:999px;background:linear-gradient(180deg,#f5dfcb,#ecd0b4);color:#5d3a28;font-size:.74rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;padding:0 .35rem}.orders-wrap{position:relative}.orders-btn{min-height:42px;padding:.68rem .95rem;border-radius:999px;border:1px solid rgba(93,58,40,.22);background:#fffcf8b8;color:#5d3a28;font:inherit;font-weight:700;cursor:pointer}.orders-signout{background:linear-gradient(135deg,#8b3d34,#b15346);color:#fff8f5;border-color:#ffe4de57;box-shadow:0 8px 18px #782f2747}.user-menu-wrap{position:relative}.user-avatar-btn{width:44px;height:44px;border:1px solid rgba(93,58,40,.24);border-radius:999px;padding:0;overflow:hidden;background:#fffcf8d9;cursor:pointer}.user-avatar-btn img{width:100%;height:100%;object-fit:cover;display:block}.user-menu-panel{position:absolute;top:calc(100% + .55rem);right:0;min-width:130px;padding:.5rem;border-radius:14px;border:1px solid rgba(93,58,40,.2);background:linear-gradient(180deg,#fffcf8fa,#f8ece1f2);box-shadow:0 14px 32px #5838272e;z-index:45}.user-menu-logout{width:100%;min-height:40px;border:1px solid rgba(139,61,52,.26);border-radius:999px;background:linear-gradient(135deg,#8b3d34,#b15346);color:#fff8f5;font:inherit;font-weight:700;cursor:pointer}.orders-panel{position:absolute;top:calc(100% + .6rem);right:0;width:min(460px,calc(100vw - 2rem));max-height:430px;border:1px solid rgba(93,58,40,.2);border-radius:18px;background:linear-gradient(180deg,#fffcf8fa,#f8ece1f2);box-shadow:0 16px 40px #5838272e;padding:.8rem;overflow:auto;z-index:40}.orders-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.5rem}.orders-panel-head h3{margin:0}.orders-panel-head button{width:30px;height:30px;border:0;border-radius:999px;background:#5d3a281f;color:#5d3a28;font-weight:700;cursor:pointer}.orders-empty{margin:0;color:#6d5646}.orders-list{display:grid;gap:.55rem}.orders-item{border:1px solid rgba(93,58,40,.14);border-radius:14px;background:#fffcf8d9;padding:.6rem .7rem}.orders-item-head{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.orders-item-head p,.orders-item-total{margin:0}.orders-item-head p:first-child{font-size:.82rem;font-weight:800;color:#5d3a28}.orders-item-head p:last-child{font-size:.78rem;color:#836755}.orders-item-total{margin-top:.22rem;font-weight:800;color:#5d3a28}.orders-item ul{margin:.25rem 0 0;padding:0;list-style:none;display:grid;gap:.2rem}.orders-item li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.83rem;color:#6d5646}.hero{margin:2rem 0 1.5rem;padding:clamp(1.75rem,3vw,3rem);border-radius:32px;background:radial-gradient(circle at 18% 16%,rgba(255,219,184,.5),transparent 31%),radial-gradient(circle at 86% 16%,rgba(255,171,117,.36),transparent 30%),linear-gradient(140deg,#3d261b,#6a402e 52%,#ab7347);color:#fff9f4;text-align:left;border:1px solid rgba(255,245,236,.16);box-shadow:0 26px 70px #3f281c4d;overflow:hidden}.hero-inner{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:1.4rem;align-items:center}.hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-height:320px}.hero-copy .eyebrow{margin-bottom:.7rem}.hero-media{position:relative;min-height:320px}.hero-media img{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:26px;border:1px solid rgba(255,244,233,.28);box-shadow:0 16px 38px #35211742}.hero-media:after{content:"";position:absolute;inset:0;border-radius:26px;background:linear-gradient(160deg,#2c1d1533,#ffd2af14);pointer-events:none}.home-page{display:grid;gap:0;margin-top:1rem}.home-block{scroll-margin-top:92px}.home-page .hero{margin:0}.home-page .home-section{margin:0;padding:clamp(1.2rem,2.4vw,1.8rem);overflow:hidden}.home-page .hero+.home-section{margin-top:3.2rem}.section-divider{position:relative;height:168px;display:flex;align-items:center;justify-content:center}.divider-diamond{position:absolute;background:linear-gradient(180deg,#855b43fa,#623e2cfa);border:1px solid rgba(247,230,215,.68);transform:rotate(45deg);box-shadow:0 8px 16px #5d3a2833}.divider-diamond--lg{width:20px;height:20px}.divider-diamond--md{width:14px;height:14px}.divider-diamond--sm{width:10px;height:10px}.divider-diamond--center{left:calc(50% - 10px)}.divider-diamond--left-near{left:calc(50% - 40px)}.divider-diamond--right-near{left:calc(50% + 26px)}.divider-diamond--left-far{left:calc(50% - 72px)}.divider-diamond--right-far{left:calc(50% + 62px)}.hero h1{margin:.25rem 0 1rem;font-size:clamp(2.4rem,6vw,4.8rem);line-height:.96}.hero-description{max-width:680px;margin:0;font-size:1.06rem;line-height:1.38;color:#fff9f4e0}.hero-note{margin:.9rem 0 0;font-size:.94rem;color:#ffecddd1;letter-spacing:.02em}.hero-cta-wrap{margin-top:auto;padding-top:2.6rem;width:fit-content;padding-right:.7rem}.hero-authenticated-card{margin-top:1.6rem;width:min(560px,100%);border:1px solid rgba(255,241,229,.36);border-radius:18px;background:radial-gradient(circle at 88% 18%,rgba(255,196,155,.2),transparent 32%),linear-gradient(150deg,#2a1c1580,#603b2870);padding:1rem;box-shadow:inset 0 1px #fff8f140}.hero-authenticated-card p{margin:0;font-size:1rem;font-weight:700;color:#fff8eff2}.hero-authenticated-actions{margin-top:.85rem;display:flex;gap:.65rem}.hero-authenticated-actions .btn{min-height:44px;padding:.72rem 1.08rem}.hero-auth-actions{display:flex;gap:.7rem;margin-top:0;padding-top:0}.hero-auth-actions .btn{min-height:50px;padding:.95rem 1.45rem;font-size:1rem}.btn-light{background:#fff4e9;color:#4a2f21}.btn-outline-light{background:transparent;color:#fff4e9;border:1px solid rgba(255,244,233,.62)}.section-heading{margin:2rem 0 1.2rem;max-width:720px}.section-heading h1,.section-heading h2{margin:.35rem 0 .65rem;line-height:1.08}.section-heading p:last-child{margin:0;color:#6d5646}.section-heading.compact{margin-top:0;margin-bottom:1.1rem}.about-faq-heading{margin-top:3.2rem;padding-top:1.5rem;border-top:1px solid rgba(93,58,40,.18)}.about-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:1.2rem;padding:clamp(1.2rem,2.3vw,1.6rem);background:radial-gradient(circle at 88% 18%,rgba(214,156,116,.22),transparent 26%),radial-gradient(circle at 10% 88%,rgba(126,81,57,.12),transparent 30%),linear-gradient(135deg,#fffbf6f5,#f5e4d4d1)}.about-hero-copy h1{max-width:12ch}.about-hero-copy>p:last-child{max-width:60ch}.about-hero-stats{display:grid;gap:.85rem}.about-stat-card{padding:1rem 1.05rem;border-radius:20px;border:1px solid rgba(93,58,40,.12);background:#fffcf8d6;box-shadow:0 12px 28px #62412d14,inset 0 1px #ffffff80}.about-stat-kicker{display:inline-block;margin-bottom:.45rem;color:#7e5139;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.about-stat-card strong{display:block;margin-bottom:.35rem;font-size:1.1rem}.about-stat-card p{margin:0;color:#6d5646}.about-story-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:1rem;margin:1rem 0 1.4rem}.about-story-main,.about-story-side,.about-feature-card{padding:1.25rem}.about-story-main h2{margin:.4rem 0 .7rem}.about-story-main p:last-child,.about-feature-card p:last-child{margin-bottom:0}.about-feature-list{margin:.8rem 0 0;padding-left:1.1rem;color:#6d5646;display:grid;gap:.8rem}.about-grid--featured{margin-top:0}.home-section{position:relative;margin:1.2rem 0 2.2rem;padding:clamp(1rem,2vw,1.4rem);border-radius:28px;border:1px solid rgba(93,58,40,.16);background:linear-gradient(180deg,#fffdfadb,#f7e9dcc2);box-shadow:0 18px 36px #5c3c291f,inset 0 1px #ffffff80;transition:transform .22s ease,box-shadow .22s ease}.home-section+.home-section{margin-top:1.8rem}.home-section+.home-section:before{content:"";position:absolute;top:-.9rem;left:7%;right:7%;height:1px;background:linear-gradient(90deg,transparent,rgba(93,58,40,.26),transparent)}.home-section--categories{background:radial-gradient(circle at 88% 16%,rgba(224,167,129,.3),transparent 32%),radial-gradient(circle at 10% 92%,rgba(126,81,57,.13),transparent 34%),linear-gradient(180deg,#fffaf5eb,#f8ebe0cc)}.home-section--popular{background:radial-gradient(circle at 12% 10%,rgba(170,122,91,.18),transparent 35%),radial-gradient(circle at 85% 88%,rgba(224,167,129,.14),transparent 34%),linear-gradient(180deg,#fffcf8ed,#f6e8dcc7)}.home-section--seasonal{background:radial-gradient(circle at 84% 16%,rgba(215,123,87,.2),transparent 34%),radial-gradient(circle at 10% 92%,rgba(126,81,57,.13),transparent 34%),linear-gradient(180deg,#fffbf6f0,#f4e4d6d1)}.home-section--users{background:radial-gradient(circle at 84% 12%,rgba(126,81,57,.2),transparent 34%),radial-gradient(circle at 14% 86%,rgba(215,123,87,.14),transparent 34%),linear-gradient(180deg,#fffcf8ed,#f4e5d8cc)}.home-section--location{background:radial-gradient(circle at 15% 12%,rgba(212,151,114,.24),transparent 35%),radial-gradient(circle at 84% 90%,rgba(126,81,57,.13),transparent 35%),linear-gradient(180deg,#fffbf7ed,#f3e3d4d6)}.home-section:after{content:none}.home-section:hover{transform:translateY(-2px);box-shadow:0 22px 46px #5c3c2929,inset 0 1px #ffffff85}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;font-weight:700;opacity:.78}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;padding-bottom:2.5rem}.menu-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,260px));justify-content:start}.category-showcase,.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.category-tile{padding:1.25rem;border-radius:20px;background:linear-gradient(180deg,#fffdf9f5,#f7e9dcc7);border:1px solid rgba(93,58,40,.16);box-shadow:0 14px 30px #62412d1c,inset 0 1px #ffffff8c}.category-tile-head{display:flex;align-items:center;gap:.55rem}.category-tile-icon{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;letter-spacing:.06em;color:#fff7ee;background:linear-gradient(140deg,#5d3a28,#8f5c3e);box-shadow:0 8px 18px #5e3b293d}.category-tile-head .eyebrow{font-size:.85rem}.category-tile h3{margin:.35rem 0 .5rem}.category-tile p:last-child{margin:0;color:#6d5646}@media(max-width:900px){.about-hero,.about-story-grid{grid-template-columns:1fr}.about-hero-copy h1{max-width:none}}.product-card,.panel,.cart-item{border:1px solid rgba(93,58,40,.16);border-radius:22px;background:linear-gradient(180deg,#fffcf8f7,#f8ede3d1);box-shadow:0 18px 44px #64442f1f,inset 0 1px #ffffff85}.product-card{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #5d3c2a29}.product-card img,.product-detail img,.cart-item img{width:100%;object-fit:cover}.product-card img{height:220px}.product-card-content,.panel{padding:1.2rem}.top-users-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.5rem}.home-scroll-row{--home-scroll-gap: 1rem;display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - (3 * var(--home-scroll-gap))) / 4);gap:var(--home-scroll-gap);overflow-x:auto;overflow-y:hidden;padding:.2rem .1rem .65rem;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.home-scroll-row>*{min-width:0;scroll-snap-align:start}.home-scroll-row::-webkit-scrollbar{display:none}.slider-dots{margin-top:.15rem;display:flex;justify-content:center;align-items:center;gap:.45rem}.slider-dot{width:8px;height:8px;border-radius:999px;border:0;padding:0;background:#7d5f4e5c;cursor:pointer}.slider-dot.is-active{width:20px;background:#6f4733}.seasonal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1rem}.seasonal-card{border:1px solid rgba(93,58,40,.2);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:128px 1fr;background:linear-gradient(155deg,#4d3324f5,#7a4c33f0);box-shadow:0 18px 36px #462b1d33,inset 0 1px #ffffff2e;color:#fff5ea}.seasonal-card img{width:100%;height:100%;object-fit:cover}.seasonal-card-body{padding:1rem 1rem 1rem 1.05rem;display:grid;align-content:center;gap:.35rem}.seasonal-card-body h3{margin:.15rem 0;color:#fff8f0}.seasonal-card-body p{margin:0;color:#fff4e8e0}.seasonal-card-body .seasonal-badge{display:inline-flex;padding:.38rem .82rem;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#533320;border:1px solid rgba(83,51,32,.28);background:linear-gradient(180deg,#f8e7d7,#efd6bf);box-shadow:inset 0 1px #ffffff9e,0 4px 12px #3c261a29;width:fit-content}.seasonal-card-foot{margin-top:.95rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.seasonal-card-foot strong{font-size:1.12rem;color:#fff5ea}.seasonal-card-foot .btn{min-height:40px;padding:.68rem 1rem;background:#fff3e7;color:#5a3726;box-shadow:none}.info-message{margin-bottom:1rem}.info-message.error{color:#9a3922;border-color:#9a39224d;background:#fff5f2e6}.top-user-card{display:grid;gap:.7rem;justify-items:center;text-align:center}.top-user-card h3{margin:0}.top-user-avatar{width:88px;height:88px;border-radius:999px;object-fit:cover;border:3px solid rgba(93,58,40,.16)}.top-user-meta{margin:0;color:#6d5646;font-weight:700}.map-panel{margin-top:.85rem;margin-bottom:.5rem;border:1px solid rgba(93,58,40,.16);border-radius:24px;overflow:hidden;box-shadow:0 18px 42px #64442f1f;background:#fffcf8e6}.map-panel iframe{width:100%;min-height:520px;border:0;display:block}.accordion-list{display:grid;gap:.75rem}.accordion-item{border:1px solid rgba(93,58,40,.14);border-radius:18px;background:#fffcf8d1;overflow:hidden}.accordion-item.is-open{border-color:#5d3a2847}.accordion-trigger{width:100%;border:0;padding:1rem 1.2rem;background:transparent;color:#2a211e;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;font-weight:700;cursor:pointer}.accordion-content{margin:0;padding:0 1.2rem 1rem;color:#6d5646}.accordion-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#5d3a281a;color:#5d3a28;font-size:1rem}.product-card-content h3,.panel h2,.panel h3{margin:0 0 .55rem}.product-badge{display:inline-flex;margin-bottom:.8rem;padding:.35rem .7rem;border-radius:999px;background:#f1dfce;color:#714f3b;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.product-card-content p{margin:0;color:#6d5646}.product-price{margin-top:.9rem;font-size:1.15rem;font-weight:800;color:#5d3a28}.product-card-actions,.product-detail-actions{display:flex;gap:.75rem;padding:0 1.2rem 1.2rem}.btn,.link-danger,.quantity-box button{border:0;border-radius:999px;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background-color .18s ease}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1.15rem;font-weight:700}.btn:hover,.link-danger:hover,.quantity-box button:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#5d3a28,#7e5139);color:#fff7f0;box-shadow:0 8px 18px #5536253d}.btn-outline{background:#fffcf8b8;color:#5d3a28;border:1px solid rgba(93,58,40,.32)}.icon-btn{width:52px;min-width:52px;padding:0}.icon-eye{position:relative;display:inline-block;width:22px;height:14px;border:2px solid currentColor;border-radius:18px}.icon-eye:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:currentColor;transform:translate(-50%,-50%)}.modal-overlay{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem;background:#1e140e7a}.modal-card{position:relative;width:min(560px,100%);border:1px solid rgba(93,58,40,.2);border-radius:24px;overflow:hidden;background:#fff8f1;box-shadow:0 20px 60px #38261b40}.modal-card img{width:100%;height:260px;object-fit:cover}.modal-content{padding:1.2rem;display:grid;gap:.8rem}.modal-content h3,.modal-content p{margin:0}.modal-content .btn{width:fit-content}.modal-close{position:absolute;top:.7rem;right:.7rem;width:34px;height:34px;border-radius:999px;border:0;background:#fff7f0f2;color:#5d3a28;font-weight:800;cursor:pointer}.cart-modal{width:min(980px,100%);max-height:min(86vh,920px);overflow:auto;border-radius:24px;border:1px solid rgba(93,58,40,.2);background:linear-gradient(180deg,#fff8f1,#f7eadd);box-shadow:0 20px 60px #38261b40}.cart-modal-head{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .5rem;background:#fff8f1}.cart-modal-head h2{margin:0}.cart-modal-layout{padding:.5rem 1rem 1rem;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1rem;align-items:start}.cart-modal-list{display:grid;gap:.75rem}.cart-modal .cart-item{grid-template-columns:84px 1fr auto auto;padding:.8rem}.cart-modal .cart-item img{height:84px}.cart-modal-summary{height:fit-content;position:sticky;top:0;align-self:start}.cart-modal-actions{display:flex;gap:.6rem}.cart-modal-actions .btn{flex:1}.cart-modal-empty{margin:.5rem 1rem 1rem}.cancel-btn{min-height:36px;padding:.5rem .95rem}.menu-page,.about-page,.profile-page{padding-bottom:2.5rem}.profile-hero{margin:2rem 0 1rem;padding:1.3rem 1.35rem;background:radial-gradient(circle at 86% 18%,rgba(229,154,104,.26),transparent 28%),linear-gradient(140deg,#fffcf8fa,#f4e4d7d1)}.profile-hero h1{margin:.35rem 0 .6rem}.profile-hero p{margin:0;color:#6d5646}.profile-layout{display:grid;grid-template-columns:.9fr 1.15fr .85fr;gap:1rem;margin-bottom:1rem;align-items:start}.profile-card{display:grid;gap:.9rem;min-height:100%}.profile-left{padding:1.15rem;background:radial-gradient(circle at 12% 12%,rgba(236,168,122,.24),transparent 26%),linear-gradient(165deg,#fffcf8fa,#f5e6d9e0);border:1px solid rgba(93,58,40,.14);box-shadow:0 16px 36px #5e3e2c14}.profile-middle{display:flex;background:linear-gradient(180deg,#fffcf8f5,#f4e5d7d1);padding:1.05rem 1.1rem;border:1px solid rgba(93,58,40,.16);box-shadow:0 14px 34px #5e3e2c14}.profile-head{display:flex;align-items:center;gap:.95rem;padding:.35rem;border-radius:22px;background:#fffcf8d1;border:1px solid rgba(93,58,40,.1)}.profile-head img{width:92px;height:92px;border-radius:999px;object-fit:cover;border:3px solid rgba(93,58,40,.14);background:#fff8f1}.profile-head-copy{display:grid;gap:.22rem}.profile-head h3,.profile-head p,.profile-member-tag{margin:0}.profile-head h3{font-size:1.85rem;line-height:1.05}.profile-head p{color:#6d5646}.profile-member-tag{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#9a6b4c}.profile-summary{display:grid;gap:.9rem}.profile-about{margin:0;color:#6d5646;line-height:1.45;font-size:1rem}.profile-address-card{display:grid;gap:.22rem;padding:.9rem 1rem;border-radius:18px;background:#fffcf8d1;border:1px solid rgba(93,58,40,.12)}.profile-address-card span{font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9a6b4c}.profile-address-card p{margin:0;color:#4b3529;font-size:1rem;font-weight:600}.profile-form{width:100%;display:flex;flex-direction:column;gap:.9rem}.profile-form label{display:grid;gap:.38rem}.profile-form span{font-size:.8rem;font-weight:700;color:#6f5444}.profile-form input,.profile-form select{width:100%;border:1px solid rgba(93,58,40,.2);border-radius:12px;background:#fffcf8f2;min-height:46px;padding:.56rem .72rem;font:inherit;color:#2a211e}.profile-form input[type=file]{padding:.6rem .72rem;background:#fffcf8d9}.profile-file-note{color:#7a604f;font-size:.78rem}.profile-form .btn{margin-top:auto}.profile-save-btn{min-height:48px;padding:.78rem 1.35rem;font-size:1.02rem;border-radius:14px;background:linear-gradient(135deg,#6a402e,#8a593f);box-shadow:0 10px 24px #5c39273d;width:100%;justify-content:center;border:1px solid rgba(255,244,233,.22)}.profile-badges{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.profile-badges span{padding:.6rem .85rem;border-radius:999px;font-size:.88rem;font-weight:700;background:#5d3a2814;color:#5d3a28;border:1px solid rgba(93,58,40,.08)}.profile-stats{display:grid;grid-template-columns:1fr;gap:.85rem;padding:1rem;background:radial-gradient(circle at 84% 18%,rgba(229,154,104,.2),transparent 34%),linear-gradient(180deg,#fffcf8f5,#f4e5d7d6)}.profile-stat-card{min-height:150px;border:1px solid rgba(93,58,40,.14);border-radius:16px;padding:.85rem .9rem;background:#fffcf8e0}.profile-value{margin:0;font-size:2rem;font-weight:800;color:#5d3a28}.profile-stat-note{margin:.45rem 0 0;color:#775e4e;font-size:.86rem}.profile-orders{margin-top:.8rem;padding:1rem;background:radial-gradient(circle at 90% 12%,rgba(229,154,104,.16),transparent 34%),linear-gradient(180deg,#fffcf8fa,#f4e5d7d6)}.profile-orders-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.8rem}.profile-orders-head h3{margin:0}.profile-order-list{display:grid;gap:.55rem}.profile-order-list.is-scrollable{max-height:168px;overflow-y:auto;padding-right:.22rem;padding-bottom:.2rem}.profile-order-list.is-scrollable::-webkit-scrollbar{width:8px}.profile-order-list.is-scrollable::-webkit-scrollbar-track{background:#5d3a2814;border-radius:999px}.profile-order-list.is-scrollable::-webkit-scrollbar-thumb{background:#5d3a2859;border-radius:999px}.profile-order-item{display:grid;grid-template-columns:1fr auto auto;gap:.65rem;padding:.75rem .85rem;border:1px solid rgba(93,58,40,.16);border-radius:14px;background:linear-gradient(180deg,#fffcf8f2,#f7e9ddc7)}.profile-order-item p{margin:0}.profile-order-item p:first-child{font-weight:700;color:#5d3a28}.profile-order-item p:nth-child(2){color:#6d5646;font-size:.88rem}.profile-order-item p:last-child{font-weight:800;color:#5d3a28}.menu-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.25rem;align-items:start}.menu-sidebar{position:sticky;top:96px;background:linear-gradient(180deg,#fffcf8f2,#f6e8dbd1)}.menu-sidebar h3{margin-top:.4rem}.menu-content{min-width:0}.category-pills{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0 2rem}.menu-toolbar{display:grid;gap:1rem;margin:0 0 1.5rem}.pill-link{display:inline-flex;align-items:center;min-height:42px;padding:.75rem 1rem;border-radius:999px;background:#5d3a281a;color:#5d3a28;font-weight:700;border:1px solid rgba(93,58,40,.12);font:inherit}.pill-link.is-active{background:linear-gradient(135deg,#5d3a28,#7e5139);color:#fff7f0;border-color:#fff4e959}.sidebar-pills{flex-direction:column;margin-bottom:0}.search-box,.checkout-form label{display:grid;gap:.45rem}.payment-row{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.search-box{max-width:420px}.search-box span,.checkout-form span{font-size:.88rem;font-weight:700;color:#714f3b}.search-box input,.checkout-form input,.checkout-form textarea{width:100%;border:1px solid rgba(93,58,40,.22);border-radius:18px;background:#fffcf8fa;padding:.9rem 1rem;font:inherit;color:#2a211e}.search-box input:focus,.checkout-form input:focus,.checkout-form textarea:focus{outline:2px solid rgba(93,58,40,.24);outline-offset:1px}.menu-sections{display:grid;gap:.5rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:.55rem 0 2.2rem;padding:.5rem;border-radius:16px;background:#fffcf8bf;border:1px solid rgba(93,58,40,.12)}.pagination .pill-link:disabled{opacity:.45;cursor:not-allowed}.pagination-status{margin:0;font-weight:700;color:#6d5646}.menu-section{scroll-margin-top:96px}.empty-state{margin-bottom:1.5rem}.promo-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(145deg,#5b3525,#7d4f37);color:#fff7f0}.promo-panel p{color:#fff7f0d9}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:1.25rem;align-items:stretch;margin:2rem 0 2.5rem}.product-detail img{height:100%;min-height:420px;border-radius:28px;box-shadow:0 22px 50px #5c3f2c1f}.cart-layout{display:grid;grid-template-columns:1.4fr .8fr;gap:1.25rem;margin:2rem 0 2.5rem}.cart-list{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto;align-items:center;gap:1rem;padding:1rem}.cart-item img{height:120px;border-radius:18px}.quantity-box{display:inline-flex;align-items:center;gap:.6rem;padding:.35rem;border-radius:999px;background:#f2e2d4}.quantity-box button{width:34px;height:34px;background:#fff7f0;color:#5d3a28;font-size:1.1rem}.quantity-box span{min-width:1.5rem;text-align:center;font-weight:700}.cart-summary{height:fit-content;position:sticky;top:96px}.checkout-form{display:grid;gap:.9rem;margin-top:1rem}.payment-hint{margin:.4rem 0 0;font-size:.86rem;color:#6d5646}.payment-status{margin:0;font-size:.9rem;font-weight:700}.payment-status.error{color:#9a3922}.payment-status.success{color:#2f6a3e}.checkout-form textarea{resize:vertical}.link-danger{background:transparent;color:#b04d34;padding:0;font-weight:700}.site-footer{margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 22% 18%,rgba(236,170,125,.28),transparent 34%),radial-gradient(circle at 84% 10%,rgba(176,112,78,.25),transparent 30%),linear-gradient(135deg,#2f1d15,#4a2d20 54%,#6a4430);color:#fff4e9}.footer-inner{display:grid;grid-template-columns:340px minmax(0,1fr);gap:1.25rem;min-height:250px;padding:1.2rem 0 1.35rem}.footer-brand,.footer-copy{margin:0}.footer-left{display:flex;flex-direction:column;gap:.8rem;min-height:210px;padding:1.1rem;border-radius:18px;border:1px solid rgba(255,244,233,.14);background:linear-gradient(180deg,#ffffff14,#ffffff0a);box-shadow:inset 0 1px #ffffff14}.footer-meta{margin-top:auto;display:grid;gap:.8rem}.footer-brand-row{display:flex;align-items:center;gap:.85rem}.footer-logo-icon{width:86px;height:86px;display:block;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(212,122,88,.22))}.footer-brand{font-size:2.05rem;font-weight:800;letter-spacing:.02em;line-height:1}.footer-copy{max-width:100%;color:#fff4e9d6;font-size:1rem}.footer-contact{display:grid;gap:.25rem}.footer-contact p{margin:0;color:#fff4e9c2;font-size:.88rem}.footer-social{display:flex;flex-wrap:wrap;gap:.55rem}.footer-social a{color:#fff4e9e0;font-size:.85rem;text-decoration:none;padding:.35rem .7rem;border-radius:999px;background:#ffffff1c}.footer-social a:hover{background:#fff3}.footer-legal{margin:0;color:#fff4e9ad;font-size:.8rem}.footer-right{flex:1;display:grid;gap:1rem;padding:1.1rem;border-radius:18px;border:1px solid rgba(255,244,233,.14);background:linear-gradient(180deg,#ffffff1a,#ffffff08);box-shadow:inset 0 1px #ffffff14}.footer-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.footer-subscribe-row{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.45rem;border-radius:16px;background:#ffffff1a}.footer-subscribe-row input{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:transparent;color:#fff4e9;padding:.86rem .9rem;font:inherit}.footer-subscribe-row input::placeholder{color:#fff4e98c}.footer-subscribe-row button{border:0;border-radius:12px;background:linear-gradient(180deg,#ffffff3d,#ffffff1f);color:#fff4e9;font:inherit;font-weight:700;padding:.86rem 1.2rem}.footer-subscribe-row button:hover{background:#fff3}.footer-columns{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:1.3rem}.footer-col h4{margin:0 0 .7rem;font-size:1.35rem}.footer-col p{margin:0 0 .45rem;color:#fff4e9bf}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.footer-links a{color:#fff4e9e0;font-weight:700;font-size:1rem;transition:color .18s ease,text-decoration-color .18s ease;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px}.footer-links a.active,.footer-links a:hover{color:#fff;text-decoration-color:currentColor}.footer-bottom{margin-top:.2rem;border-top:1px solid rgba(255,255,255,.14)}.footer-bottom .container{padding:.88rem 0 1rem}.swal2-popup.aroma-swal{border:1px solid rgba(93,58,40,.2);border-radius:18px;box-shadow:0 18px 50px #452c1f3d}.swal2-popup.aroma-swal .swal2-image{width:calc(100% - 2rem);max-width:none;margin:.6rem auto 0;border-radius:14px;object-fit:cover;border:1px solid rgba(93,58,40,.2)}.swal2-popup.aroma-swal .swal2-title{color:#3d2b22}.swal2-popup.aroma-swal .swal-auth{margin-top:.25rem;display:grid;gap:.85rem;text-align:left}.swal2-popup.aroma-swal .swal-auth-field{display:grid;gap:.35rem}.swal2-popup.aroma-swal .swal-auth-field span{font-size:.86rem;font-weight:700;color:#6a4a39}.swal2-popup.aroma-swal .swal2-input,.swal2-popup.aroma-swal .swal-auth-select{border-radius:12px;border:1px solid rgba(93,58,40,.24);background:#fffcf8f2;margin:0;width:100%;min-height:3rem;padding:.75rem .9rem;box-sizing:border-box}.swal2-popup.aroma-swal .swal2-confirm{border-radius:999px;padding:.65rem 1.2rem;font-weight:700}@media(max-width:0px){.home-page{gap:0;margin-top:.8rem}.section-divider{height:104px}.home-page .hero+.home-section{margin-top:1.6rem}.seasonal-grid{grid-template-columns:1fr}.hero-inner{grid-template-columns:1fr;gap:1rem}.hero-media{order:-1;min-height:210px}.hero-media img{min-height:210px}.hero-copy{min-height:auto}.hero-auth-actions{margin-top:1.2rem;padding-top:0}.hero-cta-wrap{margin-top:1.2rem;padding-top:0;width:auto;padding-right:0}.hero-authenticated-actions{flex-direction:column;align-items:stretch}.seasonal-card{grid-template-columns:1fr;min-height:auto}.seasonal-card img{height:200px}.home-scroll-row{--home-scroll-gap: 1rem;grid-auto-columns:calc((100% - 1rem)/2)}.map-panel iframe{min-height:420px}.product-detail,.cart-layout,.menu-layout,.profile-layout{grid-template-columns:1fr}.promo-panel{flex-direction:column;align-items:flex-start}.menu-sidebar,.cart-summary{position:static}.cart-item{grid-template-columns:88px 1fr}.cart-modal-layout{grid-template-columns:1fr}.cart-modal-summary{position:static}.payment-row{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:.9rem;padding-top:1rem}.footer-left,.footer-right{min-height:auto}}@media(max-width:0px){.header-inner,.product-card-actions,.product-detail-actions,.nav-links,.nav-main-links,.nav-auth-actions,.sidebar-pills{flex-direction:column;align-items:stretch}.brand-block{justify-content:center;align-items:center;text-align:center}.hero{border-radius:24px}.hero-auth-actions{flex-direction:column;align-items:stretch}.cart-item,.menu-products-grid{grid-template-columns:1fr}.orders-panel{position:static;width:100%;margin-top:.45rem;max-height:300px}.footer-inner{grid-template-columns:1fr;text-align:left}.footer-columns{grid-template-columns:1fr;gap:1rem}.footer-subscribe-row{grid-template-columns:1fr}.home-scroll-row{--home-scroll-gap: .75rem;grid-auto-columns:100%}.map-panel iframe{min-height:320px}}:root{font-family:Trebuchet MS,Segoe UI,sans-serif;line-height:1.4;font-weight:400;color:#2a211e;background:linear-gradient(180deg,#f8f2ec,#f4e7d9);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}
