.mic-card{position:relative;display:flex;flex-direction:column;background:var(--primary-card);border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;height:100%}.mic-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.22);border-color:rgba(255,255,255,.18)}.mic-card--clickable{cursor:pointer}.mic-img-box{position:relative;z-index:1;width:100%;height:160px;flex-shrink:0;overflow:hidden;background:rgba(0,0,0,.12)}.mic-img{width:100%;height:100%;object-fit:cover;display:block}.mic-img-box .mic-item-tag{position:absolute;left:12px;bottom:12px;max-width:calc(100% - 24px);z-index:2}@media (max-width:576px){.mic-img-box{height:140px}}.mic-card.mic-unavailable:hover{transform:none;box-shadow:none;border-color:rgba(255,255,255,.08);cursor:default}.mic-wave{position:absolute;left:0;right:0;bottom:0;height:56px;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 56' preserveAspectRatio='none'%3E%3Cpath d='M0 22 Q 60 -8 145 26 Q 235 54 320 42 Q 365 36 400 44 L 400 56 L 0 56 Z' fill='%235c0d0d'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;z-index:0}.mic-img-box .mic-unavail-overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:rgba(0,0,0,.48);padding:8px;text-align:center}.mic-img-box .mic-unavail-icon{display:none}.mic-img-box .mic-unavail-label{font-size:.88rem;letter-spacing:.02em;line-height:1.3}.mic-img-box .mic-unavail-label,.mic-img-box .mic-unavail-time{font-family:var(--font-body);font-weight:700;color:#ffffff;text-shadow:0 1px 4px rgba(0,0,0,.6)}.mic-img-box .mic-unavail-time{font-size:.84rem;letter-spacing:.01em;line-height:1.2;margin-top:2px}.mic-item-tag{max-width:100%;background:rgba(255,255,255,.9);color:#000;font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mic-heart-btn{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;background:var(--glass-white);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-white);cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);font-size:.8rem;transition:background .18s ease,color .18s ease,border-color .18s ease;z-index:4}.mic-heart-btn.active,.mic-heart-btn:hover{color:var(--red-soft);border-color:var(--red-soft)}.mic-body{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1;padding:20px 20px 16px;gap:10px}.mic-name-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mic-name{font-size:1.08rem;margin:0;line-height:1.35;flex:1 1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.mic-name,.mic-price{font-family:var(--font-heading);font-weight:400;color:var(--white-color)}.mic-price{font-size:.98rem;white-space:nowrap;flex-shrink:0;padding-top:2px}.mic-desc{font-family:var(--font-heading);font-size:.8rem;color:rgba(255,255,255,.78);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.6em * 2)}.mic-desc--empty{visibility:hidden}.mic-footer{margin-top:auto;padding-top:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;min-height:44px}.mic-badges{display:flex;align-items:center;gap:10px}.mic-action-col{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0;margin-left:auto}.mic-action-col--hidden{visibility:hidden}.mic-modifier-badge{display:flex;align-items:center;justify-content:center;pointer-events:none;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.08);box-sizing:border-box}.mic-modifier-badge img{display:block;width:17px;height:17px}.mic-note-btn{position:relative;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:transform .18s ease,background-color .18s ease;box-sizing:border-box}.mic-note-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.15)}.mic-note-icon{width:16px;height:17px;display:block;filter:brightness(0)}.mic-note-indicator{top:-3px;right:-3px;width:9px;height:9px}.mic-note-indicator,.mic-note-plus{position:absolute;border-radius:50%;background:var(--red-dark);box-shadow:0 1px 2px rgba(0,0,0,.35)}.mic-note-plus{top:-4px;right:-4px;width:14px;height:14px;color:#fff;font-size:.7rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center}.mic-add-btn{height:36px;padding:0 26px;border-radius:2px;background:var(--white-color);border:none;cursor:pointer;font-family:var(--font-heading);font-size:.88rem;font-weight:400;letter-spacing:.02em;color:var(--primary-color);box-shadow:0 2px 10px rgba(0,0,0,.18);transition:background var(--transition);flex-shrink:0}.mic-add-btn:hover{background:#f4ecec}.mic-qty-ctrl{border-radius:2px;background:var(--white-color);box-shadow:0 2px 10px rgba(0,0,0,.18);overflow:hidden}.mic-qty-btn,.mic-qty-ctrl{height:36px;display:flex;align-items:center;flex-shrink:0}.mic-qty-btn{width:32px;border:none;background:transparent;cursor:pointer;color:var(--primary-color);font-size:1.05rem;font-weight:700;justify-content:center;transition:background var(--transition)}.mic-qty-btn:hover{background:rgba(122,18,18,.08)}.mic-qty-count{font-family:var(--font-accent);font-size:.85rem;font-weight:700;color:var(--primary-color);min-width:22px;text-align:center;line-height:1}@media (max-width:640px){.mic-body{padding:16px 16px 14px}}@media (max-width:576px){.mic-heart-btn{width:27px;height:27px;font-size:.72rem;top:10px;right:10px}.mic-add-btn{height:32px;padding:0 20px;font-size:.82rem}.mic-qty-ctrl{height:32px}.mic-qty-btn{width:28px;height:32px;font-size:.9rem}.mic-qty-count{font-size:.78rem;min-width:18px}.mic-name{font-size:1rem}.mic-price{font-size:.92rem}.mic-desc{font-size:.76rem}}.mic-card{box-shadow:0 8px 24px rgba(0,0,0,.12)}.mic-heart-btn{background:var(--white-color);border-color:var(--white-color);color:var(--primary-color);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 2px 10px rgba(0,0,0,.2)}.mic-modifier-badge img{filter:brightness(0) invert(1);opacity:.95}.mic-note-btn{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.45);box-shadow:none}.mic-note-icon{filter:brightness(0) invert(1);opacity:.95}.mic-note-indicator,.mic-note-plus{background:var(--secondary-color);color:var(--primary-color);border:1px solid var(--primary-color)}.inm-overlay{position:fixed;inset:0;z-index:4000;background:rgba(0,0,0,.45);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}.inm-modal{position:relative;width:100%;max-width:440px;background:var(--white-color);border:1px solid var(--border);border-radius:20px;overflow:visible;box-shadow:0 24px 56px rgba(0,0,0,.14);padding:26px 24px 22px;display:flex;flex-direction:column;gap:18px}.inm-close{position:absolute;top:-14px;right:-14px;width:36px;height:36px;border-radius:50%;border:none;background:var(--primary-color);color:#fff;font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.22);transition:opacity .15s;z-index:1}.inm-close:hover{opacity:.82}.inm-head{display:flex;align-items:center;gap:12px}.inm-head-icon{width:28px;height:30px;flex-shrink:0}.inm-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}.inm-title{margin:0;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--primary-color);line-height:1.2}.inm-sub{margin:0;font-family:var(--font-body);font-size:.82rem;color:var(--text-muted);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inm-field{position:relative;display:flex;flex-direction:column;gap:6px}.inm-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase}.inm-label,.inm-textarea{font-family:var(--font-body)}.inm-textarea{width:100%;min-height:120px;resize:none;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface);font-size:.92rem;color:var(--text);line-height:1.5;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.inm-textarea::placeholder{color:var(--text-muted)}.inm-textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,39,28,.08)}.inm-textarea{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.inm-textarea::-webkit-scrollbar{width:8px}.inm-textarea::-webkit-scrollbar-track{background:transparent;border-radius:8px}.inm-textarea::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px;border:2px solid transparent;background-clip:padding-box}.inm-textarea::-webkit-scrollbar-thumb:hover{background:var(--primary-color);background-clip:padding-box;border:2px solid transparent}.inm-counter{align-self:flex-end;font-family:var(--font-body);font-size:.72rem;color:var(--text-muted)}.inm-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:4px}.inm-btn{height:42px;padding:0 20px;border-radius:999px;font-family:var(--font-body);font-size:.82rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.inm-btn--ghost{background:transparent;border:1.5px solid var(--border-md);color:var(--primary-color)}.inm-btn--ghost:hover{background:var(--surface);border-color:var(--primary-color)}.inm-btn--primary{background:var(--primary-color);color:var(--secondary-color);border:1.5px solid var(--primary-color)}.inm-btn--primary:hover:not(:disabled){background:var(--primary-card);border-color:var(--primary-card)}.inm-btn--primary:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.inm-modal{padding:22px 18px 18px}.inm-title{font-size:1.02rem}.inm-textarea{min-height:100px;font-size:.88rem}.inm-btn{height:38px;padding:0 16px;font-size:.76rem}}@media (max-width:768px){.inm-overlay{align-items:flex-end;padding:0}.inm-modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%;width:100%;padding-bottom:max(28px,env(safe-area-inset-bottom))}.inm-close{top:-50px;right:auto;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.95);color:var(--primary-color);box-shadow:0 2px 14px rgba(0,0,0,.18)}.inm-textarea{min-height:90px}}.cpop-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.52);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:3050;display:flex;align-items:center;justify-content:center;padding:16px}.cpop{position:relative;background:#fff;border-radius:18px;width:100%;max-width:460px;padding:20px 18px 16px;box-shadow:0 8px 48px rgba(0,0,0,.22);animation:cpop-scale-in .24s cubic-bezier(.22,1,.36,1) both;max-height:60dvh;display:flex;flex-direction:column;overflow:visible}@keyframes cpop-scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes cpop-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cpop__header{margin-bottom:20px}.cpop__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--primary-color);margin:0;text-align:center}.cpop__close{position:absolute;top:-14px;right:-14px;width:36px;height:36px;border-radius:50%;border:none;background:var(--primary-color);color:#fff;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.22);transition:opacity .15s;z-index:1}.cpop__lines{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;min-height:50px;flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.cpop__lines::-webkit-scrollbar{width:4px}.cpop__lines::-webkit-scrollbar-track{background:transparent}.cpop__lines::-webkit-scrollbar-thumb{background:rgba(0,39,28,.18);border-radius:9999px}.cpop__line-card{display:flex;flex-direction:column;gap:8px;background:rgba(0,39,28,.04);border:1px solid rgba(0,39,28,.08);border-radius:14px;padding:12px 14px}.cpop__line-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cpop__line-row--end{justify-content:flex-end}.cpop__line-name{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--primary-color);margin:0}.cpop__line-mods-wrap,.cpop__line-name{flex:1 1;min-width:0}.cpop__line-mods{font-family:var(--font-body);font-size:.78rem;font-weight:600;color:var(--black);margin:0;word-break:break-word}.cpop__line-mods-options{font-weight:400;color:var(--text)}.cpop__stepper{background:var(--primary-color);border-radius:var(--radius-full);overflow:hidden}.cpop__step-btn,.cpop__stepper{display:flex;align-items:center}.cpop__step-btn{width:34px;height:34px;border:none;background:transparent;color:var(--secondary-color);font-size:1.05rem;font-weight:700;cursor:pointer;justify-content:center;transition:background .15s}.cpop__step-btn:hover{background:rgba(255,255,255,.1)}.cpop__step-val{min-width:2.2rem;text-align:center;font-family:var(--font-heading);font-size:.9rem;font-weight:700;color:var(--secondary-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cpop__edit-btn{display:inline-flex;align-items:center;gap:5px;border:none;background:none;font-family:var(--font-body);font-size:.8rem;font-weight:600;color:var(--secondary-color);cursor:pointer;padding:0;transition:opacity .15s}.cpop__edit-btn:hover{opacity:.65}.cpop__add-new{width:100%;padding:15px 16px;border-radius:14px;border:none;background:var(--primary-color);color:var(--secondary-color);font-family:var(--font-body);font-size:.95rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:opacity .15s,transform .12s}.cpop__add-new:hover{opacity:.88}.cpop__add-new:active{transform:scale(.98)}@media (max-width:768px){.cpop-backdrop{align-items:flex-end;padding:0}.cpop{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%;width:100%;max-height:70dvh;animation:cpop-slide-up .35s cubic-bezier(.22,1,.36,1) both;padding-bottom:max(20px,env(safe-area-inset-bottom))}.cpop__close{top:-50px;right:auto;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.95);color:var(--primary-color);box-shadow:0 2px 14px rgba(0,0,0,.18)}}.eic-card{position:relative;width:100%;height:100%;border-radius:14px;overflow:hidden;border:1px solid var(--primary-blob);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;cursor:pointer}.eic-card:hover{transform:translateY(-1px);border:1px solid rgba(224,192,171,.45)}.eic-img{width:100%;height:100%;object-fit:cover;display:block}.eic-overlay{position:absolute;top:0;left:0;right:0;padding:14px 14px 28px;background:linear-gradient(180deg,rgba(0,0,0,.82) 0,rgba(0,0,0,.5) 55%,transparent);display:flex;flex-direction:column;gap:5px;text-align:left}.eic-name-price{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:10px;gap:10px}.eic-name{font-family:var(--font-accent);font-size:.88rem;font-weight:700;color:#ffffff;line-height:1.35;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.eic-price{display:flex;flex-direction:column;align-items:flex-end;gap:1px;white-space:nowrap;flex-shrink:0}.eic-price__now{font-family:var(--font-accent);font-size:.88rem;font-weight:700;color:var(--secondary-color);line-height:1.2}.eic-add-btn{position:absolute;bottom:10px;right:10px;height:26px;padding:0 14px;border-radius:20px;background:var(--secondary-color);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:none;cursor:pointer;font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.12em;color:var(--primary-color);transition:background var(--transition)}.eic-qty-ctrl{position:absolute;bottom:10px;right:10px;border-radius:20px;background:var(--secondary-color);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);overflow:hidden}.eic-qty-btn,.eic-qty-ctrl{height:26px;display:flex;align-items:center}.eic-qty-btn{width:26px;border:none;background:transparent;cursor:pointer;color:var(--primary-color);font-size:1rem;font-weight:700;justify-content:center;transition:background var(--transition);flex-shrink:0}.eic-qty-btn:hover{background:rgba(0,0,0,.12)}.eic-qty-count{font-size:.8rem;font-weight:700;color:var(--primary-color);min-width:20px;text-align:center;line-height:1}.eic-desc,.eic-qty-count{font-family:var(--font-accent)}.eic-desc{font-size:.72rem;color:rgba(255,255,255,.7);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.eic-desc-row{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.eic-desc-row .eic-desc{min-width:0}.eic-item-tag{flex-shrink:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;background:rgba(255,255,255,.9);color:#000;font-size:9px;font-weight:600;padding:3px 8px;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;white-space:nowrap}.eic-badges{position:absolute;bottom:10px;left:10px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;z-index:2}.eic-modifier-badge{position:static;width:20px;height:20px;border-radius:4px;background:var(--primary-color);border:none;display:flex;align-items:center;justify-content:center;color:var(--secondary-color);pointer-events:none;box-shadow:0 2px 8px rgba(0,0,0,.2)}.eic-note-indicator{position:absolute;top:-3px;right:-3px;width:8px;height:8px;border-radius:50%;background:var(--red-dark);box-shadow:0 1px 2px rgba(0,0,0,.35)}.eic-note-btn{position:relative;width:20px;height:20px;border-radius:4px;background:var(--secondary-color);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:transform .18s ease}.eic-note-btn:hover{transform:translateY(-1px)}.eic-note-icon{width:12px;height:13px;display:block;filter:brightness(0)}.eic-note-plus{position:absolute;top:-3px;right:-3px;width:8px;height:8px;border-radius:50%;background:var(--red-dark);color:#fff;font-size:.4rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(0,0,0,.35)}@media screen and (max-width:576px){.eic-name{font-size:.77em;font-weight:500}.eic-price__now{font-size:.75em;font-weight:500}.eic-price__was{font-size:.62em}}.eic-price__was{font-family:var(--font-accent);font-size:.68rem;line-height:1.2;color:rgba(255,255,255,.7);text-decoration:line-through;opacity:.6;font-weight:500}.eic-offer-badge{position:absolute;right:10px;bottom:44px;z-index:3;padding:4px 9px;border:1px solid var(--secondary-color);border-radius:8px;background:rgba(0,0,0,.75);color:var(--secondary-color);font-size:9px;font-weight:700;line-height:1.4;white-space:nowrap}.category-title{display:inline-block;font-family:"Blinka Serif",serif;font-size:1.05rem;font-weight:600;color:var(--primary-color);background:var(--secondary-color);border:none;border-top-left-radius:14px;border-top-right-radius:0;border-bottom-right-radius:14px;border-bottom-left-radius:0;outline:1.5px dashed var(--secondary-color);outline-offset:5px;padding:8px 28px;text-transform:uppercase;letter-spacing:.09em;overflow-wrap:break-word;word-break:break-word;margin:0}@media (max-width:640px){.category-title{font-size:.88rem;padding:6px 20px;outline:1px dashed var(--secondary-color);outline-offset:4px}}@media (max-width:480px){.category-title{font-size:.76rem}}.te-wrap{display:flex;flex-direction:column;gap:24px}.te-header{display:flex;align-items:center;gap:16px}.te-slider{display:flex;gap:18px;overflow-x:auto;padding-bottom:8px;padding-top:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.te-slider::-webkit-scrollbar{display:none}.te-slide{flex:0 0 280px;height:200px;scroll-snap-align:start}@media (max-width:640px){.te-slider{gap:12px}}.shim-card{display:flex;flex-direction:column;background:var(--primary-card);border-radius:14px;overflow:hidden;border:1px solid rgba(224,192,171,.15);height:100%}.shim-card-img{width:100%;aspect-ratio:16/10;border-radius:0}.shim-card-body{display:flex;flex-direction:column;flex:1 1;padding:14px 14px 16px;gap:10px;border-top:1px solid rgba(224,192,171,.12)}.shim-card-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.shim-card-name{height:14px;width:62%;border-radius:6px}.shim-card-price{height:14px;width:20%;border-radius:6px;flex-shrink:0}.shim-card-desc{height:11px;width:90%;border-radius:6px}.shim-card-desc--short{width:58%}@media (max-width:640px){.shim-card-img{aspect-ratio:4/3}.shim-card-body{padding:12px 10px}}@media (max-width:576px){.shim-card--list{flex-direction:row;align-items:stretch;height:140px}.shim-card--list .shim-card-img{order:2;flex-shrink:0;width:42%;max-width:170px;height:100%;aspect-ratio:auto}.shim-card--list .shim-card-body{order:1;flex:1 1;min-width:0;border-top:none;padding:12px 12px 12px 14px;gap:8px;justify-content:flex-start}.shim-card--list .shim-card-name-row{flex-direction:column;align-items:flex-start;gap:6px}.shim-card--list .shim-card-name{width:78%}.shim-card--list .shim-card-price{width:32%}}.shim-eic{position:relative;width:100%;height:100%;border-radius:14px;overflow:hidden;border:1px solid rgba(224,192,171,.15)}.shim-eic-bg{width:100%;height:100%;border-radius:0}.shim-eic-overlay{position:absolute;top:0;left:0;right:0;padding:14px 14px 24px;background:linear-gradient(180deg,rgba(0,0,0,.55) 0,rgba(0,0,0,.2) 60%,transparent);display:flex;flex-direction:column;gap:8px}.shim-eic-name-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.shim-eic-name{height:13px;width:58%;border-radius:6px}.shim-eic-price{height:13px;width:18%;border-radius:6px;flex-shrink:0}.shim-eic-desc{height:10px;width:72%;border-radius:6px}.shim-eic-btn{position:absolute;bottom:10px;right:10px;height:26px;width:52px;border-radius:20px}.mn-main.sg-menu-grid{position:relative;z-index:1;padding:72px 0 100px;background-color:var(--white-color);overflow:hidden}.sg-menu-grid .shim{background:linear-gradient(90deg,rgba(122,18,18,.05) 25%,rgba(122,18,18,.12) 50%,rgba(122,18,18,.05) 75%)}.sg-menu-grid .shim-section-title{background:rgba(122,18,18,.08)}.sg-menu-grid .mn-container{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 48px;display:flex;flex-direction:column;gap:56px}.sg-menu-grid .mn-group{display:flex;flex-direction:column;gap:40px}.sg-menu-grid .mn-sub-section{display:flex;flex-direction:column;gap:24px}.sg-menu-grid .mn-group-header{display:flex;align-items:center;gap:16px}.sg-menu-grid .mn-item-count{font-family:var(--font-body);font-size:.75rem;color:var(--text-muted);white-space:nowrap;letter-spacing:.04em}.sg-menu-grid .mn-group-line{flex:1 1;height:3.5px;background-image:url(/_next/static/media/line-divider.c5136fb6.webp);background-repeat:repeat-x;background-position:0;background-size:auto 100%;opacity:.5}.sg-menu-grid .mn-card-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;align-items:stretch}.sg-menu-grid .mn-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:80px 0;color:var(--text-muted);font-family:var(--font-body);font-size:1rem;letter-spacing:.04em}.sg-menu-grid .mn-state--error{color:var(--red-dark)}.sg-menu-grid .mn-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--red-dark);border-radius:50%;animation:mn-spin .75s linear infinite}@keyframes mn-spin{to{transform:rotate(1turn)}}@media (max-width:1100px){.sg-menu-grid .mn-card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.sg-menu-grid .mn-container{padding:0 24px;gap:44px}.mn-main.sg-menu-grid{padding:56px 0 80px}}@media (max-width:640px){.sg-menu-grid .mn-container{padding:0 11px;gap:36px}.mn-main.sg-menu-grid{padding:44px 0 72px}.sg-menu-grid .mn-card-grid{grid-template-columns:repeat(2,1fr);column-gap:7px;row-gap:18px}.sg-menu-grid .mn-group{gap:28px}.sg-menu-grid .mn-group-header{gap:10px}}@media (max-width:360px){.sg-menu-grid .mn-card-grid{column-gap:8px;row-gap:16px}}@media (max-width:768px){.sg-menu-grid .mn-card-grid,.sg-menu-grid .mn-card-grid--list{grid-template-columns:repeat(2,1fr)!important;column-gap:8px!important;row-gap:16px!important}}.sg-menu-grid .mn-card-grid--noimg{grid-template-columns:repeat(3,1fr)}@media (max-width:1100px){.sg-menu-grid .mn-card-grid--noimg{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sg-menu-grid .mn-card-grid--noimg{grid-template-columns:1fr}}.sg-contact-divider{display:block;width:100%;height:1px;background:#eadfdf;margin:0}.sg-contact-section{padding:3rem 0;background:#ffffff}.sg-contact-wrap{padding-left:1.5rem;padding-right:1.5rem;max-width:1200px;margin:0 auto}@media (min-width:992px){.sg-contact-wrap{padding-left:3rem;padding-right:3rem}}.sg-contact-grid{display:grid;grid-template-columns:5fr 7fr;grid-gap:3rem;gap:3rem;align-items:start}.sg-contact-info-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.sg-contact-title{font-family:var(--font-heading);font-style:italic;font-size:clamp(1.7rem,3vw,2.1rem);color:#111111;font-weight:400;margin-bottom:1rem}.sg-contact-label{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--primary-color,#7a1212);text-transform:uppercase;margin-bottom:.85rem}.sg-contact-row{display:flex;align-items:flex-start;gap:.65rem;margin:0 0 .85rem}.sg-contact-row-icon{color:var(--primary-color,#7a1212);font-size:.9rem;line-height:1.7;width:1rem;flex:0 0 1rem;text-align:center}.sg-contact-text{line-height:1.7}.sg-contact-email,.sg-contact-phone,.sg-contact-text{font-family:var(--font-body);font-size:.85rem;color:#111111}.sg-contact-email,.sg-contact-phone{text-decoration:none;transition:color .2s ease}.sg-contact-email:hover,.sg-contact-phone:hover{color:var(--primary-color,#7a1212)}.sg-contact-directions-btn{display:inline-flex;align-items:center;gap:.55rem;background:var(--primary-color,#7a1212);color:#ffffff;font-family:var(--font-heading);font-size:.85rem;font-weight:500;padding:.8rem 1.6rem;border-radius:0;text-decoration:none;margin-top:1.5rem;transition:background .25s ease;letter-spacing:2px}.sg-contact-directions-btn i{font-size:1.1rem;line-height:1}.sg-contact-directions-btn:hover{background:var(--primary-surface,#5c0d0d);color:#ffffff}.sg-contact-map{width:100%;height:360px;min-height:320px;max-height:360px;border-radius:2px;overflow:hidden;color-scheme:light}.sg-contact-map iframe,.sg-contact-map img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;border:0;color-scheme:light;transition:transform .6s ease}.sg-contact-map:hover iframe,.sg-contact-map:hover img{transform:scale(1.06)}@media (max-width:991.98px){.sg-contact-grid{grid-template-columns:1fr}}@media (max-width:767.98px){.sg-contact-section{text-align:center}.sg-contact-info-grid{grid-template-columns:1fr}.sg-contact-row{justify-content:center}}@media (max-width:575.98px){.sg-contact-section{padding:2.5rem 0}.sg-contact-map iframe,.sg-contact-map img{min-height:240px}}.home{--maroon:#7a1212;--maroon-dark:#5c0d0d;--cream-body:#E9C349;--text-dark:#1c1c1c;--home-text-muted:#6a6a6a;--maroon-light:#A12520;width:100%;overflow-x:hidden;background:#ffffff;scroll-behavior:smooth}.sangam-hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:#0c0c0c}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;animation:kenBurns 20s ease-in-out infinite alternate;transform-origin:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.55) 45%,rgba(0,0,0,.25));z-index:2}.hero-content{position:relative;z-index:3;width:100%;padding:0 1.5rem}@media (min-width:992px){.hero-content{padding:0 4rem}.hero-content-inner{margin-top:15rem}}.hero-content-inner{max-width:600px;padding-bottom:240px}.hero-eyebrow{color:#FFDAD6;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:1.25rem;opacity:0;animation:fadeUp .8s ease .2s forwards}.hero-title{color:#ffffff;font-family:var(--font-heading);font-size:clamp(2.2rem,6vw,3.8rem);line-height:1.15;font-weight:400;margin-bottom:2rem;max-width:600px;opacity:0;animation:fadeUp .9s ease .4s forwards}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem;opacity:0;animation:popIn .6s cubic-bezier(.34,1.56,.64,1) .7s forwards}.btn-order-hero,.btn-reserve-hero{font-family:var(--font-heading);font-size:1rem;font-weight:500;padding:.9rem 1.8rem;border-radius:2px;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .25s ease,transform .25s ease;border:1.5px solid #ffffff}.btn-reserve-hero{background:var(--maroon);color:#ffffff;border-color:var(--maroon)}.btn-reserve-hero:hover{background:var(--maroon-dark);border-color:var(--maroon-dark);color:#fff;transform:translateY(-3px)}.btn-order-hero{background:transparent;color:#FFDAD6}.btn-order-hero:hover{background:#FFDAD6;color:#1c1c1c;transform:translateY(-3px)}.hero-scroll{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:3;animation:heroFloat 2s ease-in-out infinite}.hero-scroll-mouse{display:block;width:26px;height:42px;border:2px solid rgba(255,255,255,.75);border-radius:14px;position:relative}.hero-scroll-dot{position:absolute;top:8px;left:50%;width:4px;height:8px;background:#ffffff;border-radius:2px;animation:heroScrollWheel 1.8s ease-in-out infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes heroFloat{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(10px)}}@keyframes heroScrollWheel{0%{opacity:0;transform:translateX(-50%) translateY(0)}35%{opacity:1}to{opacity:0;transform:translateX(-50%) translateY(14px)}}@media (max-width:767.98px){.sangam-hero{min-height:100vh;align-items:flex-end;padding-bottom:3rem}.hero-content{text-align:center}.hero-content-inner{margin:0 auto}.hero-eyebrow{font-size:.7rem;letter-spacing:1.5px}.hero-buttons{width:100%;justify-content:center}.btn-order-hero,.btn-reserve-hero{flex:1 1;text-align:center;padding:.85rem 1rem}}@media (max-width:575.98px){.hero-title{font-size:clamp(1.8rem,8vw,2.4rem)}}.legacy-section{padding:5rem 0;background:#ffffff}.legacy-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.legacy-content{max-width:480px}.legacy-eyebrow{font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:2.5px;color:var(--cream-body);text-transform:uppercase;margin-bottom:.75rem}.legacy-title{font-family:var(--font-heading);font-style:italic;font-size:clamp(1.8rem,3.2vw,2.4rem);line-height:1.3;color:var(--text-dark);font-weight:400;margin-bottom:1.25rem}.legacy-divider{display:block;width:100px;height:1px;background:var(--maroon);margin-bottom:1.5rem}.legacy-text{font-family:var(--font-body);font-size:.92rem;line-height:1.75;color:var(--home-text-muted);margin-bottom:1.25rem;font-weight:500}.legacy-link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:.8rem;font-weight:700;letter-spacing:1.5px;color:var(--maroon-light);text-decoration:none;margin-top:.5rem;transition:gap .25s ease,color .25s ease}.legacy-arrow{display:block;width:60px;height:2px;background:var(--maroon-light)}.legacy-link:hover{gap:.85rem;color:var(--maroon-dark)}.legacy-image-wrap{position:relative;width:100%}.legacy-image{width:100%;height:auto;display:block;object-fit:cover;max-height:480px;transition:filter .5s ease,transform .6s ease}.legacy-image-wrap:hover .legacy-image{filter:brightness(1.06) saturate(1.05);transform:scale(1.015)}.legacy-badge{position:absolute;left:-3rem;bottom:-2.5rem;background:var(--maroon-light);color:#ffffff;width:140px;padding:2.25rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;opacity:0;box-shadow:0 14px 30px rgba(127,8,12,.28)}.legacy-badge-number{font-family:var(--font-heading);font-size:1.8rem;font-weight:400;line-height:1;margin-bottom:.4rem}.legacy-badge-text{font-family:var(--font-body);font-size:.62rem;font-weight:500;letter-spacing:1px;line-height:1.4}@media (max-width:991.98px){.legacy-grid{grid-template-columns:1fr}.legacy-col-image{order:-1}.legacy-badge{left:0;bottom:-1.5rem}}@keyframes badgePop{0%{opacity:0;transform:scale(.5) rotate(-8deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.legacy-image-frame.is-visible~.legacy-badge{animation:badgePop .8s cubic-bezier(.34,1.56,.64,1) .35s both,badgeFloat 2.5s ease-in-out 1.2s infinite}.overlay-left{position:relative;overflow:hidden}.legacy-image-frame{width:100%}.overlay-left.reveal{opacity:1;transform:none}.overlay-left:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:4;background-color:#000000;transform:translateX(0);transition:transform 1s cubic-bezier(.858,.01,.068,.99)}.overlay-left.is-visible:before{transform:translateX(-105%)}@media (prefers-reduced-motion:reduce){.legacy-badge{opacity:1}.legacy-image-frame.is-visible~.legacy-badge{animation:none}.overlay-left:before{display:none}}.experiences-section{padding:6rem 0 5rem;background:#ffffff}.experiences-header{text-align:center;max-width:560px;margin:0 auto 3.5rem}.experiences-title{font-family:var(--font-heading);font-style:italic;font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--text-dark);font-weight:400;margin-bottom:.85rem}.experiences-subtitle{font-family:var(--font-body);font-size:.9rem;line-height:1.7;color:var(--home-text-muted)}.experiences-grid{display:grid;grid-template-columns:7fr 5fr;grid-gap:1.5rem;gap:1.5rem}.exp-card{position:relative;border-radius:4px;overflow:hidden;display:flex;align-items:flex-end;background-size:cover;background-position:50%;min-height:340px;transition:transform .4s ease,box-shadow .4s ease}.exp-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(0,0,0,.22)}.exp-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.88));z-index:1}.exp-card-large .exp-card-overlay{background:linear-gradient(180deg,rgba(0,0,0,0) 20%,rgba(0,0,0,.55) 55%,rgba(0,0,0,.92))}.exp-card-content{position:relative;z-index:2;padding:1.75rem;width:100%}.exp-card-tag{font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:1.5px;color:var(--cream-body);text-transform:uppercase;margin-bottom:.5rem}.exp-card-title{font-family:var(--font-heading);font-style:italic;font-size:1.6rem;font-weight:400;color:#ffffff;margin-bottom:.6rem}.exp-card-text{font-family:var(--font-body);font-size:.85rem;line-height:1.6;color:rgba(255,255,255,.85);margin-bottom:1.25rem;max-width:380px}.exp-card-large{min-height:560px;height:100%}.exp-side-stack{display:flex;flex-direction:column;gap:1.5rem;height:100%}.exp-card-maroon{background:var(--maroon-light);align-items:flex-start;min-height:267px}.exp-card-maroon .exp-card-text{color:rgba(255,255,255,.85)}.exp-card-small{min-height:269px}.exp-card-small .exp-card-content{padding:1.5rem 1.75rem}.exp-card-small .exp-card-title{font-size:1.3rem;margin-bottom:.25rem}.exp-card-small .exp-card-text{font-family:var(--font-body);font-size:.75rem;letter-spacing:.5px;margin-bottom:0;color:rgba(255,255,255,.9)}.exp-btn-light{display:inline-block;background:#ffffff;color:var(--text-dark);font-family:var(--font-body);font-size:.82rem;font-weight:500;padding:.75rem 1.5rem;border-radius:2px;border:none;cursor:pointer;text-decoration:none;transition:all .25s ease}.exp-btn-light:hover{background:var(--maroon-dark);color:#fff}.exp-btn-dark{display:inline-block;background:#fff;color:var(--maroon-light);font-family:var(--font-heading);font-size:.82rem;font-weight:500;padding:.75rem 1.5rem;border-radius:0;margin-top:75px;border:none;cursor:pointer;text-decoration:none;transition:all .25s ease}.exp-btn-dark:hover{background:var(--maroon-dark);color:#ffffff}.todays-specials{margin-top:3rem}.ts-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem;flex-wrap:wrap}.ts-title{font-family:var(--font-heading);font-style:italic;font-size:clamp(1.4rem,2.6vw,1.9rem);color:var(--text-dark);font-weight:400;margin:0 0 .4rem}.ts-desc{font-family:var(--font-body);font-size:.88rem;color:var(--home-text-muted);margin:0}.ts-link{display:inline-block;background:var(--maroon);color:#ffffff;font-family:var(--font-heading);font-size:.85rem;font-weight:500;padding:.75rem 1.5rem;border-radius:2px;text-decoration:none;white-space:nowrap;transition:all .25s ease}.ts-link:hover{background:var(--maroon-dark);color:#ffffff;transform:translateY(-3px)}.ts-cards{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:.75rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.ts-slide{flex:0 0 auto;scroll-snap-align:start}@media (max-width:991.98px){.experiences-grid{grid-template-columns:1fr}.exp-card-large{min-height:380px;height:auto}.exp-side-stack{margin-top:0}.exp-card-maroon,.exp-card-small{min-height:200px}}@media (max-width:575.98px){.experiences-section,.legacy-section{padding:3.5rem 0}.legacy-badge{width:110px;padding:1rem .75rem}.legacy-badge-number{font-size:1.4rem}.legacy-badge-text{font-size:.56rem}.exp-card-large{min-height:320px}.exp-card-content{padding:1.25rem}.exp-card-title{font-size:1.3rem}}.standard-section{padding:5.5rem 0;background:#ffffff}.standard-header{text-align:center;margin-bottom:3.5rem}.standard-title{font-family:var(--font-heading);font-style:italic;font-size:clamp(1.8rem,3.5vw,2.5rem);color:var(--text-dark);font-weight:400;margin-bottom:.85rem}.standard-divider{display:inline-block;width:48px;height:2px;background:var(--maroon)}.standard-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:4rem}.standard-item{text-align:left;transition:transform .4s ease}.standard-item:hover{transform:translateY(-8px)}.sericon{width:25px;margin-bottom:15px;transition:transform .4s ease}.standard-item:hover .sericon{transform:scale(1.1) rotate(-3deg)}.standard-item-title{font-family:var(--font-heading);font-size:1.2rem;font-weight:500;color:var(--text-dark);margin-bottom:.6rem}.standard-item-text{font-family:var(--font-body);font-size:.87rem;line-height:1.7;color:var(--home-text-muted);max-width:320px}.standard-feature{position:relative;display:flex;align-items:center}.standard-feature-image{width:100%;max-width:60%;overflow:hidden;border-radius:2px}.standard-feature-image img{width:100%;height:500px;object-fit:cover;display:block;border-radius:2px;transition:transform .6s ease}.standard-feature-image:hover img{transform:scale(1.06)}.standard-testimonial{position:absolute;right:50px;background:#ffffff;max-width:40%;padding:3rem 2rem;box-shadow:0 20px 45px rgba(0,0,0,.12);border-radius:2px}.testimonial-quote{font-family:var(--font-heading);font-style:italic;font-size:1rem;line-height:1.5;color:var(--maroon);margin-bottom:1rem}.testimonial-text{font-family:var(--font-body);font-size:.85rem;line-height:1.7;color:var(--home-text-muted);margin-bottom:1.25rem}.testimonial-divider{display:block;width:36px;height:1.5px;background:#ddd;margin-bottom:1.25rem}.testimonial-author{display:flex;align-items:center;gap:.85rem}.testimonial-avatar{width:44px;height:44px;border-radius:10px;object-fit:cover}.testimonial-name{font-family:var(--font-heading);font-size:.88rem;font-weight:700;color:var(--text-dark);margin-bottom:.1rem}.testimonial-role{font-family:var(--font-body);font-size:.75rem;color:var(--home-text-muted)}@media (max-width:991.98px){.standard-feature{flex-direction:column}.standard-feature-image{max-width:100%}.standard-testimonial{position:relative;right:auto;bottom:auto;max-width:100%;margin-top:-2.5rem;margin-left:auto;margin-right:1.5rem;width:calc(100% - 3rem)}}@media (max-width:767.98px){.standard-grid{grid-template-columns:1fr}.standard-item{text-align:center}.sericon,.standard-item-text{margin-left:auto;margin-right:auto}}@media (max-width:575.98px){.standard-section{padding:3.5rem 0}.standard-feature-image img{height:280px}.standard-testimonial{padding:1.5rem;margin-left:auto;margin-right:.75rem;width:calc(100% - 1.5rem)}}.home .faq-section{padding:5rem 0 4rem;background:#ffffff}.home .faq-container{max-width:1200px}.home .faq-title{font-family:var(--font-heading);font-style:italic;font-size:clamp(1.7rem,3.2vw,2.3rem);color:var(--text-dark);font-weight:400;text-align:center;margin-bottom:2.5rem}.home .faq-list{display:flex;flex-direction:column}.home .faq-item{background:transparent;border:none;border-bottom:1px solid #f4e2e0;border-radius:0;margin-bottom:0;padding:0}.home .faq-question{width:100%;background:transparent;border:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;padding:1.5rem 0;font-family:var(--font-heading);font-size:1.05rem;cursor:pointer}.home .faq-question,.home .faq-toggle-icon{font-weight:400;color:var(--text-dark,#111111)}.home .faq-toggle-icon{flex-shrink:0;font-size:.8rem;line-height:1;transition:transform .25s ease}.home .faq-item.open .faq-toggle-icon{transform:rotate(180deg)}.home .faq-answer-wrap{max-height:0;overflow:hidden;transition:max-height .35s ease}.home .faq-item.open .faq-answer-wrap{max-height:320px}.home .faq-answer{font-family:var(--font-body);font-size:.9rem;line-height:1.75;color:var(--text-muted,#555555);padding-bottom:1.5rem;padding-right:2rem}.home .faq-answer-link{color:var(--primary-color,#7a1212);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:opacity .2s ease}.home .faq-answer-link:hover{opacity:.8}@media (max-width:575.98px){.faq-section{padding:3.5rem 0 3rem}.faq-question{font-size:.85rem;padding:1rem 0}.faq-answer{padding-right:.5rem}}.gallery-section{width:100%;background:#ffffff}.gallery-marquee{flex-direction:column;gap:20px;padding:20px 0}.gallery-marquee,.marquee-row{display:flex;overflow:hidden}.marquee-track{display:flex;flex-shrink:0;width:max-content;will-change:transform}.marquee-track.to-left{animation:marqueeLeft 45s linear infinite}.marquee-track.to-right{animation:marqueeRight 45s linear infinite}@keyframes marqueeLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marqueeRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.gallery-item{flex:0 0 auto;width:360px;height:345px;margin-right:20px;overflow:hidden;border-radius:2px;opacity:0;transform:translate3d(0,-50px,0) scale(.8);transition:opacity .6s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.gallery-marquee.is-visible .gallery-item,.gallery-marquee.reveal{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.gallery-item{opacity:1;transform:none;transition:none}}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.08)}@media (max-width:991.98px){.gallery-marquee{gap:16px}.gallery-item{width:280px;height:280px;margin-right:16px}}@media (max-width:575.98px){.gallery-marquee{gap:12px;padding:12px 0}.gallery-item{width:200px;height:200px;margin-right:12px}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.reveal{opacity:0;transform:translateY(45px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.reveal-left{transform:translateX(-55px)}.reveal.reveal-right{transform:translateX(55px)}.reveal.reveal-up{transform:translateY(45px)}.reveal.reveal-zoom{transform:scale(.94)}.reveal.reveal-fade{transform:none;transition:opacity 1s ease}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}.hero-bg-img,.hero-buttons,.hero-eyebrow,.hero-scroll,.hero-scroll-dot,.hero-title{animation:none;opacity:1}}.floating-order-btn{display:none}@media (max-width:991.98px){.floating-order-btn{display:inline-flex;align-items:center;gap:.85rem;position:fixed;right:32px;bottom:135px;z-index:2500;padding:.7rem .7rem .7rem 1.4rem;border:none;border-radius:50px;cursor:pointer;font-family:var(--font-heading,inherit);font-size:.95rem;font-weight:600;letter-spacing:.3px;color:#ffffff;background:#7a1212;box-shadow:0 10px 26px rgba(0,0,0,.32);transition:transform .2s ease,box-shadow .2s ease;animation:floatingOrderBtnPop .3s ease}.floating-order-btn:active{transform:scale(.97)}.floating-order-btn__label{white-space:nowrap}.floating-order-btn__icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#ffffff;color:#7a1212;flex-shrink:0}}@keyframes floatingOrderBtnPop{0%{opacity:0;transform:translateY(12px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:480px){.floating-order-btn{right:20px;bottom:135px;padding:.6rem .6rem .6rem 1.2rem;font-size:.88rem}.floating-order-btn__icon{width:26px;height:26px}}.about-page{background:linear-gradient(180deg,#f9f3eb,#fffaf4 38%,#f4e9db);color:var(--primary-color);font-family:var(--font-body);overflow-x:hidden}.btn-filled,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:999px;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;text-decoration:none;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.btn-filled{background:var(--primary-color);border:1.5px solid var(--primary-color);color:var(--white-color)}.btn-filled:hover{transform:translateY(-1px);background:var(--primary-tertiary);border-color:var(--primary-tertiary)}.btn-outline{background:transparent;border:1.5px solid var(--primary-color)}.btn-outline,.section-title{color:var(--primary-color)}.btn-outline:hover{transform:translateY(-1px);background:var(--primary-color);color:var(--white-color)}.about-experience,.about-intro,.about-pillars,.about-principles,.about-promise,.about-standard{padding:5.5rem 0}.about-intro{padding-top:4.75rem}.about-intro__grid,.about-standard__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3.5rem;gap:3.5rem;align-items:center}.about-experience__header,.about-intro__copy,.about-promise__inner,.about-standard__content{display:flex;flex-direction:column}.about-intro__copy{gap:1.25rem}.about-intro__title,.about-promise__title,.about-standard__title{font-family:var(--font-heading);color:var(--primary-color);text-transform:uppercase;line-height:1.02;margin:0}.about-intro__title{font-size:clamp(2.4rem,4vw,4.3rem);max-width:100%}.about-experience__card p,.about-intro__lead,.about-intro__text,.about-principles__card p,.about-promise__body p,.about-standard__text{color:rgba(58,35,24,.9);line-height:1.9;margin:0}.about-intro__lead{font-size:1.08rem;max-width:54ch}.about-intro__text{max-width:56ch}.about-intro__actions{display:flex;flex-wrap:wrap;gap:.85rem;padding-top:.35rem}.about-intro__media{position:relative;min-height:540px}.about-intro__image{overflow:hidden;box-shadow:0 18px 50px rgba(79,41,18,.16)}.about-experience__image img,.about-intro__image img,.about-standard__visual img{width:100%;height:100%;object-fit:cover;display:block}.about-intro__image--large{width:min(100%,520px);height:420px;margin-left:auto;border-radius:28px 28px 140px 28px}.about-intro__image--small{width:250px;height:180px;position:absolute;left:0;bottom:22px;border-radius:26px 110px 26px 26px;border:8px solid rgba(255,250,244,.95)}.about-pillars{background:linear-gradient(135deg,rgba(122,18,18,.05),rgba(233,195,73,.14))}.about-pillars__heading,.about-principles__heading{text-align:center;margin-bottom:2.5rem}.about-experience__grid,.about-pillars__grid,.about-principles__grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.about-pillars__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-experience__card,.about-pillars__card,.about-principles__card{background:rgba(255,255,255,.72);border:1px solid rgba(122,18,18,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 14px 40px rgba(79,41,18,.08)}.about-pillars__card{padding:1.6rem 1.4rem;border-radius:24px}.about-pillars__card i,.about-principles__card>i{color:var(--secondary-color);font-size:1.2rem}.about-experience__card h3,.about-pillars__card h3,.about-principles__card h3{font-family:var(--font-heading);color:var(--primary-color);text-transform:uppercase;margin:0}.about-pillars__card h3{font-size:1rem;margin-top:1rem}.about-pillars__card p{color:rgba(58,35,24,.84);line-height:1.75;margin:.75rem 0 0}.about-standard{background:linear-gradient(180deg,rgba(255,250,244,.4),rgba(255,246,236,.9))}.about-standard__visual{border-radius:32px;overflow:hidden;min-height:480px;box-shadow:0 18px 52px rgba(79,41,18,.16)}.about-standard__content{gap:1.15rem}.about-standard__title{font-size:clamp(2rem,3.2vw,3.4rem);max-width:100%}.about-standard__list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.9rem;gap:.9rem}.about-standard__list li{display:flex;align-items:flex-start;gap:.8rem;color:rgba(58,35,24,.92);line-height:1.75}.about-standard__list i{color:var(--secondary-color);font-size:.45rem;margin-top:.65rem;flex-shrink:0}.about-experience{background:linear-gradient(135deg,rgba(122,18,18,.07),rgba(233,195,73,.12))}.about-experience__header{gap:.75rem;text-align:center;margin-bottom:2rem}.about-experience__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-experience__card{border-radius:28px;overflow:hidden}.about-experience__image{height:260px}.about-experience__card h3,.about-experience__card p{padding-inline:1.4rem}.about-experience__card h3{padding-top:1.2rem;font-size:1.05rem}.about-experience__card p{padding-bottom:1.4rem}.about-principles{background:linear-gradient(180deg,rgba(255,246,236,.7),rgba(246,233,217,.9))}.about-principles__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-principles__card{grid-column:span 1;border-radius:24px;padding:2rem 1.6rem;display:flex;flex-direction:column;gap:.9rem}.about-principles__card h3{font-size:1rem;display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.about-principles__card p{line-height:1.8}.about-principles__card:nth-child(4),.about-principles__card:nth-child(5){grid-column:span 1}.about-promise{background:linear-gradient(180deg,rgba(255,250,244,.95),rgba(255,250,244,.75))}.about-promise__inner{align-items:center;text-align:center;gap:1.5rem;max-width:820px}.about-promise__title{font-size:clamp(2rem,3.6vw,3.3rem)}.about-promise__body{display:grid;grid-gap:1rem;gap:1rem}.about-promise__body p{font-size:1rem}.about-promise__cta{margin-top:.4rem}.reveal-delay-1{transition-delay:.12s}.reveal-delay-2{transition-delay:.24s}.reveal-delay-3{transition-delay:.36s}.reveal-delay-4{transition-delay:.48s}@media (max-width:991.98px){.about-intro__grid,.about-standard__grid{grid-template-columns:1fr}.about-intro__media{min-height:460px}.about-experience__grid,.about-pillars__grid,.about-principles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-standard__visual{min-height:360px}}@media (max-width:767.98px){.about-experience,.about-intro,.about-pillars,.about-principles,.about-promise,.about-standard{padding:4rem 0}.about-intro__media{min-height:380px}.about-intro__image--large{width:100%;height:320px}.about-intro__image--small{width:180px;height:140px;left:12px;bottom:12px}.about-experience__grid,.about-pillars__grid,.about-principles__grid{grid-template-columns:1fr}.about-experience__image{height:220px}}@media (max-width:575.98px){.about-intro__title{max-width:100%}.about-intro__actions{flex-direction:column;align-items:stretch}.btn-filled,.btn-outline{width:100%}.about-intro__media{min-height:320px}.about-intro__image--large{height:260px}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}}.page-banner{position:relative;width:100%;height:65vh;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding-top:88px;overflow:hidden}.page-banner__scrim{position:absolute;inset:0;background:rgba(0,0,0,.7);pointer-events:none}.page-banner__crumbs{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-body);font-size:1rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.page-banner__crumb{color:#ffffff;text-decoration:none;transition:color .2s}.page-banner__crumb--active,.page-banner__crumb:hover{color:var(--secondary-color)}.page-banner__crumb--active{cursor:default}.page-banner__slash{color:rgba(255,255,255,.55)}@media (max-width:768px){.page-banner{height:65vh;padding-top:72px}.page-banner__crumbs{font-size:.82rem;letter-spacing:.15em;gap:.5rem}}@media (max-width:576px){.page-banner{height:50vh}.page-banner__crumbs{font-size:.72rem;letter-spacing:.12em}}.page-banner__hero{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:0 24px;max-width:760px;background:none!important}.page-banner__hero-heading{font-family:Spectral,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:400;font-style:italic;color:#ffffff!important;background:none!important;-webkit-text-fill-color:#ffffff;line-height:1.35;letter-spacing:.5px;text-transform:none;text-shadow:0 2px 24px rgba(0,0,0,.5);margin:0;padding:0}.page-banner__hero-heading span{color:var(--secondary-color)}.page-banner__hero-sub{font-family:var(--font-body);font-size:clamp(.9rem,2vw,1.1rem);color:#ffffff!important;background:none!important;-webkit-text-fill-color:#ffffff;line-height:1.6;max-width:560px;margin:0;padding:0;font-weight:400;letter-spacing:.02em;opacity:.88}.page-banner__crumbs--hero{margin-top:10px;opacity:.75}.page-banner__crumbs--hero .page-banner__crumb,.page-banner__crumbs--hero .page-banner__crumb--active,.page-banner__crumbs--hero .page-banner__slash{background:none!important}@media (max-width:768px){.page-banner{height:360px;min-height:280px;padding-top:72px}.page-banner__hero{gap:10px;padding:0 20px}.page-banner__crumbs{font-size:.82rem;letter-spacing:.15em;gap:.5rem}}@media (max-width:576px){.page-banner{height:300px;min-height:240px}.page-banner__crumbs{font-size:.72rem;letter-spacing:.12em}}.ct-page{min-height:100vh;background:#ffffff;color:var(--text)}.ct-overline{font-family:var(--font-body);font-size:.92rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin:0 0 10px}.ct-dash,.ct-overline{color:var(--secondary-color)}.ct-dash{margin-right:8px}.ct-h2{font-family:var(--font-heading);font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:700;color:var(--text);letter-spacing:.02em;line-height:1.15;margin:0 0 30px}.ct-h2 em{font-style:italic;color:var(--primary-color);font-weight:600}.ct-sec{padding:40px 0;position:relative;z-index:1;background:transparent}.ct-ctr{max-width:1180px;margin:0 auto;padding:0 56px}.ct-bg-wrap{position:relative;background:transparent}.ct-bg-scrim{display:none}.ct-main-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:56px;gap:56px;align-items:stretch}.ct-form,.ct-form-panel{display:flex;flex-direction:column}.ct-form{gap:18px}.ct-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.ct-field{display:flex;flex-direction:column;gap:8px;position:relative}.ct-field-full{grid-column:1/-1}.ct-field label{font-family:var(--font-body);font-size:.86rem;font-weight:700;color:var(--text);transition:color .2s}.ct-req{color:var(--secondary-color)}.ct-field.filled label,.ct-field.focused label{color:var(--primary-color)}.ct-field input,.ct-field textarea{width:100%;padding:14px 18px;border-radius:10px;border:1px solid #e1bfbb;background:#ffffff;color:var(--text);font-family:var(--font-body);font-size:1rem;outline:none;transition:border-color .25s,background .25s,box-shadow .25s;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ct-field input:-webkit-autofill,.ct-field input:-webkit-autofill:focus,.ct-field input:-webkit-autofill:hover,.ct-field textarea:-webkit-autofill,.ct-field textarea:-webkit-autofill:focus,.ct-field textarea:-webkit-autofill:hover{-webkit-text-fill-color:var(--text)!important;color:var(--text)!important;box-shadow:inset 0 0 0 1000px #ffffff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.ct-field input:-webkit-autofill,.ct-field input:-webkit-autofill:focus,.ct-field input:-webkit-autofill:hover,.ct-field input:autofill,.ct-field input:autofill:focus,.ct-field input:autofill:hover,.ct-field textarea:-webkit-autofill,.ct-field textarea:-webkit-autofill:focus,.ct-field textarea:-webkit-autofill:hover,.ct-field textarea:autofill,.ct-field textarea:autofill:focus,.ct-field textarea:autofill:hover{-webkit-text-fill-color:var(--text)!important;color:var(--text)!important;box-shadow:inset 0 0 0 1000px #ffffff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.ct-field input::placeholder,.ct-field textarea::placeholder{color:var(--text-muted-light)}.ct-field.focused input,.ct-field.focused textarea{border-color:var(--primary-color);background:#ffffff;box-shadow:0 0 0 3px rgba(122,18,18,.08)}.ct-field.focused input:-webkit-autofill,.ct-field.focused textarea:-webkit-autofill{box-shadow:inset 0 0 0 1000px #ffffff,0 0 0 3px rgba(122,18,18,.08)!important}.ct-field.focused input:-webkit-autofill,.ct-field.focused input:autofill,.ct-field.focused textarea:-webkit-autofill,.ct-field.focused textarea:autofill{box-shadow:inset 0 0 0 1000px #ffffff,0 0 0 3px rgba(122,18,18,.08)!important}.ct-field.error input{border-color:#d32f2f}.ct-field-error{font-family:var(--font-body);font-size:.78rem;color:#d32f2f}.ct-topic-field{position:relative}.ct-topic-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-radius:10px;border:1px solid #e1bfbb;background:#ffffff;color:var(--text);font-family:var(--font-body);font-size:1rem;text-align:left;cursor:pointer;transition:border-color .25s,box-shadow .25s}.ct-topic-field.focused .ct-topic-trigger{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(122,18,18,.08)}.ct-topic-caret,.ct-topic-placeholder{color:var(--text-muted-light)}.ct-topic-caret{font-size:.8rem;transition:transform .2s ease}.ct-topic-caret.open{transform:rotate(180deg);color:var(--primary-color)}.ct-topic-list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;margin:0;padding:6px;list-style:none;background:#ffffff;border:1px solid #e1bfbb;border-radius:10px;box-shadow:0 12px 32px rgba(122,18,18,.14);max-height:260px;overflow-y:auto}.ct-topic-option{padding:10px 14px;border-radius:8px;font-family:var(--font-body);font-size:.95rem;color:var(--text);cursor:pointer;transition:background .15s,color .15s}.ct-topic-option:hover{background:rgba(122,18,18,.08);color:var(--primary-color)}.ct-topic-option.selected{background:var(--primary-color);color:#ffffff}.ct-field textarea{resize:vertical;min-height:148px;line-height:1.7}.ct-submit{display:inline-flex;align-items:center;justify-content:center;padding:13px 30px;border-radius:4px;border:1.5px solid var(--primary-color);background:var(--primary-color);color:#ffffff;font-family:var(--font-body);font-size:.95rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;align-self:flex-start;margin-top:6px;transition:background var(--transition),border-color var(--transition),transform var(--transition)}.ct-submit:hover{background:var(--primary-surface);border-color:var(--primary-surface);transform:translateY(-2px)}.ct-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.ct-submit-error{margin:0;font-family:var(--font-body);font-size:.85rem;color:#d32f2f}.ct-success{flex-direction:column;text-align:center;gap:16px;padding:64px 32px;border-radius:20px;border:1px solid #e1bfbb;background:#ffffff}.ct-success,.ct-success-icon{display:flex;align-items:center}.ct-success-icon{width:64px;height:64px;border-radius:50%;background:var(--primary-color);justify-content:center;color:#ffffff;font-size:1.6rem;box-shadow:0 14px 28px rgba(0,0,0,.3)}.ct-success h3{font-family:var(--font-heading);font-size:1.5rem;color:var(--text);margin:0;text-transform:uppercase}.ct-success p{font-family:var(--font-body);font-size:.98rem;color:var(--text-muted);max-width:320px;line-height:1.7;margin:0}.ct-success-back{margin-top:8px;padding:10px 24px;border-radius:999px;border:1.5px solid var(--primary-color);background:transparent;color:var(--primary-color);font-family:var(--font-body);font-size:.9rem;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition)}.ct-success-back:hover{background:var(--primary-color);color:#ffffff;border-color:var(--primary-color)}.ct-info-col{gap:28px}.ct-info-card,.ct-info-col{display:flex;flex-direction:column}.ct-info-card{background:#ffffff;border:1px solid #e1bfbb;border-radius:24px 64px 24px 24px;padding:40px 32px;gap:24px;box-shadow:0 14px 36px rgba(122,18,18,.1);height:-moz-fit-content;height:fit-content;margin-top:100px}.ct-info-block{display:flex;flex-direction:column;gap:8px}.ct-info-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:.04em;margin:0}.ct-info-block p{font-family:var(--font-body);font-size:.92rem;color:var(--text-muted);line-height:1.7;margin:0}.ct-info-block a{color:var(--primary-color);text-decoration:none;transition:color .2s}.ct-info-block a:hover{color:var(--primary-surface)}.ct-social-icons{display:flex;gap:12px;margin-top:4px}.ct-social-icons a{width:42px;height:42px;border-radius:50%;background:var(--primary-color);border:1.5px solid var(--primary-color);display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:1rem;transition:background .2s,color .2s,transform .2s}.ct-social-icons a:hover{background:transparent;color:var(--primary-color);transform:translateY(-2px)}.ct-map-block{display:flex;flex-direction:column;gap:14px}.ct-map-frame{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e1bfbb;box-shadow:0 14px 36px rgba(122,18,18,.1);aspect-ratio:4/3}.ct-map-frame iframe{width:100%;height:100%;border:0;display:block;filter:none;color-scheme:light}.ct-dir-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;align-self:stretch;padding:11px 22px;border-radius:999px;background:var(--primary-color);border:1.5px solid var(--primary-color);color:#ffffff;font-family:var(--font-body);font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;box-shadow:0 6px 18px rgba(0,0,0,.15);transition:background var(--transition),border-color var(--transition),transform var(--transition)}.ct-dir-btn:hover{background:var(--primary-surface);border-color:var(--primary-surface);transform:translateY(-2px)}@media (max-width:1100px){.ct-ctr{padding:0 36px}.ct-main-grid{gap:40px}}@media (max-width:900px){.ct-sec{padding:72px 0}.ct-ctr{padding:0 24px}.ct-main-grid{grid-template-columns:1fr;gap:48px}.ct-info-card{border-radius:24px 64px 24px 24px}.ct-map-frame{aspect-ratio:16/9}}@media (max-width:640px){.ct-ctr{padding:0 16px}.ct-main-grid{gap:24px}.ct-row-2{grid-template-columns:1fr}.ct-submit{align-self:stretch;margin-bottom:8px}.ct-info-card{padding:32px 24px}.ct-map-frame{aspect-ratio:4/3}}.pg-bg{position:relative;overflow:clip;isolation:isolate}.pg-bg:before{content:"";inset:0;background-image:var(--pg-bg-pattern,none);background-repeat:repeat;background-size:820px;opacity:var(--pg-bg-pattern-opacity,0)}.pg-bg:before,.pg-blob{position:absolute;pointer-events:none;z-index:-1}.pg-blob{width:300px;height:300px;border-radius:50%;background:var(--primary-blob);filter:blur(120px)}