.delivery-modal-overlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.delivery-modal-content{background:rgb(var(--background));border-radius:1rem;flex-direction:column;width:100%;max-width:700px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}.delivery-modal-header{border-bottom:1px solid rgb(var(--border));flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.delivery-modal-title{color:rgb(var(--text-primary));margin:0;font-size:1.5rem;font-weight:600}.delivery-modal-close{cursor:pointer;width:2rem;height:2rem;color:rgb(var(--text-secondary));background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.delivery-modal-close:hover{background:rgb(var(--surface));color:rgb(var(--text-primary))}.delivery-modal-close .icon{width:1.25rem;height:1.25rem}.delivery-modal-body{flex:1;padding:1.5rem;overflow-y:auto}.delivery-modal-notice{background:rgb(var(--primary) / .1);border-left:4px solid rgb(var(--primary));border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.delivery-modal-notice p{color:rgb(var(--text-primary));margin:0;font-weight:500}.delivery-modal-section{margin-bottom:1rem}.delivery-modal-section:last-child{margin-bottom:0}.delivery-modal-subtitle{color:rgb(var(--text-primary));margin:0 0 1rem;font-size:1rem;font-weight:600}.delivery-modal-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.delivery-modal-item{background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:.5rem;padding:.5rem 1rem}.delivery-modal-item strong{color:rgb(var(--text-primary));font-size:1rem;font-weight:600;display:block}.delivery-modal-item p{color:rgb(var(--text-secondary));margin:.5rem 0 0;font-size:.9375rem;line-height:1.5}.delivery-modal-item p:first-of-type{margin-top:0}.delivery-modal-item em{color:rgb(var(--primary));font-style:normal;font-weight:500}.delivery-modal-warning{background:rgb(var(--warning) / .1);border-left:3px solid rgb(var(--warning));border-radius:.25rem;padding:.75rem}.delivery-modal-warning p{color:rgb(var(--warning));margin:0 0 .5rem;font-size:.875rem;font-weight:600}.delivery-modal-warning ul{margin:0;padding-left:1.25rem;list-style:outside}.delivery-modal-warning li{color:rgb(var(--text-secondary));margin-bottom:.25rem;font-size:.875rem;line-height:1.6}.delivery-modal-warning li:last-child{margin-bottom:0}[data-theme=dark] .delivery-modal-content{box-shadow:0 20px 40px #0006}[data-theme=dark] .delivery-modal-overlay{background:#000000b3}@media (max-width:768px){.delivery-modal-content{max-width:100%;max-height:95vh}.delivery-modal-header{padding:1.25rem}.delivery-modal-title{font-size:1.25rem}.delivery-modal-body{padding:1.25rem}.delivery-modal-subtitle{font-size:1.125rem}.delivery-modal-item{padding:.875rem}}@media (max-width:480px){.delivery-modal-overlay{padding:.5rem}.delivery-modal-header{padding:1rem}.delivery-modal-title{font-size:1.125rem}.delivery-modal-body{padding:1rem}.delivery-modal-subtitle{font-size:1rem}.delivery-modal-item{padding:.75rem}.delivery-modal-item strong{font-size:.9375rem}.delivery-modal-item p{font-size:.875rem}}
.footer{background-color:rgb(var(--background-secondary));border-top:1px solid rgb(var(--border));margin-top:auto;padding:48px 0 32px}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-content{flex-direction:row;justify-content:space-around;align-items:center;gap:3rem;display:flex}.footer-section{flex-direction:row;flex:1;justify-content:space-around;gap:1rem;display:flex}@media (max-width:768px){.footer-section{flex-direction:column;align-items:center;gap:2rem}}.footer-brand{gap:24px}.footer-logo-text{font-family:var(--font-playfair-display), "Playfair Display", Georgia, serif;color:rgb(var(--primary));letter-spacing:2px}.footer-social{flex-direction:column;gap:12px;display:flex}.footer-social-title{color:rgb(var(--text-secondary))}@media (max-width:768px){.footer-social-title{display:none}}.footer-social-links{gap:12px;display:flex}.footer-social-link{background-color:rgb(var(--background-tertiary));width:40px;height:40px;color:rgb(var(--text-secondary));border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.footer-social-link:hover{transform:translateY(-2px)}.footer-social-link[href*=facebook]:hover{color:#1877f2}.footer-social-link[href*=instagram]:hover{color:#e4405f}.footer-social-link[href*=youtube]:hover{color:red}.footer-section-title{color:rgb(var(--text-primary));margin-bottom:8px}.footer-contact{flex-direction:row;gap:3rem;display:flex}.footer-contact-item{align-items:center;gap:.75rem;display:flex}.footer-contact-item svg{color:rgb(var(--text-secondary));flex-shrink:0}.footer-contact-info{flex-direction:column;gap:.5rem;display:flex}.footer-contact-hours{color:rgb(var(--text-secondary))}.footer-nav{flex-direction:column;gap:12px;display:flex}.footer-nav-link{color:rgb(var(--text-secondary));font-family:var(--font-ibm-plex-mono), monospace;font-size:.8125rem;text-decoration:none;transition:color .2s}.footer-nav-link:hover{color:rgb(var(--primary))}.footer-nav-button{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:0}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr 1fr;gap:32px}.footer-brand{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}}@media (max-width:768px){.footer{padding:32px 0 24px}.footer-container{padding:0 16px}.footer-content{grid-template-columns:1fr 1fr;gap:24px}.footer-brand{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:16px}.footer-social{flex-direction:row;align-items:center;gap:16px}}@media (max-width:480px){.footer-content{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:1}.footer-social{flex-direction:column;align-items:flex-start;gap:12px}}
