@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Josefin+Sans:wght@100;200;300;400&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Josefin+Sans:wght@200;300;400&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--white-cream);background:#000;font-family:Josefin Sans,sans-serif;overflow-x:hidden}.app{position:relative}.app h1{text-align:center;letter-spacing:.15em;z-index:2;padding-top:4rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,4.5rem);font-style:italic;position:relative}.app>p{text-align:center;color:var(--gold);text-transform:uppercase;letter-spacing:.4em;z-index:2;margin-bottom:3rem;position:relative}.welcome-container{background:var(--black-void);z-index:1;border-bottom:1px solid #c8a96a33;flex-direction:column;justify-content:center;align-items:center;width:100%;height:50vh;display:flex;position:relative;top:0;left:0}.welcome-container h1{letter-spacing:.18em;color:var(--white-cream);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,4rem);font-style:italic;font-weight:300}.welcome-container p{color:var(--gold);text-transform:uppercase;letter-spacing:.5em;font-size:.8rem}.cover-container{z-index:0;width:100%;height:100vh;position:fixed;top:10px;left:0}.cover-image{object-fit:cover;filter:brightness(.65)saturate(1.1);width:100%;height:100%}.section-container:first-of-type{margin-top:100vh}.section-container{z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#060606e0;border-top:1px solid #c8a96a26;flex-direction:column;align-items:center;width:100%;padding:5rem 3rem;display:flex;position:relative}.section-container h2{letter-spacing:.2em;margin-bottom:3rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300}.hours-list{width:100%;max-width:600px}.hours-day{border-bottom:1px solid #ffffff14;justify-content:space-between;padding:1rem 0;display:flex}.location{color:var(--gold)}.about-section{align-items:center;gap:4rem;max-width:1400px;display:flex}.about-text{color:var(--white-muted);flex:2;line-height:2}.about-text p{margin-bottom:1.5rem}.about-photo{flex:1;justify-content:center;display:flex}.about-photo img{object-fit:cover;border:3px solid var(--gold);border-radius:50%;width:320px;height:320px;box-shadow:0 0 30px #c8a96a40}.van-section{text-align:center}.van-text{max-width:700px;color:var(--white-muted);margin-bottom:3rem;line-height:1.8}.van-image{border:1px solid var(--gold);border-radius:20px;width:100%;max-width:900px;box-shadow:0 15px 50px #0009}.menu-image{border:1px solid var(--gold);width:100%;max-width:800px;box-shadow:0 15px 50px #0009}.social-text{color:var(--white-muted);margin-bottom:2rem}.social-links{gap:3rem;display:flex}.social-links a{color:var(--gold);font-size:3rem;transition:all .3s}.social-links a:hover{color:#fff;transform:translateY(-5px)}@media (width<=900px){.about-section{flex-direction:column}.about-photo img{width:240px;height:240px}.hours-day{flex-direction:column;gap:.5rem}.social-links{justify-content:center}}.header{background:var(--black-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid var(--border-light);z-index:99999;border-radius:3px;justify-content:space-between;align-items:center;width:100%;height:90px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;box-shadow:0 5px 30px #0009}.logo{cursor:pointer;align-items:center;display:flex}.logo img{object-fit:contain;width:auto;height:65px;transition:all .3s}.logo img:hover{transform:scale(1.05)}.header nav{height:100%}.header nav ul{align-items:center;gap:4rem;height:100%;list-style:none;display:flex}.header nav li{align-items:center;display:flex}.header nav a{color:var(--white-cream);text-transform:uppercase;letter-spacing:.25em;font-family:Josefin Sans,sans-serif;font-size:.8rem;font-weight:300;text-decoration:none;transition:all .3s;position:relative}.header nav a:hover{color:var(--gold)}.header nav a:after{content:"";background:var(--gold);width:0%;height:1px;transition:all .3s;position:absolute;bottom:-10px;left:0}.header nav a:hover:after{width:100%}.cart-icon{cursor:pointer;justify-content:center;align-items:center;display:flex}.cart-icon img{object-fit:contain;width:40px;height:40px;transition:all .3s}.cart-icon img:hover{transform:translateY(-2px)scale(1.1)}.cart-icon{border-left:1px solid #ffffff1a;padding-left:2rem}@media (width<=1100px){.header{flex-wrap:wrap;justify-content:center;gap:1rem;height:auto;padding:1rem}.logo img{height:50px}.header nav{width:100%}.header nav ul{flex-wrap:wrap;justify-content:center;gap:1rem 2rem}.header nav a{letter-spacing:.1em;font-size:.7rem}.cart-icon{border-left:none;padding-left:0}.cart-icon img{width:30px;height:30px}}@media (width<=600px){.header{padding:.75rem}.logo img{height:40px}.header nav ul{gap:.75rem 1rem}.header nav a{letter-spacing:.05em;font-size:.6rem}.cart-icon img{width:25px;height:25px}}.food-card{background:var(--black-panel);border:1px solid var(--border-mid);border-radius:18px;gap:2rem;width:100%;max-width:900px;padding:2rem;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 40px #00000080}.food-card:hover{border-color:var(--gold);transform:translateY(-4px)}.food-image{object-fit:cover;border:1px solid var(--gold);border-radius:16px;width:180px;height:180px}.food-info{flex-direction:column;flex:1;display:flex}.food-info h2{color:var(--white-cream);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:2rem}.food-description{color:var(--white-muted);flex:1;line-height:1.8}.food-footer{justify-content:space-between;align-items:center;margin-top:2rem;display:flex}.food-price{color:var(--gold);font-size:1.5rem;font-weight:300}.food-footer button{color:var(--gold);border:1px solid var(--gold);cursor:pointer;background:0 0;border-radius:10px;padding:.8rem 1.5rem;transition:all .3s}.food-footer button:hover{background:var(--gold);color:#000}.toast-notification{border:1px solid var(--gold);color:var(--white-cream);letter-spacing:.05em;pointer-events:none;background:#000000d9;border-radius:6px;margin-left:2rem;padding:.7rem 1.2rem;font-size:.85rem;animation:2s ease-in-out fadeInOut;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%)translateY(10px)}10%{opacity:1;transform:translate(-50%)translateY(0)}80%{opacity:1}to{opacity:0;transform:translate(-50%)translateY(10px)}}@media (width<=768px){.food-card{gap:1.5rem;padding:1.5rem}.food-image{width:140px;height:140px}.food-info h2{font-size:1.6rem}.food-description{font-size:.95rem;line-height:1.6}.food-price{font-size:1.3rem}.food-footer button{padding:.7rem 1.2rem}}@media (width<=600px){.food-card{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1.25rem}.food-image{width:100%;max-width:260px;height:180px}.food-info{width:100%}.food-info h2{margin-bottom:.75rem;font-size:1.5rem}.food-description{font-size:.95rem;line-height:1.6}.food-footer{flex-direction:column;gap:1rem;margin-top:1.5rem}.food-price{font-size:1.4rem}.food-footer button{width:100%;max-width:250px;padding:.9rem}.toast-notification{width:calc(100% - 2rem);max-width:320px;margin-left:0;bottom:10px;left:50%}}.menu-page{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#060606d9;min-height:100vh;padding-top:180px;padding-bottom:5rem}.menu-header{text-align:center;margin-bottom:5rem;padding:0 2rem}.menu-header h1{color:var(--white-cream);letter-spacing:.15em;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4rem);font-style:italic;font-weight:300}.menu-header p{color:var(--white-muted);margin-bottom:1rem;font-size:1rem;line-height:1.8}.menu-header span{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:.9rem}.menu-list{flex-direction:column;align-items:center;gap:2rem;padding:0 2rem;display:flex}@media (width<=900px){.menu-page{padding-top:140px}.menu-list{padding:0 1rem}}@media (width<=600px){.menu-page{padding-top:120px;padding-bottom:3rem}.menu-header{margin-bottom:3rem;padding:0 1rem}.menu-header h1{letter-spacing:.08em}.menu-list{gap:1.5rem;padding:0 .75rem}}.cart-card{background:var(--black-panel);border:1px solid var(--border-mid);justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;transition:all .2s;display:flex;position:relative}.cart-card:hover{border-color:var(--gold);transform:translateY(-2px)}.cart-card-image img{object-fit:cover;border:1px solid var(--border-dark);width:80px;height:80px}.cart-card-info{flex:1;padding:0 1rem}.cart-card-info h3{letter-spacing:.1em;margin-bottom:.4rem;font-size:1rem}.cart-qty{color:var(--white-muted);font-size:.85rem}.cart-price{color:var(--gold);margin-top:.4rem}.remove-btn{border:1px solid var(--border-mid);color:var(--white-cream);cursor:pointer;background:0 0;padding:.5rem .8rem;transition:all .2s}.remove-btn:hover{border-color:var(--gold);color:var(--gold)}.qty-controls{align-items:center;gap:.8rem;margin-top:.5rem;display:flex}.qty-controls button{border:1px solid var(--border-mid);color:var(--white-cream);cursor:pointer;background:0 0;width:28px;height:28px;transition:all .2s}.qty-controls button:hover{border-color:var(--gold);color:var(--gold)}.qty-controls span{text-align:center;min-width:20px}@media (width<=768px){.cart-card{gap:1rem}.cart-card-image img{width:70px;height:70px}.cart-card-info h3{font-size:.95rem}}@media (width<=600px){.cart-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem}.cart-card-image img{width:120px;height:120px}.cart-card-info{width:100%;padding:0}.cart-card-info h3{font-size:1.15rem}.cart-price{font-size:1.1rem}.qty-controls{justify-content:center;margin-top:1rem}.qty-controls button{width:36px;height:36px;font-size:1rem}.remove-btn{width:100%;max-width:250px;margin-top:.5rem;padding:.75rem}}.cart-page{width:100%;max-width:900px;color:var(--white-cream);margin:0 auto;padding:140px 2rem 4rem}.cart-items{flex-direction:column;gap:1.5rem;margin:2rem 0;display:flex}.cart-item{border:1px solid var(--border-mid);background:#111111b3;justify-content:space-between;align-items:center;padding:1rem;display:flex}.cart-item img{object-fit:cover;border:1px solid var(--border-dark);width:80px;height:80px}.cart-info{flex:1;padding:0 1rem}.cart-summary{border-top:1px solid var(--border-mid);margin-top:2rem;padding-top:2rem}.clear-cart-button{color:var(--gold);border:1px solid var(--gold);cursor:pointer;background:0 0;border-radius:10px;padding:.8rem 1.5rem;transition:all .3s}.clear-cart-button:hover{background:var(--gold);color:#000}.checkout-button{background:var(--gold);color:#000;letter-spacing:.1em;cursor:pointer;border:none;width:100%;margin-top:2rem;padding:1rem;font-weight:700}.checkout-button:hover{opacity:.85}.error{color:red;margin-top:1rem}.helcim-disclaimer{letter-spacing:.1em;margin-top:2rem;padding:1rem;font-size:.8rem}#disclaimer-star{color:var(--gold);font-size:1.3em;font-weight:700}:root{--black-void:#060606;--black-deep:#0d0d0d;--black-panel:#111;--border-dark:#1e1e1e;--border-mid:#343434;--border-light:#555;--white-cream:#f3ede3;--white-muted:#c2bbb0;--gold:#c8a96a}h1{color:var(--white-cream);letter-spacing:.15em;margin-bottom:1rem;padding:auto;font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4rem);font-style:italic;font-weight:300}p{color:var(--white-muted);margin-bottom:1rem;padding:auto;font-size:1rem;line-height:1.8}
