:root {
  --background: #f8f4ed;
  --foreground: #1a1714;
  --card: #fffdf9;
  --card-foreground: #1a1714;
  --popover: #fffdf9;
  --popover-foreground: #1a1714;
  --primary: #1a1714;
  --primary-foreground: #fffdf9;
  --secondary: #efe7dc;
  --secondary-foreground: #1a1714;
  --muted: #f1ebe2;
  --muted-foreground: #716961;
  --accent: #f2e5d7;
  --accent-foreground: #7a3e20;
  --destructive: #a52d2d;
  --border: #dfd5c9;
  --input: #d9cec2;
  --ring: #b96d3a;
  --radius: 0.9rem;
  --copper: #b86b37;
  --copper-dark: #7b3e21;
  --ink: #1a1714;
  --paper: #f8f4ed;
  --cream: #fffdf9;
  --muted-text: #716961;
  --line: rgba(34, 27, 21, 0.13);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 20px;
  border-radius: 0 0 10px 10px;
  background: var(--ink);
  color: white;
  padding: 12px 18px;
}
.skip-link:focus { top: 0; }

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.55);
  background: rgba(255, 253, 249, .88);
  box-shadow: 0 12px 38px rgba(38, 25, 14, .07);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand > img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 9px 13px rgba(87, 42, 19, .18));
}
.brand > span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 1.18rem; letter-spacing: .17em; }
.brand small { margin-top: 7px; color: var(--muted-text); font-size: .7rem; letter-spacing: .025em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 720; }
.main-nav__list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.main-nav__list a { position: relative; padding: 12px 0; }
.main-nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 1px;
  background: var(--copper);
  transition: right .2s ease;
}
.main-nav__list a:hover::after,
.main-nav__list a:focus-visible::after { right: 0; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 19px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transition: background .2s ease, transform .2s ease;
}
.nav-cta:hover { background: var(--copper-dark); transform: translateY(-1px); }
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 13px;
  background: var(--ink);
  color: white;
}
.menu-button svg { width: 22px; }

.hero {
  position: relative;
  min-height: 770px;
  padding: 138px 0 86px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #f9f5ef;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(250,247,241,.98) 0%, rgba(250,247,241,.93) 38%, rgba(250,247,241,.30) 66%, rgba(250,247,241,.10) 100%),
    url("../images/tlo-naglowek.png");
  background-position: center, center;
  background-size: cover;
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(248,244,237,.95));
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  align-items: center;
  gap: clamp(55px, 8vw, 118px);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 19px;
  color: var(--copper-dark);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow > span { width: 36px; height: 1px; background: currentColor; }
.hero h1,
.section-heading h2,
.gallery-heading h2,
.process-section h2,
.contact-section h2,
.inquiry-form h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { max-width: 720px; font-size: clamp(3.6rem, 6.6vw, 6.35rem); }
.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #514943;
  font-size: 1.08rem;
  line-height: 1.72;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.primary-button,
