@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";:root{--ink: #0E0C0A;--surface: #141210;--card: #1C1915;--border: rgba(200, 150, 46, .18);--border-hi: rgba(200, 150, 46, .35);--gold: #C8962E;--gold-light: #E8B84B;--gold-dim: rgba(200, 150, 46, .08);--ember: #C4541E;--cream: #F0EAD9;--muted: #A8A097;--text: #EDE8DF;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--r-sm: 10px;--r-md: 18px;--r-lg: 28px;--r-xl: 40px;--glow-sm: 0 0 28px rgba(200,150,46,.08);--glow-md: 0 0 60px rgba(200,150,46,.12);--shadow: 0 16px 44px rgba(0,0,0,.45);--ease-out: cubic-bezier(.22, 1, .36, 1);font-family:var(--font-body);color:var(--text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:root[data-theme=light]{--ink: #F5F3EF;--surface: #FFFFFF;--card: #FFFFFF;--border: rgba(200, 150, 46, .16);--border-hi: rgba(200, 150, 46, .28);--cream: #F7F3EA;--muted: #6E6760;--text: #2E2A25;--shadow: 0 10px 24px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--ink);background-image:radial-gradient(circle at 18% 8%,rgba(200,150,46,.09),transparent 36%),radial-gradient(circle at 85% 14%,rgba(200,150,46,.05),transparent 32%),linear-gradient(180deg,#0f0d0b,#0b0908 55%,#0e0c0a);min-height:100vh;overflow-x:hidden;line-height:1.6}html[data-theme=light] body{background-color:var(--ink);background-image:radial-gradient(circle at 16% 8%,rgba(200,150,46,.1),transparent 35%),radial-gradient(circle at 84% 10%,rgba(200,150,46,.08),transparent 34%),linear-gradient(180deg,#f8f6f2,#f1ede7 58%,#f7f3ed)}#root{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}::selection{background:#c8962e33;color:#1f1f1f}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#151210}::-webkit-scrollbar-thumb{background:#c8962e4d;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#c8962e80}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;letter-spacing:-.015em;font-weight:500}h1{font-size:clamp(2.4rem,6vw,4.5rem);font-weight:600}h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:600}h3{font-size:clamp(1.2rem,2.5vw,1.7rem);font-weight:500}p{line-height:1.55;color:var(--muted);font-size:.975rem}.page-shell{flex:1;position:relative}.page-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% -10%,rgba(200,150,46,.08),transparent 45%);opacity:.85;z-index:-1}.section-kicker{display:inline-block;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.section-title-gold{color:var(--cream)}.btn-solid{display:inline-flex;align-items:center;gap:.5rem;padding:.72rem 1.7rem;background:var(--gold);color:var(--ink);font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.05em;border-radius:99px;border:none;transition:background .25s var(--ease-out),transform .2s var(--ease-out),box-shadow .25s var(--ease-out)}.btn-solid:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 32px #c8962e59}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.72rem 1.7rem;background:transparent;color:var(--cream);font-family:var(--font-body);font-size:.85rem;font-weight:500;letter-spacing:.05em;border-radius:99px;border:1px solid rgba(240,234,217,.28);transition:border-color .25s,color .25s,transform .2s var(--ease-out)}.btn-outline:hover{border-color:var(--gold);color:var(--gold-light);transform:translateY(-2px)}.btn-ghost{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:transparent;color:var(--muted);font-size:.82rem;font-weight:500;border-radius:var(--r-sm);border:1px solid var(--border);transition:color .2s,border-color .2s,background .2s}.btn-ghost:hover{color:var(--text);border-color:var(--border-hi);background:#ffffff08}.btn-small{display:inline-flex;align-items:center;padding:.45rem 1.1rem;background:transparent;color:var(--gold);font-size:.8rem;font-weight:600;letter-spacing:.05em;border-radius:99px;border:1px solid var(--border-hi);transition:background .2s,color .2s}.btn-small:hover{background:var(--gold);color:var(--ink)}.scroll-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.page-transition{animation:pageEnter .7s var(--ease-out) both}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px) scale(.995);filter:blur(3px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.info-strip{width:min(1100px,calc(100% - 2rem));margin:1.5rem auto;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;border:1px solid var(--border-hi);border-radius:var(--r-xl);background:linear-gradient(145deg,#1c1915f7,#151210fc);padding:1.1rem 1.8rem;box-shadow:var(--shadow)}.info-strip-item{text-align:center;padding:0 .5rem}.info-strip-label{display:block;font-size:.64rem;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-weight:700;margin-bottom:.28rem}.info-strip-value{display:block;color:var(--text);font-weight:500;font-size:.88rem;transition:color .15s}.info-strip-value:hover{color:var(--gold-light)}.info-strip-divider{width:1px;height:36px;background:var(--border)}.skeleton-card{pointer-events:none}.skeleton-img{width:100%;aspect-ratio:1;background:linear-gradient(90deg,#1e1b17e6 25%,#2d2821f2,#1e1b17e6 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-body{padding:.85rem}.skeleton-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#1e1b17e6 25%,#2d2821f2,#1e1b17e6 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;margin-bottom:.5rem}.skeleton-line.short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.status-box{text-align:center;padding:2rem;color:var(--muted);border:1px solid var(--border);border-radius:var(--r-md);font-size:.9rem}.status-box.error{border-color:#c4541e66;color:#e08060}.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:min(720px,calc(100% - 2rem));display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;padding:1.1rem 1.5rem;background:#151210f7;border:1px solid var(--border-hi);border-radius:var(--r-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:900;animation:slideUp .4s var(--ease-out)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cookie-banner>div:first-child{flex:1;min-width:180px}.cookie-banner strong{display:block;font-size:.88rem;color:var(--text);margin-bottom:.2rem}.cookie-banner p{font-size:.78rem;margin:0}.cookie-banner-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0;flex-wrap:wrap}.cookie-banner-actions a{font-size:.78rem;color:var(--gold);text-decoration:underline;text-underline-offset:3px}@media (max-width: 640px){.info-strip{grid-template-columns:1fr;gap:.8rem}.info-strip-divider{display:none}.info-strip-item{text-align:left}}.auth-layout,.dashboard-shell{--ink: #0E0C0A;--surface: #151210;--card: #1C1915;--border: rgba(200, 150, 46, .18);--border-hi: rgba(200, 150, 46, .42);--cream: #F0EAD9;--muted: #8A7E6E;--text: #EDE8DF}.auth-layout{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(ellipse 60% 40% at 80% 10%,rgba(200,150,46,.08),transparent 60%),radial-gradient(ellipse 50% 50% at 20% 90%,rgba(196,84,30,.05),transparent 55%),var(--ink)}.auth-card{width:min(460px,100%);background:linear-gradient(145deg,#1c1915fa,#151210fc);border:1px solid var(--border-hi);border-radius:28px;padding:2.5rem 2.25rem;box-shadow:var(--shadow),0 0 0 1px #c8962e0d;display:flex;flex-direction:column;gap:1.5rem}.auth-logo{display:flex;align-items:center;gap:.85rem}.auth-logo-img{width:52px;height:52px;border-radius:12px;overflow:hidden;border:1px solid var(--border-hi);background:#c8962e0f;padding:5px;flex-shrink:0}.auth-logo-img img{width:100%;height:100%;object-fit:contain;border-radius:8px}.auth-logo-text{display:flex;flex-direction:column}.auth-logo-text strong{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;color:var(--cream)}.auth-logo-text span{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.auth-card h1{font-family:Cormorant Garamond,serif;font-size:1.65rem;font-weight:500;color:var(--cream)}.auth-card>p{font-size:.85rem;color:var(--muted)}.form-grid{display:flex;flex-direction:column;gap:1rem}.form-label{display:flex;flex-direction:column;gap:.4rem;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.form-label input,.form-label textarea,.form-label select{padding:.75rem 1rem;background:#0e0c0a99;border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;width:100%;transition:border-color .2s,box-shadow .2s}.form-label input:focus,.form-label textarea:focus,.form-label select:focus{outline:none;border-color:var(--border-hi);box-shadow:0 0 0 3px #c8962e1a}.form-label textarea{resize:vertical;min-height:90px}.form-label select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.form-label input[type=file]{padding:.5rem .75rem;cursor:pointer}.form-grid button[type=submit]{padding:.8rem 1.5rem;background:var(--gold);color:var(--ink);font-size:.88rem;font-weight:600;letter-spacing:.05em;border-radius:99px;border:none;transition:background .25s var(--ease-out),transform .2s var(--ease-out),box-shadow .2s;margin-top:.25rem}.form-grid button[type=submit]:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 24px #c8962e4d}.form-grid button[type=submit]:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.auth-card small{font-size:.78rem;color:var(--muted)}.dashboard-shell{display:grid;gap:1.5rem;width:min(1280px,calc(100% - 2rem));margin:0 auto;padding:1.5rem 0 3rem;min-height:100vh;background:radial-gradient(ellipse 50% 30% at 100% 0%,rgba(200,150,46,.05),transparent 50%),radial-gradient(ellipse 40% 30% at 0% 100%,rgba(196,84,30,.04),transparent 50%)}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem;background:linear-gradient(145deg,#1c1915fa,#151210fc);border:1px solid var(--border-hi);border-radius:var(--r-lg);box-shadow:0 4px 24px #00000059}.topbar-brand{display:flex;align-items:center;gap:1rem}.topbar h1{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500;color:var(--cream)}.topbar p{font-size:.8rem;color:var(--muted);margin-top:.15rem}.topbar-badge{display:inline-flex;align-items:center;padding:.2rem .7rem;font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);background:var(--gold);border-radius:99px}.topbar-actions{display:flex;align-items:center;gap:.6rem}.topbar-actions .ghost,.topbar-actions .danger{padding:.5rem 1.1rem;border-radius:var(--r-sm);font-size:.83rem;font-weight:500;transition:background .2s,color .2s,border-color .2s}.topbar-actions .ghost{border:1px solid var(--border);color:var(--muted);background:transparent}.topbar-actions .ghost:hover{color:var(--text);border-color:var(--border-hi);background:#ffffff08}.icon-button{font-size:1.1rem}.topbar-actions .danger{border:1px solid rgba(184,64,64,.35);color:#e07070;background:transparent}.topbar-actions .danger:hover{background:#b840401a;border-color:#b8404099}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stats-grid article{padding:1.5rem 1.75rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);display:flex;flex-direction:column;gap:.4rem;transition:border-color .25s,box-shadow .25s}.stats-grid article:hover{border-color:var(--border-hi);box-shadow:0 8px 28px #0000004d}.stats-grid article h2{font-family:DM Sans,system-ui,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:600}.stats-grid article p{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400;color:var(--gold-light);line-height:1}.tab-row{display:flex;gap:.3rem;padding:.4rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);width:fit-content}.tab-row button{padding:.55rem 1.25rem;font-size:.83rem;font-weight:500;border-radius:calc(var(--r-md) - 4px);color:var(--muted);transition:background .2s,color .2s}.tab-row button.active{background:#c8962e26;color:var(--gold-light)}.tab-row button:hover:not(.active){background:#ffffff0a;color:var(--text)}.panel-grid{display:grid;grid-template-columns:1fr 2fr;gap:1.25rem;align-items:start}.panel-grid.single{grid-template-columns:1fr}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.card h3{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;color:var(--cream);padding-bottom:.85rem;border-bottom:1px solid var(--border)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.85rem}thead th{text-align:left;padding:.6rem .85rem;font-size:.67rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);white-space:nowrap}tbody tr{border-bottom:1px solid rgba(200,150,46,.06);transition:background .15s}tbody tr:hover{background:#c8962e0a}tbody tr:last-child{border-bottom:none}td{padding:.75rem .85rem;color:var(--text);vertical-align:middle}.thumb{width:44px;height:44px;object-fit:cover;border-radius:var(--r-sm);border:1px solid var(--border)}.pill{display:inline-flex;align-items:center;padding:.22rem .65rem;font-size:.68rem;font-weight:700;letter-spacing:.1em;border-radius:99px}.pill.active{background:#3d9c6a26;color:#5dc98a;border:1px solid rgba(61,156,106,.3)}.pill.passive{background:#8a7e6e1a;color:var(--muted);border:1px solid var(--border)}td.inline-actions{white-space:nowrap}.inline-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-top:.25rem}.inline-actions button,.inline-actions .ghost{padding:.4rem .85rem;font-size:.78rem;font-weight:500;border-radius:var(--r-sm);border:1px solid var(--border);color:var(--muted);background:transparent;transition:color .15s,border-color .15s,background .15s;cursor:pointer;font-family:inherit}.inline-actions button:hover,.inline-actions .ghost:hover{color:var(--text);border-color:var(--border-hi);background:#ffffff08}.inline-actions .danger{border-color:#b8404040;color:#c47070}.inline-actions .danger:hover{background:#b8404014;border-color:#b8404080}.check-row{display:flex!important;flex-direction:row!important;align-items:center;gap:.6rem;cursor:pointer;text-transform:none!important;letter-spacing:normal!important;color:var(--text)!important;font-size:.85rem!important;font-family:DM Sans,system-ui,sans-serif!important}.check-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--gold);cursor:pointer}.items-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.25rem}.items-list li{font-size:.8rem;color:var(--muted)}td select{padding:.35rem .75rem;background:#0e0c0a99;border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);font-family:inherit;font-size:.82rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:130px;transition:border-color .2s}td select:focus{outline:none;border-color:var(--border-hi)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0e0c0ad9;display:flex;align-items:center;justify-content:center;padding:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{width:min(520px,100%);background:linear-gradient(145deg,#1c1915fc,#151210fc);border:1px solid var(--border-hi);border-radius:var(--r-lg);padding:1.75rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.25rem;animation:modalIn .28s var(--ease-out);max-height:90vh;overflow-y:auto}@keyframes modalIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.modal-header h3{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;color:var(--cream)}.modal-header .ghost{padding:.35rem .75rem;font-size:.78rem;font-weight:500;border:1px solid var(--border);border-radius:var(--r-sm);color:var(--muted);transition:color .15s,border-color .15s,background .15s}.modal-header .ghost:hover{color:var(--text);border-color:var(--border-hi);background:#ffffff08}.error-text{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.25rem;background:#b840401a;border:1px solid rgba(184,64,64,.3);border-radius:var(--r-md);color:#e08080;font-size:.85rem}.success-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;background:#3d9c6a26;border:1px solid rgba(61,156,106,.35);border-radius:99px;color:#5dc98a;font-size:.85rem;font-weight:500;z-index:2000;white-space:nowrap;animation:toastIn .3s var(--ease-out);box-shadow:0 8px 32px #0006}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 640px){.dashboard-shell{gap:1rem;padding:1rem .75rem 2rem;width:calc(100% - 1.5rem);margin:0 auto}.topbar{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.topbar h1{font-size:1.1rem}.topbar-actions{width:100%;justify-content:space-between}.topbar-actions button{padding:.4rem .8rem;font-size:.75rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stats-grid article{padding:1rem;gap:.3rem}.stats-grid article h2{font-size:.6rem}.stats-grid article p{font-size:1.8rem}.tab-row{flex-wrap:wrap;width:100%;gap:.25rem;padding:.3rem}.tab-row button{padding:.4rem .8rem;font-size:.75rem;flex:1;min-width:80px}.panel-grid{grid-template-columns:1fr;gap:1rem}.panel-grid.single{grid-template-columns:1fr}.card{padding:1rem;gap:.8rem}.card h3{font-size:1rem;padding-bottom:.5rem}.form-grid{gap:.75rem}.form-label{font-size:.65rem;gap:.3rem}.form-label input,.form-label textarea,.form-label select{padding:.6rem .75rem;font-size:.85rem}.form-grid button[type=submit]{padding:.7rem 1.2rem;font-size:.8rem}.inline-actions{gap:.3rem;flex-wrap:wrap}.inline-actions button,.inline-actions .ghost{padding:.35rem .7rem;font-size:.7rem}.check-row{font-size:.8rem;gap:.4rem}.check-row input[type=checkbox]{width:14px;height:14px}.table-wrap{overflow-x:auto}table{font-size:.75rem}thead{display:none}tbody tr{display:block;border:1px solid var(--border);border-radius:var(--r-md);margin-bottom:.75rem;padding:.75rem}tbody tr:hover{background:transparent}tbody tr:last-child{border-bottom:1px solid var(--border)}td{display:grid;grid-template-columns:100px 1fr;gap:.5rem;padding:.4rem 0;border:none;align-items:center}td[data-label]:before{content:attr(data-label);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);white-space:nowrap}.thumb{width:40px;height:40px}td.inline-actions{grid-template-columns:1fr;flex-direction:column}.modal-backdrop{padding:1rem}.modal-card{width:100%;padding:1rem;gap:1rem;max-height:95vh}.modal-header{flex-direction:column;align-items:flex-start;gap:.5rem}.modal-header h3{font-size:1rem}.modal-header .ghost{align-self:flex-end}[style*="gridColumn: 1 / -1"]{grid-column:1 / -1!important}[style*="gridTemplateColumns: 2fr 1fr 2fr 0.5fr"]{grid-template-columns:1fr!important}[style*="gridTemplateColumns: 2fr 1fr 2fr 0.5fr"] input[type=number]{grid-column:1 / -1}[style*="gridTemplateColumns: 2fr 1fr 2fr 0.5fr"] button[class*=danger]{grid-column:1 / -1;width:100%}.auth-card{padding:1.5rem 1.25rem;width:100%}.auth-card h1{font-size:1.3rem}.error-text{font-size:.8rem;padding:.7rem 1rem;gap:.4rem}.success-toast{bottom:1rem;left:.5rem;right:.5rem;transform:translate(0);white-space:normal;font-size:.8rem}}@media (min-width: 641px) and (max-width: 1024px){.dashboard-shell{width:calc(100% - 2rem);padding:1.5rem 1rem 2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.panel-grid{grid-template-columns:1fr}.topbar{flex-wrap:wrap;gap:1rem}.topbar h1{font-size:1.2rem}.tab-row{flex-wrap:wrap}.card{padding:1.5rem}.card h3{font-size:1.1rem}.form-label{font-size:.75rem}.form-label input,.form-label textarea,.form-label select{font-size:.9rem;padding:.7rem .9rem}.form-grid button[type=submit]{padding:.75rem 1.3rem;font-size:.85rem}.modal-card{width:min(90vw,500px);padding:1.5rem}table{font-size:.82rem}thead th{padding:.55rem .75rem}td{padding:.65rem .75rem}.thumb{width:42px;height:42px}}@media (min-width: 1025px){.stats-grid{grid-template-columns:repeat(4,1fr)}.panel-grid{grid-template-columns:1fr 2fr}}.site-header{position:fixed;top:0;left:0;right:0;z-index:800;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;transition:background .4s cubic-bezier(.22,1,.36,1),padding .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),border-color .4s;border-bottom:1px solid transparent;background:#0e0c0ab8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header.is-scrolled{background:#0e0c0ae6;backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2);padding:.7rem 2rem;border-bottom-color:#c8962e38;box-shadow:0 14px 36px #00000059}.brand-block{display:flex;align-items:center;gap:.85rem;text-decoration:none;flex-shrink:0}.brand-logo-wrap{position:relative;width:52px;height:52px;border-radius:14px;overflow:hidden;border:1px solid rgba(200,150,46,.4);background:#c8962e0f;transition:border-color .3s,box-shadow .3s;flex-shrink:0}.brand-logo-wrap img{width:100%;height:100%;object-fit:contain;padding:4px;border-radius:10px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.brand-block:hover .brand-logo-wrap{border-color:#c8962eb3;box-shadow:0 0 20px #c8962e33}.brand-block:hover .brand-logo-wrap img{transform:scale(1.05)}.brand-text{display:flex;flex-direction:column}.brand-text strong{font-family:Cormorant Garamond,Georgia,serif;font-size:1.18rem;font-weight:600;color:var(--text);line-height:1.2;letter-spacing:.01em}.brand-text span{font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#c8962e;margin-top:1px}.site-nav{display:flex;align-items:center;gap:.25rem}.nav-tools{display:flex;align-items:center;gap:.8rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:34px;padding:0 .85rem;border-radius:999px;border:1px solid rgba(200,150,46,.3);color:var(--text);background:#c8962e14;font-size:.75rem;font-weight:600;letter-spacing:.04em;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .22s,background .22s}.theme-toggle:hover{transform:translateY(-1px);border-color:#c8962e8c;background:#c8962e24}.theme-toggle{position:relative;padding:6px 10px;min-width:46px;height:36px}.theme-toggle .theme-icon{display:inline-flex;align-items:center;gap:8px;position:relative;z-index:2}.theme-toggle svg{display:block}.theme-toggle .icon-sun,.theme-toggle .icon-moon{transition:transform .36s var(--ease-out),opacity .28s var(--ease-out)}.theme-toggle.is-dark .icon-sun{opacity:0;transform:translateY(-6px) scale(.8)}.theme-toggle.is-dark .icon-moon,.theme-toggle.is-light .icon-sun{opacity:1;transform:translateY(0) scale(1)}.theme-toggle.is-light .icon-moon{opacity:0;transform:translateY(6px) scale(.8)}.theme-toggle-bg{position:absolute;top:2px;bottom:2px;left:2px;right:auto;width:34px;height:30px;border-radius:999px;z-index:1;background:linear-gradient(180deg,#ffffff0a,#00000005);transition:transform .38s var(--ease-out),left .3s var(--ease-out, ease);box-shadow:var(--glow-sm)}.theme-toggle.is-dark .theme-toggle-bg{left:8px;background:#ffffff05}.theme-toggle.is-light .theme-toggle-bg{left:2px;background:#c8962e1a}.site-nav a{display:inline-flex;align-items:center;padding:.45rem 1rem;font-size:.85rem;font-weight:500;color:#ede8dfb8;text-decoration:none;border-radius:99px;letter-spacing:.02em;transition:color .2s,background .2s;position:relative}.site-nav a:after{content:"";position:absolute;bottom:6px;left:50%;transform:translate(-50%) scaleX(0);width:16px;height:1.5px;background:#c8962e;border-radius:2px;transition:transform .25s cubic-bezier(.22,1,.36,1)}.site-nav a:hover{color:#f0ead9;background:#c8962e12}.site-nav a.active{color:#e8b84b}.site-nav a.active:after{transform:translate(-50%) scaleX(1)}.hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;border-radius:var(--r-sm);border:1px solid rgba(200,150,46,.25);background:transparent;cursor:pointer;transition:border-color .2s,background .2s}.hamburger-btn:hover{border-color:#c8962e80;background:#c8962e0f}.hamburger-btn.open{border-color:#c8962e80;background:#c8962e1a}.hamburger-line{display:block;width:18px;height:1.5px;background:#ede8df;border-radius:2px;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .2s;transform-origin:center}.hamburger-line:nth-child(1).open{transform:translateY(6.5px) rotate(45deg)}.hamburger-line:nth-child(2).open{opacity:0;transform:scaleX(0)}.hamburger-line:nth-child(3).open{transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:700;background:#0e0c0afa;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;pointer-events:none;transition:opacity .35s cubic-bezier(.22,1,.36,1)}.mobile-nav-overlay.is-open{opacity:1;pointer-events:all}.mobile-nav{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.5rem;padding:5rem 2rem 3rem}.mobile-nav a{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.2rem,8vw,3.5rem);font-weight:400;color:#ede8df99;padding:.3rem 1rem;letter-spacing:.02em;border-radius:var(--r-sm);opacity:0;transform:translateY(20px);transition:color .2s,opacity .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1)}.mobile-nav-overlay.is-open .mobile-nav a{opacity:1;transform:translateY(0)}.mobile-nav a:nth-child(1){transition-delay:80ms}.mobile-nav a:nth-child(2){transition-delay:.14s}.mobile-nav a:nth-child(3){transition-delay:.2s}.mobile-nav a:nth-child(4){transition-delay:.26s}.mobile-nav a:hover,.mobile-nav a.active{color:#e8b84b}.header-spacer{height:80px}@media (max-width: 768px){.site-nav{display:none!important}.theme-toggle{min-width:58px;height:32px;padding:0 .7rem;font-size:.72rem}.hamburger-btn{display:flex!important}.mobile-nav-overlay{display:block!important}.site-header{padding:.9rem 1.25rem}.site-header.is-scrolled{padding:.65rem 1.25rem}.header-spacer{height:70px}.brand-logo-wrap{width:42px;height:42px}.brand-text strong{font-size:1rem}}:root[data-theme=light] .site-header{background:#fffffff2;border-bottom-color:#c8962e2e}:root[data-theme=light] .site-header.is-scrolled{background:#fffffffa;border-bottom-color:#c8962e40;box-shadow:0 4px 16px #00000014}:root[data-theme=light] .brand-text strong{color:#2e2a25}:root[data-theme=light] .site-nav a{color:#6e6760}:root[data-theme=light] .site-nav a:hover{color:#2e2a25;background:#c8962e14}:root[data-theme=light] .site-nav a.active{color:#c8962e}:root[data-theme=light] .hamburger-line{background:#2e2a25}:root[data-theme=light] .mobile-nav-overlay{background:#fffffffa}:root[data-theme=light] .mobile-nav a{color:#6e6760}:root[data-theme=light] .mobile-nav a:hover,:root[data-theme=light] .mobile-nav a.active{color:#c8962e}.hero{position:relative;min-height:clamp(560px,88vh,900px);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.55) saturate(.9);transition:opacity .9s cubic-bezier(.22,1,.36,1)}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0e0c0ad9,#0e0c0a4d 60%,#0e0c0aa6),linear-gradient(to top,rgba(14,12,10,1) 0%,transparent 40%)}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:min(1200px,calc(100% - 3rem));margin:0 auto;padding:4rem 0 6rem;min-height:inherit}.hero-copy{display:flex;flex-direction:column;gap:1.25rem}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.hero-eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--gold)}.hero-copy h1{color:var(--cream);font-weight:400;line-height:1.05}.hero-copy h1 em{font-style:italic;color:var(--gold-light)}.hero-copy>p{font-size:1rem;line-height:1.65;color:#ede8dfa6;max-width:42ch}.hero-pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.hero-pill-row span{display:inline-flex;align-items:center;padding:.3rem .85rem;font-size:.75rem;font-weight:500;letter-spacing:.04em;color:#ede8dfbf;background:#c8962e1a;border:1px solid rgba(200,150,46,.22);border-radius:99px}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:.5rem}.hero-dots{display:flex;gap:.45rem;margin-top:.75rem}.hero-dots button{width:24px;height:3px;border-radius:2px;background:#c8962e4d;transition:background .25s,width .3s cubic-bezier(.22,1,.36,1)}.hero-dots button.active{background:var(--gold);width:44px}.hero-visual{display:flex;flex-direction:column;gap:1rem}.hero-frame-main{position:relative;border-radius:var(--r-lg);overflow:hidden;border:1px solid rgba(200,150,46,.25);box-shadow:0 30px 80px #0009,0 0 0 1px #c8962e14;aspect-ratio:4/3}.hero-frame-main img{width:100%;height:100%;object-fit:cover;transition:opacity .6s var(--ease-out)}.hero-frame-caption{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.25rem 1rem;background:linear-gradient(to top,rgba(14,12,10,.9),transparent);display:flex;flex-direction:column;gap:.2rem}.hero-frame-caption span{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.hero-frame-caption strong{font-family:var(--font-display);font-size:1.15rem;font-weight:400;color:var(--cream)}.hero-frame-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.hero-thumb{position:relative;border-radius:var(--r-sm);overflow:hidden;aspect-ratio:3/2;border:1px solid rgba(200,150,46,.15);cursor:pointer;transition:border-color .2s,transform .2s var(--ease-out)}.hero-thumb img{width:100%;height:100%;object-fit:cover;filter:brightness(.65);transition:filter .25s}.hero-thumb:hover img{filter:brightness(.85)}.hero-thumb.active{border-color:#c8962e8c}.hero-thumb.active img{filter:brightness(1)}.hero-thumb span{position:absolute;bottom:0;left:0;right:0;padding:.5rem;background:linear-gradient(to top,rgba(14,12,10,.9),transparent)}.hero-thumb span strong{display:block;font-size:.67rem;color:var(--text);line-height:1.2}.hero-thumb span small{font-size:.6rem;color:var(--muted)}.hero-thumb:hover{transform:translateY(-2px)}.section-wrap{width:min(1160px,calc(100% - 2.5rem));margin-inline:auto;padding-block:5rem}.section-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;margin-bottom:3.5rem}.section-header p.body{max-width:55ch}.section-divider{display:flex;align-items:center;gap:1rem;margin:5rem auto;width:min(200px,60%)}.section-divider:before,.section-divider:after{content:"";flex:1;height:1px;background:var(--border)}.section-divider span{color:var(--gold);font-size:1rem;opacity:.6}.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:min(1160px,calc(100% - 2.5rem));margin:5rem auto;padding:4rem;background:linear-gradient(135deg,#1c1915f2,#151210fa);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow);position:relative;overflow:hidden}.section-intro:before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(200,150,46,.1),transparent 70%);border-radius:50%;pointer-events:none}.section-intro h2{color:var(--cream)}.section-intro>p{font-size:1rem;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;width:min(1160px,calc(100% - 2.5rem));margin:5rem auto;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;background:var(--border)}.feature-grid article{padding:2.25rem 2rem;background:var(--card);display:flex;flex-direction:column;gap:.85rem;transition:background .3s}.feature-grid article:hover{background:#1c1915fa}.feature-num{font-family:var(--font-display);font-size:3rem;font-weight:300;color:#c8962e2e;line-height:1;letter-spacing:-.03em}.feature-grid article h2{font-size:1.15rem;font-weight:500;color:var(--cream)}.feature-grid article p{font-size:.88rem}.footer-logo-wrap img,.menu-logo-large{border-radius:16px}:root[data-theme=light]{color-scheme:light}:root[data-theme=light] h1,:root[data-theme=light] h2,:root[data-theme=light] h3,:root[data-theme=light] h4{color:#2e2a25!important}:root[data-theme=light] p,:root[data-theme=light] span,:root[data-theme=light] a{color:var(--text)!important}:root[data-theme=light] .hero-copy h1,:root[data-theme=light] .hero-copy p,:root[data-theme=light] .hero-eyebrow{color:#2e2a25!important}:root[data-theme=light] .section-kicker{color:var(--gold)!important}:root[data-theme=light] .section-intro p{color:var(--muted)!important}:root[data-theme=light] .btn-solid{background:var(--gold);color:#fff}:root[data-theme=light] .btn-outline{color:#2e2a25;border-color:var(--border)}:root[data-theme=light] .btn-outline:hover{background:#c8962e14}:root[data-theme=light] .featured-card,:root[data-theme=light] .info-card,:root[data-theme=light] .qr-quick-card,:root[data-theme=light] .appetizing-card,:root[data-theme=light] .category-card,:root[data-theme=light] .product-card{background:var(--card);border-color:var(--border)}:root[data-theme=light] .featured-card h3,:root[data-theme=light] .info-card h2,:root[data-theme=light] .appetizing-card strong,:root[data-theme=light] .category-card h3,:root[data-theme=light] .product-card h3{color:#2e2a25!important}:root[data-theme=light] .featured-card p,:root[data-theme=light] .info-card p,:root[data-theme=light] .appetizing-card p,:root[data-theme=light] .product-card p{color:var(--muted)!important}:root[data-theme=light] .nav-tools a,:root[data-theme=light] .site-nav a{color:#2e2a25}:root[data-theme=light] .site-nav a.active{color:var(--gold)}:root[data-theme=light] .about-page .info-card p,:root[data-theme=light] .about-page .info-card h2,:root[data-theme=light] .about-page .values-section ul li,:root[data-theme=light] .about-page h2{color:#2e2a25!important}:root[data-theme=light] .contact-page .contact-intro,:root[data-theme=light] .contact-page .contact-info-card .info-label,:root[data-theme=light] .contact-page .contact-info-card .info-val,:root[data-theme=light] .contact-page .social-box .social-links a,:root[data-theme=light] .contact-page h2,:root[data-theme=light] .contact-page p{color:#2e2a25!important}:root[data-theme=light] .phone-button-hero{color:var(--gold);border-color:var(--gold)}:root[data-theme=light] .site-footer{background:var(--surface);border-color:var(--border)}:root[data-theme=light] .footer-title,:root[data-theme=light] .footer-tagline,:root[data-theme=light] .footer-address,:root[data-theme=light] .footer-link-grid a,:root[data-theme=light] .footer-maker{color:#2e2a25!important}:root[data-theme=light] .form-label{color:#2e2a25}:root[data-theme=light] input,:root[data-theme=light] textarea,:root[data-theme=light] select{background:var(--surface);color:#2e2a25;border-color:var(--border)}:root[data-theme=light] input::placeholder,:root[data-theme=light] textarea::placeholder{color:var(--muted)}.appetizing-section{width:min(1160px,calc(100% - 2.5rem));margin:5rem auto}.appetizing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem}.appetizing-card{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);background:var(--card);transition:transform .35s var(--ease-out),box-shadow .35s}.appetizing-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px #00000080,var(--glow-sm)}.appetizing-card img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:brightness(.9) saturate(1.1);transition:filter .35s,transform .35s var(--ease-out)}.appetizing-card:hover img{filter:brightness(1.05) saturate(1.2);transform:scale(1.03)}.appetizing-card>div{padding:1.25rem;display:flex;flex-direction:column;gap:.4rem}.appetizing-card strong{font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.appetizing-card p{font-size:.88rem;margin:0}.qr-quick-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:min(1160px,calc(100% - 2.5rem));margin:5rem auto}.qr-quick-card{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);transition:border-color .25s,transform .25s var(--ease-out),box-shadow .25s}.qr-quick-card:hover{border-color:var(--border-hi);transform:translateY(-4px);box-shadow:0 16px 48px #0006,var(--glow-sm)}.qr-quick-card strong{font-size:1rem;font-weight:600;color:var(--cream)}.qr-quick-card span{font-size:.85rem;color:var(--muted)}.hatay-notes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}.hatay-note-card{padding:1.75rem 1.5rem;background:linear-gradient(145deg,#1c1915fa,#151210fc);border:1px solid var(--border);border-top:2px solid var(--gold);border-radius:var(--r-md);display:flex;flex-direction:column;gap:.7rem}.hatay-note-card strong{font-size:.9rem;font-weight:600;color:var(--text)}.hatay-note-card p{font-size:.82rem}.featured-section{width:min(1160px,calc(100% - 2.5rem));margin:5rem auto}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem}.featured-card{position:relative;padding:2rem 1.75rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);display:flex;flex-direction:column;gap:.85rem;transition:border-color .3s,transform .3s var(--ease-out),box-shadow .3s}.featured-card:hover{border-color:#c8962e59;transform:translateY(-5px);box-shadow:0 20px 50px #00000073,var(--glow-sm)}.featured-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);background:var(--gold);border-radius:99px;width:fit-content}.featured-card h3{color:var(--cream);font-size:1.3rem}.featured-card p{font-size:.875rem;flex:1}.value-strip{width:min(1160px,calc(100% - 2.5rem));margin:5rem auto;padding:3.5rem 3rem;background:linear-gradient(135deg,#1c1915f7,#151210fc);border:1px solid var(--border);border-radius:var(--r-xl);display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}.value-strip h2{color:var(--cream);white-space:nowrap}.value-strip ul{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;list-style:none}.value-strip li{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text)}.value-strip li:before{content:"";display:block;flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--gold)}.menu-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}.menu-highlights article{padding:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);font-size:.88rem;color:var(--text);display:flex;align-items:center;gap:.6rem;transition:border-color .2s}.menu-highlights article:before{content:"✦";color:var(--gold);font-size:.7rem;flex-shrink:0}.menu-highlights article:hover{border-color:var(--border-hi)}.site-footer{position:relative;margin-top:auto;border-top:1px solid var(--border);background:linear-gradient(180deg,#12100ef2,#0c0a09fa);overflow:hidden}html[data-theme=light] .site-footer{background:linear-gradient(180deg,#fff,#f5f3ef);border-top-color:var(--border-hi)}.footer-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.6}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;width:min(1160px,calc(100% - 2.5rem));margin:0 auto;padding:4rem 0 3rem}.footer-brand{display:flex;flex-direction:column;gap:.85rem}.footer-logo-wrap{width:52px;height:52px;border-radius:12px;overflow:hidden;border:1px solid var(--border-hi);background:#c8962e0f;padding:5px}.footer-logo-wrap img{width:100%;height:100%;object-fit:contain}.footer-title{font-family:var(--font-display);font-size:1.3rem;font-weight:500;color:var(--cream)!important;letter-spacing:.01em;line-height:1.2}.footer-tagline{font-size:.84rem;color:var(--muted)!important;max-width:36ch}html[data-theme=light] .footer-title{color:#2e2a25!important}html[data-theme=light] .footer-tagline,html[data-theme=light] .footer-links-group a,html[data-theme=light] .footer-address,html[data-theme=light] .footer-bottom>span,html[data-theme=light] .footer-maker span{color:#6e6760!important}html[data-theme=light] .footer-social-link,html[data-theme=light] .footer-links-group a,html[data-theme=light] .footer-maker{border-color:#c8962e38;background:#c8962e0a}.footer-social{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.footer-social-link{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .85rem;font-size:.78rem;font-weight:500;color:var(--muted);border:1px solid var(--border);border-radius:99px;transition:color .2s,border-color .2s,background .2s}.footer-social-link:hover{color:var(--gold-light);border-color:var(--border-hi);background:#c8962e0d}.footer-links-group{display:flex;flex-direction:column;gap:.6rem}.footer-links-group strong{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem}.footer-links-group a{font-size:.88rem;color:var(--muted);transition:color .24s var(--ease-out),transform .24s var(--ease-out)}.footer-links-group a:hover{color:var(--text);transform:translate(2px)}.footer-address{font-size:.78rem;color:var(--muted);line-height:1.6;margin-top:.25rem}.footer-link-grid{display:flex;flex-direction:column;gap:.6rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:min(1160px,calc(100% - 2.5rem));margin:0 auto;padding:1.5rem 0 2rem;border-top:1px solid var(--border);flex-wrap:wrap}.footer-bottom>span{font-size:.78rem;color:var(--muted)}.footer-maker{display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .9rem;border:1px solid var(--border);border-radius:99px;transition:border-color .2s,background .2s;text-decoration:none}.footer-maker:hover{border-color:var(--border-hi);background:#c8962e0d}.footer-maker img{width:22px;height:22px;border-radius:5px;object-fit:contain}.footer-maker span{font-size:.78rem;color:var(--muted)}.footer-maker strong{color:var(--gold-light);font-weight:600}html[data-theme=light] .footer-maker strong{color:#a8741c}.menu-page{min-height:60vh}.menu-top{width:min(1160px,calc(100% - 2.5rem));margin:0 auto 3rem;padding:3.5rem 0 2rem}.menu-top h1{color:var(--cream);margin-bottom:.75rem}.menu-top p{max-width:55ch}html[data-theme=light] .menu-top h1,html[data-theme=light] .about-hero h1,html[data-theme=light] .hero-copy h1,html[data-theme=light] .section-header h2,html[data-theme=light] .info-card h2,html[data-theme=light] .values-section h2,html[data-theme=light] .contact-info h1{color:#2e2a25}html[data-theme=light] .site-header{background:#ffffffd6;border-bottom-color:#c8962e29}html[data-theme=light] .hero-bg img{filter:brightness(.9) saturate(.95)}html[data-theme=light] .hero-bg:after{background:linear-gradient(135deg,#ffffff6b,#ffffff1f 55%,#ffffff57),linear-gradient(to top,rgba(255,255,255,.38) 0%,transparent 42%)}html[data-theme=light] .hero-copy h1,html[data-theme=light] .hero-copy>p,html[data-theme=light] .hero-eyebrow,html[data-theme=light] .hero-pill-row span{color:#2e2a25}html[data-theme=light] .hero-eyebrow:before{background:#c8962ed9}html[data-theme=light] .hero-pill-row span{background:#c8962e1f;border-color:#c8962e3d}html[data-theme=light] .hero-frame-main,html[data-theme=light] .hero-thumb{border-color:#c8962e38}html[data-theme=light] .section-intro,html[data-theme=light] .about-panel,html[data-theme=light] .values-section,html[data-theme=light] .info-card,html[data-theme=light] .contact-info-card,html[data-theme=light] .review-hub-card{background:#fff;border-color:#c8962e29}html[data-theme=light] .section-intro h2,html[data-theme=light] .about-panel strong,html[data-theme=light] .about-panel li,html[data-theme=light] .values-section li,html[data-theme=light] .info-card h2,html[data-theme=light] .info-card p,html[data-theme=light] .contact-info-card .info-val,html[data-theme=light] .contact-info-card a,html[data-theme=light] .contact-intro,html[data-theme=light] .review-hub-card,html[data-theme=light] .review-hub-card p{color:#2e2a25}html[data-theme=light] .about-hero p,html[data-theme=light] .section-intro>p,html[data-theme=light] .info-list li,html[data-theme=light] .values-section li,html[data-theme=light] .contact-info-card .info-val,html[data-theme=light] .contact-map-link{overflow-wrap:anywhere;word-break:break-word}html[data-theme=light] .site-header.is-scrolled{background:#ffffffeb;border-bottom-color:#c8962e2e;box-shadow:0 10px 24px #00000014}html[data-theme=light] .site-nav a{color:#2e2a25c2}html[data-theme=light] .site-nav a:hover{color:#2e2a25;background:#c8962e14}html[data-theme=light] .theme-toggle{color:#2e2a25;background:#c8962e14;border-color:#c8962e3d}html[data-theme=light] .theme-toggle .icon-sun,html[data-theme=light] .theme-toggle .icon-moon{color:#2e2a25}html[data-theme=light] .theme-toggle-bg{background:#c8962e1f}html[data-theme=light] .mobile-nav-overlay{background:#fffffff5}html[data-theme=light] .mobile-nav a{color:#2e2a25b8}html[data-theme=light] .mobile-nav a:hover,html[data-theme=light] .mobile-nav a.active{color:#a8741c}.menu-logo-large{width:clamp(140px,22vw,210px);height:clamp(140px,22vw,210px);margin:0 auto 1.1rem;border-radius:24px;border:1px solid var(--border-hi);background:#c8962e0f;padding:10px;object-fit:contain;box-shadow:var(--shadow)}.menu-controls{display:flex;gap:1rem;flex-wrap:wrap;width:min(1160px,calc(100% - 2.5rem));margin:0 auto 2rem}.menu-controls label{display:flex;flex-direction:column;gap:.4rem;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);flex:1;min-width:200px}.menu-controls input[type=search],.menu-controls .select-shell select{padding:.75rem 1.1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text);font-family:var(--font-body);font-size:.88rem;width:100%;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.menu-controls input:focus,.menu-controls .select-shell select:focus{outline:none;border-color:var(--border-hi);box-shadow:0 0 0 3px #c8962e1a}.select-shell{position:relative}.select-shell:after{content:"▾";position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;font-size:.8rem}.menu-spotlight-row{display:flex;gap:.6rem;flex-wrap:wrap;width:min(1160px,calc(100% - 2.5rem));margin:0 auto 2.5rem}.menu-spotlight-chip{padding:.35rem 1rem;font-size:.78rem;font-weight:500;color:#ede8dfa6;background:#c8962e12;border:1px solid rgba(200,150,46,.18);border-radius:99px;transition:color .2s,background .2s}.menu-spotlight-chip:hover{color:var(--gold-light);background:#c8962e1f}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;width:min(1160px,calc(100% - 2.5rem));margin:0 auto 5rem}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .35s var(--ease-out),border-color .3s,box-shadow .35s}.product-card:hover{transform:translateY(-6px);border-color:#c8962e4d;box-shadow:0 20px 50px #00000073,var(--glow-sm)}.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:brightness(.92);transition:filter .3s}.product-card:hover img{filter:brightness(1.05)}.product-card .card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card .card-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.product-card h3{font-size:1.08rem;color:var(--cream);flex:1}.product-card .card-price{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--gold-light);white-space:nowrap;flex-shrink:0}.product-card p{font-size:.84rem}.product-variants{display:flex;flex-wrap:wrap;gap:.5rem}.variant-chip{border:1px solid rgba(200,150,46,.18);background:#ffffff05;color:var(--text);border-radius:999px;padding:.48rem .72rem;display:inline-flex;align-items:center;gap:.45rem;justify-content:space-between;min-width:92px;font-size:.72rem;transition:transform .2s var(--ease-out),border-color .2s,background .2s,color .2s}.variant-chip:hover{transform:translateY(-1px);border-color:#c8962e52;background:#c8962e14}.variant-chip span{font-weight:600;letter-spacing:.04em}.variant-chip strong{font-weight:700;color:var(--gold-light)}.variant-chip.active{background:linear-gradient(135deg,#c8962e2e,#ffffff0a);border-color:#c8962e80;color:var(--cream);box-shadow:0 8px 24px #0000002e}.variant-detail{border:1px solid rgba(200,150,46,.14);background:#ffffff08;border-radius:var(--r-md);padding:.8rem .9rem;display:grid;gap:.3rem}.variant-detail span{font-size:.65rem;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);opacity:.8}.variant-detail strong{color:var(--cream);font-size:.92rem}.variant-detail p{margin:0;color:var(--muted);font-size:.8rem}.product-card .card-cat{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);opacity:.8}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:min(1160px,calc(100% - 2.5rem));margin:0 auto 5rem}.category-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s,box-shadow .3s}.category-card:hover{transform:translateY(-8px);border-color:var(--gold);box-shadow:0 24px 60px #0000001f,0 0 40px #c8962e26}.category-image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--surface)}.category-image img{width:100%;height:100%;object-fit:cover;filter:brightness(.95);transition:filter .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1)}.category-card:hover .category-image img{filter:brightness(1.05);transform:scale(1.05)}.category-body{padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.category-body h3{font-size:1.25rem;font-weight:600;color:var(--cream)}.category-body p{font-size:.85rem;color:var(--muted);margin:0}.category-count{display:inline-block;margin-top:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);opacity:.9}.products-header{width:min(1160px,calc(100% - 2.5rem));margin:2rem auto;display:flex;align-items:center;gap:1.5rem}.back-button{padding:.6rem 1.2rem;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.back-button:hover{background:var(--gold);color:#111;border-color:var(--gold);transform:translate(-2px)}.products-header h2{flex:1;margin:0;color:var(--cream);font-size:1.8rem}.phone-button-hero{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.8rem;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#111;border:none;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;box-shadow:0 8px 24px #c8962e4d;transition:all .25s cubic-bezier(.22,1,.36,1);cursor:pointer}.phone-button-hero:hover{transform:translateY(-3px);box-shadow:0 12px 32px #c8962e66}.phone-button-hero:active{transform:translateY(-1px)}.phone-button-cta{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 2.2rem;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#111;border:none;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;box-shadow:0 10px 30px #c8962e59;transition:all .25s cubic-bezier(.22,1,.36,1);cursor:pointer}.phone-button-cta:hover{transform:translateY(-4px);box-shadow:0 16px 40px #c8962e73}.phone-button-cta:active{transform:translateY(-2px)}.phone-icon{font-size:1.2em;display:inline-block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.phone-button-hero:hover .phone-icon,.phone-button-cta:hover .phone-icon{transform:scale(1.15) rotate(15deg)}.about-page .about-hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;width:min(1160px,calc(100% - 2.5rem));margin:0 auto;padding:3rem 0 4rem}.about-hero h1{color:var(--cream);margin-bottom:.75rem}.about-panel{padding:2rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);display:flex;flex-direction:column;gap:.85rem}.about-panel strong{font-size:1.05rem;font-weight:600;color:var(--cream)}.about-panel ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0}.about-panel li{font-size:.88rem;color:var(--text);display:flex;align-items:center;gap:.6rem}.about-panel li:before{content:"→";color:var(--gold);font-size:.8rem;flex-shrink:0}.timeline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;width:min(1160px,calc(100% - 2.5rem));margin:0 auto 5rem;background:var(--border);border-radius:var(--r-xl);border:1px solid var(--border);overflow:hidden}.timeline-grid article{padding:2.25rem 2rem;background:var(--card);display:flex;flex-direction:column;gap:.85rem;transition:background .25s}.timeline-grid article:hover{background:#1c1915fa}.timeline-grid article h2{font-size:1.2rem;color:var(--cream)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:min(1160px,calc(100% - 2.5rem));margin:0 auto 5rem}.gallery-card{border-radius:var(--r-md);overflow:hidden;border:1px solid var(--border);aspect-ratio:3/4;position:relative}.gallery-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.8);transition:filter .3s,transform .3s var(--ease-out)}.gallery-card:hover img{filter:brightness(1);transform:scale(1.04)}.gallery-card span{position:absolute;bottom:0;left:0;right:0;padding:1rem .85rem .75rem;background:linear-gradient(to top,rgba(14,12,10,.85),transparent);font-size:.78rem;color:var(--text);font-weight:500}.contact-page .contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;width:min(1160px,calc(100% - 2.5rem));margin:0 auto;padding:3rem 0 5rem}.contact-page h1{color:var(--cream);margin-bottom:.75rem}.contact-info{display:flex;flex-direction:column;gap:1.25rem}.contact-info-card{padding:1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);display:flex;flex-direction:column;gap:.5rem}.contact-info-card .info-label{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.contact-info-card .info-val{font-size:.9rem;color:var(--text)}.contact-info-card a{color:var(--text);transition:color .2s}.contact-info-card a:hover{color:var(--gold-light)}.review-hub{display:flex;flex-direction:column;gap:1.1rem}.review-hub-intro{max-width:50ch;margin-bottom:.6rem}.review-hub h1{text-align:left}.review-hub>p{text-align:left}.review-hub-card{position:relative;overflow:hidden;background:linear-gradient(150deg,#c8962e33,#c8962e05 45%),linear-gradient(120deg,#1c1915fa,#13110efa);border:1px solid rgba(200,150,46,.28);border-radius:var(--r-lg);padding:1.6rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.8rem;text-align:left}.review-hub-title{margin:0;color:var(--cream);font-family:var(--font-display);font-size:1.28rem;line-height:1.2}.review-hub-copy{margin:0;max-width:46ch;color:var(--muted)}.review-hub-points{margin:.2rem 0 0;padding-left:1.1rem;display:grid;gap:.35rem;color:#ede8dfcc;font-size:.86rem;text-align:left}.review-hub-points li::marker{color:var(--gold)}.review-hub-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:.25rem;padding:.82rem 1.3rem;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#111;background:linear-gradient(135deg,var(--gold),var(--gold-light));border:1px solid rgba(200,150,46,.35);transition:transform .22s var(--ease-out),box-shadow .22s var(--ease-out)}.review-hub-button:hover{transform:translateY(-2px);box-shadow:var(--glow-md)}.review-hub-note{margin:0;font-size:.78rem;color:#ede8df9e}.review-benefits{background:linear-gradient(135deg,#c8962e14,#c8962e05);border:1px solid rgba(200,150,46,.15);border-radius:var(--r-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.85rem;text-align:left}.review-benefits h3{margin:0;color:var(--cream);font-size:1rem;font-weight:600;text-align:left}.benefit-list{margin:0;padding:0;display:grid;gap:.6rem;list-style:none;text-align:left}.benefit-list li{display:flex;gap:.7rem;font-size:.88rem;color:#ede8dfd9;line-height:1.5;text-align:left}.benefit-list li:before{content:"→";color:var(--gold);font-weight:600;flex-shrink:0}.benefit-list strong{color:var(--text);font-weight:600}.quick-contact{background:linear-gradient(135deg,#1c1915f7,#13110efc);border:1px solid rgba(200,150,46,.25);border-radius:var(--r-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;text-align:left}.quick-contact h3{margin:0;color:var(--cream);font-size:1rem;font-weight:600;text-align:left}.quick-contact p{margin:0;text-align:left}.map-embed-wrap{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);aspect-ratio:16/9;width:min(1160px,calc(100% - 2.5rem));margin:0 auto 5rem}.map-embed-wrap iframe{width:100%;height:100%;border:0}.legal-page{width:min(780px,calc(100% - 2.5rem));margin:0 auto;padding:3rem 0 5rem}.legal-page h1{color:var(--cream);margin-bottom:.75rem}.legal-intro{margin-bottom:3rem}.legal-sections{display:flex;flex-direction:column;gap:1.25rem}.legal-section{padding:1.75rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg)}.legal-section h2{font-size:1.1rem;color:var(--cream);margin-bottom:.75rem}.section-group{width:min(1160px,calc(100% - 2.5rem));margin:0 auto 3rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.info-card{background:linear-gradient(150deg,#1e1a16f5,#14120ffa);border:1px solid var(--border);border-radius:var(--r-md);padding:1.5rem;transition:transform .3s var(--ease-out),border-color .3s var(--ease-out),box-shadow .3s var(--ease-out)}.info-card:hover{transform:translateY(-6px);border-color:var(--border-hi);box-shadow:var(--shadow)}.info-card h2{font-size:1.25rem;margin-bottom:.6rem}.info-list{margin-top:.75rem;padding-left:1.2rem;color:var(--text)}.info-list li{margin-bottom:.35rem}.values-section{width:min(1160px,calc(100% - 2.5rem));margin:0 auto 3rem;padding:2rem;border:1px solid var(--border);border-radius:var(--r-lg);background:linear-gradient(145deg,#1e1a16fa,#14120ffc)}.values-section h2{margin-bottom:1.25rem}.values-section ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding-left:0}.values-section li{list-style:none;padding:.8rem .9rem;border-radius:10px;border:1px solid rgba(200,150,46,.2);border-left:3px solid #C8962E;background:#c8962e0d;color:var(--text)}.contact-intro{margin-top:.75rem;color:var(--muted)}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}.contact-info-card{background:linear-gradient(145deg,#1e1a16f5,#14120ffa);border:1px solid rgba(200,150,46,.2)}.contact-info-card .info-val.emphasis{font-size:1.1rem;font-weight:600}.contact-map-link{display:inline-block;margin-top:.5rem;color:var(--gold-light);font-size:.85rem}.social-box{margin-top:1.6rem;padding:1.2rem;border-radius:var(--r-md);border:1px solid rgba(200,150,46,.2);background:#c8962e14}.social-box h3{margin-bottom:.75rem}.social-links{display:flex;gap:.75rem;flex-wrap:wrap}.social-links a{display:inline-flex;align-items:center;padding:.55rem 1rem;border-radius:9px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#1a1511;font-size:.84rem;font-weight:600;transition:transform .22s var(--ease-out),box-shadow .22s var(--ease-out)}.social-links a:hover{transform:translateY(-2px);box-shadow:0 12px 22px #c8962e4d}.contact-map{width:100%;margin-top:1.75rem}.contact-map iframe{width:100%;height:400px;border:1px solid rgba(200,150,46,.2);border-radius:12px}@media (max-width: 1024px){.hero-layout{grid-template-columns:1fr;min-height:auto;gap:2rem;padding-top:2.5rem}.hero-visual{display:none}.section-intro{grid-template-columns:1fr;gap:2rem;padding:2.5rem}.feature-grid,.appetizing-grid,.hatay-notes-grid,.featured-grid,.qr-quick-strip{grid-template-columns:1fr 1fr}.value-strip{grid-template-columns:1fr;gap:1.5rem}.footer-top{grid-template-columns:1fr 1fr}.about-page .about-hero,.timeline-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.contact-page .contact-layout{grid-template-columns:1fr;gap:2.5rem}.menu-highlights{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.section-wrap{width:calc(100% - 1.5rem);padding-block:3rem}}@media (max-width: 640px){h1{font-size:clamp(1.8rem,5vw,3rem)!important}h2{font-size:clamp(1.3rem,3.5vw,2rem)!important}h3{font-size:clamp(.95rem,2.5vw,1.4rem)!important}p{font-size:.92rem;line-height:1.5}.hero{min-height:clamp(350px,85vh,550px)}.hero-layout{padding:2rem 0 2.5rem;gap:1.25rem;width:calc(100% - 1.5rem)}.hero-copy{gap:.75rem}.hero-copy h1{font-size:2rem;line-height:1.1}.hero-copy>p{font-size:.88rem;max-width:100%}.hero-eyebrow{font-size:.65rem;gap:.4rem}.hero-eyebrow:before{width:18px}.hero-pill-row{gap:.3rem;margin-top:.5rem}.hero-pill-row span{padding:.2rem .6rem;font-size:.65rem}.hero-actions{gap:.4rem;margin-top:.75rem}.hero-frame-rail{display:none}.btn-solid,.btn-outline{padding:.6rem 1.3rem;font-size:.8rem}.feature-grid{grid-template-columns:1fr;border-radius:var(--r-lg)}.appetizing-grid{grid-template-columns:1fr;gap:.85rem}.hatay-notes-grid{grid-template-columns:1fr;gap:.75rem}.featured-grid{grid-template-columns:1fr;gap:1rem}.qr-quick-strip{grid-template-columns:1fr;gap:.75rem}.menu-highlights{grid-template-columns:1fr}.section-intro{padding:1.5rem;gap:1.25rem;margin:2.5rem auto}.section-wrap{width:calc(100% - 1.5rem);padding-block:2.5rem}.section-header{margin-bottom:1.75rem;gap:.5rem}.section-kicker{font-size:.65rem;margin-bottom:.4rem}.value-strip{padding:1.5rem 1.25rem;grid-template-columns:1fr;gap:1.25rem}.value-strip h2{white-space:normal}.value-strip ul{grid-template-columns:1fr;gap:.5rem}.featured-card{padding:1.25rem;gap:.5rem}.featured-card h3{font-size:.95rem}.featured-card p{font-size:.8rem}.featured-badge{padding:.2rem .6rem;font-size:.62rem}.info-card{padding:1.25rem;gap:.5rem}.info-card h2{font-size:1.1rem;margin-bottom:.25rem}.info-card p{font-size:.85rem}.info-card ul{gap:.5rem}.info-list li{font-size:.85rem}.qr-quick-card{padding:1.1rem;gap:.4rem}.qr-quick-card strong{font-size:.9rem}.qr-quick-card span{font-size:.8rem}.hatay-note-card{padding:1rem;gap:.5rem}.hatay-note-card strong{font-size:.8rem}.hatay-note-card p{font-size:.75rem}.appetizing-card{border-radius:var(--r-md)}.appetizing-card img{aspect-ratio:3/2}.appetizing-card>div{padding:.85rem;gap:.3rem}.appetizing-card strong{font-size:.7rem}.appetizing-card p{font-size:.78rem}.footer-top{grid-template-columns:1fr;gap:1.75rem;text-align:center}.footer-top .footer-brand,.footer-top .footer-links-group{align-items:center}.footer-bottom{flex-direction:column;align-items:center;gap:.75rem}.footer-logo-wrap{width:48px;height:48px}.footer-title{font-size:1rem}.footer-tagline{font-size:.82rem;max-width:100%}.footer-social-link{font-size:.8rem}.footer-social{gap:1rem}.footer-link-grid{gap:.6rem}.footer-link-grid a{font-size:.85rem}.footer-social-link svg{width:16px;height:16px}.footer-address{font-size:.8rem}.footer-maker{font-size:.75rem}.footer-maker img{width:20px;height:20px}.gallery-grid{grid-template-columns:1fr}.contact-page .contact-layout{gap:1.25rem}.contact-info{width:100%}.contact-cards{grid-template-columns:1fr;gap:.75rem}.contact-info-card{padding:1rem;gap:.4rem}.contact-info-card .info-label{font-size:.65rem}.contact-info-card .info-val,.contact-intro{font-size:.9rem}.social-box{margin-top:1.5rem}.social-box h3{font-size:1rem;margin-bottom:.8rem}.social-links{gap:.75rem}.social-links a{width:48px;height:48px;padding:0;justify-content:center;font-size:0}.contact-map{margin-top:1.25rem}.contact-map iframe{height:280px}.about-page .about-hero{grid-template-columns:1fr}.about-page .about-hero,.section-group,.values-section{width:calc(100% - 1.5rem)}.section-group{grid-template-columns:1fr;gap:.85rem}.section-group{gap:1.25rem;margin-top:2.5rem}.values-section{margin-top:2rem}.values-section h2{font-size:1.25rem;margin-bottom:1rem}.values-section ul{grid-template-columns:1fr;gap:.6rem}.values-section li{font-size:.85rem}.scroll-to-top-btn{bottom:1.5rem;right:1.5rem;width:44px;height:44px;font-size:1.2rem}}@media (max-width: 480px){h1{font-size:clamp(1.5rem,4vw,2.2rem)!important}h2{font-size:clamp(1.1rem,3vw,1.6rem)!important}h3{font-size:clamp(.9rem,2.5vw,1.2rem)!important}p{font-size:.88rem;line-height:1.45}.hero{min-height:clamp(300px,80vh,450px)}.hero-layout{padding:1.25rem 0 1.75rem;gap:.75rem;width:calc(100% - 1rem);margin:0 auto}.hero-copy h1{font-size:1.6rem;line-height:1.1;margin-bottom:.5rem}.hero-copy>p{font-size:.82rem}.hero-eyebrow{font-size:.6rem;gap:.3rem}.hero-eyebrow:before{width:16px}.hero-pill-row span{padding:.15rem .5rem;font-size:.6rem}.section-intro{padding:1.1rem .9rem;margin:1.75rem auto}.section-wrap{width:calc(100% - 1rem);padding-block:1.75rem}.section-header{margin-bottom:1.25rem}.about-page .about-hero,.section-group,.values-section,.contact-page .contact-layout{width:calc(100% - 1rem)}.about-page .about-hero p,.info-card p,.info-card li,.values-section li,.contact-info-card .info-val,.contact-intro{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.section-group{grid-template-columns:1fr;gap:.75rem}.info-card{min-width:0}.values-section{padding:1.25rem}.contact-info-card{min-width:0}.contact-info-card .info-val{line-height:1.5}.btn-solid,.btn-outline{padding:.5rem 1.1rem;font-size:.75rem}.featured-card{padding:1rem}.featured-card h3{font-size:.9rem}.featured-card p{font-size:.75rem}.info-card{padding:1rem}.info-card h2{font-size:1rem}.info-card p,.info-list li{font-size:.8rem}.qr-quick-card{padding:.9rem}.qr-quick-card strong{font-size:.85rem}.contact-map iframe{height:200px}.footer-title{font-size:.95rem}.footer-tagline{font-size:.78rem}.scroll-to-top-btn{width:40px;height:40px;font-size:1rem;bottom:1rem;right:1rem}}.scroll-to-top-btn{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));border:1px solid rgba(200,150,46,.35);color:#1a1410;font-size:1.4rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #c8962e40;transition:all .3s cubic-bezier(.22,1,.36,1);z-index:999;animation:bounceInUp .6s cubic-bezier(.22,1,.36,1)}.scroll-to-top-btn:hover{transform:translateY(-4px);box-shadow:0 20px 48px #c8962e59}.scroll-to-top-btn:active{transform:translateY(-2px)}@keyframes bounceInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
