*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}:root{--bg: #f6f1ea;--surface: #ffffff;--text: #1f1b18;--muted: #6f645b;--accent: #b5452d;--border: #e6d8cc}.btn,button{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;padding:.8rem .9rem;border-radius:10px;border:0;background:var(--accent);color:#fff;cursor:pointer;transition:transform 120ms ease,box-shadow 120ms ease,opacity 120ms ease}.btn:active,button:active{transform:translateY(1px)}.btn--ghost{background:rgba(0,0,0,0);color:var(--text);border:1px solid var(--border)}button:focus,.btn:focus{outline:3px solid rgba(181,68,46,.12);outline-offset:2px}.site-header{background:#fff;border-bottom:1.5px solid #8b1e10;box-shadow:0 1px 2px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.06);position:sticky;top:0;z-index:100;width:100%}.site-header__inner{width:min(1100px,100% - 2rem);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;height:72px;padding:0 1.5rem}.site-header__brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.site-header__flame{width:28px;height:28px;color:#8b1e10;flex-shrink:0}.site-header__brand-text{display:flex;flex-direction:column;line-height:1}.site-header__brand-name{font-size:1.25rem;font-weight:700;color:#8b1e10;letter-spacing:-0.01em}.site-header__brand-sub{font-size:.58rem;font-weight:600;color:#2c2416;letter-spacing:.18em;text-transform:uppercase;margin-top:2px}.site-nav{display:flex;align-items:center;gap:2rem}.site-nav__link{font-size:.9rem;font-weight:500;color:#1f1b18;text-decoration:none;position:relative;padding-bottom:2px;transition:color 150ms ease}.site-nav__link::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#8b1e10;transition:width 150ms ease}.site-nav__link:hover{color:#8b1e10}.site-nav__link:hover::after{width:100%}.site-nav__link[aria-current=page]{color:#8b1e10}.site-nav__link[aria-current=page]::after{width:100%}.site-header__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.site-header__icon-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;color:#1f1b18;text-decoration:none;transition:background 150ms ease,color 150ms ease}.site-header__icon-btn svg{width:20px;height:20px}.site-header__icon-btn:hover{background:rgba(139,30,16,.08);color:#8b1e10}.site-footer{border-top:1px solid var(--border);margin-top:3rem}.site-footer__inner{width:min(1100px,100% - 2rem);margin:0 auto;padding:1.5rem}.site-main{width:min(1100px,100% - 2rem);margin:0 auto;padding:2rem 0}@media(max-width: 640px){.site-header__inner{gap:1rem;padding:0 1rem}.site-nav{gap:1.25rem}.site-nav__link{font-size:.85rem}}@media(max-width: 480px){.site-nav{display:none}}.auth-page{min-height:calc(100vh - 72px);display:flex;justify-content:center;align-items:flex-start;padding:48px 16px}.auth-card{width:448px;max-width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden}.auth-brand-block{background:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:32px;text-align:center}.auth-brand-flame{width:32px;height:32px;color:#8b1e10;margin-bottom:10px}.auth-brand-name{font-size:2rem;font-weight:700;color:#8b1e10;line-height:1.1;margin-bottom:6px}.auth-brand-sub{font-size:.6rem;font-weight:600;color:#6b7280;letter-spacing:.2em;text-transform:uppercase}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e5e7eb}.auth-tab{display:block;text-align:center;font-size:.8rem;font-weight:500;color:#6b7280;padding:14px 8px 12px;text-decoration:none;transition:color 150ms ease}.auth-tab:hover{color:#111827}.auth-tab--active{color:#111827;font-weight:600;border-bottom:2px solid #8b1e10}.auth-form{padding:20px 24px 8px;display:flex;flex-direction:column;gap:14px}.auth-field{display:flex;flex-direction:column;gap:5px}.auth-field label{font-size:.75rem;font-weight:600;color:#374151}.auth-field input{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;transition:border-color 150ms ease,box-shadow 150ms ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.auth-field input::placeholder{color:#9ca3af}.auth-field input:focus{outline:none;border-color:#8b1e10;box-shadow:0 0 0 3px rgba(139,30,16,.1)}.auth-submit{width:100%;padding:11px;background:#8b1e10;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background 150ms ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin-top:4px}.auth-submit:hover{background:#7a1a0e}.auth-submit:active{transform:translateY(1px)}.auth-error{color:#dc2626;font-size:.78rem;padding:10px 24px 0;margin:0}.auth-footer-link{text-align:center;margin:0;font-size:.78rem;padding:6px 24px}.auth-footer-link:last-child{padding-bottom:20px}.auth-footer-link a{color:#8b1e10;text-decoration:none}.auth-footer-link a:hover{text-decoration:underline}.auth-footer-link--muted a{color:#6b7280}.account-page{padding:0}.profile-header{width:100vw;position:relative;left:50%;margin-left:-50vw;background-color:#8b1a1a;padding:32px 0;display:flex;align-items:center;justify-content:center}.profile-header__inner{width:100%;max-width:700px;padding:0 2rem;display:flex;align-items:center;gap:16px}.profile-avatar{width:56px;height:56px;border-radius:50%;background-color:hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-avatar svg{width:28px;height:28px;color:hsla(0,0%,100%,.85)}.profile-info{display:flex;flex-direction:column;gap:4px}.profile-name{color:#fff;font-size:1.1rem;font-weight:600}.profile-since{color:hsla(0,0%,100%,.65);font-size:.8rem}.account-body{max-width:700px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2rem}.account-section{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05)}.account-section__header{display:flex;align-items:center;gap:10px;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.account-section__header h2{margin:0;font-size:1rem;font-weight:700;color:#1f1b18}.account-section__header svg{width:18px;height:18px;color:#8b1a1a}.account-info{padding:1rem 1.5rem;display:grid;gap:.75rem}.account-info__row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;background:#f9f6f0;border-radius:12px}.account-info__row strong{font-weight:600;font-size:.875rem;color:#1f1b18}.account-info__row span{font-size:.875rem;color:#4c453f}.order-list{padding:.75rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.order-item{padding:1rem 1.125rem;border:1px solid rgba(0,0,0,.07);border-radius:14px;display:flex;flex-direction:column;gap:.5rem}.order-item__top{display:flex;justify-content:space-between;align-items:center}.order-item__meta{display:flex;flex-direction:column;gap:2px}.order-item__number{font-size:.8rem;font-weight:700;color:#1f1b18;text-transform:uppercase;letter-spacing:.03em}.order-item__date{font-size:.75rem;color:#9e9088}.order-item__badge{font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:999px;background:#e6f4ec;color:#2a7a4b}.order-item__badge--pending{background:#fff4e0;color:#9a6500}.order-item__products{font-size:.85rem;color:#4c453f}.order-item__footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.06)}.order-item__footer-label{font-size:.8rem;color:#9e9088}.order-item__total{font-size:.9rem;font-weight:700;color:#8b1a1a}.account-actions{display:flex;flex-wrap:wrap;gap:12px;padding:1rem 1.5rem 1.25rem}.account-actions .button{min-width:140px}.profile-edit-btn{margin-left:auto;display:flex;align-items:center;gap:.4rem;background:none;border:1px solid currentColor;border-radius:999px;padding:.4rem .9rem;font-size:.875rem;cursor:pointer}.profile-edit-btn svg{width:16px;height:16px}.edit-modal{display:none;position:fixed;inset:0;z-index:1000}.edit-modal.is-open{display:block}.edit-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.4)}.edit-modal__content{position:relative;max-width:400px;margin:10vh auto;background:#fff;border-radius:12px;padding:1.5rem}.edit-modal__content label{display:block;margin-top:1rem;font-size:.85rem}.edit-modal__content input{width:100%;padding:.5rem;margin-top:.25rem;border:1px solid #ddd;border-radius:8px;box-sizing:border-box}.edit-modal__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}.admin-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.admin-header{margin-bottom:2rem}.admin-header h1{font-size:1.5rem;font-weight:700;color:#1f1b18;margin:0 0 4px}.admin-sub{color:#6b7280;font-size:.85rem;margin:0}.admin-alert{padding:10px 16px;border-radius:6px;font-size:.85rem;margin-bottom:1.5rem}.admin-alert--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.image-preview{margin-top:10px;width:100%;height:140px;border:1px dashed #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa}.image-preview img{width:100%;height:100%;object-fit:cover}.image-preview__empty{color:#9ca3af;font-size:.8rem}.admin-section{margin-bottom:2.5rem}.admin-section h2{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.admin-form__row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.admin-form__row .auth-field{flex:1;min-width:150px}.admin-form__btn{width:auto !important;padding:10px 20px !important;white-space:nowrap;flex-shrink:0}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{text-align:left;padding:10px 12px;background:#f3f4f6;border-bottom:1px solid #e5e7eb;font-weight:600;color:#374151}.admin-table td{padding:10px 12px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.admin-table tr:hover td{background:#fafafa}.admin-table__actions{display:flex;gap:.5rem;align-items:center}.admin-btn{padding:6px 12px;border-radius:5px;font-size:.78rem;font-weight:600;border:none;cursor:pointer;transition:opacity 150ms ease}.admin-btn:hover{opacity:.85}.admin-btn--edit{background:#e5e7eb;color:#374151}.admin-btn--save{background:#166534;color:#fff}.admin-btn--delete{background:#fee2e2;color:#991b1b}.modal-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200}.modal-backdrop--open{display:block}.modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:201;width:460px;max-width:calc(100% - 32px);background:#fff;border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.18);overflow:hidden}.modal--open{display:block}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.modal__title{font-size:1rem;font-weight:700;color:#1f1b18;margin:0}.modal__close{background:none;border:none;font-size:1.4rem;color:#6b7280;cursor:pointer;padding:0 4px;line-height:1;transition:color 150ms ease}.modal__close:hover{color:#1f1b18}.modal__form{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.admin-btn--primary{background:#8b1e10;color:#fff}.admin-btn--primary:hover{background:#7a1a0e}.admin-btn--ghost{background:#f3f4f6;color:#374151}.admin-btn--ghost:hover{background:#e5e7eb}.cart-page{max-width:1100px;margin:2rem auto;padding:0 1rem;display:grid;grid-template-columns:1fr 340px;grid-template-rows:auto 1fr;gap:2rem;align-items:start}.cart-page h1{grid-column:1/-1}@media(max-width: 768px){.cart-page{grid-template-columns:1fr}}.cart-empty{grid-column:1/-1;text-align:center;padding:4rem 1rem}.cart-empty p{font-size:1.2rem;margin-bottom:1.5rem}.cart-items{overflow-x:auto}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e5e5}.cart-table th{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#888}.cart-thumb{width:48px;height:48px;object-fit:cover;border-radius:8px;margin-right:.75rem;vertical-align:middle}.cart-name{display:flex;align-items:center;gap:.75rem}.qty-control{display:flex;align-items:center;gap:.5rem}.qty-btn{width:28px;height:28px;border:1px solid #ccc;border-radius:50%;background:#fff;cursor:pointer;font-size:1rem;line-height:1;transition:background .15s}.qty-btn:hover{background:#f0f0f0}.qty-value{min-width:1.5rem;text-align:center;font-weight:600}.btn-remove{background:none;border:none;cursor:pointer;color:#aaa;font-size:1rem;transition:color .15s}.btn-remove:hover{color:#e03}.cart-sidebar{display:flex;flex-direction:column;gap:1.5rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;position:sticky;top:1rem}.discount-section h3,.order-summary h3{font-size:1rem;margin:0 0 .75rem}.discount-input-group{display:flex;gap:.5rem}.discount-input-group input{flex:1;padding:.5rem .75rem;border:1px solid #ccc;border-radius:8px;font-size:.95rem}.discount-input-group input:focus{outline:none;border-color:#c8102e}.discount-feedback{margin-top:.5rem;font-size:.875rem;min-height:1.2em}.discount-feedback.success{color:#1a7a1a}.discount-feedback.error{color:#c8102e}.order-summary{border-top:1px solid #e5e5e5;padding-top:1rem}.summary-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:.95rem}.summary-row.summary-discount{color:#1a7a1a;font-weight:500}.summary-row.summary-total{font-weight:700;font-size:1.1rem;border-top:1px solid #e5e5e5;margin-top:.5rem;padding-top:.5rem}.btn-confirm-order{width:100%;padding:.85rem;font-size:1rem;font-weight:700;border-radius:8px}.checkout-page{max-width:560px;margin:4rem auto;padding:0 1rem;text-align:center}.checkout-icon{font-size:4rem;margin-bottom:1rem}.checkout-success h1,.checkout-error h1{margin-bottom:.5rem}.checkout-success p,.checkout-error p{color:#555;margin-bottom:2rem}.checkout-summary{background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;margin:2rem 0;text-align:left}.checkout-summary h2{font-size:1rem;margin:0 0 1rem}.cart-wrapper{max-width:1100px;margin:2rem auto;padding:0 1rem;display:grid;grid-template-columns:1fr 340px;gap:2rem}@media(max-width: 768px){.cart-wrapper{grid-template-columns:1fr}}.cart-products{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-details{position:sticky;top:1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.detail-row{display:flex;justify-content:space-between;padding:.4rem 0}.hero{position:relative;height:340px;overflow:hidden;background:#2c1a10}.hero__img-wrap{position:absolute;inset:0;background:#3a1f10}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.55) 100%)}.hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.hero__title{font-size:clamp(2.2rem,6vw,3.6rem);font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-0.02em;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero__sub{font-size:clamp(.9rem,2vw,1.1rem);color:hsla(0,0%,100%,.85);margin:0;font-style:italic}.menu-search{display:flex;align-items:center;gap:.6rem;border:1.5px solid var(--border);border-radius:10px;padding:.65rem 1rem;background:#fff;margin:2rem 0 2.5rem;transition:border-color 150ms ease,box-shadow 150ms ease}.menu-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(181,68,46,.1)}.menu-search__icon{color:var(--muted);flex-shrink:0}.menu-search__input{flex:1;border:none;outline:none;font-size:.9rem;color:var(--text);background:rgba(0,0,0,0);font-family:inherit}.menu-search__input::placeholder{color:#b0a99f}.menu-section{margin-bottom:3.5rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}.menu-section__head{display:flex;align-items:center;gap:.75rem;justify-content:center;margin-bottom:.75rem}.menu-section__rule{flex:1;max-width:60px;height:1.5px;background:var(--accent);opacity:.55;display:block}.menu-section__title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0;text-align:center;letter-spacing:-0.01em}.menu-section__sub{text-align:center;color:var(--muted);font-size:.875rem;margin:0 auto 2rem;max-width:480px;line-height:1.55}.pizza-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}.pizza-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform 180ms ease,box-shadow 180ms ease}.pizza-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.pizza-card--hidden{display:none}.pizza-card__img-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#e8ddd3}.pizza-card:hover .pizza-card__img{transform:scale(1.04)}.pizza-card__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #e2d0c0 0%, #c9b49e 100%);display:flex;align-items:center;justify-content:center}.pizza-card__img-placeholder::after{content:"";width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.4)}.pizza-card__price{position:absolute;top:10px;right:10px;background:#fff;color:var(--accent);font-size:.8rem;font-weight:700;padding:3px 9px;border-radius:20px;box-shadow:0 1px 4px rgba(0,0,0,.15)}.pizza-card__body{padding:.85rem 1rem 1rem}.pizza-card__name{font-size:.95rem;font-weight:700;color:var(--text);margin:0 0 .3rem}.pizza-card__desc{font-size:.78rem;color:var(--muted);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.menu-show-more{display:flex;justify-content:center;margin-top:2rem}.menu-show-more .btn--ghost{padding:.7rem 2.5rem;font-size:.875rem;font-weight:600;border-radius:8px;color:var(--text);border-color:var(--border);transition:background 150ms ease,border-color 150ms ease}.menu-show-more .btn--ghost:hover{background:#f0e8df;border-color:#c9b9ab}.story-section{background:var(--accent);padding:3.5rem 1.5rem;margin-top:1rem}.story-section__inner{max-width:680px;margin:0 auto;text-align:center}.story-section__title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1.25rem}.story-section__text{color:hsla(0,0%,100%,.88);font-size:.9rem;line-height:1.7;margin:0 0 1rem}.story-section__text:last-child{margin-bottom:0}.visit-section{background:var(--bg);padding:3.5rem 1.5rem}.visit-section__inner{max-width:820px;margin:0 auto;text-align:center}.visit-section__title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 .5rem}.visit-section__sub{color:var(--muted);font-size:.875rem;margin:0 0 2.5rem}.visit-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.visit-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted);line-height:1.6}.visit-item strong{color:var(--text);font-size:.9rem;font-weight:700}.footer{background:var(--surface);padding:2rem 1.5rem;text-align:center;color:var(--muted);font-size:.8rem}.plus_button{bottom:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--accent);box-shadow:0 2px 6px rgba(0,0,0,.18);transition:background 150ms ease,transform 150ms ease;padding:0}.product img{width:350px;height:350px;object-fit:cover;display:block;transition:transform 300ms ease}.plus_button:hover{background:var(--accent);color:#fff;transform:scale(1.1)}.product{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform 180ms ease,box-shadow 180ms ease;text-align:center;margin-bottom:40px}.product:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1)}@media(max-width: 768px){.pizza-grid{grid-template-columns:repeat(2, 1fr)}.menu-section{margin-bottom:3.5rem;display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem}.visit-grid{grid-template-columns:1fr;gap:1.5rem}.hero{height:260px}}@media(max-width: 480px){.pizza-grid{grid-template-columns:1fr}.menu-section{grid-template-columns:1fr}}.hero{position:relative;height:340px;overflow:hidden;background:#2c1a10}.hero__img-wrap{position:absolute;inset:0;background-image:url("/assets/image/Hero_section.png");background-size:cover;background-position:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.55) 100%)}.hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.hero__title{font-size:clamp(2.2rem,6vw,3.6rem);font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-0.02em;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero__sub{font-size:clamp(.9rem,2vw,1.1rem);color:hsla(0,0%,100%,.85);margin:0;font-style:italic}.section-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.5rem}.section-title{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;color:var(--text);margin:0;text-align:center;letter-spacing:-0.01em}.section-subtitle{text-align:center;color:var(--muted);font-size:.875rem;margin:0;max-width:520px;line-height:1.55}.favorites-section{padding:2.5rem 1.5rem}.menu-main-section{padding:3rem 1.5rem}.menu-search{display:flex;align-items:center;gap:.6rem;border:1.5px solid var(--border);border-radius:10px;padding:.65rem 1rem;background:#fff;margin:2rem auto 2.5rem;max-width:500px;transition:border-color 150ms ease,box-shadow 150ms ease}.menu-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(181,68,46,.1)}.menu-search__icon{color:var(--muted);flex-shrink:0}.menu-search__input{flex:1;border:none;outline:none;font-size:.9rem;color:var(--text);background:rgba(0,0,0,0);font-family:inherit}.menu-search__input::placeholder{color:#b0a99f}.menu-section{margin-bottom:3.5rem}.menu-section__head{display:flex;align-items:center;gap:.75rem;justify-content:center;margin-bottom:.75rem}.menu-section__rule{flex:1;max-width:60px;height:1.5px;background:var(--accent);opacity:.55;display:block}.menu-section__title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0;text-align:center;letter-spacing:-0.01em}.menu-section__sub{text-align:center;color:var(--muted);font-size:.875rem;margin:0 auto 2rem;max-width:480px;line-height:1.55}.pizza-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.pizza-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform 180ms ease,box-shadow 180ms ease}.pizza-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.pizza-card--hidden{display:none}.pizza-card__img-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#e8ddd3}.pizza-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 300ms ease}.pizza-card:hover .pizza-card__img{transform:scale(1.04)}.pizza-card__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #e2d0c0 0%, #c9b49e 100%);display:flex;align-items:center;justify-content:center}.pizza-card__img-placeholder::after{content:"";width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.4)}.pizza-card__price{position:absolute;top:10px;right:10px;background:#fff;color:var(--accent);font-size:.8rem;font-weight:700;padding:3px 9px;border-radius:20px;box-shadow:0 1px 4px rgba(0,0,0,.15)}.pizza-card__add-btn{position:absolute;bottom:12px;right:12px;width:40px;height:40px;border-radius:50%;background:var(--accent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:300;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:background 150ms ease,transform 150ms ease;padding:0;z-index:10}.pizza-card__add-btn:hover{background:#a2452d;transform:scale(1.08)}.pizza-card__add-btn:active{transform:scale(0.95)}.pizza-card__body{padding:.85rem 1rem 1rem}.pizza-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.pizza-card__name{font-size:.95rem;font-weight:700;color:var(--text);margin:0;flex:1}.pizza-card__desc{font-size:.78rem;color:var(--muted);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.menu-show-more{display:flex;justify-content:center;margin-top:2rem}.menu-show-more .btn--ghost{padding:.7rem 2.5rem;font-size:.875rem;font-weight:600;border-radius:8px;color:var(--text);border-color:var(--border);transition:background 150ms ease,border-color 150ms ease}.menu-show-more .btn--ghost:hover{background:#f0e8df;border-color:#c9b9ab}.story-section{background:var(--accent);padding:3.5rem 1.5rem;margin-top:1rem}.story-section__inner{max-width:680px;margin:0 auto;text-align:center}.story-section__title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1.25rem}.story-section__text{color:hsla(0,0%,100%,.88);font-size:.9rem;line-height:1.7;margin:0 0 1rem}.story-section__text:last-child{margin-bottom:0}.visit-section{background:var(--bg);padding:3.5rem 1.5rem}.visit-section__inner{max-width:820px;margin:0 auto;text-align:center}.visit-section__title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 .5rem}.visit-section__sub{color:var(--muted);font-size:.875rem;margin:0 0 2.5rem}.visit-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.visit-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted);line-height:1.6}.visit-item strong{color:var(--text);font-size:.9rem;font-weight:700}.footer{background:var(--surface);padding:2rem 1.5rem;text-align:center;color:var(--muted);font-size:.8rem}.pizza-card__add{position:absolute;bottom:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--accent);box-shadow:0 2px 6px rgba(0,0,0,.18);transition:background 150ms ease,transform 150ms ease;padding:0}.pizza-card__add:hover{background:var(--accent);color:#fff;transform:scale(1.1)}@media(max-width: 900px){.pizza-grid{grid-template-columns:repeat(2, 1fr);gap:1.25rem}.menu-search{max-width:100%}.visit-grid{grid-template-columns:1fr;gap:1.5rem}.hero{height:300px}}@media(max-width: 600px){.pizza-grid{grid-template-columns:1fr;gap:1rem}.favorites-section{padding:2rem 1rem}.menu-main-section{padding:2rem 1rem}.section-title{font-size:1.5rem}.section-subtitle{max-width:100%}.menu-search{padding:.55rem .8rem;gap:.5rem}.hero{height:240px}.hero__title{font-size:clamp(1.8rem,5vw,2.5rem)}.hero__sub{font-size:.9rem}}.story-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:var(--bg, #f6f1ea)}.story-section__inner{max-width:620px;text-align:center}.story-section__title{font-size:2rem;font-weight:700;color:#8b1e10;margin:0 0 1.5rem;letter-spacing:-0.01em}.story-section__title::after{content:"";display:block;width:48px;height:2px;background:#8b1e10;margin:.75rem auto 0;opacity:.5}.story-section__text{color:#4c453f;font-size:.975rem;line-height:1.8;margin:0 0 1.1rem}.story-section__text:last-child{margin-bottom:0}/*# sourceMappingURL=main.css.map */
