/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Barlow Condensed", sans-serif;
    --font-serif: "Fraunces", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #f5f0eb;
    --color-surface: #faf7f3;
    --color-body: #68645e;
    --color-heading: #3d3731;
    --color-price: #5c554c;
    --color-gold: #b8925a;
    --color-gold-lt: rgba(184, 146, 90, 0.18);
    --color-muted: #706d66;
    --color-border: rgba(92, 85, 76, 0.1);
    --color-canvas: #fefcf9;
  }
}
@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, ui-sans-serif, system-ui, 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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    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)) {
        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 {
  .relative {
    position: relative;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-\[1\.1rem\] {
    margin-top: 1.1rem;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-px {
    height: 1px;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[1\.4rem\] {
    gap: 1.4rem;
  }
  .gap-x-9 {
    column-gap: calc(var(--spacing) * 9);
  }
  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .bg-canvas {
    background-color: var(--color-canvas);
  }
  .bg-gold {
    background-color: var(--color-gold);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[1\.8rem\] {
    padding-bottom: 1.8rem;
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-\[\.68rem\] {
    font-size: .68rem;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .tracking-\[\.12em\] {
    --tw-tracking: .12em;
    letter-spacing: .12em;
  }
  .tracking-\[\.18em\] {
    --tw-tracking: .18em;
    letter-spacing: .18em;
  }
  .tracking-\[\.35em\] {
    --tw-tracking: .35em;
    letter-spacing: .35em;
  }
  .text-muted {
    color: var(--color-muted);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-45 {
    opacity: 45%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .max-\[600px\]\:grid-cols-1 {
    @media (width < 600px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
}
body.dark {
  --color-bg: #1c1916;
  --color-surface: #242018;
  --color-body: #a8a098;
  --color-heading: #e2d9cc;
  --color-price: #c4bdb5;
  --color-gold: #c9a468;
  --color-gold-lt: rgba(184, 146, 90, 0.12);
  --color-muted: #8e8a83;
  --color-border: rgba(255, 240, 210, 0.07);
  --color-canvas: #2a2520;
}
html.theme-transition *, html.theme-transition *::before, html.theme-transition *::after {
  transition: background-color 0.45s ease, color 0.35s ease, border-color 0.35s ease, fill 0.35s ease, stroke 0.35s ease !important;
}
[data-lang] {
  display: none;
}
.lang-pl [data-lang="pl"] {
  display: contents;
}
.lang-en [data-lang="en"] {
  display: contents;
}
.panel {
  display: none;
}
.panel.active {
  display: block;
  animation: panelIn 0.32s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: var(--color-bg);
    color: var(--color-body);
    font-family: var(--font-sans);
    font-weight: 300;
    line-height: 1.7;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
  }
}
@layer components {
  .logo-wrap svg {
    height: 44px;
    width: auto;
    display: block;
  }
  .logo-wrap svg path {
    fill: var(--color-heading);
  }
  .lang-switch {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 2px;
    padding: 2px;
  }
  .lang-switch button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: .65rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--color-muted);
    padding: .3rem .9rem;
    border-radius: 1px;
    transition: background .2s, color .2s;
  }
  .lang-switch button.active {
    background: var(--color-heading);
    color: var(--color-canvas);
  }
  .tab-wrap {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--color-canvas);
    border-bottom: 1px solid var(--color-border);
  }
  .tab-arrow {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    z-index: 2;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-muted);
    transition: color .18s;
    -webkit-tap-highlight-color: transparent;
  }
  .tab-arrow:hover {
    color: var(--color-heading);
  }
  .tab-arrow.left {
    left: 0;
    background: linear-gradient(to right, var(--color-canvas) 60%, transparent);
  }
  .tab-arrow.right {
    right: 0;
    background: linear-gradient(to left, var(--color-canvas) 60%, transparent);
  }
  .tab-arrow.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .tab-arrow svg {
    flex-shrink: 0;
  }
  .tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    padding: 0 .5rem;
    justify-content: center;
    flex-wrap: nowrap;
  }
  @media (max-width: 700px) {
    .tabs {
      justify-content: flex-start;
    }
  }
  .tabs::-webkit-scrollbar {
    display: none;
  }
  .tab-btn {
    flex: 0 0 auto;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-muted);
    padding: 1.1rem 1.3rem;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    transition: color .2s, border-color .2s;
    -webkit-tap-highlight-color: transparent;
  }
  @media (max-width: 500px) {
    .tab-btn {
      font-size: 13px;
      padding: 1rem .9rem;
      letter-spacing: .08em;
    }
  }
  .tab-btn:hover {
    color: var(--color-heading);
  }
  .tab-btn.active {
    color: var(--color-heading);
    border-bottom-color: var(--color-gold);
  }
  .theme-toggle {
    background: none;
    border: 1px solid var(--color-border);
    border-radius: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-muted);
    transition: color .2s, border-color .2s;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    overflow: hidden;
  }
  .theme-toggle:hover {
    color: var(--color-heading);
    border-color: var(--color-gold);
  }
  .theme-toggle .icon-sun, .theme-toggle .icon-moon {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  .theme-toggle .icon-sun {
    opacity: 0;
    transform: rotate(-30deg) scale(0.8);
  }
  .theme-toggle .icon-moon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  body.dark .theme-toggle .icon-sun {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  body.dark .theme-toggle .icon-moon {
    opacity: 0;
    transform: rotate(30deg) scale(0.8);
  }
  @media (max-width: 480px) {
    .theme-toggle {
      top: 1rem;
      right: 1rem;
    }
  }
  .section-title {
    font-family: var(--font-serif);
    font-size: clamp(1.7rem, 4.5vw, 2.4rem);
    font-weight: 300;
    letter-spacing: .01em;
    color: var(--color-heading);
    margin-bottom: 1.6rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid var(--color-border);
    position: relative;
  }
  .section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 32px;
    height: 1px;
    background: var(--color-gold);
  }
  .items {
    display: flex;
    flex-direction: column;
  }
  .item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: .9rem 0;
    border-bottom: 1px solid var(--color-border);
    gap: 1.5rem;
  }
  .item:last-child {
    border-bottom: none;
  }
  .item-name {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-heading);
    flex: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  .item-name small {
    display: block;
    font-weight: 300;
    font-size: 18px;
    color: var(--color-muted);
    margin-top: .2rem;
    font-style: normal;
    letter-spacing: .01em;
    text-transform: none;
  }
  .item-price {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 20px;
    color: var(--color-price);
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: .03em;
  }
  .item-price::after {
    content: ' zł';
    font-size: 20px;
    font-weight: 600;
    color: var(--color-muted);
    font-family: var(--font-sans);
    letter-spacing: .03em;
  }
  .lang-en .item-price::after {
    content: ' PLN';
  }
  .sub-label {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin-bottom: .8rem;
    margin-top: .3rem;
  }
  .specials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1px;
    background: var(--color-border);
    border: 1px solid var(--color-border);
  }
  .special-card {
    background: var(--color-surface);
    padding: 1.8rem 1.5rem;
    position: relative;
  }
  .special-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-gold);
  }
  .special-card .item-name {
    color: var(--color-heading);
  }
  .special-card .item-price {
    display: block;
    margin-top: 1rem;
  }
  .pills {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
  }
  .pill {
    background: transparent;
    border: 1px solid var(--color-border);
    padding: .5rem 1.1rem;
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--color-body);
    transition: background .18s;
  }
  .pill:hover {
    background: var(--color-gold-lt);
  }
  .pill-price {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 18px;
    color: var(--color-price);
  }
  .pill-price::after {
    content: ' zł';
    font-size: 18px;
    font-weight: 600;
    color: var(--color-muted);
    font-family: var(--font-sans);
    text-transform: none;
  }
  .lang-en .pill-price::after {
    content: ' PLN';
  }
  .info-card {
    background: var(--color-surface);
    padding: 1.8rem 1.6rem;
    position: relative;
    box-shadow: 4px 8px 24px rgba(150,130,105,.18), 2px 4px 8px rgba(150,130,105,.1);
  }
  .info-card-title {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--color-heading);
    margin-bottom: .8rem;
  }
  .info-card-body {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 18px;
    color: var(--color-body);
    line-height: 1.75;
  }
  .info-card-body strong {
    color: var(--color-heading);
    font-weight: 500;
  }
  .info-card-sub {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--color-border);
  }
  .info-card-sub-title {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--color-heading);
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .f-logo svg {
    height: 28px;
    width: auto;
    margin: 0 auto .8rem;
    display: block;
  }
  .f-logo svg path {
    fill: var(--color-muted);
  }
  .f-contact a {
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 16px;
    color: var(--color-muted);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .5rem;
    letter-spacing: .04em;
    transition: color .18s;
  }
  .f-contact a:hover {
    color: var(--color-heading);
  }
  .f-contact a svg {
    color: var(--color-gold);
    flex-shrink: 0;
  }
  .f-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-border);
    color: var(--color-muted);
    text-decoration: none;
    transition: border-color .18s, color .18s;
  }
  .f-social a:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
