:root {
  --cream: #f7f3ed;
  --paper: #fffdf9;
  --ink: #1d1b1a;
  --graphite: #383431;
  --muted: #625d58;
  --line: #ddd4ca;
  --rose: #96585d;
  --rose-dark: #713f44;
  --gold: #c19a58;
  --green: #193c35;
  --header-height: 5.25rem;
  --container: min(77rem, calc(100% - 3rem));
  --serif: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  --sans: Manrope, "Segoe UI", sans-serif;
  --shadow: 0 1.4rem 4rem rgba(37, 29, 24, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; overflow-wrap: anywhere; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
address { font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
h1 { max-width: 13ch; margin-bottom: 1.5rem; font-size: clamp(2.7rem, 6vw, 5.6rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.25rem, 4.4vw, 4.4rem); }
h3 { font-size: 1.18rem; line-height: 1.3; }
:focus-visible { outline: .2rem solid var(--gold); outline-offset: .25rem; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.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; }
.skip-link { position: fixed; z-index: 2000; top: 1rem; left: 1rem; padding: .7rem 1rem; color: #fff; background: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 1rem; color: var(--rose-dark); font-size: .8125rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .85rem 1.35rem; border: 1px solid transparent; font-size: .875rem; font-weight: 700; letter-spacing: .035em; line-height: 1.2; text-align: center; text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--rose-dark); }
.button-light { border-color: rgba(29, 27, 26, .35); background: rgba(255, 253, 249, .74); backdrop-filter: blur(.4rem); }
.button-light:hover { background: #fff; }
.button-gold { color: var(--ink); background: var(--gold); }
.button-gold:hover { background: #d3b273; }

/* Nawigacja */
.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: var(--header-height); border-bottom: 1px solid transparent; background: rgba(255, 253, 249, .82); backdrop-filter: blur(1rem); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: rgba(29, 27, 26, .08); background: rgba(255, 253, 249, .96); box-shadow: 0 .6rem 2rem rgba(37, 29, 24, .06); }
.nav-wrap { display: flex; width: min(91rem, calc(100% - 2.2rem)); height: 100%; align-items: center; justify-content: space-between; margin-inline: auto; }
.brand { display: flex; width: 7.25rem; height: 3.8rem; align-items: center; justify-content: center; flex: 0 0 auto; }
.brand img { width: 7.1rem; height: auto; mix-blend-mode: multiply; }
.nav-panel { display: flex; min-width: 0; align-items: center; gap: 1rem; }
.nav-links { display: flex; align-items: center; gap: clamp(.25rem, 1.15vw, 1.25rem); padding: 0; margin: 0; list-style: none; }
.nav-links a { position: relative; display: block; padding: .8rem .25rem; font-size: .75rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.nav-links a::after { position: absolute; right: .25rem; bottom: .46rem; left: .25rem; height: 1px; background: var(--rose); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-links a:hover::after, .nav-links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-links a.is-active { color: var(--rose-dark); }
.nav-toggle { display: none; width: 3rem; height: 3rem; padding: .65rem; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 1px; margin: .37rem 0; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(.75rem) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-.75rem) rotate(-45deg); }
.language-picker { position: relative; flex: 0 0 auto; }
.language-toggle { display: flex; width: 3.8rem; height: 2.6rem; align-items: center; justify-content: center; gap: .45rem; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: .75rem; font-weight: 700; }
.language-toggle svg { width: .65rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; transition: transform .2s ease; }
.language-picker.is-open .language-toggle svg, .language-picker:focus-within .language-toggle svg { transform: rotate(180deg); }
.language-list { position: absolute; top: calc(100% + .75rem); right: 0; display: grid; width: min(39rem, calc(100vw - 2rem)); max-height: min(70vh, 32rem); grid-template-columns: repeat(3, 1fr); gap: .15rem 1rem; padding: 1rem; margin: 0; overflow-y: auto; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); list-style: none; opacity: 0; transform: translateY(-.5rem); visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.language-picker:hover .language-list, .language-picker:focus-within .language-list, .language-picker.is-open .language-list { opacity: 1; transform: translateY(0); visibility: visible; }
.language-list a { display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding: .52rem .55rem; color: var(--graphite); font-size: .8125rem; text-decoration: none; }
.language-list a:hover, .language-list a[aria-current="page"] { color: var(--rose-dark); background: var(--cream); }
.language-list span { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .06em; }
.language-flag { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.language-list a:has(.language-flag) { justify-content: flex-start; }
.language-list a:has(.language-flag) span { margin-left: auto; }
.language-neutral a { justify-content: flex-start; }
.language-neutral svg { width: 1rem; fill: none; stroke: currentColor; stroke-width: 1.4; }
.language-neutral span { margin-left: auto; }

/* Hero */
.hero { position: relative; display: grid; min-height: min(42.5rem, calc(100svh - var(--header-height))); align-items: center; margin-top: var(--header-height); overflow: hidden; background: var(--cream); }
.hero::before { position: absolute; inset: 0 50% 0 0; background: var(--paper); content: ""; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(20rem, .72fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); padding-block: 2rem; }
.hero-content { min-width: 0; padding-block: 3rem; }
.hero-content .eyebrow { color: var(--rose-dark); }
.hero h1 { max-width: 12.5ch; margin-bottom: 1.35rem; font-size: clamp(2.85rem, 4.6vw, 4.9rem); }
.hero-lead { max-width: 38rem; margin-bottom: 2rem; color: var(--graphite); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.hero-slider { position: relative; width: min(100%, 25rem); justify-self: end; padding: 1.1rem 1.1rem 3.75rem; background: var(--paper); box-shadow: var(--shadow); }
.hero-viewport { position: relative; aspect-ratio: 2 / 3; overflow: hidden; background: #e8e2dc; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity .8s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: var(--slide-position, 50% 20%); transform: scale(1.015); transition: transform 6.5s ease; }
.hero-slide.is-active img { transform: scale(1.055); }
.hero-controls { position: absolute; right: 1.1rem; bottom: .65rem; left: 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.hero-arrow { display: grid; width: 2.65rem; height: 2.65rem; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.hero-arrow span { width: .62rem; height: .62rem; border-bottom: 1px solid currentColor; border-left: 1px solid currentColor; transform: rotate(45deg); }
.hero-next span { transform: rotate(225deg); }
.hero-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.hero-dot {
  position: relative;
  display: grid;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  place-items: center;
  cursor: pointer;
  touch-action: manipulation;
}

/* Mała widoczna kropka wewnątrz dużego przycisku */
.hero-dot::before {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid var(--rose-dark);
  border-radius: 50%;
  background: transparent;
  content: "";
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.hero-dot.is-active::before {
  background: var(--rose-dark);
  transform: scale(1.15);
}

.hero-dot:hover::before {
  background: var(--rose-dark);
}

.hero-dot:focus-visible {
  outline: 2px solid var(--rose-dark);
  outline-offset: 1px;
}

/* Sekcje */
.split-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.about-image { position: relative; }
.about-image::before { position: absolute; z-index: -1; top: -1.5rem; right: 1.5rem; bottom: 1.5rem; left: -1.5rem; border: 1px solid var(--line); content: ""; }
.about-image img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.image-note { position: absolute; right: -1rem; bottom: -1rem; padding: .85rem 1rem; color: #fff; background: var(--rose-dark); font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.section-copy p:not(.eyebrow) { max-width: 42rem; color: var(--graphite); }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 1.5rem 0 0; margin: 2rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { color: var(--graphite); font-size: .8125rem; font-weight: 700; letter-spacing: .035em; }
.feature-list li::before { display: block; width: 1.9rem; height: 1px; margin-bottom: .75rem; background: var(--gold); content: ""; }
.offer { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(17rem, .6fr); align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 31rem; margin: 0 0 .4rem; color: var(--muted); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.offer-card { min-width: 0; overflow: hidden; background: var(--paper); }
.offer-card a { display: flex; height: 100%; flex-direction: column; text-decoration: none; }
.offer-card-media { position: relative; aspect-ratio: 3 / 4; flex: 0 0 auto; overflow: hidden; background: #e7e1da; }
.offer-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform .45s ease; }
.offer-card:hover img { transform: scale(1.025); }
.card-copy { display: flex; flex: 1; flex-direction: column; padding: 1.3rem 1.35rem 1.45rem; }
.card-copy h3 { margin-bottom: .45rem; }
.card-copy p { min-height: 3.2em; margin-bottom: 1rem; color: var(--muted); font-size: .84rem; }
.card-copy span { margin-top: auto; color: var(--rose-dark); font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.shop { padding-block: clamp(4rem, 7vw, 6.5rem); background: var(--green); }
.shop-panel { display: grid; min-height: 31rem; grid-template-columns: minmax(18rem, .78fr) minmax(0, 1.22fr); overflow: hidden; background: #f3eadf; }
.shop-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.shop-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.5rem, 6vw, 6rem); }
.shop-copy p:not(.eyebrow) { max-width: 35rem; color: var(--graphite); }
.shop-notice { padding-left: 1rem; border-left: 2px solid var(--gold); font-size: .84rem; }
.shop-copy .button { margin-top: .7rem; }
.wholesale { background: var(--paper); }
.wholesale-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(19rem, .75fr); align-items: stretch; gap: clamp(2rem, 6vw, 6rem); }
.wholesale-copy p:not(.eyebrow) { max-width: 44rem; margin-bottom: 2rem; color: var(--graphite); font-size: 1.05rem; }
.contact-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 3.5rem); color: #fff; background: var(--rose-dark); }
.contact-kicker { margin-bottom: 1.5rem; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-card strong { margin-bottom: 1rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.contact-card a { margin: .25rem 0; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: .2rem; }
.gallery-section { background: #ece7e1; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.gallery-item { position: relative; min-width: 0; aspect-ratio: 3 / 4; overflow: hidden; background: #d8d1cb; }
.gallery-item::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.7); content: ""; opacity: 0; transform: scale(.94); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: scale(.97); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.03); }
.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-block { display: flex; min-width: 0; min-height: 24rem; flex-direction: column; align-items: flex-start; padding: clamp(1.7rem, 3.5vw, 3.2rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-block strong { margin-bottom: .85rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.contact-block p { color: var(--muted); }
.contact-block a { margin: .2rem 0; font-size: .88rem; text-decoration-color: var(--line); text-underline-offset: .22rem; }
.contact-block small { color: var(--muted); font-size: .8125rem; }
.social-links { display: flex; gap: .6rem; margin-top: auto; padding-top: 1.5rem; }
.social-links a { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: color .2s ease, background .2s ease; }
.social-links a:hover { color: #fff; background: var(--rose-dark); }
.social-links svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links a:first-child svg { fill: currentColor; stroke: none; }
.social-links .fill-dot { fill: currentColor; stroke: none; }

/* Stopka */
.site-footer { color: rgba(255,255,255,.78); background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.4fr .75fr 1fr auto; gap: clamp(2rem, 5vw, 5rem); padding-block: 4.5rem; }
.footer-brand img { width: 8.5rem; height: auto; padding: .35rem; background: #fff; mix-blend-mode: screen; }
.footer-brand p { max-width: 23rem; margin: 1.3rem 0 0; font-size: .83rem; }
.footer-main h2 { margin-bottom: 1rem; color: #fff; font-family: var(--sans); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-main nav ul { padding: 0; margin: 0; list-style: none; }
.footer-main a { display: block; padding: .15rem 0; font-size: .82rem; text-decoration-color: rgba(255,255,255,.22); text-underline-offset: .2rem; }
.footer-contact { min-width: 0; }
.footer-contact a { overflow-wrap: anywhere; }
.back-to-top { align-self: start; text-align: center; text-decoration: none; }
.back-to-top span { display: block; width: .75rem; height: .75rem; margin: .4rem auto .7rem; border-top: 1px solid currentColor; border-left: 1px solid currentColor; transform: rotate(45deg); }
.legal-copy { padding-block: 2rem 2.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8125rem; line-height: 1.7; }
.legal-copy p { margin-bottom: .65rem; }
.legal-copy a { color: #fff; }

/* Lightbox */
.lightbox { position: fixed; z-index: 1500; inset: 0; display: grid; grid-template-columns: 4rem minmax(0, 1fr) 4rem; align-items: center; padding: 4.5rem 1.5rem 1.5rem; color: #fff; background: rgba(16, 15, 14, .96); opacity: 0; pointer-events: none; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; visibility: visible; }
.lightbox figure { display: grid; min-width: 0; max-height: 100%; grid-template-rows: minmax(0, 1fr) auto; justify-items: center; margin: 0; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 8rem); object-fit: contain; }
.lightbox figcaption { padding-top: .75rem; font-size: .8125rem; }
.lightbox button { border: 0; background: transparent; cursor: pointer; }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; width: 3rem; height: 3rem; }
.lightbox-close span { position: absolute; top: 50%; left: 22%; width: 56%; height: 1px; background: #fff; transform: rotate(45deg); }
.lightbox-close span:last-child { transform: rotate(-45deg); }
.lightbox-nav { display: grid; width: 3rem; height: 3rem; place-items: center; }
.lightbox-nav span { width: .8rem; height: .8rem; border-bottom: 1px solid #fff; border-left: 1px solid #fff; transform: rotate(45deg); }
.lightbox-next span { transform: rotate(225deg); }

/* Odsłanianie */
.js.reveal-ready .reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .55s ease, transform .55s ease; }
.js.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 70rem) {
  :root { --header-height: 4.75rem; }
  .js .nav-toggle { display: block; }
  .js .nav-panel { position: fixed; top: var(--header-height); right: 0; bottom: 0; display: block; width: min(26rem, 100%); padding: 1.5rem; overflow-y: auto; background: var(--paper); box-shadow: -1rem 1rem 3rem rgba(37,29,24,.12); transform: translateX(105%); visibility: hidden; transition: transform .28s ease, visibility .28s ease; }
  .js .nav-panel.is-open { transform: translateX(0); visibility: visible; }
  .js .nav-links { display: block; }
  .js .nav-links a { padding: .85rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.55rem; font-weight: 500; letter-spacing: -.015em; text-transform: none; }
  .js .nav-links a::after { display: none; }
  .js .language-picker { margin-top: 1.25rem; }
  .js .language-toggle { width: 100%; justify-content: space-between; padding-inline: 1rem; }
  .js .language-list { position: static; display: none; width: 100%; max-height: none; grid-template-columns: repeat(2, 1fr); margin-top: .5rem; box-shadow: none; opacity: 1; transform: none; visibility: visible; }
  .js .language-picker.is-open .language-list { display: grid; }
  html:not(.js) .nav-panel { gap: .5rem; }
  html:not(.js) .nav-links { gap: .35rem; }
  html:not(.js) .nav-links a { font-size: .75rem; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-block:last-child { grid-column: 1 / -1; min-height: 19rem; }
  .footer-main { grid-template-columns: 1.35fr .65fr 1fr; }
  .back-to-top { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 48rem) {
  :root { --container: min(100% - 2rem, 40rem); }
  .hero { min-height: 0; }
  .hero::before { inset: 0; }
  .hero-layout { grid-template-columns: 1fr; gap: 0; padding-block: 2.5rem 3.5rem; }
  .hero-content { padding-block: 1.5rem 2.5rem; }
  .hero h1 { max-width: 14ch; font-size: clamp(2.7rem, 8vw, 4.4rem); }
  .hero-lead { max-width: 31rem; }
  .hero-slider { width: min(100%, 25rem); justify-self: center; }
  .scroll-cue { display: none; }
  .split-grid, .shop-panel, .wholesale-grid { grid-template-columns: 1fr; }
  .about-image { width: calc(100% - 1rem); margin-left: 1rem; }
  .about-image::before { top: -1rem; right: 1rem; bottom: 1rem; left: -1rem; }
  .feature-list { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: .75rem; }
  .offer-grid { gap: .75rem; }
  .card-copy { padding: 1rem; }
  .card-copy p { min-height: 0; }
  .shop-panel { min-height: 0; }
  .shop-image { max-height: 24rem; }
  .shop-copy { padding: 2.5rem 1.5rem; }
  .contact-card { min-height: 21rem; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-block, .contact-block:last-child { grid-column: auto; min-height: 0; }
  .social-links { margin-top: 1.5rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .lightbox { grid-template-columns: 3rem minmax(0, 1fr) 3rem; padding-inline: .25rem; }
}

@media (max-width: 28rem) {
  h1 { font-size: clamp(2.5rem, 12vw, 3.45rem); }
  .button-row { display: grid; }
  .button { width: 100%; }
  .offer-grid { grid-template-columns: 1fr; }
  .gallery-grid { gap: .5rem; }
  .language-list, .js .language-list { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact, .back-to-top { grid-column: auto; }
}

@media (max-width: 19.5rem) {
  .gallery-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js.reveal-ready .reveal { opacity: 1; transform: none; }
  .hero-slide, .hero-slide img { transition: none; }
}
/* POLITYKA PRYWATNOŚCI */
.privacy-page {
  background: #f7f3ed;
  color: #191715;
}

.privacy-header {
  background: #fffdf9;
  border-bottom: 1px solid rgba(25, 23, 21, 0.12);
}

.privacy-header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.privacy-brand img {
  display: block;
  width: auto;
  height: 68px;
  object-fit: contain;
}

.privacy-section {
  padding: clamp(60px, 8vw, 110px) 0;
}

.privacy-container {
  max-width: 920px;
}

.privacy-container h1 {
  max-width: 760px;
  margin: 12px 0 24px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(46px, 7vw, 78px);
  line-height: 0.98;
  font-weight: 500;
}

.privacy-lead {
  max-width: 760px;
  margin: 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
}

.privacy-content {
  display: grid;
  gap: 16px;
  margin-top: 48px;
}

.privacy-content section {
  padding: clamp(24px, 4vw, 42px);
  background: #fffdf9;
  border: 1px solid rgba(25, 23, 21, 0.1);
}

.privacy-content h2 {
  margin: 0 0 16px;
  font-size: clamp(21px, 2.5vw, 28px);
}

.privacy-content p,
.privacy-content li {
  line-height: 1.75;
}

.privacy-content a {
  color: #8b4a45;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-policy-link a {
  color: #f0d9ac;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-bottom-return {
  display: inline-flex;
  margin-top: 36px;
}

.privacy-footer {
  margin-top: 0;
}

@media (max-width: 640px) {
  .privacy-header-inner {
    min-height: 78px;
  }

  .privacy-brand img {
    height: 52px;
  }

  .privacy-return {
    padding: 11px 14px;
    font-size: 14px;
  }
}