.secondary-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 780;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.primary-button { background: var(--ink); color: white; box-shadow: 0 15px 32px rgba(26,23,20,.18); }
.primary-button:hover { background: var(--copper-dark); transform: translateY(-2px); }
.secondary-button { border-color: rgba(26,23,20,.3); background: rgba(255,253,249,.72); }
.secondary-button:hover { background: white; transform: translateY(-2px); }
.primary-button svg,
.secondary-button svg { width: 18px; }
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #5f5750;
  font-size: .8rem;
  font-weight: 680;
}
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list svg { width: 16px; color: var(--copper); }
.hero-brand-card {
  position: relative;
  min-height: 490px;
  padding: 30px 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 42px 42px 22px 22px;
  background: linear-gradient(145deg, rgba(18,15,13,.96), rgba(8,7,6,.96));
  box-shadow: 0 36px 85px rgba(43, 25, 12, .26);
}
.hero-brand-card::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(184,107,55,.14);
  filter: blur(45px);
}
.hero-brand-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 33%, rgba(255,255,255,.07) 49%, transparent 65%);
  pointer-events: none;
}
.hero-kicker {
  position: absolute;
  z-index: 1;
  top: 28px;
  color: #bcb2a8;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .22em;
}
.hero-brand-card > img { position: relative; z-index: 1; width: min(330px, 90%); height: auto; object-fit: contain; }
.hero-brand-footer {
  position: absolute;
  z-index: 2;
  inset: auto 28px 25px;
  padding-top: 13px;
  border-top: 1px solid rgba(184,107,55,.68);
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.hero-brand-footer span,
.hero-brand-footer strong { display: block; }
.hero-brand-footer span { color: #bcb2a8; font-size: .58rem; letter-spacing: .21em; }
.hero-brand-footer strong { margin-top: 6px; font-size: .78rem; letter-spacing: .13em; }

.offer-section { padding: 112px 0 126px; background: var(--cream); }
.section-heading,
.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 470px);
  gap: 55px;
  align-items: end;
  margin-bottom: 38px;
}
.section-heading h2,
.gallery-heading h2,
.process-section h2,
.contact-section h2 { font-size: clamp(2.65rem, 4.8vw, 4.6rem); }
.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted-text);
  font-size: .98rem;
  line-height: 1.72;
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #f9f5ee;
}
.filter-bar button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--muted-text);
  font-size: .83rem;
  font-weight: 760;
  cursor: pointer;
  transition: .2s ease;
}
.filter-bar button:hover { background: white; color: var(--ink); }
.filter-bar button.is-active { background: var(--ink); color: white; box-shadow: 0 9px 22px rgba(26,23,20,.14); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 14px 42px rgba(43,31,19,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(43,31,19,.12); }
.product-visual {
  position: relative;
  height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 63% 33%, rgba(184,107,55,.22), transparent 30%),
    linear-gradient(145deg, #211b17, #0f0d0b);
}
.product-visual > svg { width: 72px; height: 72px; color: #d89968; stroke-width: 1.25; }
.product-visual > strong { color: #d89968; font-family: Georgia, serif; font-size: 4.2rem; font-weight: 500; text-shadow: 0 8px 28px rgba(0,0,0,.32); }
.product-visual > img { width: 100%; height: 100%; object-fit: cover; }
.product-visual > img.is-packshot {
  object-fit: contain;
  padding: 16px;
  background: #f5f2ec;
}
.product-visual.has-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,8,7,.72)); }
.product-visual > span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 18px;
  color: rgba(255,255,255,.75);
  font-family: Georgia, serif;
  font-size: .8rem;
}
.product-visual > small {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  padding: 6px 9px;
  font-size: .65rem;
  font-weight: 800;
}
.product-body { min-height: 250px; display: flex; flex-direction: column; padding: 25px; }
.product-body h3 { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.product-body > p { flex-grow: 1; margin: 13px 0; color: var(--muted-text); font-size: .89rem; line-height: 1.65; }
.product-body > small { color: #8a7768; font-size: .69rem; font-weight: 720; }
.product-body > button {
  align-self: flex-start;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 19px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-size: .8rem;
  font-weight: 820;
  cursor: pointer;
}
.product-body > button svg { width: 15px; color: var(--copper); transition: transform .2s ease; }
.product-body > button:hover svg { transform: translateX(4px); }

.gallery-section { padding: 110px 0; background: #171411; color: white; }
.gallery-heading { grid-template-columns: 1fr; align-items: center; }
.gallery-heading h2 { max-width: 720px; }
.eyebrow-light { color: #dda06f; }
.manage-button {
  justify-self: end;
  min-height: 50px;
  padding-inline: 20px;
  border: 1px solid rgba(255,255,255,.16);
  background: white;
  color: var(--ink);
  font-weight: 760;
}
.manage-button:hover { background: #f3e9df; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid article {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: #241e19;
}
.gallery-grid article:nth-child(5n + 1) { grid-column: span 2; }
.gallery-grid article > a { position: absolute; inset: 0; display: block; }
.gallery-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid img.is-packshot {
  object-fit: contain;
  padding: 20px;
  background: #f3f0ea;
}
.gallery-grid article:hover img { transform: scale(1.035); }
.gallery-grid article::after { content: ""; position: absolute; z-index: 1; inset: 35% 0 0; background: linear-gradient(transparent, rgba(10,8,7,.9)); pointer-events: none; }
.gallery-grid article > a > div:last-child { position: absolute; z-index: 2; inset: auto 22px 20px; }
.gallery-grid article small,
.gallery-grid article h3 { display: block; margin: 0; }
.gallery-grid article small { color: #d8a780; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery-grid article h3 { margin-top: 6px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.gallery-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(145deg, #2a231e, #100e0c); color: #d89968; font-family: Georgia, serif; font-size: 2rem; letter-spacing: .15em; }
.gallery-empty-public { min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px; border: 1px dashed rgba(255,255,255,.22); border-radius: 22px; background: rgba(255,255,255,.035); text-align: center; }
.gallery-empty-public strong { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.gallery-empty-public p { max-width: 620px; margin: 10px 0 18px; color: #b9b1a9; line-height: 1.6; }
.gallery-empty-public a { color: #e0a475; font-size: .82rem; font-weight: 800; }
.gallery-empty,
.gallery-state {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  border: 1px dashed rgba(255,255,255,.24);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  color: #bdb5ad;
}
.gallery-empty > svg,
.gallery-state > svg { width: 44px; height: 44px; color: #d89a6a; stroke-width: 1.3; }
.gallery-empty > div { flex: 1; max-width: 650px; }
.gallery-empty strong,
.gallery-state strong { display: block; color: white; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.gallery-empty p { margin: 7px 0 0; line-height: 1.55; }
.gallery-empty button { min-height: 46px; background: white; color: var(--ink); }
.gallery-error span { max-width: 620px; }

.process-section { padding: 108px 0; background: #efe8de; }
.process-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(60px, 9vw, 128px); align-items: center; }
.process-lead { max-width: 550px; margin: 25px 0 0; color: var(--muted-text); line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(184,107,55,.45); border-radius: 50%; color: var(--copper-dark); font-family: Georgia, serif; }
.process-list strong { display: block; margin-bottom: 7px; font-size: .95rem; }
.process-list p { margin: 0; color: var(--muted-text); font-size: .87rem; line-height: 1.55; }

.contact-section { padding: 112px 0; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(52px, 8vw, 104px); align-items: center; }
.contact-copy > p:not(.eyebrow, .company-line) { max-width: 570px; margin: 24px 0 0; color: var(--muted-text); line-height: 1.75; }
.owner-card { display: flex; align-items: center; gap: 15px; margin-top: 27px; }
.owner-logo { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 16px; background: #13100e; }
.owner-logo img { width: 58px; height: 58px; object-fit: contain; }
.owner-card strong,
.owner-card span { display: block; }
.owner-card strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.owner-card span { margin-top: 4px; color: var(--copper-dark); font-size: .75rem; font-weight: 760; text-transform: uppercase; letter-spacing: .1em; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.contact-links a { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: white; transition: border .2s ease, transform .2s ease; }
.contact-links a:hover { border-color: var(--copper); transform: translateY(-2px); }
.contact-links svg,
.contact-links > a > b { flex: 0 0 auto; width: 20px; color: var(--copper); font-size: 1.15rem; font-weight: 500; text-align: center; }
.contact-links span { min-width: 0; }
.contact-links small,
.contact-links strong { display: block; }
.contact-links small { margin-bottom: 3px; color: #968d84; font-size: .64rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.contact-links strong { overflow-wrap: anywhere; font-size: .82rem; }
.company-line { margin-top: 17px; color: #92877e; font-size: .72rem; }
.inquiry-form {
  padding: clamp(29px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: 0 32px 80px rgba(50,35,22,.13);
}
.form-kicker { color: var(--copper-dark); font-size: .7rem; font-weight: 840; letter-spacing: .15em; text-transform: uppercase; }
.inquiry-form h2 { margin-top: 11px; font-size: clamp(2.2rem, 3.8vw, 3.55rem); }
.inquiry-form > p { margin: 14px 0 27px; color: var(--muted-text); font-size: .88rem; }
.inquiry-form label,
.upload-form label { display: grid; gap: 8px; margin-bottom: 15px; color: #504942; font-size: .75rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.inquiry-form input,
.inquiry-form select,
.upload-form input,
.form-control,
.inquiry-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ddd2c7;
  border-radius: 11px;
  background: #fffdfa;
  color: var(--ink);
  box-shadow: none;
}
.form-control { justify-content: space-between; }
.inquiry-form textarea { min-height: 116px; padding: 13px; resize: vertical; outline: none; font-size: .88rem; font-weight: 450; }
.inquiry-form input:focus-visible,
.inquiry-form select:focus-visible,
.upload-form input:focus-visible,
.form-control:focus-visible,
.inquiry-form textarea:focus-visible { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(184,107,55,.12); }
.form-submit,
.upload-submit { width: 100%; min-height: 51px; background: var(--ink); color: white; font-weight: 780; }
.form-submit:hover,
.upload-submit:hover { background: var(--copper-dark); }
.form-note { display: block; margin-top: 12px; color: #918980; text-align: center; font-size: .66rem; line-height: 1.5; }
.form-error { margin: -3px 0 10px !important; color: #a52d2d !important; font-size: .78rem !important; font-weight: 750; }

.map-card {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #efe7dc;
  box-shadow: 0 24px 60px rgba(50,35,22,.09);
}
.map-card > div { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; }
.map-card h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; letter-spacing: -.04em; }
.map-card > div > p:last-child { margin: 13px 0 0; color: var(--muted-text); }
.map-card iframe { width: 100%; min-height: 390px; border: 0; }

.catalog-page,
.single-product-page,
.content-page { padding-top: 78px; background: var(--cream); }
.catalog-hero { padding: 104px 0 75px; background: linear-gradient(135deg, #f9f5ee, #eee3d6); }
.catalog-hero h1,
.content-heading h1,
.single-product-copy h1,
.error-page h1 { max-width: 850px; margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.catalog-hero > .shell > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--muted-text); font-size: 1.03rem; line-height: 1.7; }
.catalog-content { padding-block: 72px 110px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.catalog-grid article { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 13px 36px rgba(43,31,19,.06); transition: transform .25s ease, box-shadow .25s ease; }
.catalog-grid article:hover { transform: translateY(-4px); box-shadow: 0 23px 52px rgba(43,31,19,.12); }
.catalog-image { height: 230px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #251e19, #0e0c0a); color: #d89968; font-family: Georgia, serif; font-size: 1.7rem; letter-spacing: .14em; }
.catalog-image img { width: 100%; height: 100%; padding: 14px; object-fit: contain; background: #f3f0ea; }
.catalog-copy { padding: 23px; }
.catalog-copy small { color: var(--copper-dark); font-size: .67rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.catalog-copy h2 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.catalog-copy p { color: var(--muted-text); font-size: .86rem; line-height: 1.6; }
.catalog-copy > span { display: inline-block; margin-top: 9px; font-size: .78rem; font-weight: 800; }
.catalog-empty { padding: 60px; border: 1px dashed var(--line); border-radius: 22px; text-align: center; }
.catalog-empty h2 { margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.catalog-empty p { max-width: 600px; margin: 15px auto 24px; color: var(--muted-text); line-height: 1.65; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.nav-links .page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.nav-links .current { background: var(--ink); color: white; }

.single-product-grid { min-height: 720px; padding-block: 90px 110px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 7vw, 94px); align-items: center; }
.single-product-image { min-height: 560px; display: grid; place-items: center; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg, #261f1a, #0e0c0a); color: #d89968; font-family: Georgia, serif; font-size: 2rem; letter-spacing: .15em; }
.single-product-image img { width: 100%; height: 100%; min-height: 560px; padding: 22px; object-fit: contain; background: #f3f0ea; }
.single-product-copy h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.single-lead { margin: 22px 0; color: var(--muted-text); font-size: 1.05rem; line-height: 1.65; }
.entry-content { color: #524a43; line-height: 1.75; }
.entry-content img { max-width: 100%; height: auto; }
.single-product-copy .primary-button { margin-top: 20px; border: 0; cursor: pointer; }
.back-link { display: inline-block; margin: 25px 0 0 18px; color: var(--muted-text); font-size: .8rem; font-weight: 720; }
.single-product-gallery { padding-bottom: 110px; }
.single-product-gallery > div:first-child { max-width: 720px; margin-bottom: 30px; }
.single-product-gallery h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.035em; }
.single-product-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.single-product-gallery figure { min-height: 330px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #f3f0ea; }
.single-product-gallery img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: contain; }
.single-contact { padding: 70px 0; background: #171411; color: white; }
.single-contact > .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.single-contact h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.3rem, 4vw, 3.7rem); font-weight: 500; }
.single-contact > .shell > div:last-child { display: flex; flex-direction: column; gap: 9px; text-align: right; }
.single-contact a { font-weight: 760; }

.content-page { min-height: 72vh; padding-block: 150px 100px; }
.content-heading { margin-bottom: 45px; }
.entry-list { display: grid; gap: 15px; }
.entry-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.entry-card h2 { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.entry-card p { color: var(--muted-text); line-height: 1.65; }
.error-page { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.error-page > p:not(.eyebrow) { max-width: 620px; color: var(--muted-text); font-size: 1rem; line-height: 1.7; }
.admin-bar .site-header { top: 32px; }

.site-footer { padding: 31px 0 88px; border-top: 1px solid rgba(255,255,255,.08); background: #100e0c; color: #a39b94; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 49px; height: 49px; object-fit: contain; }
.footer-brand span,
.footer-inner > div { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { color: white; letter-spacing: .15em; }
.footer-brand small,
.footer-inner > div { font-size: .7rem; }
.footer-inner > div { align-items: flex-end; }
.footer-inner a:hover { color: white; }
.mobile-contact { display: none; }

.manager-dialog {
  max-height: min(90vh, 850px);
  max-width: 680px;
  overflow-y: auto;
  border-radius: 22px;
  border-color: var(--line);
  background: var(--cream);
  padding: 27px;
}
.manager-dialog [data-slot="dialog-title"] { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.manager-dialog [data-slot="dialog-description"] { line-height: 1.55; }
.upload-form { padding-top: 7px; }
.file-field small { color: #938980; font-size: .65rem; font-weight: 500; }
.upload-preview { width: 100%; max-height: 220px; margin-bottom: 14px; border-radius: 13px; object-fit: cover; }
.upload-message { margin: 0 0 12px; color: var(--copper-dark); font-size: .78rem; font-weight: 750; }
.manager-list { max-height: 260px; overflow: auto; padding-top: 5px; border-top: 1px solid var(--line); }
.manager-list h3 { margin: 11px 0; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.manager-item { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 12px; padding: 9px 0; border-top: 1px solid rgba(34,27,21,.08); }
.manager-item > img { width: 54px; height: 46px; border-radius: 8px; object-fit: cover; }
.manager-item span { min-width: 0; }
.manager-item strong,
.manager-item small { display: block; }
.manager-item strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .79rem; }
.manager-item small { margin-top: 3px; color: var(--muted-text); font-size: .66rem; }
.spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

:focus-visible { outline: 3px solid rgba(184,107,55,.34); outline-offset: 3px; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 34px, 780px); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 62px; }
  .hero-copy { max-width: 720px; }
  .hero-brand-card { width: min(510px, 100%); min-height: 520px; margin: 0 auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .process-grid { gap: 48px; }
  .contact-copy { max-width: 700px; }
  .single-product-grid { grid-template-columns: 1fr; }
  .single-product-image { min-height: 480px; }
  .single-product-image img { min-height: 480px; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-top: 78px; }
  .header-inner { min-height: 68px; }
  .brand > img { width: 45px; height: 45px; }
  .brand small { display: none; }
  .menu-button { display: grid; }
  .main-nav {
    position: fixed;
    top: 76px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: rgba(255,253,249,.98);
    box-shadow: 0 22px 55px rgba(35,24,15,.2);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
  }
  .main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .main-nav__list { display: grid; gap: 4px; }
  .main-nav a { padding: 12px 13px !important; border-radius: 10px; }
  .main-nav__list a::after { display: none; }
  .nav-cta { justify-content: center; margin-top: 4px; }
  .hero { padding: 112px 0 72px; }
  .hero-image {
    background-image:
      linear-gradient(180deg, rgba(250,247,241,.96) 0%, rgba(250,247,241,.88) 52%, rgba(250,247,241,.32) 100%),
      url("../images/tlo-naglowek.png");
    background-position: center, 31% center;
  }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 4.7rem); }
  .hero-lead { font-size: 1rem; line-height: 1.66; }
  .hero-actions { display: grid; }
  .primary-button,
  .secondary-button { width: 100%; }
  .hero-brand-card { min-height: 430px; border-radius: 32px 32px 18px 18px; }
  .hero-brand-card > img { width: min(300px, 88%); }
  .offer-section,
  .gallery-section,
  .process-section,
  .contact-section { padding: 82px 0; }
  .section-heading,
  .gallery-heading { grid-template-columns: 1fr; gap: 19px; }
  .section-heading h2,
  .gallery-heading h2,
  .process-section h2,
  .contact-section h2 { font-size: clamp(2.55rem, 11vw, 3.55rem); }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; margin-inline: -14px; padding-inline: 14px; border-left: 0; border-right: 0; border-radius: 0; scrollbar-width: none; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-bar button { flex: 0 0 auto; }
  .product-grid,
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid article:nth-child(5n + 1) { grid-column: auto; }
  .gallery-heading .manage-button { justify-self: start; width: 100%; }
  .gallery-empty { align-items: flex-start; flex-direction: column; }
  .gallery-empty button { width: 100%; }
  .contact-links { grid-template-columns: 1fr; }
  .map-card { grid-template-columns: 1fr; }
  .map-card iframe { min-height: 340px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-image { height: 250px; }
  .single-product-grid { padding-block: 70px 90px; }
  .single-product-image,
  .single-product-image img { min-height: 350px; }
  .single-product-gallery { padding-bottom: 90px; }
  .single-product-gallery__grid { grid-template-columns: 1fr; }
  .single-product-gallery figure,
  .single-product-gallery img { min-height: 260px; }
  .single-contact > .shell { align-items: flex-start; flex-direction: column; }
  .single-contact > .shell > div:last-child { text-align: left; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner > div { align-items: flex-start; }
  .site-footer { padding-bottom: 104px; }
  .mobile-contact {
    position: fixed;
    z-index: 45;
    inset: auto 10px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 15px;
    background: rgba(21,18,15,.94);
    box-shadow: 0 16px 35px rgba(0,0,0,.28);
    backdrop-filter: blur(14px);
  }
  .mobile-contact a { height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; color: white; font-size: .78rem; font-weight: 780; }
  .mobile-contact a:last-child { background: var(--copper-dark); }
  .mobile-contact svg { width: 18px; }
  .manager-dialog { padding: 22px; }
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.18rem; }
  .trust-list { display: grid; grid-template-columns: 1fr; }
  .hero-brand-card { min-height: 390px; }
  .hero-brand-footer span { display: none; }
  .product-visual { height: 175px; }
  .product-body { min-height: 235px; }
  .owner-card { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
