<!-- © 2025 Szaszłycardo -->
    	html {zoom: 1.3;}
    	@media (max-width: 820px)
        {html {zoom: 1 !important;}}
    :root {
      --tlo: #0f0f10;
      --tekst: #e9e9e9;
      --tekst-wyszarzony: #bdbdbd;
      --kolor-brand: #8a1a1d;
      --tlo-karty: #18191b;
      --obramowanie: rgba(255,255,255,0.07);
      --tlo-naglowek: rgba(18,18,19,0.92);
      --tlo-pasek: rgba(18,18,19,0.92);
      --tlo-rolling: #1a1a1c;
      --cien: 0 8px 32px rgba(0,0,0,0.65);
      --cien-karta: 0 6px 18px rgba(0,0,0,0.45);
      --max-szer: 1200px;
      --padding: 20px;
      --wys-naglowek: 76px;
      --czcionka-brand: "Montserrat", sans-serif;
      --czcionka-tekst: "Roboto", system-ui, sans-serif;
    }
    :root.ciemny {
      --kolor-brand: #bf2427;
      --kolor-brand-dark: #a81d21;
      --tlo: #fff;
      --tekst: #111;
      --tekst-wyszarzony: #6f6f6f;
      --tlo-karty: #fff;
      --obramowanie: rgba(0,0,0,0.08);
      --tlo-naglowek: rgba(255,255,255,0.95);
      --tlo-pasek: rgba(255,255,255,0.95);
      --tlo-rolling: #f5f5f5;
      --cien: 0 8px 28px rgba(0,0,0,0.18);
      --cien-karta: 0 6px 18px rgba(0,0,0,0.14);
    }
    * { 
      box-sizing: border-box; 
      margin: 0; 
      padding: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
    }
    html { 
      scroll-behavior: smooth;
      scroll-padding-top: 120px;
    }
    body { 
      height: 100%; 
      background: var(--tlo); 
      color: var(--tekst); 
      font-family: var(--czcionka-tekst); 
      overflow-x: hidden;
    }
    img { 
      display: block; 
      max-width: 100%; 
      height: auto;
      pointer-events: none;
      -webkit-user-drag: none;
    }
    a { 
      color: inherit; 
      text-decoration: none;
      -webkit-tap-highlight-color: transparent;
    }
    button { 
      font-family: inherit; 
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }
    button, a[href], input { 
      -webkit-user-select: auto;
      user-select: auto;
    }
    ul { list-style-position: inside; }
    .kontener { max-width: var(--max-szer); margin: 0 auto; padding: 0 var(--padding); }
    .wycentruj { text-align: center; }
    .naglowek {
      position: sticky;
      top: 0;
      z-index: 100;
      background: var(--tlo-naglowek);
      border-bottom: 1px solid var(--obramowanie);
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }
    .naglowek-wnetrze {
      height: var(--wys-naglowek);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .logo img { height: 75px; width: auto; }
    .nawigacja {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .lista-linkow {
      display: flex;
      gap: 18px;
      align-items: center;
    }
    .lista-linkow a {
      font-weight: 500;
      padding: 8px 12px;
      border-radius: 6px;
      transition: opacity 0.2s ease;
      opacity: 0.9;
      cursor: pointer;
    }
    .lista-linkow a:hover { opacity: 1; }
    .pasek-statusu {
      position: fixed;
      top: var(--wys-naglowek);
      left: 0;
      right: 0;
      z-index: 99;
      display: flex;
      justify-content: center;
      pointer-events: none;
    }
    .status-wnetrze {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 24px;
      background: var(--tlo-pasek);
      backdrop-filter: blur(8px);
      border: 1px solid var(--obramowanie);
      border-radius: 0 0 12px 12px;
      box-shadow: var(--cien-karta);
      font-size: 14px;
      font-weight: 600;
      line-height: 1;
      white-space: nowrap;
      pointer-events: auto;
    }
    .status-emoji {
      font-size: 16px;
      line-height: 1;
    }
    .status-tekst {
      font-weight: 600;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: color 0.3s ease;
    }
    .status-otwarty .status-tekst { color: #22c55e; }
    .status-zamkniety .status-tekst { color: #ef4444; }
    .status-wkrotce .status-tekst { color: #eab308; }
    .status-niedziela .status-tekst { color: #eab308; }
    @keyframes zmiana-kolorow {
      0% { color: #22c55e; }
      33% { color: #eab308; }
      66% { color: #ef4444; }
      100% { color: #22c55e; }
    }
    .animowany-kolor {
      animation: zmiana-kolorow 3s ease-in-out infinite;
    }
    .przycisk {
      padding: 12px 18px;
      border-radius: 8px;
      border: 0;
      font-weight: 700;
      transition: all 0.2s ease;
      display: inline-block;
      text-align: center;
      cursor: pointer;
    }
    .przycisk-glowny {
      background: var(--kolor-brand);
      color: #fff;
      box-shadow: 0 10px 26px rgba(0,0,0,0.28);
      font-size: 14px;
    }
    .przycisk-jasny {
      background: rgba(255,255,255,0.85);
      color: var(--kolor-brand);
      border: 1px solid rgba(0,0,0,0.08);
    }
    :root:not(.ciemny) .przycisk-jasny {
      background: rgba(255,255,255,0.1);
      color: #fff;
      border: 1px solid rgba(255,255,255,0.14);
    }
    .przycisk-ghost {
      background: rgba(255,255,255,0.85);
      color: var(--kolor-brand);
      border: 1px solid rgba(0,0,0,0.08);
      font-size: 14px;
    }
    :root:not(.ciemny) .przycisk-ghost {
      background: rgba(255,255,255,0.1);
      color: #fff;
      border: 1px solid rgba(255,255,255,0.14);
    }
    .przycisk:hover {
      filter: brightness(1.1);
      transform: translateY(-2px);
    }
    .menu-mobilne {
      display: none;
      background: transparent;
      border: 0;
      font-size: 24px;
      padding: 8px;
      color: var(--tekst);
    }
    .panel-smartfonowy {
      display: none;
      position: fixed;
      top: var(--wys-naglowek);
      left: 0;
      right: 0;
      background: var(--tlo-karty);
      z-index: 90;
      box-shadow: var(--cien);
      padding: 14px;
      border-top: 1px solid var(--obramowanie);
      opacity: 0;
      transition: opacity 0.3s ease;
      max-height: calc(100vh - var(--wys-naglowek));
      overflow-y: auto;
    }
    .panel-smartfonowy.otwarty {
      display: block;
      opacity: 1;
    }
	.panel-smartfonowy a,
	.panel-smartfonowy button {
	display: block;
	padding: 12px;
	border-bottom: 1px solid var(--obramowanie);
	transition: background 0.2s ease;
	cursor: pointer;
	width: 100%;
	text-align: left;
	background: transparent;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-weight: 500;
	}
	.panel-smartfonowy .przycisk-glowny {
	background: var(--kolor-brand) !important;
	color: #fff !important;
	text-align: center !important;
	border: 0 !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
	box-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
	}
    .panel-smartfonowy a:hover,
    .panel-smartfonowy button:hover { 
    background: rgba(0,0,0,0.05); 
    }
    :root:not(.ciemny) .panel-smartfonowy a:hover,
    :root:not(.ciemny) .panel-smartfonowy button:hover { 
      background: rgba(255,255,255,0.05); 
    }
    .przelacznik-motywu {
      background: transparent;
      border: 0;
      font-size: 22px;
      padding: 8px;
      opacity: 0.85;
      transition: all 0.2s ease;
    }
    .przelacznik-motywu:hover {
      opacity: 1;
      transform: rotate(15deg);
    }
    .plywajace-socjale {
      position: fixed;
      right: -80px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 80;
      display: flex;
      flex-direction: column;
      gap: 20px;
      transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .plywajace-socjale.widoczne {
      right: 20px;
    }
    .social-link {
      position: relative;
      overflow: hidden;
      background: var(--tlo-karty);
      border: 1px solid var(--obramowanie);
      border-radius: 14px;
      height: 60px;
      width: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      box-shadow: var(--cien-karta);
      cursor: pointer;
    }
    .social-link::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--tlo-logo);
      background-size: 160%;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.15;
      filter: blur(10px);
      transform: scale(1.2);
      z-index: 1;
      transition: 0.25s ease;
    }
    .social-link img {
      width: 36px;
      height: auto;
      z-index: 2;
      position: relative;
      transition: 0.2s ease;
    }
    .social-link:hover {
      transform: scale(1.1);
      box-shadow: var(--cien);
    }
    .social-link:hover::before {
      opacity: 0.25;
      filter: blur(5px);
    }
    :root:not(.ciemny) .social-link::before { opacity: 0.1; }
    .baner {
      background: url('szaszlycardo.gif') center/cover;
      color: #fff;
      padding: 120px 0 90px;
      position: relative;
      overflow: hidden;
      margin-top: calc(var(--wys-naglowek) * -1);
      padding-top: calc(120px + var(--wys-naglowek));
    }
    .baner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0.6));
      pointer-events: none;
    }
    .baner .kontener {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 36px;
    }
    .baner-tresc {
      flex: 1;
      max-width: 640px;
    }
    .baner h1 {
      font-family: var(--czcionka-brand);
      font-size: 56px;
      margin-bottom: 12px;
      line-height: 1;
    }
    .baner p {
      margin-bottom: 20px;
      opacity: 0.95;
      max-width: 46ch;
    }
    .akcje {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }
    .baner-grafika {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .baner-karta {
      width: 420px;
      max-width: 100%;
    }
    .baner-karta img {
      border-radius: 8px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.45);
      transform: translateY(-12px);
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    .pasek-lokalizacji {
      background: var(--kolor-brand);
      color: #fff;
      padding: 64px 0;
    }
    .lokalizacja-wnetrze {
      display: flex;
      gap: 28px;
      align-items: center;
    }
    .mapa-kontener {
      flex: 0 0 560px;
      max-width: 56%;
    }
    .mapa-ramka {
      background: var(--tlo-karty);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: var(--cien);
      border: 1px solid var(--obramowanie);
    }
    .mapa-ramka iframe {
      width: 100%;
      height: 320px;
      border: 0;
      display: block;
    }
    .lokalizacja-info {
      flex: 1;
    }
    .lokalizacja-info h3 {
      font-family: var(--czcionka-brand);
      margin: 0 0 12px;
    }
    .godziny {
      font-size: 15px;
      line-height: 1.6;
      color: rgba(255,255,255,0.95);
    }
    .godziny ul {
      margin-top: 12px;
      font-size: 0.9em;
    }
    .akcje-lokalizacji {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }
    .sekcja-dostawa {
      padding: 48px 0;
      background: var(--tlo);
    }
    .siatka-dostawa {
      max-width: 980px;
      margin: 22px auto 0;
      display: grid;
      /*grid-template-columns: repeat(2, 1fr);*/
      gap: 18px;
    }
    .kafelek-dostawa {
      position: relative;
      overflow: hidden;
      background: var(--tlo-karty);
      border: 1px solid var(--obramowanie);
      border-radius: 14px;
      height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.25s ease;
      cursor: pointer;
    }
    .kafelek-dostawa::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--tlo-logo);
      background-size: 160%;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.15;
      filter: blur(10px);
      transform: scale(1.2);
      z-index: 1;
      transition: 0.25s ease;
    }
    .kafelek-dostawa img {
      width: 110px;
      height: auto;
      z-index: 2;
      position: relative;
    }
    .kafelek-dostawa:hover {
      transform: translateY(-6px);
      box-shadow: var(--cien);
    }
    .kafelek-dostawa:hover::before {
      opacity: 0.25;
      filter: blur(5px);
    }
    :root:not(.ciemny) .kafelek-dostawa::before { opacity: 0.1; }
    .sekcja {
      padding: 48px 0;
    }
    .tytul {
      font-family: var(--czcionka-brand);
      font-size: 22px;
      margin-bottom: 10px;
      text-align: center;
    }
    .siatka-menu {
      max-width: 920px;
      margin: 18px auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    .pozycja-menu {
      background: var(--tlo-karty);
      border: 1px solid var(--obramowanie);
      padding: 18px;
      border-radius: 8px;
      box-shadow: var(--cien-karta);
      transition: all 0.2s ease;
    }
    .pozycja-menu:hover {
      transform: translateY(-4px);
      box-shadow: var(--cien);
    }
    .pozycja-menu h4 {
      margin-bottom: 6px;
      font-family: var(--czcionka-brand);
      font-size: 15px;
    }
    .pozycja-menu p {
      color: var(--tekst-wyszarzony);
      font-size: 13px;
    }
    .sekcja-social {
      background: var(--tlo);
      padding: 60px 0;
    }
    .social-tytul {
      font-family: var(--czcionka-brand);
      font-size: 32px;
      margin-bottom: 12px;
      text-align: center;
      color: var(--tekst);
    }
    .social-podtytul {
      font-size: 16px;
      opacity: 0.8;
      margin-bottom: 32px;
      text-align: center;
      color: var(--tekst-wyszarzony);
    }
    .social-siatka {
      max-width: 800px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .social-karta {
      position: relative;
      overflow: hidden;
      background: var(--tlo-karty);
      border: 1px solid var(--obramowanie);
      border-radius: 14px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.25s ease;
      box-shadow: var(--cien-karta);
      cursor: pointer;
    }
    .social-karta::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: var(--tlo-logo);
      background-size: 160%;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.15;
      filter: blur(10px);
      transform: scale(1.2);
      z-index: 1;
      transition: 0.25s ease;
    }
    .social-karta img {
      width: 80px;
      height: auto;
      z-index: 2;
      position: relative;
      transition: 0.2s ease;
    }
    .social-karta:hover {
      transform: translateY(-8px);
      box-shadow: var(--cien);
    }
    .social-karta:hover::before {
      opacity: 0.25;
      filter: blur(5px);
    }
    :root:not(.ciemny) .social-karta::before { opacity: 0.1; }
    .sekcja-recenzje {
      padding: 60px 0;
      background: var(--tlo);
    }
    .recenzje-kontener {
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
    }
    .recenzje-badge {
      background: var(--tlo-karty);
      border: 1px solid var(--obramowanie);
      border-radius: 20px;
      padding: 40px;
      box-shadow: var(--cien);
    }
    .gwiazdki-kontener {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-bottom: 20px;
    }
    .gwiazdka {
      font-size: 48px;
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
      width: 40px;
      height: 48px;
      display: inline-block;
    }
    .gwiazdka::before {
      content: "☆";
      position: absolute;
      left: 0;
      top: 0;
      color: #ddd;
    }
    .gwiazdka::after {
      content: "★";
      position: absolute;
      left: 0;
      top: 0;
      color: #fbbc04;
      width: 0%;
      overflow: hidden;
      transition: width 0.2s ease;
    }
    .gwiazdka.polowa::after {
      width: 50%;
    }
    .gwiazdka.pelna::after {
      width: 100%;
    }
    .gwiazdka1 {
      content: "★";
      position: absolute;
      left: 0;
      top: 0;
      color: #fbbc04;
      width: 0%;
      overflow: hidden;
      transition: width 0.2s ease;
    }
    .recenzje-tytul {
      font-family: var(--czcionka-brand);
      font-size: 28px;
      margin-bottom: 12px;
      color: var(--tekst);
    }
    .recenzje-opis {
      color: var(--tekst-wyszarzony);
      margin-bottom: 24px;
      font-size: 15px;
    }
    .przycisk-google {
      background: #4285f4;
      color: #fff;
      padding: 14px 28px;
      border-radius: 10px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 0;
      cursor: pointer;
      transition: all 0.2s ease;
      box-shadow: 0 4px 12px rgba(66,133,244,0.3);
    }
    .przycisk-google:hover {
      background: #357ae8;
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(66,133,244,0.4);
    }
    .rolling-text-kontener {
      background: var(--tlo-rolling);
      overflow: hidden;
      padding: 20px 0;
      position: relative;
    }
    .rolling-text {
      display: flex;
      white-space: nowrap;
      animation: scroll-infinite 40s linear infinite;
      width: fit-content;
    }
    .rolling-text span {
      color: var(--kolor-brand);
      font-size: 18px;
      font-weight: 600;
      padding: 0 50px;
      display: inline-block;
    }
    @keyframes scroll-infinite {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
    .stopka {
      background: var(--kolor-brand);
      color: #fff;
      padding: 40px 0;
    }
    .stopka-wnetrze {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
    }
    .stopka-lewo {
      flex: 1;
    }
    .stopka-prawo {
      text-align: right;
      flex-shrink: 0;
      align-self: flex-start;
    }
    .stopka h3 {
      font-family: var(--czcionka-brand);
      margin: 0 0 12px;
    }
    .stopka-adres {
      font-size: 14px;
      line-height: 1.8;
      opacity: 0.9;
    }
    .stopka-adres p {
      margin: 4px 0;
    }
    @media (max-width: 1100px) {
      .baner h1 { font-size: 48px; }
      .baner { padding-bottom: 72px; }
      .mapa-kontener { flex-basis: 48%; }
    }
    @media (max-width: 820px) {
      .lista-linkow { display: none; }
      .menu-mobilne { display: inline-block; }
      .plywajace-socjale {
        gap: 24px;
      }
      .social-link {
        width: 54px;
        height: 54px;
      }
      .social-link img {
        width: 32px;
      }
      .status-wnetrze {
        font-size: 12px;
        padding: 8px 16px;
        gap: 6px;
        max-width: 95%;
        white-space: normal;
        text-align: center;
      }
      .status-emoji {
        font-size: 14px;
      }
      .baner { 
        padding: calc(80px + var(--wys-naglowek)) 0 56px;
        margin-top: calc(var(--wys-naglowek) * -1);
      }
      .baner h1 { font-size: 40px; }
      .baner .kontener { flex-direction: column; text-align: center; }
      .baner-tresc { max-width: 100%; }
      .baner-grafika { display: none; }
      .akcje { justify-content: center; }
      .lokalizacja-wnetrze { flex-direction: column; }
      .mapa-kontener { width: 100%; max-width: 100%; }
      .lokalizacja-info { width: 100%; }
      .akcje-lokalizacji { flex-direction: column; }
      .akcje-lokalizacji .przycisk { width: 100%; }
      .siatka-dostawa,
      .siatka-menu,
      .social-siatka { grid-template-columns: 1fr; }
      .kontener { padding: 0 14px; }
      .stopka-wnetrze { 
        flex-direction: column;
        align-items: flex-start;
      }
      .stopka-lewo,
      .stopka-prawo {
        width: 100%;
        text-align: left;
        align-self: flex-start;
      }
      .rolling-text span {
        font-size: 16px;
        padding: 0 30px;
      }
    }
    @media (max-width: 420px) {
      .baner h1 { font-size: 30px; }
      .baner p { font-size: 15px; }
      .przycisk { padding: 10px 12px; font-size: 14px; }
      .akcje { flex-direction: column; width: 100%; }
      .akcje .przycisk { width: 100%; }
      .status-wnetrze {
        font-size: 10px;
        padding: 6px 12px;
        gap: 4px;
      }
      .plywajace-socjale {
        gap: 20px;
      }
      .social-link {
        width: 48px;
        height: 48px;
      }
      .social-link img {
        width: 28px;
      }
      .social-tytul {
        font-size: 24px;
      }
      .recenzje-tytul {
        font-size: 22px;
      }
      .gwiazdka {
        font-size: 36px;
        width: 36px;
        height: 36px;
      }
      .rolling-text span {
        font-size: 14px;
        padding: 0 20px;
      }
    }
	@media (max-width: 820px) { .mobile-br { display: inline !important; } }
