@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.sticky{position:sticky}.block{display:block}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.italic{font-style:italic}}:root{--brand-blue: #12539f;--brand-blue-dark: #0d3f7c;--brand-gold: #fcc300;--ink: #14213d;--muted: #5b6785;--surface: #f5f7fb;--header-h: 116px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:50;background:var(--brand-blue);box-shadow:0 4px 18px #0000002e}.header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto;padding:.6rem 1.25rem}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:#fff}.brand img{border-radius:10px;display:block}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-text strong{font-size:1.25rem;color:var(--brand-gold);letter-spacing:.02em}.brand-text small{font-size:.75rem;font-style:italic;color:#dce7f7}.header-actions{display:flex;align-items:center;gap:.75rem}.phone{color:var(--brand-blue-dark);background:var(--brand-gold);font-weight:700;text-decoration:none;padding:.5rem .95rem;border-radius:999px;white-space:nowrap}.phone:hover{background:#ffd83f}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:40px;padding:0 10px;background:transparent;border:1px solid rgb(255 255 255 / .35);border-radius:10px;cursor:pointer}.nav-toggle .bar{display:block;height:2px;background:#fff;border-radius:2px}.site-nav{display:flex;gap:.25rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 .75rem .55rem;overflow-x:auto;scrollbar-width:thin}.site-nav a{flex:0 0 auto;color:#e7effb;text-decoration:none;font-size:.86rem;font-weight:600;padding:.45rem .8rem;border-radius:999px;white-space:nowrap;transition:background .15s ease,color .15s ease}.site-nav a:hover{background:#ffffff24;color:#fff}.site-nav a.active{background:var(--brand-gold);color:var(--brand-blue-dark)}.hero{position:relative;scroll-margin-top:var(--header-h);color:#fff;text-align:center;padding:4.5rem 1.25rem 5rem;background-image:url(/hero-kebab.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0d3f7c99,#0d3f7cd1)}.hero-inner{position:relative}.hero-logo{border-radius:20px;margin:0 auto 1.25rem;box-shadow:0 12px 32px #00000059}.hero h1{margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2.6rem);color:var(--brand-gold);text-shadow:0 2px 12px rgb(0 0 0 / .4)}.hero p{margin:0 auto;max-width:46rem;color:#e9f1fc;font-size:1.05rem}.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.btn{text-decoration:none;font-weight:700;padding:.75rem 1.6rem;border-radius:999px;transition:transform .15s ease,background .15s ease}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--brand-gold);color:var(--brand-blue-dark)}.btn.ghost{border:2px solid var(--brand-gold);color:var(--brand-gold)}.menu-section{scroll-margin-top:var(--header-h);max-width:1200px;margin:0 auto;padding:2.75rem 1.25rem .5rem}.menu-section h2{font-size:clamp(1.35rem,3vw,1.9rem);margin:0 0 1.25rem;padding-bottom:.6rem;border-bottom:3px solid var(--brand-gold);display:inline-block}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.card{display:flex;align-items:stretch;gap:.75rem;background:#fff;border:1px solid #e4e9f2;border-radius:14px;padding:1rem 1.1rem;box-shadow:0 1px 2px #14213d0d;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #14213d1a}.card-body{display:flex;flex-direction:column;gap:.45rem;flex:1 1 auto;min-width:0}.card-image{flex:0 0 auto;align-self:center;width:96px;height:96px;object-fit:cover;border-radius:12px;background:#eef2f8}.card-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.card h3{margin:0;font-size:1rem;color:var(--brand-blue-dark)}.card p{margin:0;font-size:.86rem;color:var(--muted);line-height:1.45}.tag{background:#e8f1ff;color:var(--brand-blue);font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px}.price{margin-top:auto;padding-top:.4rem;font-weight:800;color:var(--brand-blue)}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.contact-card{background:#fff;border:1px solid #e4e9f2;border-radius:14px;padding:1.25rem 1.4rem}.contact-card h3{margin:0 0 .85rem;color:var(--brand-blue-dark)}.contact-card ul{list-style:none;margin:0;padding:0}.contact-card li{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0;border-bottom:1px dashed #e4e9f2;font-size:.92rem}.contact-card li:last-child{border-bottom:none}.contact-card p{margin:0 0 .4rem;color:var(--muted)}.contact-card a{color:var(--brand-blue);font-weight:600}.site-footer{margin-top:3rem;background:var(--brand-blue-dark);color:#cddcf1;text-align:center;padding:1.5rem 1rem;font-size:.85rem}@media(max-width:860px){:root{--header-h: 76px}.nav-toggle{display:flex}.site-nav{display:none;flex-direction:column;align-items:stretch;max-height:60vh;overflow-y:auto;padding-bottom:.75rem}.site-nav.open{display:flex}.site-nav a{border-radius:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn:hover,.card:hover{transform:none}}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial}}}
